From 253235e8c583e383695874607bf727430d316520 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 26 Mar 2019 21:57:56 +0100 Subject: License and README --- README.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.rst (limited to 'README.rst') diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..81d9efd --- /dev/null +++ b/README.rst @@ -0,0 +1,27 @@ +*************** + PyAPD +*************** + +PyAPD is an ActivityPub_ server written in python and designed as a pure +server that provides a read-only minimal web interface and interacts +with clients through the ActivityPub c2s protocol. + +.. _ActivityPub: https://www.w3.org/TR/activitypub/ + +License +======= + +Copyright (C) 2019 Elena Grandi + +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.3