diff options
author | TrashMacNugget <35081257+TrashMacNugget@users.noreply.github.com> | 2018-03-11 07:12:23 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-11 15:12:23 +0100 |
commit | 56333cca88325b492861fe218d993d8a56acf575 (patch) | |
tree | ca7aa99282b9488e8c85392172cac145cd17ef9b | |
parent | 1aaec701bb505b83cea1838e785235a7364d6641 (diff) |
Add license info to README (#6583)
* Add license info to README * Reference AUTHORS file
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md index e9fb685c4..7b85b165b 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,16 @@ You can open issues for bugs you've found or features you think are missing. You **IRC channel**: #mastodon on irc.freenode.net +## License + +Copyright (C) 2016-2018 Eugen Rochko & other Mastodon contributors (see AUTHORS.md) + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. + --- ## Extra credits |