diff options
| author | Heikki Linnakangas | 2013-04-18 19:16:24 +0000 |
|---|---|---|
| committer | Heikki Linnakangas | 2013-04-18 19:16:24 +0000 |
| commit | 784ffc4b67bf07a39bed3bba4a744d46d37ce922 (patch) | |
| tree | 789512f9124e68aeab34a5c16480994a7019ca37 | |
| parent | 34f63fc97563df9ffc1e712be7b5d4dcff9310b9 (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.c | 2 | ||||
| -rw-r--r-- | bind.h | 2 | ||||
| -rw-r--r-- | catfunc.h | 2 | ||||
| -rw-r--r-- | columninfo.c | 2 | ||||
| -rw-r--r-- | columninfo.h | 2 | ||||
| -rw-r--r-- | connection.c | 2 | ||||
| -rw-r--r-- | connection.h | 2 | ||||
| -rw-r--r-- | convert.c | 2 | ||||
| -rw-r--r-- | convert.h | 2 | ||||
| -rw-r--r-- | descriptor.c | 2 | ||||
| -rw-r--r-- | descriptor.h | 2 | ||||
| -rw-r--r-- | dlg_specific.c | 2 | ||||
| -rw-r--r-- | dlg_specific.h | 2 | ||||
| -rw-r--r-- | dlg_wingui.c | 2 | ||||
| -rw-r--r-- | drvconn.c | 2 | ||||
| -rw-r--r-- | environ.c | 2 | ||||
| -rw-r--r-- | environ.h | 2 | ||||
| -rw-r--r-- | execute.c | 2 | ||||
| -rw-r--r-- | info.c | 2 | ||||
| -rw-r--r-- | loadlib.c | 2 | ||||
| -rw-r--r-- | loadlib.h | 2 | ||||
| -rw-r--r-- | lobj.c | 2 | ||||
| -rw-r--r-- | lobj.h | 2 | ||||
| -rw-r--r-- | md5.h | 2 | ||||
| -rw-r--r-- | misc.c | 2 | ||||
| -rw-r--r-- | misc.h | 2 | ||||
| -rw-r--r-- | mylog.c | 2 | ||||
| -rw-r--r-- | options.c | 2 | ||||
| -rw-r--r-- | parse.c | 2 | ||||
| -rw-r--r-- | pgenlist.h | 2 | ||||
| -rw-r--r-- | pgtypes.c | 2 | ||||
| -rw-r--r-- | pgtypes.h | 2 | ||||
| -rw-r--r-- | psqlodbc.c | 2 | ||||
| -rw-r--r-- | psqlodbc.h | 2 | ||||
| -rw-r--r-- | qresult.c | 2 | ||||
| -rw-r--r-- | qresult.h | 2 | ||||
| -rw-r--r-- | results.c | 2 | ||||
| -rw-r--r-- | setup.c | 2 | ||||
| -rw-r--r-- | socket.c | 2 | ||||
| -rw-r--r-- | socket.h | 2 | ||||
| -rw-r--r-- | sspisvcs.c | 2 | ||||
| -rwxr-xr-x | sspisvcs.h | 2 | ||||
| -rw-r--r-- | statement.c | 2 | ||||
| -rw-r--r-- | statement.h | 2 | ||||
| -rw-r--r-- | tuple.c | 2 | ||||
| -rw-r--r-- | tuple.h | 2 | ||||
| -rw-r--r-- | version.h | 2 |
47 files changed, 47 insertions, 47 deletions
@@ -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. *------- */ @@ -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. * */ @@ -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. * */ @@ -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 */ @@ -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 */ @@ -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. *------- */ @@ -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. *------- */ @@ -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. * */ @@ -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. *------- */ @@ -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. *-------- */ @@ -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. *------- */ @@ -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. * */ @@ -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. *-------- */ @@ -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. * */ @@ -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. * */ @@ -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. *------- */ @@ -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. * */ @@ -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. *------- */ @@ -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. *-------- */ @@ -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 */ @@ -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. * */ @@ -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. *-------- */ @@ -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. * */ @@ -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. *-------- */ @@ -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__ @@ -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. *--------- */ @@ -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. * */ @@ -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. *------- */ @@ -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. *------- */ @@ -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. *------- */ @@ -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. * */ @@ -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. *------- */ @@ -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. * */ @@ -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. *------- */ @@ -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. * */ @@ -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. * */ |
