diff --git a/doc/source/conf.py b/doc/source/conf.py index cbd07d29..8fec513c 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,15 +1,18 @@ -# -*- coding: utf-8 -*- +# Copyright (C) 2014 Andrey Antukh +# Copyright (C) 2014 Jesús Espino +# Copyright (C) 2014 David Barragán +# 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. # -# Green-Mine documentation build configuration file, created by -# sphinx-quickstart on Sun May 6 14:00:36 2012. +# 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. # -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . import sys, os diff --git a/settings/__init__.py b/settings/__init__.py index 7c6432db..a43a344c 100644 --- a/settings/__init__.py +++ b/settings/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/settings/common.py b/settings/common.py index 8a301574..1adb306a 100644 --- a/settings/common.py +++ b/settings/common.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/settings/development.py b/settings/development.py index 6fec64dd..008c128b 100644 --- a/settings/development.py +++ b/settings/development.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/settings/local.py.example b/settings/local.py.example index 5d2f0d03..0c3c4415 100644 --- a/settings/local.py.example +++ b/settings/local.py.example @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/settings/testing.py b/settings/testing.py index 53ad411d..4b52a005 100644 --- a/settings/testing.py +++ b/settings/testing.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/settings/travis.py b/settings/travis.py index 2667224c..6f27652f 100644 --- a/settings/travis.py +++ b/settings/travis.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/auth/serializers.py b/taiga/auth/serializers.py index 893c5177..f9b4e367 100644 --- a/taiga/auth/serializers.py +++ b/taiga/auth/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/auth/tests.py b/taiga/auth/tests.py index e7e8bb52..8a0a8543 100644 --- a/taiga/auth/tests.py +++ b/taiga/auth/tests.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/api.py b/taiga/base/api.py index 460a9836..87f1f7ba 100644 --- a/taiga/base/api.py +++ b/taiga/base/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/decorators.py b/taiga/base/decorators.py index ce99a587..e143efca 100644 --- a/taiga/base/decorators.py +++ b/taiga/base/decorators.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/exceptions.py b/taiga/base/exceptions.py index 2480073e..c4436cdb 100644 --- a/taiga/base/exceptions.py +++ b/taiga/base/exceptions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/filters.py b/taiga/base/filters.py index db4d24d4..8b0b1fd8 100644 --- a/taiga/base/filters.py +++ b/taiga/base/filters.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/formats/en/formats.py b/taiga/base/formats/en/formats.py index 4539ae71..959dba6d 100644 --- a/taiga/base/formats/en/formats.py +++ b/taiga/base/formats/en/formats.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/formats/es/formats.py b/taiga/base/formats/es/formats.py index 675e854d..8fc0d277 100644 --- a/taiga/base/formats/es/formats.py +++ b/taiga/base/formats/es/formats.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/middleware/cors.py b/taiga/base/middleware/cors.py index 38610004..03551649 100644 --- a/taiga/base/middleware/cors.py +++ b/taiga/base/middleware/cors.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/models.py b/taiga/base/models.py index ff9fd4bc..c5ca1027 100644 --- a/taiga/base/models.py +++ b/taiga/base/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/monkey.py b/taiga/base/monkey.py index d745c7f8..aa189231 100644 --- a/taiga/base/monkey.py +++ b/taiga/base/monkey.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/notifications/api.py b/taiga/base/notifications/api.py index 62928203..3342bbaa 100644 --- a/taiga/base/notifications/api.py +++ b/taiga/base/notifications/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/notifications/models.py b/taiga/base/notifications/models.py index e6775e2b..14a3d414 100644 --- a/taiga/base/notifications/models.py +++ b/taiga/base/notifications/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/notifications/services.py b/taiga/base/notifications/services.py index 3edec041..1f3d273f 100644 --- a/taiga/base/notifications/services.py +++ b/taiga/base/notifications/services.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/pagination.py b/taiga/base/pagination.py index 40ecf67b..61e6a78b 100644 --- a/taiga/base/pagination.py +++ b/taiga/base/pagination.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/permissions.py b/taiga/base/permissions.py index 8944f526..3fcc4c18 100644 --- a/taiga/base/permissions.py +++ b/taiga/base/permissions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/resolver/api.py b/taiga/base/resolver/api.py index a2176b40..6e15db24 100644 --- a/taiga/base/resolver/api.py +++ b/taiga/base/resolver/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/searches/api.py b/taiga/base/searches/api.py index 9743148a..9deb2698 100644 --- a/taiga/base/searches/api.py +++ b/taiga/base/searches/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/serializers.py b/taiga/base/serializers.py index 898bf9df..0ed59b4d 100644 --- a/taiga/base/serializers.py +++ b/taiga/base/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/storage.py b/taiga/base/storage.py index f237aa25..1b99f53f 100644 --- a/taiga/base/storage.py +++ b/taiga/base/storage.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/utils/json.py b/taiga/base/utils/json.py index 86cec3fb..80bb0bc6 100644 --- a/taiga/base/utils/json.py +++ b/taiga/base/utils/json.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/base/utils/slug.py b/taiga/base/utils/slug.py index 127bb89c..14e17abf 100644 --- a/taiga/base/utils/slug.py +++ b/taiga/base/utils/slug.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/documents/admin.py b/taiga/projects/documents/admin.py index cdc22ec7..6d1a9400 100644 --- a/taiga/projects/documents/admin.py +++ b/taiga/projects/documents/admin.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/documents/api.py b/taiga/projects/documents/api.py index 27985a08..fd573c6c 100644 --- a/taiga/projects/documents/api.py +++ b/taiga/projects/documents/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/documents/models.py b/taiga/projects/documents/models.py index e339b3dc..b7c3b985 100644 --- a/taiga/projects/documents/models.py +++ b/taiga/projects/documents/models.py @@ -1,5 +1,3 @@ -# -* coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/documents/permissions.py b/taiga/projects/documents/permissions.py index de8f0c0c..371fd0d7 100644 --- a/taiga/projects/documents/permissions.py +++ b/taiga/projects/documents/permissions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/documents/serializers.py b/taiga/projects/documents/serializers.py index 843db996..32b42428 100644 --- a/taiga/projects/documents/serializers.py +++ b/taiga/projects/documents/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/issues/tests/__init__.py b/taiga/projects/issues/tests/__init__.py index fba989eb..45b1502c 100644 --- a/taiga/projects/issues/tests/__init__.py +++ b/taiga/projects/issues/tests/__init__.py @@ -1,5 +1,18 @@ -# -*- coding: utf-8 -*- - +# Copyright (C) 2014 Andrey Antukh +# Copyright (C) 2014 Jesús Espino +# Copyright (C) 2014 David Barragán +# 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 . from django.db.models.loading import get_model diff --git a/taiga/projects/issues/tests/tests_api.py b/taiga/projects/issues/tests/tests_api.py index 0ebfdc44..e233b64f 100644 --- a/taiga/projects/issues/tests/tests_api.py +++ b/taiga/projects/issues/tests/tests_api.py @@ -1,4 +1,18 @@ -# -*- coding: utf-8 -*- +# Copyright (C) 2014 Andrey Antukh +# Copyright (C) 2014 Jesús Espino +# Copyright (C) 2014 David Barragán +# 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 . import json diff --git a/taiga/projects/milestones/admin.py b/taiga/projects/milestones/admin.py index e38940d4..3d2f096e 100644 --- a/taiga/projects/milestones/admin.py +++ b/taiga/projects/milestones/admin.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/milestones/api.py b/taiga/projects/milestones/api.py index 0aa34c00..4a407ef4 100644 --- a/taiga/projects/milestones/api.py +++ b/taiga/projects/milestones/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/milestones/models.py b/taiga/projects/milestones/models.py index 5a90d612..9c98135f 100644 --- a/taiga/projects/milestones/models.py +++ b/taiga/projects/milestones/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/milestones/permissions.py b/taiga/projects/milestones/permissions.py index b5f3c540..1ad1ec5f 100644 --- a/taiga/projects/milestones/permissions.py +++ b/taiga/projects/milestones/permissions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/milestones/serializers.py b/taiga/projects/milestones/serializers.py index 37aa75e7..8ff7547f 100644 --- a/taiga/projects/milestones/serializers.py +++ b/taiga/projects/milestones/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/milestones/tests/__init__.py b/taiga/projects/milestones/tests/__init__.py index 6cfb9c75..cb140f50 100644 --- a/taiga/projects/milestones/tests/__init__.py +++ b/taiga/projects/milestones/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/milestones/tests/tests_api.py b/taiga/projects/milestones/tests/tests_api.py index 2197cce3..12ac52c1 100644 --- a/taiga/projects/milestones/tests/tests_api.py +++ b/taiga/projects/milestones/tests/tests_api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/mixins/blocked/models.py b/taiga/projects/mixins/blocked/models.py index 3e7038fa..6c988a88 100644 --- a/taiga/projects/mixins/blocked/models.py +++ b/taiga/projects/mixins/blocked/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/mixins/blocked/tests/foo/models.py b/taiga/projects/mixins/blocked/tests/foo/models.py index edbcaf6d..c38af868 100644 --- a/taiga/projects/mixins/blocked/tests/foo/models.py +++ b/taiga/projects/mixins/blocked/tests/foo/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/mixins/blocked/tests/tests_models.py b/taiga/projects/mixins/blocked/tests/tests_models.py index e7b87c31..de236b95 100644 --- a/taiga/projects/mixins/blocked/tests/tests_models.py +++ b/taiga/projects/mixins/blocked/tests/tests_models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/mixins/notifications/serializers.py b/taiga/projects/mixins/notifications/serializers.py index 5494d750..c3a264e5 100644 --- a/taiga/projects/mixins/notifications/serializers.py +++ b/taiga/projects/mixins/notifications/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/questions/admin.py b/taiga/projects/questions/admin.py index e6b2131a..eb8a1c93 100644 --- a/taiga/projects/questions/admin.py +++ b/taiga/projects/questions/admin.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/questions/api.py b/taiga/projects/questions/api.py index b59d8d58..9ee4eae5 100644 --- a/taiga/projects/questions/api.py +++ b/taiga/projects/questions/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/questions/models.py b/taiga/projects/questions/models.py index 21635295..a1cff463 100644 --- a/taiga/projects/questions/models.py +++ b/taiga/projects/questions/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/questions/permissions.py b/taiga/projects/questions/permissions.py index cda5387b..f26f0d69 100644 --- a/taiga/projects/questions/permissions.py +++ b/taiga/projects/questions/permissions.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/questions/serializers.py b/taiga/projects/questions/serializers.py index d63c6468..6f66dc93 100644 --- a/taiga/projects/questions/serializers.py +++ b/taiga/projects/questions/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/services/bulk_update_order.py b/taiga/projects/services/bulk_update_order.py index 6acf0519..6764aaa6 100644 --- a/taiga/projects/services/bulk_update_order.py +++ b/taiga/projects/services/bulk_update_order.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/tasks/models.py b/taiga/projects/tasks/models.py index 3680fd6a..adeb015a 100644 --- a/taiga/projects/tasks/models.py +++ b/taiga/projects/tasks/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/tasks/tests/__init__.py b/taiga/projects/tasks/tests/__init__.py index fb176d8a..586136b4 100644 --- a/taiga/projects/tasks/tests/__init__.py +++ b/taiga/projects/tasks/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/tasks/tests/tests_api.py b/taiga/projects/tasks/tests/tests_api.py index feb2f582..1d73f12f 100644 --- a/taiga/projects/tasks/tests/tests_api.py +++ b/taiga/projects/tasks/tests/tests_api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/tests/__init__.py b/taiga/projects/tests/__init__.py index d24dd25e..65e0c831 100644 --- a/taiga/projects/tests/__init__.py +++ b/taiga/projects/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/tests/tests_api.py b/taiga/projects/tests/tests_api.py index 7e58034c..20770c12 100644 --- a/taiga/projects/tests/tests_api.py +++ b/taiga/projects/tests/tests_api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/tests/tests_model.py b/taiga/projects/tests/tests_model.py index c13f2c8b..6424d624 100644 --- a/taiga/projects/tests/tests_model.py +++ b/taiga/projects/tests/tests_model.py @@ -1,4 +1,18 @@ -# -*- coding: utf-8 -*- +# Copyright (C) 2014 Andrey Antukh +# Copyright (C) 2014 Jesús Espino +# Copyright (C) 2014 David Barragán +# 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 . import json diff --git a/taiga/projects/tests/tests_notifications.py b/taiga/projects/tests/tests_notifications.py index ae33602e..5c8c0498 100644 --- a/taiga/projects/tests/tests_notifications.py +++ b/taiga/projects/tests/tests_notifications.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/userstories/tests/__init__.py b/taiga/projects/userstories/tests/__init__.py index 15784132..38ff9c12 100644 --- a/taiga/projects/userstories/tests/__init__.py +++ b/taiga/projects/userstories/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/userstories/tests/tests_api.py b/taiga/projects/userstories/tests/tests_api.py index fe396610..44afdb6c 100644 --- a/taiga/projects/userstories/tests/tests_api.py +++ b/taiga/projects/userstories/tests/tests_api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/wiki/tests/__init__.py b/taiga/projects/wiki/tests/__init__.py index 22301ef2..f14bee4c 100644 --- a/taiga/projects/wiki/tests/__init__.py +++ b/taiga/projects/wiki/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/projects/wiki/tests/tests_api.py b/taiga/projects/wiki/tests/tests_api.py index 90936111..4a398c80 100644 --- a/taiga/projects/wiki/tests/tests_api.py +++ b/taiga/projects/wiki/tests/tests_api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/users/admin.py b/taiga/users/admin.py index 578eeaf4..8339c635 100644 --- a/taiga/users/admin.py +++ b/taiga/users/admin.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/users/api.py b/taiga/users/api.py index 8334e65d..aaac653d 100644 --- a/taiga/users/api.py +++ b/taiga/users/api.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/users/forms.py b/taiga/users/forms.py index 73fdab04..3f987f7d 100644 --- a/taiga/users/forms.py +++ b/taiga/users/forms.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/users/models.py b/taiga/users/models.py index fcd639d8..e2915e49 100644 --- a/taiga/users/models.py +++ b/taiga/users/models.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/users/serializers.py b/taiga/users/serializers.py index 210360bd..09817ba2 100644 --- a/taiga/users/serializers.py +++ b/taiga/users/serializers.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán diff --git a/taiga/users/tests/__init__.py b/taiga/users/tests/__init__.py index 003cc422..faf2c90a 100644 --- a/taiga/users/tests/__init__.py +++ b/taiga/users/tests/__init__.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright (C) 2014 Andrey Antukh # Copyright (C) 2014 Jesús Espino # Copyright (C) 2014 David Barragán