Fixup a few 2023 copyright years
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2024-04-09T02:21:42Z
Lists: pgsql-hackers
Attachments
- fix_wrong_copyright_year.patch (text/plain) patch
Attached is a patch which adjusts the copyright years of 2023 that have crept in this year from patches that were written last year and committed without adjusting this to 2024. The patch isn't produced by src/tools/copyright.pl as that'll transform files which are new and only contain "2023" to become "2023-2024", which I don't believe is what we want in this case. No other matches aside from .po files from: git grep -e "Copyright" --and --not -e "2024" --and -e "PostgreSQL Global Development Group" Should we do this and is this a good time to? David
Commits
-
Fix incorrect year in some copyright notices added this year
- 8cb653b2457c 17.0 landed