From 0c1a7c15aba6a2612477bb78eba14e5e9d61579b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 May 2024 17:03:35 +0100 Subject: Copyright year bump --- COPYING | 2 +- docs/footer.md | 2 +- game/README.md | 2 +- include/mplayer.h | 2 +- include/spman.h | 2 +- include/ubox.h | 2 +- tools/mkcas.py | 4 ++-- tools/mkdeps.py | 2 +- tools/png2scr.py | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/COPYING b/COPYING index 994c7ab..836e17b 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ ubox MSX lib -Copyright (C) 2020-2023 by Juan J. Martinez +Copyright (C) 2020-2024 by Juan J. Martinez 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 + Copyright (C) 2020-2024 by Juan J. Martinez 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 + * Copyright (C) 2020-2024 by Juan J. Martinez * * 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 + * Copyright (C) 2020-2024 by Juan J. Martinez * * 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 + * Copyright (C) 2020-2024 by Juan J. Martinez * * 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 +# Copyright (C) 2020-2024 by Juan J. Martinez # # 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 ", + epilog="Copyright (C) 2020-2024 Juan J Martinez ", ) 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 ", + epilog="Copyright (C) 2021-2024 Juan J Martinez ", ) 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 +# Copyright (C) 2018-2024 by Juan J. Martinez # # 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 ", + epilog="Copyright (C) 2018-2024 Juan J Martinez ", ) parser.add_argument( -- cgit v1.2.3