diff options
author | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
---|---|---|
committer | Bruce Momjian | 2025-01-01 16:21:55 +0000 |
commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /contrib/vacuumlo/t | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/vacuumlo/t')
-rw-r--r-- | contrib/vacuumlo/t/001_basic.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vacuumlo/t/001_basic.pl b/contrib/vacuumlo/t/001_basic.pl index 57a9cda6f6b..8b2ad24eff1 100644 --- a/contrib/vacuumlo/t/001_basic.pl +++ b/contrib/vacuumlo/t/001_basic.pl @@ -1,5 +1,5 @@ -# Copyright (c) 2021-2024, PostgreSQL Global Development Group +# Copyright (c) 2021-2025, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all'; |