From 3a8a403be1f424fdd0011942cbb61860bd49fae1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:46:27 +0300 Subject: Update copyright year --- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/conninfo/buildfile | 2 +- tests/conninfo/driver.c | 2 +- tests/conninfo/postgres_fe.h | 2 +- tests/conninfo/testscript | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') 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 -- cgit v1.1