X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2Fbertorture.c;h=0ec3b7e9f3e35c0bf674563fb03d88b1305328d7;hb=88c261910ace93cd45d25bfbb21ad32f8225ece1;hp=79db2d2d749323e57badb656aeb62539728b0834;hpb=825d22351b1d59c71e98357b4931bf7bb67daa3a;p=yaz-moved-to-github.git diff --git a/client/bertorture.c b/client/bertorture.c index 79db2d2..0ec3b7e 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-2009 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,12 @@ int main(int argc, char **argv) printf ("%3d %9d\n", i, estat[i]); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * c-file-style: "Stroustrup" + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +