From 8d8c6c9e6c8e725ddee6aea314da9c0b2fa6857a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Mon, 21 Apr 2014 14:12:37 +0200 Subject: [PATCH] Some Apache license references removed --- NOTICE | 5 +++-- doc/source/overview.rst | 7 ++++--- taiga/domains/__init__.py | 22 +++++++++++----------- taiga/domains/models.py | 22 +++++++++++----------- 4 files changed, 29 insertions(+), 27 deletions(-) diff --git a/NOTICE b/NOTICE index e0480215..e93b92c6 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,6 @@ -This product is licensed to you under the Apache License, Version 2.0 (the "License"). -You may not use this product except in compliance with the License. +This product is licensed to you under the GNU Affero General Public License, +Version 3 (the "License"). You may not use this product except in compliance +with the License. This product may include a number of subcomponents with separate copyright notices and license terms. Your use of the source diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 81225671..0a2db96b 100755 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -70,8 +70,9 @@ We very much welcome your contribution of course. To do so, simply follow these License ======= -This software is licensed under the New BSD_ License. See the LICENSE -file in the top distribution directory for the full license text. +This software is licensed under the `GNU Affero General Public License`_, Version +3. See the LICENSE file in the top distribution directory for the full license +text. .. _coverage: http://nedbatchelder.com/code/coverage/ -.. _BSD: http://www.opensource.org/licenses/bsd-license.php +.. _`GNU Affero General Public License`: http://www.gnu.org/licenses/agpl.html diff --git a/taiga/domains/__init__.py b/taiga/domains/__init__.py index 75b3c015..723a630e 100644 --- a/taiga/domains/__init__.py +++ b/taiga/domains/__init__.py @@ -1,16 +1,16 @@ -# Copyright 2014 Andrey Antukh +# Copyright (C) 2014 Andrey Antukh +# 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. # -# Licensed under the Apache License, Version 2.0 (the "License"); -# y ou may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# 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. # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . from .base import get_default_domain from .base import get_domain_for_domain_name diff --git a/taiga/domains/models.py b/taiga/domains/models.py index 211eed1c..13e5effe 100644 --- a/taiga/domains/models.py +++ b/taiga/domains/models.py @@ -1,16 +1,16 @@ -# Copyright 2014 Andrey Antukh +# Copyright (C) 2014 Andrey Antukh +# 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. # -# Licensed under the Apache License, Version 2.0 (the "License"); -# y ou may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# 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. # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import string