aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-04-27 20:55:30 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-04-27 20:55:30 +0100
commita6744b0f8d8a0372021df87a7dc81d158d79afc6 (patch)
treebf23619d64e7040eca1df78ebf5d0ee2efe61ff5
parentf4b550be2393ce8d945da39ed45cbfe9545cbcb4 (diff)
downloadubox-msx-lib-a6744b0f8d8a0372021df87a7dc81d158d79afc6.tar.gz
ubox-msx-lib-a6744b0f8d8a0372021df87a7dc81d158d79afc6.zip
Copyright year bump
-rw-r--r--COPYING2
-rw-r--r--docs/footer.md2
-rw-r--r--game/README.md2
-rw-r--r--include/mplayer.h2
-rw-r--r--include/spman.h2
-rw-r--r--include/ubox.h2
-rwxr-xr-xtools/mkdeps.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/COPYING b/COPYING
index c29d955..837e671 100644
--- a/COPYING
+++ b/COPYING
@@ -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 &copy; 2020-2021 Juan J. Martinez (jjm at usebox.net)**
+**Copyright &copy; 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(