diff options
author | Bruce Momjian <bruce@momjian.us> | 2025-01-01 11:21:55 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2025-01-01 11:21:55 -0500 |
commit | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch) | |
tree | afa997a1b8df3ed53e220af8374e637cd5de5c5a /contrib/tablefunc | |
parent | 98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff) | |
download | postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.tar.gz postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.zip |
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/tablefunc')
-rw-r--r-- | contrib/tablefunc/meson.build | 2 | ||||
-rw-r--r-- | contrib/tablefunc/tablefunc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tablefunc/meson.build b/contrib/tablefunc/meson.build index dccf3b37582..ee67272ec0a 100644 --- a/contrib/tablefunc/meson.build +++ b/contrib/tablefunc/meson.build @@ -1,4 +1,4 @@ -# Copyright (c) 2022-2024, PostgreSQL Global Development Group +# Copyright (c) 2022-2025, PostgreSQL Global Development Group tablefunc_sources = files( 'tablefunc.c', diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 4b6ae2fe5c4..4f2abed702c 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -10,7 +10,7 @@ * And contributors: * Nabil Sayegh <postgresql@e-trolley.de> * - * Copyright (c) 2002-2024, PostgreSQL Global Development Group + * Copyright (c) 2002-2025, PostgreSQL Global Development Group * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose, without fee, and without a written agreement |