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 | |
parent | cf421f9217d6c8f1ce67db81cb7a72c455aec367 (diff) | |
download | ubox-msx-lib-0c1a7c15aba6a2612477bb78eba14e5e9d61579b.tar.gz ubox-msx-lib-0c1a7c15aba6a2612477bb78eba14e5e9d61579b.zip |
Copyright year bump
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | docs/footer.md | 2 | ||||
-rw-r--r-- | game/README.md | 2 | ||||
-rw-r--r-- | include/mplayer.h | 2 | ||||
-rw-r--r-- | include/spman.h | 2 | ||||
-rw-r--r-- | include/ubox.h | 2 | ||||
-rwxr-xr-x | tools/mkcas.py | 4 | ||||
-rwxr-xr-x | tools/mkdeps.py | 2 | ||||
-rwxr-xr-x | tools/png2scr.py | 4 |
9 files changed, 11 insertions, 11 deletions
@@ -1,5 +1,5 @@ ubox MSX lib -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 diff --git a/docs/footer.md b/docs/footer.md index c1224ec..6299396 100644 --- a/docs/footer.md +++ b/docs/footer.md @@ -1,3 +1,3 @@ ----- -**Copyright © 2020-2023 Juan J. Martinez (jjm at usebox.net)** +**Copyright © 2020-2024 Juan J. Martinez jjm at usebox.net)** Licensed [CC BY NC SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/). diff --git a/game/README.md b/game/README.md index 0dbf40e..854be2f 100644 --- a/game/README.md +++ b/game/README.md @@ -14,7 +14,7 @@ specially optimised; but you can see that it moves the player and 7 enemies just fine and **it is a good example on how to write a game in C for the MSX**. GREEN, a demo for ubox MSX lib - 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 diff --git a/include/mplayer.h b/include/mplayer.h index 12bdc5e..139dd9e 100644 --- a/include/mplayer.h +++ b/include/mplayer.h @@ -1,6 +1,6 @@ /* * mplayer lib - * 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 diff --git a/include/spman.h b/include/spman.h index 2a5db45..e8e27af 100644 --- a/include/spman.h +++ b/include/spman.h @@ -1,6 +1,6 @@ /* * spman lib - * 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 diff --git a/include/ubox.h b/include/ubox.h index 842f2f4..b045d4d 100644 --- a/include/ubox.h +++ b/include/ubox.h @@ -1,6 +1,6 @@ /* * ubox MSX lib - * 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 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( |