From a6744b0f8d8a0372021df87a7dc81d158d79afc6 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 27 Apr 2022 20:55:30 +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/mkdeps.py | 2 +- 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 +Copyright (C) 2020-2022 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 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 + Copyright (C) 2020-2022 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 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 + * Copyright (C) 2020-2022 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 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 + * Copyright (C) 2020-2022 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 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 + * Copyright (C) 2020-2022 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/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 ", + epilog="Copyright (C) 2021-2022 Juan J Martinez ", ) parser.add_argument( -- cgit v1.2.3