summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--libpq/buildfile2
-rw-r--r--libpq/postgresql/pg_config.h2
-rw-r--r--libpq/postgresql/pg_config_ext.h2
-rw-r--r--libpq/version.h.in2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/conninfo/buildfile2
-rw-r--r--tests/conninfo/driver.c2
-rw-r--r--tests/conninfo/postgres_fe.h2
-rw-r--r--tests/conninfo/testscript2
15 files changed, 15 insertions, 15 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index c48d0db..d950149 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
project = libpq
diff --git a/build/export.build b/build/export.build
index dabfef9..748c3ea 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
$out_root/
diff --git a/build/root.build b/build/root.build
index e732bdf..e9ef574 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
c.std = 99
diff --git a/buildfile b/buildfile
index 45dbf7d..4f873b0 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
./: {*/ -build/} doc{COPYRIGHT INSTALL README} manifest
diff --git a/libpq/buildfile b/libpq/buildfile
index c52cf7c..d877511 100644
--- a/libpq/buildfile
+++ b/libpq/buildfile
@@ -1,5 +1,5 @@
# file : libpq/buildfile
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL Licenes; see accompanying COPYRIGHT file
# Headers other than these are not installed so treat them as files.
diff --git a/libpq/postgresql/pg_config.h b/libpq/postgresql/pg_config.h
index 715a0b1..4d38fba 100644
--- a/libpq/postgresql/pg_config.h
+++ b/libpq/postgresql/pg_config.h
@@ -1,5 +1,5 @@
/* file : libpq/postgresql/pg_config.h -*- C -*-
- * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : PostgreSQL License; see accompanying COPYRIGHT file
*/
diff --git a/libpq/postgresql/pg_config_ext.h b/libpq/postgresql/pg_config_ext.h
index e1daf5a..f1fd0f5 100644
--- a/libpq/postgresql/pg_config_ext.h
+++ b/libpq/postgresql/pg_config_ext.h
@@ -1,5 +1,5 @@
/* file : libpq/postgresql/pg_config_ext.h -*- C -*-
- * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : PostgreSQL License; see accompanying COPYRIGHT file
*/
diff --git a/libpq/version.h.in b/libpq/version.h.in
index c704c62..af772da 100644
--- a/libpq/version.h.in
+++ b/libpq/version.h.in
@@ -1,5 +1,5 @@
/* file : libpq/version.h.in -*- C -*-
- * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : PostgreSQL License; see accompanying COPYRIGHT file
*/
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 8bc4394..6212d9b 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index d71ddec..48bd403 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
# Make sure libpq headers comply with an oldest C standard (see
diff --git a/tests/buildfile b/tests/buildfile
index 06c90e8..098486c 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
./: {*/ -build/}
diff --git a/tests/conninfo/buildfile b/tests/conninfo/buildfile
index edafdd2..1a600e9 100644
--- a/tests/conninfo/buildfile
+++ b/tests/conninfo/buildfile
@@ -1,5 +1,5 @@
# file : tests/conninfo/buildfile
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
# Here we reproduce the original libpq test. See the src/interfaces/libpq/test
diff --git a/tests/conninfo/driver.c b/tests/conninfo/driver.c
index 2a5793c..65d9269 100644
--- a/tests/conninfo/driver.c
+++ b/tests/conninfo/driver.c
@@ -1,5 +1,5 @@
/* file : tests/conninfo/driver.c
- * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : PostgreSQL License; see accompanying COPYRIGHT file
*/
diff --git a/tests/conninfo/postgres_fe.h b/tests/conninfo/postgres_fe.h
index 72a5d56..61cb7c4 100644
--- a/tests/conninfo/postgres_fe.h
+++ b/tests/conninfo/postgres_fe.h
@@ -1,5 +1,5 @@
/* file : tests/conninfo/postgres_fe.h
- * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
* license : PostgreSQL License; see accompanying COPYRIGHT file
*/
diff --git a/tests/conninfo/testscript b/tests/conninfo/testscript
index 392f925..bf278ae 100644
--- a/tests/conninfo/testscript
+++ b/tests/conninfo/testscript
@@ -1,5 +1,5 @@
# file : tests/conninfo/testscript
-# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
$* <<<$src_base/regress.in >>>$src_base/expected.out 2>&1