Added one type cast from char to unsigned char
[yaz-moved-to-github.git] / src / version.c
index a819d2c..c52a0af 100644 (file)
@@ -1,10 +1,19 @@
 /*
- * Copyright (c) 1995-2003, Index Data.
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
- * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: version.c,v 1.1 2003-10-27 12:21:36 adam Exp $
+ * $Id: version.c,v 1.4 2005-06-25 15:46:06 adam Exp $
  */
+
+/**
+ * \file version.c
+ * \brief Implements YAZ version utilities.
+ */
+
+/**
+ * \mainpage The YAZ Toolkit.
+ */
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -20,3 +29,11 @@ unsigned long yaz_version(char *version_str, char *sys_str)
         strcpy(sys_str, "");
     return YAZ_VERSIONL;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+