diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-04-27 20:55:30 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-04-27 20:55:30 +0100 |
commit | a6744b0f8d8a0372021df87a7dc81d158d79afc6 (patch) | |
tree | bf23619d64e7040eca1df78ebf5d0ee2efe61ff5 | |
parent | f4b550be2393ce8d945da39ed45cbfe9545cbcb4 (diff) | |
download | ubox-msx-lib-a6744b0f8d8a0372021df87a7dc81d158d79afc6.tar.gz ubox-msx-lib-a6744b0f8d8a0372021df87a7dc81d158d79afc6.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/mkdeps.py | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -1,5 +1,5 @@ ubox MSX lib -Copyright (C) 2020-2021 by Juan J. Martinez <jjm@usebox.net> +Copyright (C) 2020-2022 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 4bae65d..4c7fc2f 100644 --- a/docs/footer.md +++ b/docs/footer.md @@ -1,3 +1,3 @@ ----- -**Copyright © 2020-2021 Juan J. Martinez (jjm at usebox.net)** +**Copyright © 2020-2022 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 354acb6..c0ff4d0 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-2021 by Juan J. Martinez <jjm@usebox.net> + Copyright (C) 2020-2022 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 7af4c9c..173d9ca 100644 --- a/include/mplayer.h +++ b/include/mplayer.h @@ -1,6 +1,6 @@ /* * mplayer lib - * Copyright (C) 2020-2021 by Juan J. Martinez <jjm@usebox.net> + * Copyright (C) 2020-2022 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 b4c294a..2afedd8 100644 --- a/include/spman.h +++ b/include/spman.h @@ -1,6 +1,6 @@ /* * spman lib - * Copyright (C) 2020-2021 by Juan J. Martinez <jjm@usebox.net> + * Copyright (C) 2020-2022 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 acbb3b5..ecb6fce 100644 --- a/include/ubox.h +++ b/include/ubox.h @@ -1,6 +1,6 @@ /* * ubox MSX lib - * Copyright (C) 2020-2021 by Juan J. Martinez <jjm@usebox.net> + * Copyright (C) 2020-2022 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/mkdeps.py b/tools/mkdeps.py index cb70555..4576f0c 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 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2021-2022 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( |