diff options
Diffstat (limited to 'src/test/authentication')
-rw-r--r-- | src/test/authentication/Makefile | 2 | ||||
-rw-r--r-- | src/test/authentication/meson.build | 2 | ||||
-rw-r--r-- | src/test/authentication/t/001_password.pl | 2 | ||||
-rw-r--r-- | src/test/authentication/t/002_saslprep.pl | 2 | ||||
-rw-r--r-- | src/test/authentication/t/003_peer.pl | 2 | ||||
-rw-r--r-- | src/test/authentication/t/004_file_inclusion.pl | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/test/authentication/Makefile b/src/test/authentication/Makefile index dca2ce7ec83..46fa72052d9 100644 --- a/src/test/authentication/Makefile +++ b/src/test/authentication/Makefile @@ -2,7 +2,7 @@ # # Makefile for src/test/authentication # -# Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # # src/test/authentication/Makefile diff --git a/src/test/authentication/meson.build b/src/test/authentication/meson.build index 35eff4a6dba..3fe279fc108 100644 --- a/src/test/authentication/meson.build +++ b/src/test/authentication/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022, PostgreSQL Global Development Group +# Copyright (c) 2022-2023, PostgreSQL Global Development Group tests += { 'name': 'authentication', diff --git a/src/test/authentication/t/001_password.pl b/src/test/authentication/t/001_password.pl index 42d3d4c79b5..a2fde1408bb 100644 --- a/src/test/authentication/t/001_password.pl +++ b/src/test/authentication/t/001_password.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # Set of tests for authentication and pg_hba.conf. The following password # methods are checked through this test: diff --git a/src/test/authentication/t/002_saslprep.pl b/src/test/authentication/t/002_saslprep.pl index 5e87e21ee9b..c00f4e1b322 100644 --- a/src/test/authentication/t/002_saslprep.pl +++ b/src/test/authentication/t/002_saslprep.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # Test password normalization in SCRAM. # diff --git a/src/test/authentication/t/003_peer.pl b/src/test/authentication/t/003_peer.pl index 26c34d05d3c..24cefd14e0a 100644 --- a/src/test/authentication/t/003_peer.pl +++ b/src/test/authentication/t/003_peer.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # Tests for peer authentication and user name map. # The test is skipped if the platform does not support peer authentication, diff --git a/src/test/authentication/t/004_file_inclusion.pl b/src/test/authentication/t/004_file_inclusion.pl index c420f3ebcaa..8cd2a8dae4a 100644 --- a/src/test/authentication/t/004_file_inclusion.pl +++ b/src/test/authentication/t/004_file_inclusion.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2022, PostgreSQL Global Development Group +# Copyright (c) 2021-2023, PostgreSQL Global Development Group # Tests for include directives in HBA and ident files. This test can # only run with Unix-domain sockets. |