summaryrefslogtreecommitdiff
path: root/perf
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 /perf
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 'perf')
-rw-r--r--perf/perf-db2.inc.php4
-rw-r--r--perf/perf-informix.inc.php4
-rw-r--r--perf/perf-mssql.inc.php4
-rw-r--r--perf/perf-mssqlnative.inc.php4
-rw-r--r--perf/perf-mysql.inc.php4
-rw-r--r--perf/perf-oci8.inc.php4
-rw-r--r--perf/perf-postgres.inc.php4
7 files changed, 21 insertions, 7 deletions
diff --git a/perf/perf-db2.inc.php b/perf/perf-db2.inc.php
index 05ae8ca1..f0b44e63 100644
--- a/perf/perf-db2.inc.php
+++ b/perf/perf-db2.inc.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. See License.txt.
diff --git a/perf/perf-informix.inc.php b/perf/perf-informix.inc.php
index bbbb2156..f7c3a4f9 100644
--- a/perf/perf-informix.inc.php
+++ b/perf/perf-informix.inc.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. See License.txt.
diff --git a/perf/perf-mssql.inc.php b/perf/perf-mssql.inc.php
index deab6ecf..abffddd7 100644
--- a/perf/perf-mssql.inc.php
+++ b/perf/perf-mssql.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. See License.txt.
diff --git a/perf/perf-mssqlnative.inc.php b/perf/perf-mssqlnative.inc.php
index 4124a0e9..96842160 100644
--- a/perf/perf-mssqlnative.inc.php
+++ b/perf/perf-mssqlnative.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. See License.txt.
diff --git a/perf/perf-mysql.inc.php b/perf/perf-mysql.inc.php
index c6417a69..60d6983d 100644
--- a/perf/perf-mysql.inc.php
+++ b/perf/perf-mysql.inc.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. See License.txt.
diff --git a/perf/perf-oci8.inc.php b/perf/perf-oci8.inc.php
index fee3c751..c091972a 100644
--- a/perf/perf-oci8.inc.php
+++ b/perf/perf-oci8.inc.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. See License.txt.
diff --git a/perf/perf-postgres.inc.php b/perf/perf-postgres.inc.php
index 87ddbf57..a267cc79 100644
--- a/perf/perf-postgres.inc.php
+++ b/perf/perf-postgres.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. See License.txt.