From 1a49b7e5c50c2fb7b6ce5fd5b3c9295038321512 Mon Sep 17 00:00:00 2001 From: Olivier Le Brouster <olivier.le-brouster@webu.coop> Date: Tue, 22 Apr 2014 17:04:01 +0200 Subject: [PATCH] We publish code under AGPLv3+ --- LICENSE | 40 +++++++++++++++------------------------- setup.py | 2 +- 2 files changed, 16 insertions(+), 26 deletions(-) diff --git a/LICENSE b/LICENSE index 4c36e0a..98d04a1 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 9c201cf..713e517 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', -- GitLab