summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2013-04-18 19:16:24 +0000
committerHeikki Linnakangas2013-04-18 19:16:24 +0000
commit784ffc4b67bf07a39bed3bba4a744d46d37ce922 (patch)
tree789512f9124e68aeab34a5c16480994a7019ca37
parent34f63fc97563df9ffc1e712be7b5d4dcff9310b9 (diff)
Fix references to 'notice.txt'.
notice.txt doesn't exist anymore, the copyright and license information is in readme.txt now. Update references in comments.
-rw-r--r--bind.c2
-rw-r--r--bind.h2
-rw-r--r--catfunc.h2
-rw-r--r--columninfo.c2
-rw-r--r--columninfo.h2
-rw-r--r--connection.c2
-rw-r--r--connection.h2
-rw-r--r--convert.c2
-rw-r--r--convert.h2
-rw-r--r--descriptor.c2
-rw-r--r--descriptor.h2
-rw-r--r--dlg_specific.c2
-rw-r--r--dlg_specific.h2
-rw-r--r--dlg_wingui.c2
-rw-r--r--drvconn.c2
-rw-r--r--environ.c2
-rw-r--r--environ.h2
-rw-r--r--execute.c2
-rw-r--r--info.c2
-rw-r--r--loadlib.c2
-rw-r--r--loadlib.h2
-rw-r--r--lobj.c2
-rw-r--r--lobj.h2
-rw-r--r--md5.h2
-rw-r--r--misc.c2
-rw-r--r--misc.h2
-rw-r--r--mylog.c2
-rw-r--r--options.c2
-rw-r--r--parse.c2
-rw-r--r--pgenlist.h2
-rw-r--r--pgtypes.c2
-rw-r--r--pgtypes.h2
-rw-r--r--psqlodbc.c2
-rw-r--r--psqlodbc.h2
-rw-r--r--qresult.c2
-rw-r--r--qresult.h2
-rw-r--r--results.c2
-rw-r--r--setup.c2
-rw-r--r--socket.c2
-rw-r--r--socket.h2
-rw-r--r--sspisvcs.c2
-rwxr-xr-xsspisvcs.h2
-rw-r--r--statement.c2
-rw-r--r--statement.h2
-rw-r--r--tuple.c2
-rw-r--r--tuple.h2
-rw-r--r--version.h2
47 files changed, 47 insertions, 47 deletions
diff --git a/bind.c b/bind.c
index 1939f74..db6afc3 100644
--- a/bind.c
+++ b/bind.c
@@ -9,7 +9,7 @@
* API functions: SQLBindParameter, SQLBindCol, SQLDescribeParam, SQLNumParams,
* SQLParamOptions
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/bind.h b/bind.h
index 3a2d318..b9e4919 100644
--- a/bind.h
+++ b/bind.h
@@ -2,7 +2,7 @@
*
* Description: See "bind.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/catfunc.h b/catfunc.h
index 44b7928..5fc6cad 100644
--- a/catfunc.h
+++ b/catfunc.h
@@ -2,7 +2,7 @@
*
* Description: See "info.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/columninfo.c b/columninfo.c
index a7d7452..db45b48 100644
--- a/columninfo.c
+++ b/columninfo.c
@@ -8,7 +8,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/columninfo.h b/columninfo.h
index af65a21..9ac110f 100644
--- a/columninfo.h
+++ b/columninfo.h
@@ -2,7 +2,7 @@
*
* Description: See "columninfo.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/connection.c b/connection.c
index 780f1a0..0f56ffc 100644
--- a/connection.c
+++ b/connection.c
@@ -9,7 +9,7 @@
* API functions: SQLAllocConnect, SQLConnect, SQLDisconnect, SQLFreeConnect,
* SQLBrowseConnect(NI)
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
/* Multibyte support Eiji Tokuya 2001-03-15 */
diff --git a/connection.h b/connection.h
index 4e1e749..f0f6c18 100644
--- a/connection.h
+++ b/connection.h
@@ -2,7 +2,7 @@
*
* Description: See "connection.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/convert.c b/convert.c
index 9af66d8..c920a22 100644
--- a/convert.c
+++ b/convert.c
@@ -12,7 +12,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
/* Multibyte support Eiji Tokuya 2001-03-15 */
diff --git a/convert.h b/convert.h
index 166763c..818b881 100644
--- a/convert.h
+++ b/convert.h
@@ -2,7 +2,7 @@
*
* Description: See "convert.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/descriptor.c b/descriptor.c
index 5494740..b5bc7b5 100644
--- a/descriptor.c
+++ b/descriptor.c
@@ -7,7 +7,7 @@
* Classes: DescriptorClass (Functions prefix: "DC_")
*
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/descriptor.h b/descriptor.h
index 921b82c..d90bd4e 100644
--- a/descriptor.h
+++ b/descriptor.h
@@ -3,7 +3,7 @@
* Description: This file contains defines and declarations that are related to
* the entire driver.
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*/
#ifndef __DESCRIPTOR_H__
diff --git a/dlg_specific.c b/dlg_specific.c
index c711e36..0f58258 100644
--- a/dlg_specific.c
+++ b/dlg_specific.c
@@ -12,7 +12,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
/* Multibyte support Eiji Tokuya 2001-03-15 */
diff --git a/dlg_specific.h b/dlg_specific.h
index 34beaaf..0d00adf 100644
--- a/dlg_specific.h
+++ b/dlg_specific.h
@@ -2,7 +2,7 @@
*
* Description: See "dlg_specific.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/dlg_wingui.c b/dlg_wingui.c
index 6007f9c..360f73d 100644
--- a/dlg_wingui.c
+++ b/dlg_wingui.c
@@ -13,7 +13,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
/* Multibyte support Eiji Tokuya 2001-03-15 */
diff --git a/drvconn.c b/drvconn.c
index 1518c7d..2870cf2 100644
--- a/drvconn.c
+++ b/drvconn.c
@@ -8,7 +8,7 @@
*
* API functions: SQLDriverConnect
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/environ.c b/environ.c
index 8a24293..9b0d516 100644
--- a/environ.c
+++ b/environ.c
@@ -9,7 +9,7 @@
*
* API functions: SQLAllocEnv, SQLFreeEnv, SQLError
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/environ.h b/environ.h
index 384a380..5e4000b 100644
--- a/environ.h
+++ b/environ.h
@@ -2,7 +2,7 @@
*
* Description: See "environ.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/execute.c b/execute.c
index c0ae5e8..2bc4fde 100644
--- a/execute.c
+++ b/execute.c
@@ -9,7 +9,7 @@
* API functions: SQLPrepare, SQLExecute, SQLExecDirect, SQLTransact,
* SQLCancel, SQLNativeSql, SQLParamData, SQLPutData
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/info.c b/info.c
index d22feb0..7de9b09 100644
--- a/info.c
+++ b/info.c
@@ -12,7 +12,7 @@
* SQLProcedureColumns, SQLProcedures,
* SQLTablePrivileges, SQLColumnPrivileges(NI)
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*--------
*/
diff --git a/loadlib.c b/loadlib.c
index 286bccc..cf4f8f3 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -4,7 +4,7 @@
* Description: This module contains routines related to
* delay load import libraries.
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/loadlib.h b/loadlib.h
index a1b5455..b9bdb6f 100644
--- a/loadlib.h
+++ b/loadlib.h
@@ -2,7 +2,7 @@
*
* Description: See "loadlib.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/lobj.c b/lobj.c
index c6dbdd2..7a9dbf8 100644
--- a/lobj.c
+++ b/lobj.c
@@ -8,7 +8,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*--------
*/
diff --git a/lobj.h b/lobj.h
index 9ae71a8..4b163a2 100644
--- a/lobj.h
+++ b/lobj.h
@@ -2,7 +2,7 @@
*
* Description: See "lobj.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/md5.h b/md5.h
index 2e2429d..4f5721e 100644
--- a/md5.h
+++ b/md5.h
@@ -2,7 +2,7 @@
*
* Description: See "md5.h"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/misc.c b/misc.c
index 1d3d73f..900302e 100644
--- a/misc.c
+++ b/misc.c
@@ -8,7 +8,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/misc.h b/misc.h
index 2f8fa46..28e579f 100644
--- a/misc.h
+++ b/misc.h
@@ -2,7 +2,7 @@
*
* Description: See "misc.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/mylog.c b/mylog.c
index 67b58ed..aeaac61 100644
--- a/mylog.c
+++ b/mylog.c
@@ -8,7 +8,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/options.c b/options.c
index e6a50fb..2e94e76 100644
--- a/options.c
+++ b/options.c
@@ -9,7 +9,7 @@
* API functions: SQLSetConnectOption, SQLSetStmtOption, SQLGetConnectOption,
* SQLGetStmtOption
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*--------
*/
diff --git a/parse.c b/parse.c
index f36117e..370e7dd 100644
--- a/parse.c
+++ b/parse.c
@@ -17,7 +17,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*--------
*/
/* Multibyte support Eiji Tokuya 2001-03-15 */
diff --git a/pgenlist.h b/pgenlist.h
index e6777a6..c082c32 100644
--- a/pgenlist.h
+++ b/pgenlist.h
@@ -2,7 +2,7 @@
*
* Description: See "msdtc_enlist.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/pgtypes.c b/pgtypes.c
index a80f26a..bf4be9c 100644
--- a/pgtypes.c
+++ b/pgtypes.c
@@ -12,7 +12,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*--------
*/
diff --git a/pgtypes.h b/pgtypes.h
index f8911cb..7ca7b4c 100644
--- a/pgtypes.h
+++ b/pgtypes.h
@@ -2,7 +2,7 @@
*
* Description: See "pgtypes.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/psqlodbc.c b/psqlodbc.c
index a748bf0..fa7df6a 100644
--- a/psqlodbc.c
+++ b/psqlodbc.c
@@ -9,7 +9,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*--------
*/
diff --git a/psqlodbc.h b/psqlodbc.h
index a9c9ecc..e56c094 100644
--- a/psqlodbc.h
+++ b/psqlodbc.h
@@ -3,7 +3,7 @@
* Description: This file contains defines and declarations that are related to
* the entire driver.
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*/
#ifndef __PSQLODBC_H__
diff --git a/qresult.c b/qresult.c
index c7f7363..3abf6b8 100644
--- a/qresult.c
+++ b/qresult.c
@@ -12,7 +12,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*---------
*/
diff --git a/qresult.h b/qresult.h
index e141593..e78f3d3 100644
--- a/qresult.h
+++ b/qresult.h
@@ -2,7 +2,7 @@
*
* Description: See "qresult.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/results.c b/results.c
index f3acb05..a6f5aaf 100644
--- a/results.c
+++ b/results.c
@@ -11,7 +11,7 @@
* SQLMoreResults, SQLSetPos, SQLSetScrollOptions(NI),
* SQLSetCursorName, SQLGetCursorName
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/setup.c b/setup.c
index 618b5be..73a6a8c 100644
--- a/setup.c
+++ b/setup.c
@@ -9,7 +9,7 @@
*
* API functions: ConfigDSN, ConfigDriver
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/socket.c b/socket.c
index d5ee5d8..d470cfb 100644
--- a/socket.c
+++ b/socket.c
@@ -8,7 +8,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/socket.h b/socket.h
index 8c3ba14..2026e1b 100644
--- a/socket.h
+++ b/socket.h
@@ -2,7 +2,7 @@
*
* Description: See "socket.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/sspisvcs.c b/sspisvcs.c
index e13a3ce..1d79aad 100644
--- a/sspisvcs.c
+++ b/sspisvcs.c
@@ -8,7 +8,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/sspisvcs.h b/sspisvcs.h
index 8a838b8..966514d 100755
--- a/sspisvcs.h
+++ b/sspisvcs.h
@@ -2,7 +2,7 @@
*
* Description: See "sspisvcs.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/statement.c b/statement.c
index 1b1980b..09b2cce 100644
--- a/statement.c
+++ b/statement.c
@@ -8,7 +8,7 @@
*
* API functions: SQLAllocStmt, SQLFreeStmt
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/statement.h b/statement.h
index cb21911..ca0266e 100644
--- a/statement.h
+++ b/statement.h
@@ -2,7 +2,7 @@
*
* Description: See "statement.c"
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/tuple.c b/tuple.c
index 2acc0bd..90cefdb 100644
--- a/tuple.c
+++ b/tuple.c
@@ -13,7 +13,7 @@
*
* API functions: none
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*-------
*/
diff --git a/tuple.h b/tuple.h
index ab60c58..80313bf 100644
--- a/tuple.h
+++ b/tuple.h
@@ -6,7 +6,7 @@
data and manual result set data. The "set_" functions
are only used for manual result sets by info routines.
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/
diff --git a/version.h b/version.h
index b2c07a5..1415f0a 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
*
* Description: This file defines the driver version.
*
- * Comments: See "notice.txt" for copyright and license information.
+ * Comments: See "readme.txt" for copyright and license information.
*
*/