e3c9fde810ac — Carsten Grohmann 3 years ago
Fix wrong domain in email address
5 files changed, 5 insertions(+), 5 deletions(-)

M .build.yml
M JsonDottedReadAccess.py
M LICENSE
M README.md
M test.py
M .build.yml +1 -1
@@ 2,7 2,7 @@ 
 #
 # This software is covered by the MIT License.
 #
-# Copyright (c) 2017-2020 Carsten Grohmann <mail@carsten-grohmann.de>
+# Copyright (c) 2017-2020 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 JsonDottedReadAccess.py +1 -1
@@ 2,7 2,7 @@ 
 #
 # This software is covered by the MIT License.
 #
-# Copyright (c) 2017-2020 Carsten Grohmann <mail@carsten-grohmann.de>
+# Copyright (c) 2017-2020 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 +1 -1
@@ 1,4 1,4 @@ 
-Copyright (c) 2014-2020 Carsten Grohmann <mail@carsten-grohmann.de>
+Copyright (c) 2014-2020 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 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 

          
M README.md +1 -1
@@ 194,7 194,7 @@ Comments, suggestions and patches are we
 
 This software is covered by the MIT License.
 
-Copyright (c) 2017-2020 Carsten Grohmann <mail@carsten-grohmann.de>
+Copyright (c) 2017-2020 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@carsten-grohmann.de>
+# Copyright (c) 2017-2020 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