summaryrefslogtreecommitdiff
path: root/src/test/modules/oauth_validator/t
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2026-01-01 13:24:10 -0500
committerBruce Momjian <bruce@momjian.us>2026-01-01 13:24:10 -0500
commit451c43974f8e199097d97624a4952ad0973cea61 (patch)
tree8a36348c0999fd7aebb2c4d2b344f6462faf3838 /src/test/modules/oauth_validator/t
parentf3c9e341cdf167ae3378e74e770558e81f9aa48e (diff)
Update copyright for 2026HEADorigin/masterorigin/HEADmaster
Backpatch-through: 14
Diffstat (limited to 'src/test/modules/oauth_validator/t')
-rw-r--r--src/test/modules/oauth_validator/t/001_server.pl2
-rw-r--r--src/test/modules/oauth_validator/t/002_client.pl2
-rw-r--r--src/test/modules/oauth_validator/t/OAuth/Server.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/modules/oauth_validator/t/001_server.pl b/src/test/modules/oauth_validator/t/001_server.pl
index c0dafb8be76..6b649c0b06f 100644
--- a/src/test/modules/oauth_validator/t/001_server.pl
+++ b/src/test/modules/oauth_validator/t/001_server.pl
@@ -3,7 +3,7 @@
# Tests the libpq builtin OAuth flow, as well as server-side HBA and validator
# setup.
#
-# Copyright (c) 2021-2025, PostgreSQL Global Development Group
+# Copyright (c) 2021-2026, PostgreSQL Global Development Group
#
use strict;
diff --git a/src/test/modules/oauth_validator/t/002_client.pl b/src/test/modules/oauth_validator/t/002_client.pl
index e6c91fc911c..d66cd0b4a5f 100644
--- a/src/test/modules/oauth_validator/t/002_client.pl
+++ b/src/test/modules/oauth_validator/t/002_client.pl
@@ -2,7 +2,7 @@
# Exercises the API for custom OAuth client flows, using the oauth_hook_client
# test driver.
#
-# Copyright (c) 2021-2025, PostgreSQL Global Development Group
+# Copyright (c) 2021-2026, PostgreSQL Global Development Group
#
use strict;
diff --git a/src/test/modules/oauth_validator/t/OAuth/Server.pm b/src/test/modules/oauth_validator/t/OAuth/Server.pm
index 52ae7afa991..89ea7ab4a4c 100644
--- a/src/test/modules/oauth_validator/t/OAuth/Server.pm
+++ b/src/test/modules/oauth_validator/t/OAuth/Server.pm
@@ -1,5 +1,5 @@
-# Copyright (c) 2025, PostgreSQL Global Development Group
+# Copyright (c) 2025-2026, PostgreSQL Global Development Group
=pod