From 9208e13f1fc514d3f3eb30b8c15ec4b3ae9fa4ed Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 21 Nov 2018 12:23:47 +0200 Subject: Add: copyright info to README --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README b/README index 6fae203..68382bd 100644 --- a/README +++ b/README @@ -74,3 +74,27 @@ to store subjects in Muck. For the demo, Muck will be changed to allow a user with the super scope be able to set the owner of a resource. This is necessary so that admin can create resources for members, but members can see them. + + +Legalese +============================================================================= + +While effi-reg itself is under the AGPL3+ license, a copy of which is +included as `COPYING` in the source code of this program, this license +does NOT apply to clients of the HTTP API it provides. + +Copyright 2018 Lars Wirzenius + +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 . + -- cgit v1.2.1