X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Fcclsh.c;h=bb69fafa31f34949534bb571b403409e29b40871;hp=322d515c6175ae5f8920061d234b305842a73521;hb=d0e351c12fff564d876958e860338d43716dc269;hpb=65371f5d5f265a4c5ee43f784b2d8a6db1e0774a diff --git a/util/cclsh.c b/util/cclsh.c index 322d515..bb69faf 100644 --- a/util/cclsh.c +++ b/util/cclsh.c @@ -1,9 +1,10 @@ -/* - * Copyright (C) 1995-2008, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. - * - * $Id: cclsh.c,v 1.9 2008-01-09 21:32:28 adam Exp $ */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -200,6 +201,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab