diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-28 07:25:41 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-28 07:25:41 +0000 |
commit | d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770 (patch) | |
tree | 37f3d61a93b4b2bf1ab4ee8caa93bbde6fb1b48e /tools/png2scr.py | |
parent | c93c3ab607bdc383752f4d1a016d9197d5f4f02c (diff) | |
download | ubox-msx-lib-d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770.tar.gz ubox-msx-lib-d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770.zip |
Copyright year bump
Diffstat (limited to 'tools/png2scr.py')
-rwxr-xr-x | tools/png2scr.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/png2scr.py b/tools/png2scr.py index 5d08915..9a23691 100755 --- a/tools/png2scr.py +++ b/tools/png2scr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2018-2022 by Juan J. Martinez <jjm@usebox.net> +# Copyright (C) 2018-2023 by Juan J. Martinez <jjm@usebox.net> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -56,7 +56,7 @@ def main(): parser = ArgumentParser( description="PNG to SCR file", - epilog="Copyright (C) 2018-2022 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2018-2023 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( |