From 2f78eb3e17bcbad19a0924dec138d0754f20cbb1 Mon Sep 17 00:00:00 2001 From: Steven Elliott Date: Mon, 28 Nov 2022 22:39:23 -0500 Subject: [PATCH] Update copyright year to 2022 (#825) --- 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 b7adf8de..bf138515 100755 --- a/graphics/text/create_caption +++ b/graphics/text/create_caption @@ -11,7 +11,7 @@ import os font = ImageFont.load_default() -txt1 = "© 2001-2021" +txt1 = "© 2001-2022" txt2 = os.environ["VERSION"] background_image = Image.open(sys.argv[1]) background_image.load()