Merge pull request #863 from Applemunch/master

Update 2022 instances to 2023
This commit is contained in:
Simon Howard 2023-03-02 12:55:44 -05:00 committed by GitHub
commit 1c2ece528e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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()