aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS6
-rw-r--r--COPYING2
-rw-r--r--README.md6
-rwxr-xr-xbuild.sh13
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>
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 <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