diff options
-rw-r--r-- | COPYING | 2 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -kch42_gravatar: Copyright (c) 2012 Kevin Chabowski +kch42_gravatar: Copyright (c) 2012 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,3 +1,3 @@ #!/usr/bin/env bash -r7r-plugin-packer --output=kch42_gravatar.rpk --codefile=plugin.php --classname=kch42_gravatar --pluginname=kch42_gravatar --author='Kevin Chabowski <kevin@kch42.de>' --versiontext="0.6" --versioncount=2 --api=5 --shortdesc="kch42_gravatar allows you to display [Gravatars](http://de.gravatar.com)" --helpfile=help.html --licensefile=COPYING +r7r-plugin-packer --output=kch42_gravatar.rpk --codefile=plugin.php --classname=kch42_gravatar --pluginname=kch42_gravatar --author='Laria Carolin Chabowski <laria@laria.me>' --versiontext="0.6" --versioncount=2 --api=5 --shortdesc="kch42_gravatar allows you to display [Gravatars](http://de.gravatar.com)" --helpfile=help.html --licensefile=COPYING |