mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 04:25:45 -04:00
Bump copyright to current year
This commit is contained in:
parent
d4494b6266
commit
6130ddc825
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
Copyright © 2001-2019
|
Copyright © 2001-2020
|
||||||
Contributors to the Freedoom project. All rights reserved.
|
Contributors to the Freedoom project. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -11,7 +11,7 @@ import os
|
||||||
font = ImageFont.load_default()
|
font = ImageFont.load_default()
|
||||||
|
|
||||||
|
|
||||||
txt1 = "© 2001-2019"
|
txt1 = "© 2001-2020"
|
||||||
txt2 = os.environ["VERSION"]
|
txt2 = os.environ["VERSION"]
|
||||||
background_image = Image.open(sys.argv[1])
|
background_image = Image.open(sys.argv[1])
|
||||||
background_image.load()
|
background_image.load()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue