From 060aa0492de0200bbac1bc41f07beb6b8e9c27aa Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 22 Aug 2021 10:46:52 -0700 Subject: [PATCH] Update copyright year to 2021 --- COPYING.adoc | 2 +- graphics/text/create_caption | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COPYING.adoc b/COPYING.adoc index ebb0b225..da0cbd97 100644 --- a/COPYING.adoc +++ b/COPYING.adoc @@ -1,4 +1,4 @@ -Copyright © 2001-2020 +Copyright © 2001-2021 Contributors to the Freedoom project. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/graphics/text/create_caption b/graphics/text/create_caption index 62275904..b7adf8de 100755 --- a/graphics/text/create_caption +++ b/graphics/text/create_caption @@ -11,7 +11,7 @@ import os font = ImageFont.load_default() -txt1 = "© 2001-2020" +txt1 = "© 2001-2021" txt2 = os.environ["VERSION"] background_image = Image.open(sys.argv[1]) background_image.load()