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 | |
parent | c93c3ab607bdc383752f4d1a016d9197d5f4f02c (diff) | |
download | ubox-msx-lib-d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770.tar.gz ubox-msx-lib-d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770.zip |
Copyright year bump
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mkcas.py | 4 | ||||
-rwxr-xr-x | tools/mkdeps.py | 2 | ||||
-rwxr-xr-x | tools/png2scr.py | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/mkcas.py b/tools/mkcas.py index 267270d..edb121b 100755 --- a/tools/mkcas.py +++ b/tools/mkcas.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2020-2022 by Juan J. Martinez <jjm@usebox.net> +# Copyright (C) 2020-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 @@ -48,7 +48,7 @@ def main(): parser = ArgumentParser( description="Make a CAS file for the MSX", - epilog="Copyright (C) 2020-2022 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2020-2023 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( diff --git a/tools/mkdeps.py b/tools/mkdeps.py index 4576f0c..ee33c52 100755 --- a/tools/mkdeps.py +++ b/tools/mkdeps.py @@ -16,7 +16,7 @@ def main(): parser = ArgumentParser( description="mkdeps for SDCC", - epilog="Copyright (C) 2021-2022 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2021-2023 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( 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( |