diff options
Diffstat (limited to 'tests/conninfo')
-rw-r--r-- | tests/conninfo/buildfile | 2 | ||||
-rw-r--r-- | tests/conninfo/driver.c | 2 | ||||
-rw-r--r-- | tests/conninfo/postgres_fe.h | 2 | ||||
-rw-r--r-- | tests/conninfo/testscript | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/conninfo/buildfile b/tests/conninfo/buildfile index 0c0682b..edafdd2 100644 --- a/tests/conninfo/buildfile +++ b/tests/conninfo/buildfile @@ -1,5 +1,5 @@ # file : tests/conninfo/buildfile -# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2018 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 2ff1007..2a5793c 100644 --- a/tests/conninfo/driver.c +++ b/tests/conninfo/driver.c @@ -1,5 +1,5 @@ /* file : tests/conninfo/driver.c - * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2018 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 2a62d51..72a5d56 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-2017 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd * license : PostgreSQL License; see accompanying COPYRIGHT file */ diff --git a/tests/conninfo/testscript b/tests/conninfo/testscript index 9853029..392f925 100644 --- a/tests/conninfo/testscript +++ b/tests/conninfo/testscript @@ -1,5 +1,5 @@ # file : tests/conninfo/testscript -# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd # license : PostgreSQL License; see accompanying COPYRIGHT file $* <<<$src_base/regress.in >>>$src_base/expected.out 2>&1 |