X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2Fbertorture.c;h=85d6f46de6bf28cb588cec0cbacf17715a780d50;hp=79db2d2d749323e57badb656aeb62539728b0834;hb=df84e4897abc4565fe11adead30b99d9634b41b1;hpb=825d22351b1d59c71e98357b4931bf7bb67daa3a diff --git a/client/bertorture.c b/client/bertorture.c index 79db2d2..85d6f46 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-2010 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 + */ +