diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-02-28 07:25:41 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-02-28 07:25:41 +0000 |
commit | d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770 (patch) | |
tree | 37f3d61a93b4b2bf1ab4ee8caa93bbde6fb1b48e /tools/mkcas.py | |
parent | c93c3ab607bdc383752f4d1a016d9197d5f4f02c (diff) | |
download | ubox-msx-lib-d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770.tar.gz ubox-msx-lib-d3864eb2f5bbdedffaae5cc8e1f00e1f93a4b770.zip |
Copyright year bump
Diffstat (limited to 'tools/mkcas.py')
-rwxr-xr-x | tools/mkcas.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkcas.py b/tools/mkcas.py index 267270d..edb121b 100755 --- a/tools/mkcas.py +++ b/tools/mkcas.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2020-2022 by Juan J. Martinez <jjm@usebox.net> +# Copyright (C) 2020-2023 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-2022 Juan J Martinez <jjm@usebox.net>", + epilog="Copyright (C) 2020-2023 Juan J Martinez <jjm@usebox.net>", ) parser.add_argument( |