X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fbertorture.c;h=c42c2cb75b311e069fc82593a1a0eb0a8d1eff74;hb=c7e6e65dc7e8204798a41f6326a9e04632f1f507;hp=79db2d2d749323e57badb656aeb62539728b0834;hpb=825d22351b1d59c71e98357b4931bf7bb67daa3a;p=yaz-moved-to-github.git diff --git a/client/bertorture.c b/client/bertorture.c index 79db2d2..c42c2cb 100644 --- a/client/bertorture.c +++ b/client/bertorture.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2005, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: bertorture.c,v 1.3 2005-01-16 21:51:49 adam Exp $ */ #include @@ -221,3 +219,11 @@ int main(int argc, char **argv) printf ("%3d %9d\n", i, estat[i]); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +