summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-08-02 18:03:41 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2011-11-17 21:15:16 +0100
commitc5a127771f95b33349db96b3bdb4ae79d545f74b (patch)
tree10e33e1c69d1518f0b9754ec041ac691aa3036ab
parent1a69cbdbeaec501d7b22977320b4d697fbb3dd7a (diff)
Proper copyright notices, license mandated changelog
-rw-r--r--connectivity/source/drivers/postgresql/pq_allocator.hxx3
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.hxx3
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx3
-rw-r--r--connectivity/source/drivers/postgresql/pq_statics.hxx3
-rw-r--r--connectivity/source/drivers/postgresql/pq_tools.hxx3
-rw-r--r--connectivity/source/drivers/postgresql/pq_xcontainer.hxx3
6 files changed, 18 insertions, 0 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_allocator.hxx b/connectivity/source/drivers/postgresql/pq_allocator.hxx
index 1c95534eeb24..0bb8a7ab2e07 100644
--- a/connectivity/source/drivers/postgresql/pq_allocator.hxx
+++ b/connectivity/source/drivers/postgresql/pq_allocator.hxx
@@ -51,11 +51,14 @@
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
*
* Copyright: 2002 by Sun Microsystems, Inc.
+ * 2011 Lionel Elie Mamane <lionel@mamane.lu>
*
* All Rights Reserved.
*
* Contributor(s): _______________________________________
*
+ * Non-Sun changes:
+ * * august 2011: implement one-argument construct member
*
************************************************************************/
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 2bc15e89dd02..49766402c19a 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -51,11 +51,14 @@
* The Initial Developer of the Original Code is: Joerg Budischewski
*
* Copyright: 2000 by Sun Microsystems, Inc.
+ * 2011 Lionel Elie Mamane <lionel@mamane.lu>
*
* All Rights Reserved.
*
* Contributor(s): Joerg Budischewski
*
+ * Non-Sun changes:
+ * * august 2011: switch to unordered_map instead of deprecated hash_map
*
************************************************************************/
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index f9aad4734605..8fd61fe4296f 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -51,11 +51,14 @@
* The Initial Developer of the Original Code is: Joerg Budischewski
*
* Copyright: 2000 by Sun Microsystems, Inc.
+ * 2011 Lionel Elie Mamane <lionel@mamane.lu>
*
* All Rights Reserved.
*
* Contributor(s): Joerg Budischewski
*
+ * Non-Sun changes:
+ * * august 2011: switch to unordered_map instead of deprecated hash_map
*
************************************************************************/
#include <algorithm>
diff --git a/connectivity/source/drivers/postgresql/pq_statics.hxx b/connectivity/source/drivers/postgresql/pq_statics.hxx
index 6396a44fba4c..ba3db88e8076 100644
--- a/connectivity/source/drivers/postgresql/pq_statics.hxx
+++ b/connectivity/source/drivers/postgresql/pq_statics.hxx
@@ -51,11 +51,14 @@
* The Initial Developer of the Original Code is: Joerg Budischewski
*
* Copyright: 2000 by Sun Microsystems, Inc.
+ * 2011 Lionel Elie Mamane <lionel@mamane.lu>
*
* All Rights Reserved.
*
* Contributor(s): Joerg Budischewski
*
+ * Non-Sun changes:
+ * * august 2011: switch to unordered_map instead of deprecated hash_map
*
************************************************************************/
#ifndef _PQ_STATICS_HXX_
diff --git a/connectivity/source/drivers/postgresql/pq_tools.hxx b/connectivity/source/drivers/postgresql/pq_tools.hxx
index 7fbd0ad6e68d..fac4b88631d4 100644
--- a/connectivity/source/drivers/postgresql/pq_tools.hxx
+++ b/connectivity/source/drivers/postgresql/pq_tools.hxx
@@ -51,11 +51,14 @@
* The Initial Developer of the Original Code is: Joerg Budischewski
*
* Copyright: 2000 by Sun Microsystems, Inc.
+ * 2011 Lionel Elie Mamane <lionel@mamane.lu>
*
* All Rights Reserved.
*
* Contributor(s): Joerg Budischewski
*
+ * Non-Sun changes:
+ * * august 2011: switch to unordered_map instead of deprecated hash_map
*
************************************************************************/
diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
index 60be2db1aa22..c0947b5fe974 100644
--- a/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
+++ b/connectivity/source/drivers/postgresql/pq_xcontainer.hxx
@@ -51,11 +51,14 @@
* The Initial Developer of the Original Code is: Joerg Budischewski
*
* Copyright: 2000 by Sun Microsystems, Inc.
+ * 2011 Lionel Elie Mamane <lionel@mamane.lu>
*
* All Rights Reserved.
*
* Contributor(s): Joerg Budischewski
*
+ * Non-Sun changes:
+ * * august 2011: switch to unordered_map instead of deprecated hash_map
*
************************************************************************/