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 --- tools/png2scr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/png2scr.py') 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