Fix references to 'notice.txt'.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 18 Apr 2013 19:16:24 +0000 (22:16 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 18 Apr 2013 19:16:24 +0000 (22:16 +0300)
notice.txt doesn't exist anymore, the copyright and license information is
in readme.txt now. Update references in comments.

47 files changed:
bind.c
bind.h
catfunc.h
columninfo.c
columninfo.h
connection.c
connection.h
convert.c
convert.h
descriptor.c
descriptor.h
dlg_specific.c
dlg_specific.h
dlg_wingui.c
drvconn.c
environ.c
environ.h
execute.c
info.c
loadlib.c
loadlib.h
lobj.c
lobj.h
md5.h
misc.c
misc.h
mylog.c
options.c
parse.c
pgenlist.h
pgtypes.c
pgtypes.h
psqlodbc.c
psqlodbc.h
qresult.c
qresult.h
results.c
setup.c
socket.c
socket.h
sspisvcs.c
sspisvcs.h
statement.c
statement.h
tuple.c
tuple.h
version.h

diff --git a/bind.c b/bind.c
index 1939f747dd9847da41a703cb61283bbc474fe34a..db6afc3fc5efdb6e193b2f6572a2a42f102cf209 100644 (file)
--- 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 3a2d318c003cd4b5c0bec0c2620dc8d98d7864ad..b9e49199fc9c02bd54fc33324c83302853cd3ae9 100644 (file)
--- 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.
  *
  */
 
index 44b792877caa63ea0843cd2502f661d6c119e2c2..5fc6cad455112a3dcc01cd349bd3b12cb2c4acda 100644 (file)
--- 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.
  *
  */
 
index a7d74522f270ef2039c113881c6058501b720b47..db45b48c455eb2ca359324a1a340e5e02c6a349d 100644 (file)
@@ -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.
  *-------
  */
 
index af65a21253ba6a9591a0ccc84a171569b55fb681..9ac110f6073b9a7978e64b4a68795f132f02c4b2 100644 (file)
@@ -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.
  *
  */
 
index 780f1a077808780229f50e262689974b18368361..0f56ffc6cd4492a77f810e7e549e8766361fa3c0 100644 (file)
@@ -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 */
index 4e1e749499c9a813b47c0e7b8dccf00a9d776a5b..f0f6c18e3c5889ced228270869c7ee76e182d943 100644 (file)
@@ -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.
  *
  */
 
index 9af66d80c612a0a5b09f4c6bbb77ba0998acddd1..c920a22b4abf33cfa231c729d1bb715e7b1caa5f 100644 (file)
--- 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  */
index 166763c7d4e0d1c202900df6b83b990dedc447c7..818b881bbc596a843ce23c4c2d1d08e021003855 100644 (file)
--- 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.
  *
  */
 
index 5494740cdec72d5d3048047e642354ebd3bd98ca..b5bc7b5b0f8a8e90146a9b8070c66453ea17719b 100644 (file)
@@ -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.
  *-------
  */
 
index 921b82cce2c5f554c493f3be1bca761a40a837a7..d90bd4ed0dd7304926039edae17d5c3f14f6c595 100644 (file)
@@ -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__
index c711e36a5e475bffb4da646529c77e6ea81361a6..0f5825819f60135976aa07bd6138202ee57af296 100644 (file)
@@ -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 */
index 34beaaf938b43693de4cd143ef79f516490b7336..0d00adf4b9d7eff0b2febdcaf44204558684fed0 100644 (file)
@@ -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.
  *
  */
 
index 6007f9cfe8156e3cdd8fa6663f2c82eed46fc2f1..360f73dc0ef6c889931dcc75386f7d27949821b0 100644 (file)
@@ -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 */
index 1518c7d33f63e866130a5f19981026f5f5e92f19..2870cf2940b56e2c34e729a63c0c799d64c6349e 100644 (file)
--- 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.
  *-------
  */
 
index 8a242936c694a1ffffc91904779245dc04df03c0..9b0d516e12ffb5725b4e0f7a393f42785777809a 100644 (file)
--- 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.
  *-------
  */
 
index 384a380573431db8e3308f5e90b4670b197b90a6..5e4000b92ebb4a936a4451b9dabc3df60a717e26 100644 (file)
--- 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.
  *
  */
 
index c0ae5e897d9dca2e272faa6a83b734c77ca523e2..2bc4fde1fad2c443db64b6a7d997fc840a90e180 100644 (file)
--- 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 d22feb06e403072327f57accfdf20e75284c505e..7de9b0982bd24d654a652365e870989f0b82bafc 100644 (file)
--- 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.
  *--------
  */
 
index 286bccc7d5e7639d875ec6249ede1bdcf7373278..cf4f8f3b48f34f74aec6baf99d10bb3218b6c34a 100644 (file)
--- 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.
  *-------
  */
 
index a1b54551040c457856eb1f1a5714a1459d96e949..b9bdb6fb300740e8826536fb5cf7d820ec60e922 100644 (file)
--- 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 c6dbdd29852a3d7583e5442e7eb52e727987f76d..7a9dbf8ea02c906576b238835a5bfcc3fb0c5afd 100644 (file)
--- 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 9ae71a895256c8c3bccf7c63cf8eb0f6ccbd7f85..4b163a22eb69680904c7eb0511813bb13541243c 100644 (file)
--- 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 2e2429d33d012a8384b2a2585f05b51012041a77..4f5721eeb31ef4e2f3eae831afb9445abadff273 100644 (file)
--- 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 1d3d73f63146bba61c5e6b1fc4e534c3574b20bc..900302e52b41049557747f4f13b639e9fcb1da9f 100644 (file)
--- 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 2f8fa46f180581e62edf0eff916c89655838c7b2..28e579fcd92756216cf444b782f43c24d24074f3 100644 (file)
--- 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 67b58edd23a50b4d5a18fc5823197786a6a33770..aeaac61e6249ae6f2322e063dff75a360e74140f 100644 (file)
--- 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.
  *-------
  */
 
index e6a50fb295f0152927bee77e7b4c4b9d246328ea..2e94e76c55f5d5781f183c7852f78d7a6fd0fa41 100644 (file)
--- 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 f36117e643dc65b9d11d3b8e675af6ca8981fa59..370e7dd7041073a482fe75ebc20e23ccd41ad183 100644 (file)
--- 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 */
index e6777a67b1d2d7f619f20fd9461b4eaf205f9957..c082c328a09f37f53bf4cc943335d865999c3eb8 100644 (file)
@@ -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.
  *
  */
 
index a80f26af281ba527461697b859ebbab9eff3a9c3..bf4be9c7d71dc26e1af38c92647e760e62e90362 100644 (file)
--- 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.
  *--------
  */
 
index f8911cbdbdf7949fb0935c97f61500ab9e38fddc..7ca7b4c72d31759760e41f8232fc3d1c698d1e07 100644 (file)
--- 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.
  *
  */
 
index a748bf0d3dd9e43f0de17ed382922fe6fa9a053c..fa7df6affcde7d36654131a40797a2098659b0ee 100644 (file)
@@ -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.
  *--------
  */
 
index a9c9ecc2f995573e8bc1a32412c8746c1fc74869..e56c094d58e342ac1e8ac18c68eee7b0b8c7da76 100644 (file)
@@ -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__
index c7f7363ee91243237a14b2d4ca64d39789129b8b..3abf6b8241b453f4903340d14c34abec8b69872b 100644 (file)
--- 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.
  *---------
  */
 
index e1415932f10fc4506c2e6aa7294675fb9525a8ab..e78f3d3685351ffe8fe873a5675bf404c440cc8e 100644 (file)
--- 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.
  *
  */
 
index f3acb057db75ef7d71e161395c810241b26b8d6b..a6f5aaf4c750415807c51a0c826bb7c1cb584c37 100644 (file)
--- 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 618b5beae947a835b74687a58741fe87a84a830d..73a6a8c45e7dfef6e8f6c5bd8b4ae2c74097c7f2 100644 (file)
--- 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.
  *-------
  */
 
index d5ee5d89159c2fd4289e76a37690072658fe6ccf..d470cfbb13d2c97f909f518024cb3c5ac3dc3e45 100644 (file)
--- 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.
  *-------
  */
 
index 8c3ba146336f9029c9c9a3ba1e2098904bf08e44..2026e1b7eab7a923d8df134a231a9413c08578ae 100644 (file)
--- 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.
  *
  */
 
index e13a3ce90f42d32bec76aba3bf8f654d06843fe5..1d79aad2d198fdbcb117fd27f890b27c450eab8b 100644 (file)
@@ -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.
  *-------
  */
 
index 8a838b81276062e1d4c32926b2c6a1d83e33ca70..966514d0bde68aa17dd8f40a2a1937959ed73169 100755 (executable)
@@ -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.
  *
  */
 
index 1b1980b31ddddd490d4d64a34fc17c3bf0c36c6c..09b2ccea662e35dbb339be67e0f696f8a7b1a0ce 100644 (file)
@@ -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.
  *-------
  */
 
index cb21911e42a13edb97bab7df6639aca9c05c7ded..ca0266e988ba3532ac599dc3cdbe8c72ca1636c1 100644 (file)
@@ -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 2acc0bda5f972c1b959079370dc985415c33d247..90cefdb1dbd17146adbee7e1e693662cf7a084c5 100644 (file)
--- 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 ab60c588a0812b95342fdb642da0ba563b0e3297..80313bfa3efbcfee8b7d91b5a194a4c7f4966bf4 100644 (file)
--- 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.
  *
  */
 
index b2c07a53bf947595f38ed10a0f30d6bd36049cd6..1415f0a97d3187f4db35ca9564854165ff7afef1 100644 (file)
--- 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.
  *
  */