From 514e1e4a5597c6477170400443603a22f8ec5e58 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Fri, 23 Nov 2018 16:40:10 +0000 Subject: [PATCH] Add License to README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index a0ab741..6736b7f 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,30 @@ The polynomial resulting from the sum is in simplified form. ``` ## License +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, in the file "COPYING". If not, see +. + + IMPORTANT NOTE: The GNU Affero General Public License (AGPL) has + *different requirements* from the "regular" GPL. In particular, if + you make modifications to the POLYnomial MANI.PuLation source code on your server, + you *MUST MAKE AVAILABLE* the modified version of the source code + to your users under the same license. This is a legal requirement + of using the software, and if you do not wish to share your + modifications, *YOU MAY NOT INSTALL POLYNOMIAL MANI.PULATION*. + +Additional library software has been made available (and were referenced +in the "Built With" section. All of it is Free Software and can be +distributed under liberal terms, but those terms may differ in detail +from the AGPL's particulars. See each package's license file in their +official repository for additional terms.