From 704f983c9fa54041d827d67830fccde0a8320c75 Mon Sep 17 00:00:00 2001 From: afabiani Date: Thu, 29 Apr 2021 16:29:40 +0200 Subject: [PATCH] - Updating LICENSE and MANIFEST (cherry picked from commit 1af2242a42cdd7cf5e7c93976c8c383164f9fd64) --- LICENSE | 24 ++++++++++++++++++++++++ MANIFEST.in | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000000..7454a0d1ec3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +GeoNode is distributed under the GNU General Public License Version 2.0 license: + + GeoNode, open geospatial information server + Copyright (C) 2014-2020 Open Source Geospatial Foundation. + Copyright (C) 2001-2014 OpenPlans + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version (collectively, "GPL"). + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA + +For latest contact information of Open Source Geospatial Foundation see the website at +http://www.osgeo.org. Current email is info@osgeo.org and address is OSGeo, 14525 SW Millikan #42523, Beaverton, Oregon, United States, 97005-2343. + +The full GPL license is available in this directory in the file GPL.txt \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 26d8f2fafee..fbbc2e7c077 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README README.rst LICENSE requirements.txt +include README README.rst README.md LICENSE requirements.txt recursive-exclude geonode/static/.components recursive-include geonode *.css *.eot *.gif *.html *.ico *.ini *.jpg *.js *.json *.less *.md *.mo *.po *.otf *.png *.rst *.sample *.svg *.swf *.ttf *.txt *.woff *.woff2 *.xml *.xsl README recursive-include geonode/contrib/geosites gunicorn nginx