commit cf4695077e0f10a49693014e1b32715ec772c6fb
parent d0c832a0dd756e494b2cc3c9cc2474b7f6397671
Author: Demonstrandum <moi@knutsen.co>
Date: Thu, 6 Aug 2020 16:55:45 +0100
Update all references to GPL to AGPL.
Diffstat:
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/HELP.md b/HELP.md
@@ -133,4 +133,5 @@
- `!fork` — Fork the repository and send me a pull-request for your patches. (https://github.com/Demonstrandum/Simp-O-Matic/fork)
- `!issue` — Spot a bug, have an issue or want to request a new feature? There's a page for that. (https://github.com/Demonstrandum/Simp-O-Matic/issues)
-**Licenced under GNU GPLv3! _Free_ as in Freedom!**
+**Licenced under GNU Affero GPLv3 (`AGPL-3.0`)! _Free_ as in Freedom!**
+<:AGPL:740958423008411678>
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
# The Simp'O'Matic
<p align="center">
- <img width="300" src="lib/resources/banners/logo-text-outlines.svg?sanitize=true">
+ <img width="300" src="https://raw.githubusercontent.com/Demonstrandum/Simp-O-Matic/master/lib/resources/banners/logo-text-outlines.svg">
</p>
## Help Out
@@ -103,6 +103,10 @@ I can send you the secrets file, if I _really_ trust you.
yarn --global-folder ./node_modules/ --cache-folder ./node_modules/
```
+## License
+See `LICENSE` file in repository root.
+![GNU Affero GPLv3 (AGPL-3.0)](https://upload.wikimedia.org/wikipedia/commons/0/06/AGPLv3_Logo.svg)
+
## Dependencies / Project Structure?
[This graph](http://npm.broofa.com/?q=simp-o-matic) should sort that right out for you.
diff --git a/lib/commands/license.ts b/lib/commands/license.ts
@@ -0,0 +1,7 @@
+export default (home_scope: HomeScope) => {
+ const { message } = home_scope;
+ .catch(console.warn);
+ message.channel.send(
+ "**GNU Affero GPLv3 (`AGPL-3.0`), _Free_ as in Freedom.**");
+ message.channel.send("<:AGPL:740958423008411678>");
+};
diff --git a/package.json b/package.json
@@ -6,7 +6,7 @@
"bot",
"simp"
],
- "license": "GPL-3.0",
+ "license": "AGPL-3.0",
"author": "Sammy, Danny, Bruno, et Frens",
"version": "1.0.0",
"engines": {