Fix wrong domain in email address

This commit is contained in:
Carsten Grohmann 2021-09-04 22:47:06 +02:00
parent dd2efedc55
commit f088d861e2
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# #
# This software is covered by the MIT License. # This software is covered by the MIT License.
# #
# Copyright (c) 2020-2021 Carsten Grohmann <mail@carsten-grohmann.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 # 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 # documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

View File

@ -1,4 +1,4 @@
Copyright (c) 2017-2021 Carsten Grohmann mail <add at here> carsten-grohmann.de Copyright (c) 2017-2021 Carsten Grohmann mail <add at here> carstengrohmann.de
Permission is hereby granted, free of charge, to any person obtaining a copy of 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 this software and associated documentation files (the "Software"), to deal in

View File

@ -930,7 +930,7 @@ window.onerror = function (msg, url, lineNo, columnNo, error) {
<div class="license__text js-text--display-none" id="license"> <div class="license__text js-text--display-none" id="license">
<p> <p>
Copyright (c) 2017-2021 Carsten Grohmann mail &lt;add at here&gt; carsten-grohmann.de Copyright (c) 2017-2021 Carsten Grohmann mail &lt;add at here&gt; carstengrohmann.de
</p> </p>
<p> <p>
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of

View File

@ -106,7 +106,7 @@ for current open bugs. New bugs can be reported there also.
This project is licensed under the MIT license. This project is licensed under the MIT license.
``` ```
Copyright (c) 2017-2021 Carsten Grohmann, mail <add at here> carsten-grohmann.de Copyright (c) 2017-2021 Carsten Grohmann, mail <add at here> carstengrohmann.de
Permission is hereby granted, free of charge, to any person obtaining a copy of 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 this software and associated documentation files (the "Software"), to deal in

View File

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