summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-11-25 02:37:35 +0100
committerDamien Regad <dregad@mantisbt.org>2015-11-26 23:19:33 +0100
commitc90c8457aed6d950e3794e4936603352952e777e (patch)
tree3f1e2a308ee2bd8c9f24166da9c72785c74f1ffc /tests
parent7d5d9f91842b78b145f371ccccfe051ac724635f (diff)
downloadadodb-c90c8457aed6d950e3794e4936603352952e777e.tar.gz
adodb-c90c8457aed6d950e3794e4936603352952e777e.tar.bz2
adodb-c90c8457aed6d950e3794e4936603352952e777e.zip
Adjust header comment blocks
- running SED script - manual adjustments for files not processed by regex
Diffstat (limited to 'tests')
-rw-r--r--tests/benchmark.php4
-rw-r--r--tests/client.php4
-rw-r--r--tests/test-datadict.php4
-rw-r--r--tests/test-php5.php4
-rw-r--r--tests/test.php4
-rw-r--r--tests/test3.php4
-rw-r--r--tests/test4.php4
-rw-r--r--tests/test5.php4
-rw-r--r--tests/testcache.php4
-rw-r--r--tests/testdatabases.inc.php4
-rw-r--r--tests/testmssql.php4
-rw-r--r--tests/testoci8.php4
-rw-r--r--tests/testoci8cursor.php4
-rw-r--r--tests/testpaging.php4
-rw-r--r--tests/testpear.php4
-rw-r--r--tests/testsessions.php4
16 files changed, 48 insertions, 16 deletions
diff --git a/tests/benchmark.php b/tests/benchmark.php
index c3c6bbac..55c068f1 100644
--- a/tests/benchmark.php
+++ b/tests/benchmark.php
@@ -8,7 +8,9 @@
<body>
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/client.php b/tests/client.php
index 995f33af..c59f0698 100644
--- a/tests/client.php
+++ b/tests/client.php
@@ -2,7 +2,9 @@
<body bgcolor=white>
<?php
/**
- * V5.20dev ??-???-2014 (c) 2001-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ * @version V5.20dev ??-???-2014
+ * @copyright (c) 2001-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ * @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/test-datadict.php b/tests/test-datadict.php
index 1e4015ca..12af1ce5 100644
--- a/tests/test-datadict.php
+++ b/tests/test-datadict.php
@@ -1,7 +1,9 @@
<?php
/*
- V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ @version V5.20dev ??-???-2014
+ @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/test-php5.php b/tests/test-php5.php
index b051bca9..127f7fdd 100644
--- a/tests/test-php5.php
+++ b/tests/test-php5.php
@@ -1,6 +1,8 @@
<?php
/*
- V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ @version V5.20dev ??-???-2014
+ @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/test.php b/tests/test.php
index 9986620f..78d957f2 100644
--- a/tests/test.php
+++ b/tests/test.php
@@ -1,6 +1,8 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/test3.php b/tests/test3.php
index fba4a67d..a79ac12f 100644
--- a/tests/test3.php
+++ b/tests/test3.php
@@ -1,6 +1,8 @@
<?php
/*
- V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ @version V5.20dev ??-???-2014
+ @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/test4.php b/tests/test4.php
index 6322a91d..1e50d47c 100644
--- a/tests/test4.php
+++ b/tests/test4.php
@@ -1,7 +1,9 @@
<?php
/**
- * @version V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ * @version V5.20dev ??-???-2014
+ * @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ * @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
* Whenever there is any discrepancy between the two licenses,
* the BSD license will take precedence.
diff --git a/tests/test5.php b/tests/test5.php
index 7592e5a2..2c2c9e71 100644
--- a/tests/test5.php
+++ b/tests/test5.php
@@ -1,6 +1,8 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testcache.php b/tests/testcache.php
index 7ba429b2..c123ea32 100644
--- a/tests/testcache.php
+++ b/tests/testcache.php
@@ -2,7 +2,9 @@
<body>
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testdatabases.inc.php b/tests/testdatabases.inc.php
index 40c52484..abd202ef 100644
--- a/tests/testdatabases.inc.php
+++ b/tests/testdatabases.inc.php
@@ -1,7 +1,9 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testmssql.php b/tests/testmssql.php
index 55632294..ec10c7c6 100644
--- a/tests/testmssql.php
+++ b/tests/testmssql.php
@@ -1,7 +1,9 @@
<?php
/**
- * @version V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ * @version V5.20dev ??-???-2014
+ * @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ * @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
* Released under both BSD license and Lesser GPL library license.
* Whenever there is any discrepancy between the two licenses,
* the BSD license will take precedence.
diff --git a/tests/testoci8.php b/tests/testoci8.php
index dcee0ffc..bf7fabc2 100644
--- a/tests/testoci8.php
+++ b/tests/testoci8.php
@@ -2,7 +2,9 @@
<body>
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testoci8cursor.php b/tests/testoci8cursor.php
index 0ed2cc31..d6779208 100644
--- a/tests/testoci8cursor.php
+++ b/tests/testoci8cursor.php
@@ -1,6 +1,8 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testpaging.php b/tests/testpaging.php
index f9e16adc..f940b081 100644
--- a/tests/testpaging.php
+++ b/tests/testpaging.php
@@ -1,6 +1,8 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testpear.php b/tests/testpear.php
index 610f4c24..6a6719fe 100644
--- a/tests/testpear.php
+++ b/tests/testpear.php
@@ -1,6 +1,8 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.
diff --git a/tests/testsessions.php b/tests/testsessions.php
index 4580f5ff..cfc586ed 100644
--- a/tests/testsessions.php
+++ b/tests/testsessions.php
@@ -1,7 +1,9 @@
<?php
/*
-V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+@version V5.20dev ??-???-2014
+@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence.