# HG changeset patch # User Carsten Grohmann # Date 1630789799 -7200 # Sat Sep 04 23:09:59 2021 +0200 # Node ID 33bbdc26ae47e5a45dc23b8214156b04343e32b6 # Parent 3a8b592f8c04dbc4f015b392df4d017630f097d6 Update Copyright years diff --git a/.build.yml b/.build.yml --- a/.build.yml +++ b/.build.yml @@ -2,7 +2,7 @@ # # This software is covered by the MIT License. # -# Copyright (c) 2020 Carsten Grohmann +# Copyright (c) 2020-2021 Carsten Grohmann # # 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 diff --git a/LICENSE.txt b/LICENSE.txt --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -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 diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ This software is covered by the MIT License. -Copyright (c) 2020 Carsten Grohmann +Copyright (c) 2020-2021 Carsten Grohmann 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/test.py b/test.py --- a/test.py +++ b/test.py @@ -2,7 +2,7 @@ # # This software is covered by the MIT License. # -# Copyright (c) 2017-2020 Carsten Grohmann +# Copyright (c) 2017-2021 Carsten Grohmann # # 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 diff --git a/wxpy2wxg.py b/wxpy2wxg.py --- a/wxpy2wxg.py +++ b/wxpy2wxg.py @@ -5,7 +5,7 @@ # # This software is covered by the MIT License. # -# Copyright (c) 2020 Carsten Grohmann +# Copyright (c) 2020-2021 Carsten Grohmann # # 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 @@ __author__ = "Carsten Grohmann " -__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__)