X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bbe0af5b15f8b8e95ed45abc2140fb3a1fac3c87..6811c2f3e3e8afc1872280dfd1464565a3ddb306:/src/iodbc/herr.ci diff --git a/src/iodbc/herr.ci b/src/iodbc/herr.ci index 0e63022644..c880c12a0d 100644 --- a/src/iodbc/herr.ci +++ b/src/iodbc/herr.ci @@ -1,3 +1,29 @@ +/* + * herr.ci + * + * $Id$ + * + * Error messages + * + * The iODBC driver manager. + * + * Copyright (C) 1995 by Ke Jin + * + * 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]";