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/auto_explain | |
| parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/auto_explain')
| -rw-r--r-- | contrib/auto_explain/auto_explain.c | 2 | ||||
| -rw-r--r-- | contrib/auto_explain/meson.build | 2 | ||||
| -rw-r--r-- | contrib/auto_explain/t/001_auto_explain.pl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/auto_explain/auto_explain.c b/contrib/auto_explain/auto_explain.c index 4d87ea808e7..f1ad876e821 100644 --- a/contrib/auto_explain/auto_explain.c +++ b/contrib/auto_explain/auto_explain.c @@ -3,7 +3,7 @@ * auto_explain.c * * - * Copyright (c) 2008-2024, PostgreSQL Global Development Group + * Copyright (c) 2008-2025, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/auto_explain/auto_explain.c diff --git a/contrib/auto_explain/meson.build b/contrib/auto_explain/meson.build index af1a3b8e325..92dc9df6f7c 100644 --- a/contrib/auto_explain/meson.build +++ b/contrib/auto_explain/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group auto_explain_sources = files( 'auto_explain.c', diff --git a/contrib/auto_explain/t/001_auto_explain.pl b/contrib/auto_explain/t/001_auto_explain.pl index 0e5b34afa94..6e514db35d1 100644 --- a/contrib/auto_explain/t/001_auto_explain.pl +++ b/contrib/auto_explain/t/001_auto_explain.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'; |
