From bf91658c43d6b3341c3d5a66dbbd1314325caded Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Wed, 15 Apr 2020 22:54:13 +0200 Subject: Rename repository and update copyright notice --- CONTRIBUTORS | 6 ------ COPYING | 2 +- README.md | 6 +++--- build.sh | 13 ++++++++++++- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index ae721e2..0000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,6 +0,0 @@ -People who have worked on new_comment_modifier -============================================== - -If you modified something, feel free to append your name to this list. - -* Laria Carolin Chabowski diff --git a/COPYING b/COPYING index 68adf1f..393760d 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -new_comment_notifier: Copyright (c) 2012 The Ratatöskr Team +r7r-new-comment-notifier: Copyright (c) 2012 - 2020 Laria Carolin Chabowski 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 index 7ae2a3d..df147ac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -new_comment_notifier -==================== +r7r-new-comment-notifier +======================== -This Ratatöskr plugin sends you a mail, if someone posted a new comment. \ No newline at end of file +This Ratatöskr plugin sends you a mail, if someone posted a new comment. diff --git a/build.sh b/build.sh index cb41842..1c5ac1b 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,14 @@ #!/usr/bin/env bash -r7r-plugin-packer --output=new_comment_notifier.rpk --codefile=plugin.php --classname=new_comment_notifier --pluginname=new_comment_notifier --author='The Ratatöskr Team' --versiontext="0.2" --versioncount=3 --api=5 --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." --licensefile=COPYING --tpldir=tpls +r7r-plugin-packer + --output=new_comment_notifier.rpk + --codefile=plugin.php + --classname=new_comment_notifier + --pluginname=new_comment_notifier + --author='Laria Carolin Chabowski ' + --versiontext="0.2.1" + --versioncount=4 + --api=5 + --shortdesc="new_comment_notifier sends you a mail, if someone has written a comment." + --licensefile=COPYING + --tpldir=tpls -- cgit v1.2.3-70-g09d2