summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Boeren <mboeren@php.net>2003-07-10 08:25:58 +0000
committerMarc Boeren <mboeren@php.net>2003-07-10 08:25:58 +0000
commit76aba9b7550bcaf0caf16bf443d148cbc1ff5104 (patch)
tree2803ec232b2fbdfed9a4b120b6e5479512d5b42e
parent4b70683464d8c47c5cefc67bc6149fa45d4e2ecc (diff)
downloadphp-git-76aba9b7550bcaf0caf16bf443d148cbc1ff5104.tar.gz
Add -2003 to copyright line (Marc).
-rw-r--r--ext/dbx/dbx.c2
-rw-r--r--ext/dbx/dbx.h2
-rw-r--r--ext/dbx/dbx_fbsql.c2
-rw-r--r--ext/dbx/dbx_fbsql.h2
-rw-r--r--ext/dbx/dbx_mssql.c2
-rw-r--r--ext/dbx/dbx_mssql.h2
-rw-r--r--ext/dbx/dbx_mysql.c2
-rw-r--r--ext/dbx/dbx_mysql.h2
-rw-r--r--ext/dbx/dbx_oci8.c2
-rw-r--r--ext/dbx/dbx_oci8.h2
-rw-r--r--ext/dbx/dbx_odbc.c2
-rw-r--r--ext/dbx/dbx_odbc.h2
-rw-r--r--ext/dbx/dbx_sqlite.c2
-rw-r--r--ext/dbx/dbx_sqlite.h2
-rw-r--r--ext/dbx/dbx_sybasect.c2
-rw-r--r--ext/dbx/dbx_sybasect.h2
-rw-r--r--ext/dbx/php_dbx.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/ext/dbx/dbx.c b/ext/dbx/dbx.c
index d15bbe045b..d23d61f44f 100644
--- a/ext/dbx/dbx.c
+++ b/ext/dbx/dbx.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h
index 2bf72ab96b..eb784e8e91 100644
--- a/ext/dbx/dbx.h
+++ b/ext/dbx/dbx.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_fbsql.c b/ext/dbx/dbx_fbsql.c
index 99bba6a4c7..6a03f4b18c 100644
--- a/ext/dbx/dbx_fbsql.c
+++ b/ext/dbx/dbx_fbsql.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_fbsql.h b/ext/dbx/dbx_fbsql.h
index 56afa572cb..082c15859d 100644
--- a/ext/dbx/dbx_fbsql.h
+++ b/ext/dbx/dbx_fbsql.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_mssql.c b/ext/dbx/dbx_mssql.c
index 011c3021e5..058c71de37 100644
--- a/ext/dbx/dbx_mssql.c
+++ b/ext/dbx/dbx_mssql.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_mssql.h b/ext/dbx/dbx_mssql.h
index b28366e585..11d7fa1f9f 100644
--- a/ext/dbx/dbx_mssql.h
+++ b/ext/dbx/dbx_mssql.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_mysql.c b/ext/dbx/dbx_mysql.c
index f59bdf19e6..4110f1b172 100644
--- a/ext/dbx/dbx_mysql.c
+++ b/ext/dbx/dbx_mysql.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_mysql.h b/ext/dbx/dbx_mysql.h
index e235e5027b..b2f0532e8f 100644
--- a/ext/dbx/dbx_mysql.h
+++ b/ext/dbx/dbx_mysql.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_oci8.c b/ext/dbx/dbx_oci8.c
index 2f3f17fe74..67c42ce072 100644
--- a/ext/dbx/dbx_oci8.c
+++ b/ext/dbx/dbx_oci8.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_oci8.h b/ext/dbx/dbx_oci8.h
index fc5ab80ce2..ba6414d3e8 100644
--- a/ext/dbx/dbx_oci8.h
+++ b/ext/dbx/dbx_oci8.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_odbc.c b/ext/dbx/dbx_odbc.c
index ffb8e96a61..ef0f7b18e7 100644
--- a/ext/dbx/dbx_odbc.c
+++ b/ext/dbx/dbx_odbc.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_odbc.h b/ext/dbx/dbx_odbc.h
index 8b4260d982..61cb3765e6 100644
--- a/ext/dbx/dbx_odbc.h
+++ b/ext/dbx/dbx_odbc.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_sqlite.c b/ext/dbx/dbx_sqlite.c
index c90bc63308..33f2ff6fb1 100644
--- a/ext/dbx/dbx_sqlite.c
+++ b/ext/dbx/dbx_sqlite.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_sqlite.h b/ext/dbx/dbx_sqlite.h
index a5aa31ecff..5255ff2d85 100644
--- a/ext/dbx/dbx_sqlite.h
+++ b/ext/dbx/dbx_sqlite.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_sybasect.c b/ext/dbx/dbx_sybasect.c
index 10b8f9abc9..ac9f746cbf 100644
--- a/ext/dbx/dbx_sybasect.c
+++ b/ext/dbx/dbx_sybasect.c
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/dbx_sybasect.h b/ext/dbx/dbx_sybasect.h
index 711bbd7421..70270c7bac 100644
--- a/ext/dbx/dbx_sybasect.h
+++ b/ext/dbx/dbx_sybasect.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/dbx/php_dbx.h b/ext/dbx/php_dbx.h
index 0c01607087..6fc33d9f58 100644
--- a/ext/dbx/php_dbx.h
+++ b/ext/dbx/php_dbx.h
@@ -6,7 +6,7 @@
+----------------------------------------------------------------------+
| dbx module version 1.0 |
+----------------------------------------------------------------------+
- | Copyright (c) 2001 Guidance Rotterdam BV |
+ | Copyright (c) 2001-2003 Guidance Rotterdam BV |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |