]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/herr.ci
more minimal stuff
[wxWidgets.git] / src / iodbc / herr.ci
index 0e6302264473da5df7bb513451e5f866d792631a..c880c12a0db9feb9a73204308be91371f41c2d38 100644 (file)
@@ -1,3 +1,29 @@
+/*
+ *  herr.ci
+ *
+ *  $Id$
+ *
+ *  Error messages
+ *
+ *  The iODBC driver manager.
+ *  
+ *  Copyright (C) 1995 by Ke Jin <kejin@empress.com> 
+ *
+ *  This library is free software; you can redistribute it and/or
+ *  modify it under the terms of the GNU Library General Public
+ *  License as published by the Free Software Foundation; either
+ *  version 2 of the License, or (at your option) any later version.
+ *
+ *  This library is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Library General Public
+ *  License along with this library; if not, write to the Free
+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 static const sqlerrmsg_t sqlerrmsg_tab[] =
 {
         { en_00000, "00000", "" }, 
@@ -95,4 +121,4 @@ static const sqlerrmsg_t sqlerrmsg_tab[] =
         { en_sqlstat_total,   NULL, NULL }
 };
 
-static char FAR*        sqlerrhd = "[iODBC][Driver Manager]";
+static char FAR*       sqlerrhd = "[iODBC][Driver Manager]";