From 26d26c91e522967a2dac7fd2e6a3b15988ce15fd Mon Sep 17 00:00:00 2001 From: AerialB <56734844+Applemunch@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:21:06 -0500 Subject: [PATCH 1/2] Update COPYING's year to 2023 --- COPYING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYING.adoc b/COPYING.adoc index a864e4af..4b4a3257 100644 --- a/COPYING.adoc +++ b/COPYING.adoc @@ -1,4 +1,4 @@ -Copyright © 2001-2022 +Copyright © 2001-2023 Contributors to the Freedoom project. All rights reserved. Redistribution and use in source and binary forms, with or without From 542240be20dd481bf9e02743fe7d150266f557f6 Mon Sep 17 00:00:00 2001 From: AerialB <56734844+Applemunch@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:22:41 -0500 Subject: [PATCH 2/2] Update copyright to 2023 --- graphics/text/create_caption | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/text/create_caption b/graphics/text/create_caption index bf138515..7ddbd8d6 100755 --- a/graphics/text/create_caption +++ b/graphics/text/create_caption @@ -11,7 +11,7 @@ import os font = ImageFont.load_default() -txt1 = "© 2001-2022" +txt1 = "© 2001-2023" txt2 = os.environ["VERSION"] background_image = Image.open(sys.argv[1]) background_image.load()