X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fcqlstrer.c;h=0dac5831c7bf6a8731c46e7c34ac7380c45ad625;hb=f324699f321593c135a6bb3d858a29f7437cd72d;hp=41abd444b71bad6edf49e983cce0979cce5c3c6b;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;p=yaz-moved-to-github.git diff --git a/src/cqlstrer.c b/src/cqlstrer.c index 41abd44..0dac583 100644 --- a/src/cqlstrer.c +++ b/src/cqlstrer.c @@ -1,11 +1,7 @@ -/* $Id: cqlstrer.c,v 1.5 2005-06-25 15:46:03 adam Exp $ - Copyright (C) 1995-2005, Index Data ApS - Index Data Aps - -This file is part of the YAZ toolkit. - -See the file LICENSE details. -*/ +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2010 Index Data + * See the file LICENSE for details. + */ /** * \file cqlstrer.c @@ -17,7 +13,7 @@ See the file LICENSE details. /* * The error-messages associated with these codes are taken from * the SRW diagnostic specifications at - * http://www.loc.gov/srw/diagnostic-list.html + * http://www.loc.gov/standards/sru/diagnostics-list.html */ const char *cql_strerror(int code) { static char buf[80]; @@ -67,6 +63,7 @@ const char *cql_strerror(int code) { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab