diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-04-15 22:54:13 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-04-15 22:54:13 +0200 |
commit | bf91658c43d6b3341c3d5a66dbbd1314325caded (patch) | |
tree | 82c9c594858916317c96de2679b6ca55e0767ede | |
parent | a66bdb749642d2bc2ba2d4fab33ed248b28b02af (diff) | |
download | r7r-new-comment-notifier-bf91658c43d6b3341c3d5a66dbbd1314325caded.tar.gz r7r-new-comment-notifier-bf91658c43d6b3341c3d5a66dbbd1314325caded.tar.bz2 r7r-new-comment-notifier-bf91658c43d6b3341c3d5a66dbbd1314325caded.zip |
Rename repository and update copyright notice
-rw-r--r-- | CONTRIBUTORS | 6 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rwxr-xr-x | build.sh | 13 |
4 files changed, 16 insertions, 11 deletions
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 <laria@laria.me> @@ -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 @@ -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. @@ -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 <laria@laria.me>' + --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 |