From e317bcd040909267b82c6b6cf0d0fcc445488cc3 Mon Sep 17 00:00:00 2001 From: Norbert Micheel Date: Thu, 12 Sep 2024 11:03:37 +0200 Subject: [PATCH 1/2] fix author --- LICENSE | 2 +- README.md | 8 +++++++- package.yml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 9d628f2..d385961 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Alexander Walther +Copyright (c) 2020 Friends Of REDAXO 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/README.md b/README.md index b080e6f..1b4236c 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,10 @@ Mögliche Ursache dafür ist, dass im Template beispielsweise `REX_ARTICLE[]` od ## Autor -* [@alexplusde](https://github.com/sponsors/alexplusde) (Initiator) +**Friends Of REDAXO** +http://www.redaxo.org +https://github.com/FriendsOfREDAXO + +## Credits + +[@alexplusde](https://github.com/sponsors/alexplusde) (Initiator) diff --git a/package.yml b/package.yml index f0aef97..c6a27a9 100644 --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ package: yform_spam_protection version: '1.2.6-dev' -author: 'Friends Of REDAXO, Lead: Alexander Walther' +author: Friends Of REDAXO supportpage: https://github.com/friendsofredaxo/yform_spam_protection perm: admin[] requires: From f28da720f8405febe758e12b65c57c225f7433b8 Mon Sep 17 00:00:00 2001 From: Norbert Micheel Date: Fri, 13 Sep 2024 13:29:22 +0200 Subject: [PATCH 2/2] fix license link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4236c..f5f47d7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Mögliche Ursache dafür ist, dass im Template beispielsweise `REX_ARTICLE[]` od ## Lizenz -[MIT Lizenz](LICENSE.md) +[MIT Lizenz](LICENSE) ## Autor