diff --git a/LICENSE b/LICENSE index 4c36e0a17a450a8a8083aed25fb9a25e0f22b887..98d04a11e0d30da6252a0aa84b53a969bbf3ff6a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,25 +1,15 @@ -.===================================================================. -|| Copyright (c) 2013, Webu || -|| Currently under Beerware License || -|| ___ || -|| .' '. || -|| / \ oOoOo || -|| | | ,==||||| || -|| \ / _|| ||||| || -|| '.___.' _.-'^|| ||||| || -|| __/_______.-' '==HHHHH || -|| _.-'` / """"" || -|| .-' / oOoOo || -|| `-._ / ,==||||| || -|| '-/._|| ||||| || -|| / ^|| ||||| || -|| / '==HHHHH || -|| /________""""" || -|| `\ `\ || -|| \ `\ / || -|| \ `\/ || -|| / || -|| / || -|| jgs /_____ || -|| || -'===================================================================' +django-newsbox +Copyright (C) 2014 Webu + +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 <http://www.gnu.org/licenses/>. diff --git a/setup.py b/setup.py index 9c201cfda104f9206a629e8a453c445a05eabb89..713e51712e047fe3a8c19fc21fbe0a8cd192a8c6 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ CLASSIFIERS = [ 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',