33bbdc26ae47 — Carsten Grohmann tip 3 years ago
Update Copyright years
5 files changed, 7 insertions(+), 7 deletions(-)

M .build.yml
M LICENSE.txt
M README.md
M test.py
M wxpy2wxg.py
M .build.yml +1 -1
@@ 2,7 2,7 @@ 
 #
 # This software is covered by the MIT License.
 #
-# Copyright (c) 2020 Carsten Grohmann <mail@carstengrohmann.de>
+# Copyright (c) 2020-2021 Carsten Grohmann <mail@carstengrohmann.de>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
 # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

          
M LICENSE.txt +1 -1
@@ 1,4 1,4 @@ 
-Copyright (c) 2020 Carsten Grohmann mail <add at here> carstengrohmann.de
+Copyright (c) 2020-2021 Carsten Grohmann mail <add at here> carstengrohmann.de
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in

          
M README.md +1 -1
@@ 162,7 162,7 @@ me.
 
 This software is covered by the MIT License.
 
-Copyright (c) 2020 Carsten Grohmann <mail@carstengrohmann.de>
+Copyright (c) 2020-2021 Carsten Grohmann <mail@carstengrohmann.de>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

          
M test.py +1 -1
@@ 2,7 2,7 @@ 
 #
 # This software is covered by the MIT License.
 #
-# Copyright (c) 2017-2020 Carsten Grohmann <mail@carstengrohmann.de>
+# Copyright (c) 2017-2021 Carsten Grohmann <mail@carstengrohmann.de>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
 # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

          
M wxpy2wxg.py +3 -3
@@ 5,7 5,7 @@ 
 #
 # This software is covered by the MIT License.
 #
-# Copyright (c) 2020 Carsten Grohmann <mail@carstengrohmann.de>
+# Copyright (c) 2020-2021 Carsten Grohmann <mail@carstengrohmann.de>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
 # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

          
@@ 30,9 30,9 @@ from xml.sax.saxutils import escape as x
 
 
 __author__ = "Carsten Grohmann <mail (at) carstengrohmann dot de>"
-__copyright__ = "Carsten Grohmann (c) 2020; Licence: MIT"
+__copyright__ = "Carsten Grohmann (c) 2020-2021; Licence: MIT"
 _app_name = os.path.basename(sys.argv[0])
-__version__ = "2020-06-02"
+__version__ = "2021-09-04"
 __version_msg__ = '%s version %s; %s' % (_app_name, __version__, __copyright__)