diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-05-04 17:03:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-05-04 17:03:35 +0100 |
commit | 0c1a7c15aba6a2612477bb78eba14e5e9d61579b (patch) | |
tree | 9b11bcb232bd17786fcd7357c0077bd65f38ba51 /tools | |
parent | cf421f9217d6c8f1ce67db81cb7a72c455aec367 (diff) | |
download | ubox-msx-lib-0c1a7c15aba6a2612477bb78eba14e5e9d61579b.tar.gz ubox-msx-lib-0c1a7c15aba6a2612477bb78eba14e5e9d61579b.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 edb121b..0097a89 100755 --- a/tools/mkcas.py +++ b/tools/mkcas.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2020-2023 by Juan J. Martinez <jjm@usebox.net> +# Copyright (C) 2020-2024 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-2023 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2020-2024 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( diff --git a/tools/mkdeps.py b/tools/mkdeps.py index ee33c52..455dd06 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-2023 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2021-2024 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( diff --git a/tools/png2scr.py b/tools/png2scr.py index 9a23691..6953505 100755 --- a/tools/png2scr.py +++ b/tools/png2scr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2018-2023 by Juan J. Martinez <jjm@usebox.net> +# Copyright (C) 2018-2024 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-2023 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2018-2024 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( |