Update source headers for 2008. Omit CVS ID keyword subst.
[yaz-moved-to-github.git] / src / cqlstrer.c
index 41abd44..84bfac8 100644 (file)
@@ -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-2008 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];