aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2024-05-04 17:03:35 +0100
committerJuan J. Martinez <jjm@usebox.net>2024-05-04 17:03:35 +0100
commit0c1a7c15aba6a2612477bb78eba14e5e9d61579b (patch)
tree9b11bcb232bd17786fcd7357c0077bd65f38ba51 /tools
parentcf421f9217d6c8f1ce67db81cb7a72c455aec367 (diff)
downloadubox-msx-lib-0c1a7c15aba6a2612477bb78eba14e5e9d61579b.tar.gz
ubox-msx-lib-0c1a7c15aba6a2612477bb78eba14e5e9d61579b.zip
Copyright year bump
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mkcas.py4
-rwxr-xr-xtools/mkdeps.py2
-rwxr-xr-xtools/png2scr.py4
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(