From 2ad5fda8643a427e78cc8b48c89d688c7bee2b14 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 8 Jan 2016 14:53:19 +0200 Subject: [PATCH] Fix my email on copyright preamble on main source files. --- taiga/__init__.py | 2 +- taiga/auth/api.py | 2 +- taiga/auth/backends.py | 2 +- taiga/auth/permissions.py | 2 +- taiga/auth/serializers.py | 2 +- taiga/auth/services.py | 2 +- taiga/auth/signals.py | 2 +- taiga/auth/tokens.py | 2 +- taiga/base/__init__.py | 2 +- taiga/base/api/__init__.py | 2 +- taiga/base/api/authentication.py | 2 +- taiga/base/api/fields.py | 2 +- taiga/base/api/generics.py | 2 +- taiga/base/api/mixins.py | 2 +- taiga/base/api/negotiation.py | 2 +- taiga/base/api/pagination.py | 2 +- taiga/base/api/parsers.py | 2 +- taiga/base/api/permissions.py | 2 +- taiga/base/api/relations.py | 2 +- taiga/base/api/renderers.py | 2 +- taiga/base/api/request.py | 2 +- taiga/base/api/reverse.py | 2 +- taiga/base/api/serializers.py | 2 +- taiga/base/api/settings.py | 2 +- taiga/base/api/static/api/css/bootstrap-tweaks.css | 2 +- taiga/base/api/static/api/css/default.css | 2 +- taiga/base/api/static/api/css/prettify.css | 2 +- taiga/base/api/static/api/js/default.js | 2 +- taiga/base/api/static/api/js/prettify-min.js | 2 +- taiga/base/api/templatetags/api.py | 2 +- taiga/base/api/throttling.py | 2 +- taiga/base/api/urlpatterns.py | 2 +- taiga/base/api/urls.py | 2 +- taiga/base/api/utils.py | 2 +- taiga/base/api/utils/__init__.py | 2 +- taiga/base/api/utils/breadcrumbs.py | 2 +- taiga/base/api/utils/encoders.py | 2 +- taiga/base/api/utils/formatting.py | 2 +- taiga/base/api/utils/mediatypes.py | 2 +- taiga/base/api/views.py | 2 +- taiga/base/api/viewsets.py | 2 +- taiga/base/apps.py | 2 +- taiga/base/connectors/exceptions.py | 2 +- taiga/base/decorators.py | 2 +- taiga/base/exceptions.py | 2 +- taiga/base/fields.py | 2 +- taiga/base/filters.py | 2 +- taiga/base/formats/en/formats.py | 2 +- taiga/base/formats/es/formats.py | 2 +- taiga/base/mails.py | 2 +- taiga/base/management/commands/test_emails.py | 2 +- taiga/base/middleware/cors.py | 2 +- taiga/base/neighbors.py | 2 +- taiga/base/response.py | 2 +- taiga/base/routers.py | 2 +- taiga/base/status.py | 2 +- taiga/base/storage.py | 2 +- taiga/base/tags.py | 2 +- taiga/base/throttling.py | 2 +- taiga/base/utils/contenttypes.py | 2 +- taiga/base/utils/db.py | 2 +- taiga/base/utils/dicts.py | 2 +- taiga/base/utils/diff.py | 2 +- taiga/base/utils/functions.py | 2 +- taiga/base/utils/iterators.py | 2 +- taiga/base/utils/json.py | 2 +- taiga/base/utils/sequence.py | 2 +- taiga/base/utils/signals.py | 2 +- taiga/base/utils/slug.py | 2 +- taiga/base/utils/text.py | 2 +- taiga/base/utils/urls.py | 2 +- taiga/celery.py | 2 +- taiga/contrib_routers.py | 2 +- taiga/deferred.py | 2 +- taiga/events/__init__.py | 2 +- taiga/events/apps.py | 2 +- taiga/events/backends/__init__.py | 2 +- taiga/events/backends/base.py | 2 +- taiga/events/backends/postgresql.py | 2 +- taiga/events/backends/rabbitmq.py | 2 +- taiga/events/events.py | 2 +- taiga/events/management/commands/emit_notification_message.py | 2 +- taiga/events/middleware.py | 2 +- taiga/events/signal_handlers.py | 2 +- taiga/export_import/api.py | 2 +- taiga/export_import/dump_service.py | 2 +- taiga/export_import/management/commands/dump_project.py | 2 +- taiga/export_import/management/commands/load_dump.py | 2 +- taiga/export_import/mixins.py | 2 +- taiga/export_import/permissions.py | 2 +- taiga/export_import/renderers.py | 2 +- taiga/export_import/serializers.py | 2 +- taiga/export_import/service.py | 2 +- taiga/export_import/tasks.py | 2 +- taiga/export_import/throttling.py | 2 +- taiga/external_apps/admin.py | 2 +- taiga/external_apps/api.py | 2 +- taiga/external_apps/auth_backends.py | 2 +- taiga/external_apps/encryption.py | 2 +- taiga/external_apps/models.py | 2 +- taiga/external_apps/permissions.py | 2 +- taiga/external_apps/serializers.py | 2 +- taiga/external_apps/services.py | 2 +- taiga/feedback/__init__.py | 2 +- taiga/feedback/admin.py | 2 +- taiga/feedback/api.py | 2 +- taiga/feedback/apps.py | 2 +- taiga/feedback/models.py | 2 +- taiga/feedback/permissions.py | 2 +- taiga/feedback/routers.py | 2 +- taiga/feedback/serializers.py | 2 +- taiga/feedback/services.py | 2 +- taiga/front/templatetags/functions.py | 2 +- taiga/front/urls.py | 2 +- taiga/hooks/api.py | 2 +- taiga/hooks/bitbucket/api.py | 2 +- taiga/hooks/bitbucket/event_hooks.py | 2 +- taiga/hooks/bitbucket/services.py | 2 +- taiga/hooks/event_hooks.py | 2 +- taiga/hooks/exceptions.py | 2 +- taiga/hooks/github/api.py | 2 +- taiga/hooks/github/event_hooks.py | 2 +- taiga/hooks/github/services.py | 2 +- taiga/hooks/gitlab/api.py | 2 +- taiga/hooks/gitlab/event_hooks.py | 2 +- taiga/hooks/gitlab/services.py | 2 +- taiga/locale/api.py | 2 +- taiga/locale/permissions.py | 2 +- taiga/mdrender/__init__.py | 2 +- taiga/mdrender/extensions/target_link.py | 2 +- taiga/mdrender/extensions/wikilinks.py | 2 +- taiga/mdrender/service.py | 2 +- taiga/mdrender/templatetags/functions.py | 2 +- taiga/permissions/permissions.py | 2 +- taiga/permissions/service.py | 2 +- taiga/projects/__init__.py | 2 +- taiga/projects/admin.py | 2 +- taiga/projects/api.py | 2 +- taiga/projects/apps.py | 2 +- taiga/projects/attachments/__init__.py | 2 +- taiga/projects/attachments/admin.py | 2 +- taiga/projects/attachments/api.py | 2 +- taiga/projects/attachments/apps.py | 2 +- taiga/projects/attachments/models.py | 2 +- taiga/projects/attachments/permissions.py | 2 +- taiga/projects/attachments/serializers.py | 2 +- taiga/projects/choices.py | 2 +- taiga/projects/custom_attributes/admin.py | 2 +- taiga/projects/custom_attributes/api.py | 2 +- taiga/projects/custom_attributes/choices.py | 2 +- taiga/projects/custom_attributes/models.py | 2 +- taiga/projects/custom_attributes/permissions.py | 2 +- taiga/projects/custom_attributes/serializers.py | 2 +- taiga/projects/custom_attributes/services.py | 2 +- taiga/projects/custom_attributes/signals.py | 2 +- taiga/projects/history/api.py | 2 +- taiga/projects/history/choices.py | 2 +- taiga/projects/history/freeze_impl.py | 2 +- taiga/projects/history/mixins.py | 2 +- taiga/projects/history/models.py | 2 +- taiga/projects/history/permissions.py | 2 +- taiga/projects/history/serializers.py | 2 +- taiga/projects/history/services.py | 2 +- taiga/projects/history/templatetags/functions.py | 2 +- taiga/projects/issues/__init__.py | 2 +- taiga/projects/issues/admin.py | 2 +- taiga/projects/issues/api.py | 2 +- taiga/projects/issues/apps.py | 2 +- taiga/projects/issues/models.py | 2 +- taiga/projects/issues/permissions.py | 2 +- taiga/projects/issues/serializers.py | 2 +- taiga/projects/issues/services.py | 2 +- taiga/projects/issues/signals.py | 2 +- taiga/projects/likes/admin.py | 2 +- taiga/projects/likes/mixins/serializers.py | 2 +- taiga/projects/likes/mixins/viewsets.py | 2 +- taiga/projects/likes/models.py | 2 +- taiga/projects/likes/serializers.py | 2 +- taiga/projects/likes/services.py | 2 +- taiga/projects/likes/utils.py | 2 +- taiga/projects/management/commands/sample_data.py | 2 +- taiga/projects/milestones/admin.py | 2 +- taiga/projects/milestones/api.py | 2 +- taiga/projects/milestones/models.py | 2 +- taiga/projects/milestones/permissions.py | 2 +- taiga/projects/milestones/serializers.py | 2 +- taiga/projects/milestones/services.py | 2 +- taiga/projects/mixins/blocked.py | 2 +- taiga/projects/mixins/on_destroy.py | 2 +- taiga/projects/mixins/ordering.py | 2 +- taiga/projects/models.py | 2 +- taiga/projects/notifications/admin.py | 2 +- taiga/projects/notifications/api.py | 2 +- taiga/projects/notifications/choices.py | 2 +- .../notifications/management/commands/send_notifications.py | 2 +- taiga/projects/notifications/mixins.py | 2 +- taiga/projects/notifications/models.py | 2 +- taiga/projects/notifications/permissions.py | 2 +- taiga/projects/notifications/serializers.py | 2 +- taiga/projects/notifications/services.py | 2 +- taiga/projects/notifications/utils.py | 2 +- taiga/projects/notifications/validators.py | 2 +- taiga/projects/occ/__init__.py | 2 +- taiga/projects/occ/mixins.py | 2 +- taiga/projects/permissions.py | 2 +- taiga/projects/references/api.py | 2 +- taiga/projects/references/models.py | 2 +- taiga/projects/references/permissions.py | 2 +- taiga/projects/references/sequences.py | 2 +- taiga/projects/references/serializers.py | 2 +- taiga/projects/references/services.py | 2 +- taiga/projects/serializers.py | 2 +- taiga/projects/services/__init__.py | 2 +- taiga/projects/services/bulk_update_order.py | 2 +- taiga/projects/services/filters.py | 2 +- taiga/projects/services/modules_config.py | 2 +- taiga/projects/services/stats.py | 2 +- taiga/projects/services/tags_colors.py | 2 +- taiga/projects/signals.py | 2 +- taiga/projects/tasks/__init__.py | 2 +- taiga/projects/tasks/admin.py | 2 +- taiga/projects/tasks/api.py | 2 +- taiga/projects/tasks/apps.py | 2 +- taiga/projects/tasks/models.py | 2 +- taiga/projects/tasks/permissions.py | 2 +- taiga/projects/tasks/serializers.py | 2 +- taiga/projects/tasks/services.py | 2 +- taiga/projects/tasks/signals.py | 2 +- taiga/projects/translations.py | 2 +- taiga/projects/userstories/__init__.py | 2 +- taiga/projects/userstories/admin.py | 2 +- taiga/projects/userstories/api.py | 2 +- taiga/projects/userstories/apps.py | 2 +- taiga/projects/userstories/models.py | 2 +- taiga/projects/userstories/permissions.py | 2 +- taiga/projects/userstories/serializers.py | 2 +- taiga/projects/userstories/services.py | 2 +- taiga/projects/userstories/signals.py | 2 +- taiga/projects/userstories/validators.py | 2 +- taiga/projects/validators.py | 2 +- taiga/projects/votes/admin.py | 2 +- taiga/projects/votes/mixins/serializers.py | 2 +- taiga/projects/votes/mixins/viewsets.py | 2 +- taiga/projects/votes/models.py | 2 +- taiga/projects/votes/serializers.py | 2 +- taiga/projects/votes/services.py | 2 +- taiga/projects/votes/utils.py | 2 +- taiga/projects/wiki/admin.py | 2 +- taiga/projects/wiki/api.py | 2 +- taiga/projects/wiki/models.py | 2 +- taiga/projects/wiki/permissions.py | 2 +- taiga/projects/wiki/serializers.py | 2 +- taiga/routers.py | 2 +- taiga/searches/api.py | 2 +- taiga/searches/serializers.py | 2 +- taiga/searches/services.py | 2 +- taiga/timeline/__init__.py | 2 +- taiga/timeline/api.py | 2 +- taiga/timeline/apps.py | 2 +- .../commands/_clear_unnecessary_new_membership_entries.py | 2 +- .../management/commands/_rebuild_timeline_for_user_creation.py | 2 +- .../management/commands/_update_timeline_for_updated_tasks.py | 2 +- taiga/timeline/management/commands/rebuild_timeline.py | 2 +- .../commands/rebuild_timeline_iterating_per_projects.py | 2 +- taiga/timeline/models.py | 2 +- taiga/timeline/permissions.py | 2 +- taiga/timeline/serializers.py | 2 +- taiga/timeline/service.py | 2 +- taiga/timeline/signals.py | 2 +- taiga/timeline/timeline_implementations.py | 2 +- taiga/urls.py | 2 +- taiga/users/admin.py | 2 +- taiga/users/api.py | 2 +- taiga/users/filters.py | 2 +- taiga/users/forms.py | 2 +- taiga/users/gravatar.py | 2 +- taiga/users/models.py | 2 +- taiga/users/permissions.py | 2 +- taiga/users/serializers.py | 2 +- taiga/users/services.py | 2 +- taiga/users/signals.py | 2 +- taiga/users/validators.py | 2 +- taiga/userstorage/api.py | 2 +- taiga/userstorage/filters.py | 2 +- taiga/userstorage/models.py | 2 +- taiga/userstorage/permissions.py | 2 +- taiga/userstorage/serializers.py | 2 +- taiga/webhooks/__init__.py | 2 +- taiga/webhooks/api.py | 2 +- taiga/webhooks/apps.py | 2 +- taiga/webhooks/models.py | 2 +- taiga/webhooks/permissions.py | 2 +- taiga/webhooks/serializers.py | 2 +- taiga/webhooks/signal_handlers.py | 2 +- taiga/webhooks/tasks.py | 2 +- 295 files changed, 295 insertions(+), 295 deletions(-) diff --git a/taiga/__init__.py b/taiga/__init__.py index 8cca4ea3..45426195 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/auth/api.py b/taiga/auth/api.py index 03994310..51670b1e 100644 --- a/taiga/auth/api.py +++ b/taiga/auth/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/auth/backends.py b/taiga/auth/backends.py index 3bf9b971..318c29f6 100644 --- a/taiga/auth/backends.py +++ b/taiga/auth/backends.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/auth/permissions.py b/taiga/auth/permissions.py index 38ef4662..d4b558d8 100644 --- a/taiga/auth/permissions.py +++ b/taiga/auth/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 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 diff --git a/taiga/auth/serializers.py b/taiga/auth/serializers.py index 7a33e7ea..4bea0e80 100644 --- a/taiga/auth/serializers.py +++ b/taiga/auth/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/auth/services.py b/taiga/auth/services.py index 777311aa..2431d5b1 100644 --- a/taiga/auth/services.py +++ b/taiga/auth/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/auth/signals.py b/taiga/auth/signals.py index 90cba30f..9fcb0ca9 100644 --- a/taiga/auth/signals.py +++ b/taiga/auth/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/auth/tokens.py b/taiga/auth/tokens.py index b35fb771..f02de9bc 100644 --- a/taiga/auth/tokens.py +++ b/taiga/auth/tokens.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/__init__.py b/taiga/base/__init__.py index 9ad96b3a..a056c496 100644 --- a/taiga/base/__init__.py +++ b/taiga/base/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/__init__.py b/taiga/base/api/__init__.py index c377aeef..b0618e18 100644 --- a/taiga/base/api/__init__.py +++ b/taiga/base/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/authentication.py b/taiga/base/api/authentication.py index 693b17c8..f51dbb28 100644 --- a/taiga/base/api/authentication.py +++ b/taiga/base/api/authentication.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/fields.py b/taiga/base/api/fields.py index 465fbf8e..f55c6f1a 100644 --- a/taiga/base/api/fields.py +++ b/taiga/base/api/fields.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/generics.py b/taiga/base/api/generics.py index db1e0e0b..ba0f2c5d 100644 --- a/taiga/base/api/generics.py +++ b/taiga/base/api/generics.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/mixins.py b/taiga/base/api/mixins.py index d8a32342..e0f6fb04 100644 --- a/taiga/base/api/mixins.py +++ b/taiga/base/api/mixins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/negotiation.py b/taiga/base/api/negotiation.py index 7749d48e..20eb48d7 100644 --- a/taiga/base/api/negotiation.py +++ b/taiga/base/api/negotiation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/pagination.py b/taiga/base/api/pagination.py index 19d58f97..c93ac2d6 100644 --- a/taiga/base/api/pagination.py +++ b/taiga/base/api/pagination.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/parsers.py b/taiga/base/api/parsers.py index 6799ce13..2dfebbff 100644 --- a/taiga/base/api/parsers.py +++ b/taiga/base/api/parsers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/permissions.py b/taiga/base/api/permissions.py index fabf161e..7bb0dc70 100644 --- a/taiga/base/api/permissions.py +++ b/taiga/base/api/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/relations.py b/taiga/base/api/relations.py index 8215ff34..56924e28 100644 --- a/taiga/base/api/relations.py +++ b/taiga/base/api/relations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/renderers.py b/taiga/base/api/renderers.py index 951d2dd1..057feeac 100644 --- a/taiga/base/api/renderers.py +++ b/taiga/base/api/renderers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/request.py b/taiga/base/api/request.py index 9cf69817..3ae941ad 100644 --- a/taiga/base/api/request.py +++ b/taiga/base/api/request.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/reverse.py b/taiga/base/api/reverse.py index 8c79494d..c91fab5d 100644 --- a/taiga/base/api/reverse.py +++ b/taiga/base/api/reverse.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/serializers.py b/taiga/base/api/serializers.py index 10b677ea..4797fe3b 100644 --- a/taiga/base/api/serializers.py +++ b/taiga/base/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/settings.py b/taiga/base/api/settings.py index 42f2fce9..3712e7e4 100644 --- a/taiga/base/api/settings.py +++ b/taiga/base/api/settings.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/static/api/css/bootstrap-tweaks.css b/taiga/base/api/static/api/css/bootstrap-tweaks.css index 6b30f2d1..ae3bf003 100644 --- a/taiga/base/api/static/api/css/bootstrap-tweaks.css +++ b/taiga/base/api/static/api/css/bootstrap-tweaks.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Andrey Antukh + * Copyright (C) 2014-2016 Andrey Antukh * Copyright (C) 2014-2016 Jesús Espino * Copyright (C) 2014-2016 David Barragán * This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/static/api/css/default.css b/taiga/base/api/static/api/css/default.css index f9a400d0..c3a63595 100644 --- a/taiga/base/api/static/api/css/default.css +++ b/taiga/base/api/static/api/css/default.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Andrey Antukh + * Copyright (C) 2014-2016 Andrey Antukh * Copyright (C) 2014-2016 Jesús Espino * Copyright (C) 2014-2016 David Barragán * This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/static/api/css/prettify.css b/taiga/base/api/static/api/css/prettify.css index 598734e2..9dbee133 100644 --- a/taiga/base/api/static/api/css/prettify.css +++ b/taiga/base/api/static/api/css/prettify.css @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Andrey Antukh + * Copyright (C) 2014-2016 Andrey Antukh * Copyright (C) 2014-2016 Jesús Espino * Copyright (C) 2014-2016 David Barragán * This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/static/api/js/default.js b/taiga/base/api/static/api/js/default.js index 8996f763..892e059f 100644 --- a/taiga/base/api/static/api/js/default.js +++ b/taiga/base/api/static/api/js/default.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Andrey Antukh + * Copyright (C) 2014-2016 Andrey Antukh * Copyright (C) 2014-2016 Jesús Espino * Copyright (C) 2014-2016 David Barragán * This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/static/api/js/prettify-min.js b/taiga/base/api/static/api/js/prettify-min.js index 7c37d5c3..27b6653b 100644 --- a/taiga/base/api/static/api/js/prettify-min.js +++ b/taiga/base/api/static/api/js/prettify-min.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2016 Andrey Antukh + * Copyright (C) 2014-2016 Andrey Antukh * Copyright (C) 2014-2016 Jesús Espino * Copyright (C) 2014-2016 David Barragán * This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/templatetags/api.py b/taiga/base/api/templatetags/api.py index 5f097b60..bff26111 100644 --- a/taiga/base/api/templatetags/api.py +++ b/taiga/base/api/templatetags/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/throttling.py b/taiga/base/api/throttling.py index 5f8c74d8..7529acb8 100644 --- a/taiga/base/api/throttling.py +++ b/taiga/base/api/throttling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/urlpatterns.py b/taiga/base/api/urlpatterns.py index 249017ae..e5288036 100644 --- a/taiga/base/api/urlpatterns.py +++ b/taiga/base/api/urlpatterns.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/urls.py b/taiga/base/api/urls.py index ba7eb521..2a73c13e 100644 --- a/taiga/base/api/urls.py +++ b/taiga/base/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/utils.py b/taiga/base/api/utils.py index b5a8b960..01ef21ba 100644 --- a/taiga/base/api/utils.py +++ b/taiga/base/api/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/utils/__init__.py b/taiga/base/api/utils/__init__.py index 61a219d5..cb91e0c5 100644 --- a/taiga/base/api/utils/__init__.py +++ b/taiga/base/api/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/utils/breadcrumbs.py b/taiga/base/api/utils/breadcrumbs.py index d0ff8c7b..6cb08ef7 100644 --- a/taiga/base/api/utils/breadcrumbs.py +++ b/taiga/base/api/utils/breadcrumbs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/utils/encoders.py b/taiga/base/api/utils/encoders.py index f87a77b6..40818fe4 100644 --- a/taiga/base/api/utils/encoders.py +++ b/taiga/base/api/utils/encoders.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/utils/formatting.py b/taiga/base/api/utils/formatting.py index 44d89218..299c9bbd 100644 --- a/taiga/base/api/utils/formatting.py +++ b/taiga/base/api/utils/formatting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/utils/mediatypes.py b/taiga/base/api/utils/mediatypes.py index 90e53bdf..67b1b6e7 100644 --- a/taiga/base/api/utils/mediatypes.py +++ b/taiga/base/api/utils/mediatypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/views.py b/taiga/base/api/views.py index a718893d..eea84ebb 100644 --- a/taiga/base/api/views.py +++ b/taiga/base/api/views.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/api/viewsets.py b/taiga/base/api/viewsets.py index 714172e3..2fe68ca3 100644 --- a/taiga/base/api/viewsets.py +++ b/taiga/base/api/viewsets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/apps.py b/taiga/base/apps.py index 04c717fd..0c08417f 100644 --- a/taiga/base/apps.py +++ b/taiga/base/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/connectors/exceptions.py b/taiga/base/connectors/exceptions.py index 839037e8..d296f5c3 100644 --- a/taiga/base/connectors/exceptions.py +++ b/taiga/base/connectors/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/decorators.py b/taiga/base/decorators.py index 62b405cf..00989d87 100644 --- a/taiga/base/decorators.py +++ b/taiga/base/decorators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/exceptions.py b/taiga/base/exceptions.py index a4c9d661..b498a194 100644 --- a/taiga/base/exceptions.py +++ b/taiga/base/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/fields.py b/taiga/base/fields.py index 0fc5316c..aa43023e 100644 --- a/taiga/base/fields.py +++ b/taiga/base/fields.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/filters.py b/taiga/base/filters.py index f8901b17..be9ad4f0 100644 --- a/taiga/base/filters.py +++ b/taiga/base/filters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/formats/en/formats.py b/taiga/base/formats/en/formats.py index 3f949e39..f4addfd3 100644 --- a/taiga/base/formats/en/formats.py +++ b/taiga/base/formats/en/formats.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/formats/es/formats.py b/taiga/base/formats/es/formats.py index d36c3090..c97f0e20 100644 --- a/taiga/base/formats/es/formats.py +++ b/taiga/base/formats/es/formats.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/mails.py b/taiga/base/mails.py index 6ab29280..33c19ba4 100644 --- a/taiga/base/mails.py +++ b/taiga/base/mails.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/management/commands/test_emails.py b/taiga/base/management/commands/test_emails.py index f29621e1..09fa3a1c 100644 --- a/taiga/base/management/commands/test_emails.py +++ b/taiga/base/management/commands/test_emails.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/middleware/cors.py b/taiga/base/middleware/cors.py index 1bdb3342..06df90c3 100644 --- a/taiga/base/middleware/cors.py +++ b/taiga/base/middleware/cors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/neighbors.py b/taiga/base/neighbors.py index a1edbef3..74e40caa 100644 --- a/taiga/base/neighbors.py +++ b/taiga/base/neighbors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/base/response.py b/taiga/base/response.py index da665972..dfa701a3 100644 --- a/taiga/base/response.py +++ b/taiga/base/response.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/base/routers.py b/taiga/base/routers.py index 996276ff..d21ddbee 100644 --- a/taiga/base/routers.py +++ b/taiga/base/routers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/status.py b/taiga/base/status.py index f717f8c8..534aff38 100644 --- a/taiga/base/status.py +++ b/taiga/base/status.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/storage.py b/taiga/base/storage.py index 88edb6d1..4960d4df 100644 --- a/taiga/base/storage.py +++ b/taiga/base/storage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/tags.py b/taiga/base/tags.py index 8e59ce7d..b89e60cc 100644 --- a/taiga/base/tags.py +++ b/taiga/base/tags.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/base/throttling.py b/taiga/base/throttling.py index b13915e3..d3c385b7 100644 --- a/taiga/base/throttling.py +++ b/taiga/base/throttling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/contenttypes.py b/taiga/base/utils/contenttypes.py index 9f9c14cc..4fa241b3 100644 --- a/taiga/base/utils/contenttypes.py +++ b/taiga/base/utils/contenttypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/db.py b/taiga/base/utils/db.py index f9fd4b9d..5047b490 100644 --- a/taiga/base/utils/db.py +++ b/taiga/base/utils/db.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/dicts.py b/taiga/base/utils/dicts.py index 10a477b6..bd970b7e 100644 --- a/taiga/base/utils/dicts.py +++ b/taiga/base/utils/dicts.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/diff.py b/taiga/base/utils/diff.py index 8c7c4f0d..82cf8eb8 100644 --- a/taiga/base/utils/diff.py +++ b/taiga/base/utils/diff.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/functions.py b/taiga/base/utils/functions.py index 560fc1c8..82ef94a8 100644 --- a/taiga/base/utils/functions.py +++ b/taiga/base/utils/functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/base/utils/iterators.py b/taiga/base/utils/iterators.py index 8be43791..9cd24cd6 100644 --- a/taiga/base/utils/iterators.py +++ b/taiga/base/utils/iterators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/base/utils/json.py b/taiga/base/utils/json.py index d9293519..dcb4f748 100644 --- a/taiga/base/utils/json.py +++ b/taiga/base/utils/json.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/sequence.py b/taiga/base/utils/sequence.py index 77ac2ca6..fc431f4e 100644 --- a/taiga/base/utils/sequence.py +++ b/taiga/base/utils/sequence.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/signals.py b/taiga/base/utils/signals.py index cc4fff9b..170b7c77 100644 --- a/taiga/base/utils/signals.py +++ b/taiga/base/utils/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/base/utils/slug.py b/taiga/base/utils/slug.py index 83943f09..3c5ee60a 100644 --- a/taiga/base/utils/slug.py +++ b/taiga/base/utils/slug.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/text.py b/taiga/base/utils/text.py index 7338974e..2431e47e 100644 --- a/taiga/base/utils/text.py +++ b/taiga/base/utils/text.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/base/utils/urls.py b/taiga/base/utils/urls.py index bd3fe96c..852767a6 100644 --- a/taiga/base/utils/urls.py +++ b/taiga/base/utils/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/celery.py b/taiga/celery.py index f03594b4..d69078ba 100644 --- a/taiga/celery.py +++ b/taiga/celery.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/contrib_routers.py b/taiga/contrib_routers.py index ea1cdc2f..99bd2d12 100644 --- a/taiga/contrib_routers.py +++ b/taiga/contrib_routers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/deferred.py b/taiga/deferred.py index 8788ed00..b73ac83e 100644 --- a/taiga/deferred.py +++ b/taiga/deferred.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/events/__init__.py b/taiga/events/__init__.py index 35f5be4a..bea6d7a0 100644 --- a/taiga/events/__init__.py +++ b/taiga/events/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/events/apps.py b/taiga/events/apps.py index 385b4bf4..db74dac8 100644 --- a/taiga/events/apps.py +++ b/taiga/events/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/events/backends/__init__.py b/taiga/events/backends/__init__.py index bdd3825e..8cfcd038 100644 --- a/taiga/events/backends/__init__.py +++ b/taiga/events/backends/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/events/backends/base.py b/taiga/events/backends/base.py index 9ff0a9b2..0bcaf69e 100644 --- a/taiga/events/backends/base.py +++ b/taiga/events/backends/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/events/backends/postgresql.py b/taiga/events/backends/postgresql.py index 57ae500c..4072120a 100644 --- a/taiga/events/backends/postgresql.py +++ b/taiga/events/backends/postgresql.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/events/backends/rabbitmq.py b/taiga/events/backends/rabbitmq.py index 3702d47d..2e65163c 100644 --- a/taiga/events/backends/rabbitmq.py +++ b/taiga/events/backends/rabbitmq.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/events/events.py b/taiga/events/events.py index 1e7aa64c..394495a9 100644 --- a/taiga/events/events.py +++ b/taiga/events/events.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/events/management/commands/emit_notification_message.py b/taiga/events/management/commands/emit_notification_message.py index 4d075e92..f6500a25 100644 --- a/taiga/events/management/commands/emit_notification_message.py +++ b/taiga/events/management/commands/emit_notification_message.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/events/middleware.py b/taiga/events/middleware.py index 669d6167..4d2e349f 100644 --- a/taiga/events/middleware.py +++ b/taiga/events/middleware.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/events/signal_handlers.py b/taiga/events/signal_handlers.py index f2db51a8..69f5d47c 100644 --- a/taiga/events/signal_handlers.py +++ b/taiga/events/signal_handlers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/api.py b/taiga/export_import/api.py index 6bc0d1b4..13278356 100644 --- a/taiga/export_import/api.py +++ b/taiga/export_import/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/dump_service.py b/taiga/export_import/dump_service.py index 7508dd7c..b19540f1 100644 --- a/taiga/export_import/dump_service.py +++ b/taiga/export_import/dump_service.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/management/commands/dump_project.py b/taiga/export_import/management/commands/dump_project.py index 5db2319d..3c042b31 100644 --- a/taiga/export_import/management/commands/dump_project.py +++ b/taiga/export_import/management/commands/dump_project.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/management/commands/load_dump.py b/taiga/export_import/management/commands/load_dump.py index 6e2680d2..8cb1238a 100644 --- a/taiga/export_import/management/commands/load_dump.py +++ b/taiga/export_import/management/commands/load_dump.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/mixins.py b/taiga/export_import/mixins.py index c05c6154..f2bd52b4 100644 --- a/taiga/export_import/mixins.py +++ b/taiga/export_import/mixins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/permissions.py b/taiga/export_import/permissions.py index 15d7209d..dd9fb6c3 100644 --- a/taiga/export_import/permissions.py +++ b/taiga/export_import/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/renderers.py b/taiga/export_import/renderers.py index b1ac06fb..9cbf9cb4 100644 --- a/taiga/export_import/renderers.py +++ b/taiga/export_import/renderers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/serializers.py b/taiga/export_import/serializers.py index 6d5a6138..aeba0e12 100644 --- a/taiga/export_import/serializers.py +++ b/taiga/export_import/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/service.py b/taiga/export_import/service.py index f61ced4a..f7091244 100644 --- a/taiga/export_import/service.py +++ b/taiga/export_import/service.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/tasks.py b/taiga/export_import/tasks.py index 73c66c96..129bf286 100644 --- a/taiga/export_import/tasks.py +++ b/taiga/export_import/tasks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/export_import/throttling.py b/taiga/export_import/throttling.py index a05e4cf2..77943ee1 100644 --- a/taiga/export_import/throttling.py +++ b/taiga/export_import/throttling.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/admin.py b/taiga/external_apps/admin.py index ea098236..775543c5 100644 --- a/taiga/external_apps/admin.py +++ b/taiga/external_apps/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/api.py b/taiga/external_apps/api.py index 407b0c88..e909cf6e 100644 --- a/taiga/external_apps/api.py +++ b/taiga/external_apps/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/auth_backends.py b/taiga/external_apps/auth_backends.py index 13ce1e5d..28e7894a 100644 --- a/taiga/external_apps/auth_backends.py +++ b/taiga/external_apps/auth_backends.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/encryption.py b/taiga/external_apps/encryption.py index 9693ac4c..a41ec3f9 100644 --- a/taiga/external_apps/encryption.py +++ b/taiga/external_apps/encryption.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/models.py b/taiga/external_apps/models.py index a2496c4a..4018442f 100644 --- a/taiga/external_apps/models.py +++ b/taiga/external_apps/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/permissions.py b/taiga/external_apps/permissions.py index 8bb0f9e9..a386daef 100644 --- a/taiga/external_apps/permissions.py +++ b/taiga/external_apps/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/serializers.py b/taiga/external_apps/serializers.py index a4c83e71..9d76e63d 100644 --- a/taiga/external_apps/serializers.py +++ b/taiga/external_apps/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/external_apps/services.py b/taiga/external_apps/services.py index 1794cb6c..d6027f7b 100644 --- a/taiga/external_apps/services.py +++ b/taiga/external_apps/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/__init__.py b/taiga/feedback/__init__.py index 2b68fc6e..288ca6b6 100644 --- a/taiga/feedback/__init__.py +++ b/taiga/feedback/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/admin.py b/taiga/feedback/admin.py index 2eac4260..6246dee3 100644 --- a/taiga/feedback/admin.py +++ b/taiga/feedback/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/api.py b/taiga/feedback/api.py index ae529102..87de64cd 100644 --- a/taiga/feedback/api.py +++ b/taiga/feedback/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/apps.py b/taiga/feedback/apps.py index dae893ec..10d666ca 100644 --- a/taiga/feedback/apps.py +++ b/taiga/feedback/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/models.py b/taiga/feedback/models.py index f291006e..2af54af9 100644 --- a/taiga/feedback/models.py +++ b/taiga/feedback/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/permissions.py b/taiga/feedback/permissions.py index ead7f1d3..105d11e3 100644 --- a/taiga/feedback/permissions.py +++ b/taiga/feedback/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/routers.py b/taiga/feedback/routers.py index ac7cd1fc..25c3eb89 100644 --- a/taiga/feedback/routers.py +++ b/taiga/feedback/routers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/serializers.py b/taiga/feedback/serializers.py index bd42472d..6d5c7f3c 100644 --- a/taiga/feedback/serializers.py +++ b/taiga/feedback/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/feedback/services.py b/taiga/feedback/services.py index 80421fea..3b1b170e 100644 --- a/taiga/feedback/services.py +++ b/taiga/feedback/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/front/templatetags/functions.py b/taiga/front/templatetags/functions.py index 411a7146..383e67a4 100644 --- a/taiga/front/templatetags/functions.py +++ b/taiga/front/templatetags/functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/front/urls.py b/taiga/front/urls.py index 4e85a885..d6082865 100644 --- a/taiga/front/urls.py +++ b/taiga/front/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/api.py b/taiga/hooks/api.py index 0a2f9cc9..56090c4c 100644 --- a/taiga/hooks/api.py +++ b/taiga/hooks/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/bitbucket/api.py b/taiga/hooks/bitbucket/api.py index 49b3284e..ae32a4b2 100644 --- a/taiga/hooks/bitbucket/api.py +++ b/taiga/hooks/bitbucket/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/bitbucket/event_hooks.py b/taiga/hooks/bitbucket/event_hooks.py index 7d26f72b..b9ea7446 100644 --- a/taiga/hooks/bitbucket/event_hooks.py +++ b/taiga/hooks/bitbucket/event_hooks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/bitbucket/services.py b/taiga/hooks/bitbucket/services.py index 30772f89..93e5467e 100644 --- a/taiga/hooks/bitbucket/services.py +++ b/taiga/hooks/bitbucket/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/event_hooks.py b/taiga/hooks/event_hooks.py index 1614e2f4..20ecf900 100644 --- a/taiga/hooks/event_hooks.py +++ b/taiga/hooks/event_hooks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/exceptions.py b/taiga/hooks/exceptions.py index 6847ba6d..4cf12ef9 100644 --- a/taiga/hooks/exceptions.py +++ b/taiga/hooks/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/github/api.py b/taiga/hooks/github/api.py index b3437d1a..577a0575 100644 --- a/taiga/hooks/github/api.py +++ b/taiga/hooks/github/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/github/event_hooks.py b/taiga/hooks/github/event_hooks.py index 47f5b47a..6df55d21 100644 --- a/taiga/hooks/github/event_hooks.py +++ b/taiga/hooks/github/event_hooks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/github/services.py b/taiga/hooks/github/services.py index 0f37b4fa..544f28ff 100644 --- a/taiga/hooks/github/services.py +++ b/taiga/hooks/github/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/gitlab/api.py b/taiga/hooks/gitlab/api.py index fe33df65..e1a69a53 100644 --- a/taiga/hooks/gitlab/api.py +++ b/taiga/hooks/gitlab/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/gitlab/event_hooks.py b/taiga/hooks/gitlab/event_hooks.py index 5324f2fb..e3f4daf3 100644 --- a/taiga/hooks/gitlab/event_hooks.py +++ b/taiga/hooks/gitlab/event_hooks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/hooks/gitlab/services.py b/taiga/hooks/gitlab/services.py index 32e77e13..c49cbade 100644 --- a/taiga/hooks/gitlab/services.py +++ b/taiga/hooks/gitlab/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/locale/api.py b/taiga/locale/api.py index 3cacf7d9..ad638eb9 100644 --- a/taiga/locale/api.py +++ b/taiga/locale/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/locale/permissions.py b/taiga/locale/permissions.py index 2ce79d8e..56fece12 100644 --- a/taiga/locale/permissions.py +++ b/taiga/locale/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/mdrender/__init__.py b/taiga/mdrender/__init__.py index 0a4dc435..ab949765 100644 --- a/taiga/mdrender/__init__.py +++ b/taiga/mdrender/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/mdrender/extensions/target_link.py b/taiga/mdrender/extensions/target_link.py index 0e183c3f..21fd08c8 100644 --- a/taiga/mdrender/extensions/target_link.py +++ b/taiga/mdrender/extensions/target_link.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Alejandro Alonso diff --git a/taiga/mdrender/extensions/wikilinks.py b/taiga/mdrender/extensions/wikilinks.py index aacadf38..fdeba954 100644 --- a/taiga/mdrender/extensions/wikilinks.py +++ b/taiga/mdrender/extensions/wikilinks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/mdrender/service.py b/taiga/mdrender/service.py index 24d64638..afac9a08 100644 --- a/taiga/mdrender/service.py +++ b/taiga/mdrender/service.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/mdrender/templatetags/functions.py b/taiga/mdrender/templatetags/functions.py index 853ca1cf..c1e32565 100644 --- a/taiga/mdrender/templatetags/functions.py +++ b/taiga/mdrender/templatetags/functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/permissions/permissions.py b/taiga/permissions/permissions.py index 8cb72868..d3e9cb33 100644 --- a/taiga/permissions/permissions.py +++ b/taiga/permissions/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/permissions/service.py b/taiga/permissions/service.py index da47a8aa..c97fcb8c 100644 --- a/taiga/permissions/service.py +++ b/taiga/permissions/service.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/__init__.py b/taiga/projects/__init__.py index c5859639..88de7036 100644 --- a/taiga/projects/__init__.py +++ b/taiga/projects/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/admin.py b/taiga/projects/admin.py index 632f0f79..43468a16 100644 --- a/taiga/projects/admin.py +++ b/taiga/projects/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/api.py b/taiga/projects/api.py index fb333cb0..6e6c18b1 100644 --- a/taiga/projects/api.py +++ b/taiga/projects/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/apps.py b/taiga/projects/apps.py index 3eb2749b..ff243c1f 100644 --- a/taiga/projects/apps.py +++ b/taiga/projects/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/__init__.py b/taiga/projects/attachments/__init__.py index 28c3b166..11a8c9e4 100644 --- a/taiga/projects/attachments/__init__.py +++ b/taiga/projects/attachments/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/admin.py b/taiga/projects/attachments/admin.py index b725aa60..cb4c9d9f 100644 --- a/taiga/projects/attachments/admin.py +++ b/taiga/projects/attachments/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/api.py b/taiga/projects/attachments/api.py index d2936a4f..7990ad6a 100644 --- a/taiga/projects/attachments/api.py +++ b/taiga/projects/attachments/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/apps.py b/taiga/projects/attachments/apps.py index ceed72de..dcc66fe0 100644 --- a/taiga/projects/attachments/apps.py +++ b/taiga/projects/attachments/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/models.py b/taiga/projects/attachments/models.py index 2a0cfe8d..2040262b 100644 --- a/taiga/projects/attachments/models.py +++ b/taiga/projects/attachments/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/permissions.py b/taiga/projects/attachments/permissions.py index 4ec542d5..dad64570 100644 --- a/taiga/projects/attachments/permissions.py +++ b/taiga/projects/attachments/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/attachments/serializers.py b/taiga/projects/attachments/serializers.py index b9ba6aad..7ab43dcb 100644 --- a/taiga/projects/attachments/serializers.py +++ b/taiga/projects/attachments/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/choices.py b/taiga/projects/choices.py index 1bae9ac6..c9b08efa 100644 --- a/taiga/projects/choices.py +++ b/taiga/projects/choices.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/admin.py b/taiga/projects/custom_attributes/admin.py index 56d7bb90..661d6934 100644 --- a/taiga/projects/custom_attributes/admin.py +++ b/taiga/projects/custom_attributes/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/api.py b/taiga/projects/custom_attributes/api.py index 486344ba..4a2147f0 100644 --- a/taiga/projects/custom_attributes/api.py +++ b/taiga/projects/custom_attributes/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/choices.py b/taiga/projects/custom_attributes/choices.py index 88bc1177..5a606412 100644 --- a/taiga/projects/custom_attributes/choices.py +++ b/taiga/projects/custom_attributes/choices.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/models.py b/taiga/projects/custom_attributes/models.py index 3f4af228..20711839 100644 --- a/taiga/projects/custom_attributes/models.py +++ b/taiga/projects/custom_attributes/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/permissions.py b/taiga/projects/custom_attributes/permissions.py index 43460ad9..41c32cf5 100644 --- a/taiga/projects/custom_attributes/permissions.py +++ b/taiga/projects/custom_attributes/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/serializers.py b/taiga/projects/custom_attributes/serializers.py index 760c8604..b1d0cb85 100644 --- a/taiga/projects/custom_attributes/serializers.py +++ b/taiga/projects/custom_attributes/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/services.py b/taiga/projects/custom_attributes/services.py index cd371cf1..54ee7289 100644 --- a/taiga/projects/custom_attributes/services.py +++ b/taiga/projects/custom_attributes/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/custom_attributes/signals.py b/taiga/projects/custom_attributes/signals.py index 1f6c4671..40897228 100644 --- a/taiga/projects/custom_attributes/signals.py +++ b/taiga/projects/custom_attributes/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/history/api.py b/taiga/projects/history/api.py index c6af2880..e257efc3 100644 --- a/taiga/projects/history/api.py +++ b/taiga/projects/history/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/history/choices.py b/taiga/projects/history/choices.py index c4a6af78..19987ae0 100644 --- a/taiga/projects/history/choices.py +++ b/taiga/projects/history/choices.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/projects/history/freeze_impl.py b/taiga/projects/history/freeze_impl.py index 0a68806e..1c8cfe4d 100644 --- a/taiga/projects/history/freeze_impl.py +++ b/taiga/projects/history/freeze_impl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/history/mixins.py b/taiga/projects/history/mixins.py index faec3b00..890eed1e 100644 --- a/taiga/projects/history/mixins.py +++ b/taiga/projects/history/mixins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/history/models.py b/taiga/projects/history/models.py index 2663bf2c..24526235 100644 --- a/taiga/projects/history/models.py +++ b/taiga/projects/history/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/projects/history/permissions.py b/taiga/projects/history/permissions.py index 5f8c1f04..7dcc2311 100644 --- a/taiga/projects/history/permissions.py +++ b/taiga/projects/history/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/history/serializers.py b/taiga/projects/history/serializers.py index 5caad806..01c3b9a4 100644 --- a/taiga/projects/history/serializers.py +++ b/taiga/projects/history/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/history/services.py b/taiga/projects/history/services.py index 9f520812..399b486f 100644 --- a/taiga/projects/history/services.py +++ b/taiga/projects/history/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 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 diff --git a/taiga/projects/history/templatetags/functions.py b/taiga/projects/history/templatetags/functions.py index 35236fc6..e425db6c 100644 --- a/taiga/projects/history/templatetags/functions.py +++ b/taiga/projects/history/templatetags/functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/__init__.py b/taiga/projects/issues/__init__.py index b511b6e7..690db69e 100644 --- a/taiga/projects/issues/__init__.py +++ b/taiga/projects/issues/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/admin.py b/taiga/projects/issues/admin.py index a1e0ecfe..38b22a08 100644 --- a/taiga/projects/issues/admin.py +++ b/taiga/projects/issues/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/api.py b/taiga/projects/issues/api.py index 60633f58..849c73ec 100644 --- a/taiga/projects/issues/api.py +++ b/taiga/projects/issues/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/apps.py b/taiga/projects/issues/apps.py index 27fd6e82..8ce5055d 100644 --- a/taiga/projects/issues/apps.py +++ b/taiga/projects/issues/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/models.py b/taiga/projects/issues/models.py index 84840ebd..b987bbe5 100644 --- a/taiga/projects/issues/models.py +++ b/taiga/projects/issues/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/permissions.py b/taiga/projects/issues/permissions.py index 6684f144..93277ed2 100644 --- a/taiga/projects/issues/permissions.py +++ b/taiga/projects/issues/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/serializers.py b/taiga/projects/issues/serializers.py index d5f3af66..11f921e2 100644 --- a/taiga/projects/issues/serializers.py +++ b/taiga/projects/issues/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/services.py b/taiga/projects/issues/services.py index 08d76051..010cc796 100644 --- a/taiga/projects/issues/services.py +++ b/taiga/projects/issues/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/issues/signals.py b/taiga/projects/issues/signals.py index 17bc0c2b..5265ed1f 100644 --- a/taiga/projects/issues/signals.py +++ b/taiga/projects/issues/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/likes/admin.py b/taiga/projects/likes/admin.py index a1d7fc8a..95100d95 100644 --- a/taiga/projects/likes/admin.py +++ b/taiga/projects/likes/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/likes/mixins/serializers.py b/taiga/projects/likes/mixins/serializers.py index faf8d278..416f157a 100644 --- a/taiga/projects/likes/mixins/serializers.py +++ b/taiga/projects/likes/mixins/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/likes/mixins/viewsets.py b/taiga/projects/likes/mixins/viewsets.py index f552d2e6..554a8e6d 100644 --- a/taiga/projects/likes/mixins/viewsets.py +++ b/taiga/projects/likes/mixins/viewsets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/likes/models.py b/taiga/projects/likes/models.py index c87e45f7..83e8f028 100644 --- a/taiga/projects/likes/models.py +++ b/taiga/projects/likes/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/likes/serializers.py b/taiga/projects/likes/serializers.py index 93119a41..97941325 100644 --- a/taiga/projects/likes/serializers.py +++ b/taiga/projects/likes/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/likes/services.py b/taiga/projects/likes/services.py index 78a44a01..82eae57a 100644 --- a/taiga/projects/likes/services.py +++ b/taiga/projects/likes/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/likes/utils.py b/taiga/projects/likes/utils.py index e519d774..5bb7a737 100644 --- a/taiga/projects/likes/utils.py +++ b/taiga/projects/likes/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/management/commands/sample_data.py b/taiga/projects/management/commands/sample_data.py index 01db5dbe..660eec32 100644 --- a/taiga/projects/management/commands/sample_data.py +++ b/taiga/projects/management/commands/sample_data.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/milestones/admin.py b/taiga/projects/milestones/admin.py index 95519eb9..cb58cf1f 100644 --- a/taiga/projects/milestones/admin.py +++ b/taiga/projects/milestones/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/milestones/api.py b/taiga/projects/milestones/api.py index aca1ab24..e036f9b2 100644 --- a/taiga/projects/milestones/api.py +++ b/taiga/projects/milestones/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/milestones/models.py b/taiga/projects/milestones/models.py index 30936e9a..d2de4e91 100644 --- a/taiga/projects/milestones/models.py +++ b/taiga/projects/milestones/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/milestones/permissions.py b/taiga/projects/milestones/permissions.py index ac459755..4e8f55af 100644 --- a/taiga/projects/milestones/permissions.py +++ b/taiga/projects/milestones/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/milestones/serializers.py b/taiga/projects/milestones/serializers.py index 964c1e1b..7858b167 100644 --- a/taiga/projects/milestones/serializers.py +++ b/taiga/projects/milestones/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/milestones/services.py b/taiga/projects/milestones/services.py index 2599db35..7228bdf5 100644 --- a/taiga/projects/milestones/services.py +++ b/taiga/projects/milestones/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/mixins/blocked.py b/taiga/projects/mixins/blocked.py index 2d5a4fa0..65216151 100644 --- a/taiga/projects/mixins/blocked.py +++ b/taiga/projects/mixins/blocked.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/mixins/on_destroy.py b/taiga/projects/mixins/on_destroy.py index a46977c9..c3dc73e8 100644 --- a/taiga/projects/mixins/on_destroy.py +++ b/taiga/projects/mixins/on_destroy.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/mixins/ordering.py b/taiga/projects/mixins/ordering.py index d9e6c5ee..42a48497 100644 --- a/taiga/projects/mixins/ordering.py +++ b/taiga/projects/mixins/ordering.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/models.py b/taiga/projects/models.py index 95fbdd8c..c1aa397a 100644 --- a/taiga/projects/models.py +++ b/taiga/projects/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/admin.py b/taiga/projects/notifications/admin.py index 2b4cd930..b01849e3 100644 --- a/taiga/projects/notifications/admin.py +++ b/taiga/projects/notifications/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/api.py b/taiga/projects/notifications/api.py index 8be8ab5c..8bc0d122 100644 --- a/taiga/projects/notifications/api.py +++ b/taiga/projects/notifications/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/choices.py b/taiga/projects/notifications/choices.py index f9eac02f..58acb930 100644 --- a/taiga/projects/notifications/choices.py +++ b/taiga/projects/notifications/choices.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/management/commands/send_notifications.py b/taiga/projects/notifications/management/commands/send_notifications.py index c2034895..797edf52 100644 --- a/taiga/projects/notifications/management/commands/send_notifications.py +++ b/taiga/projects/notifications/management/commands/send_notifications.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/mixins.py b/taiga/projects/notifications/mixins.py index bb90d113..1d73f980 100644 --- a/taiga/projects/notifications/mixins.py +++ b/taiga/projects/notifications/mixins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/models.py b/taiga/projects/notifications/models.py index ae0c897f..e0e59b5a 100644 --- a/taiga/projects/notifications/models.py +++ b/taiga/projects/notifications/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/permissions.py b/taiga/projects/notifications/permissions.py index 1ea57b4d..c25b0d19 100644 --- a/taiga/projects/notifications/permissions.py +++ b/taiga/projects/notifications/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/serializers.py b/taiga/projects/notifications/serializers.py index 42c4cb18..dd35e05f 100644 --- a/taiga/projects/notifications/serializers.py +++ b/taiga/projects/notifications/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/services.py b/taiga/projects/notifications/services.py index b77efe73..ce35d69f 100644 --- a/taiga/projects/notifications/services.py +++ b/taiga/projects/notifications/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/notifications/utils.py b/taiga/projects/notifications/utils.py index b4257669..9e0a2f66 100644 --- a/taiga/projects/notifications/utils.py +++ b/taiga/projects/notifications/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/notifications/validators.py b/taiga/projects/notifications/validators.py index 7870e263..b73539a4 100644 --- a/taiga/projects/notifications/validators.py +++ b/taiga/projects/notifications/validators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/occ/__init__.py b/taiga/projects/occ/__init__.py index 0786ec9e..8c1a944a 100644 --- a/taiga/projects/occ/__init__.py +++ b/taiga/projects/occ/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/occ/mixins.py b/taiga/projects/occ/mixins.py index 789c7599..65e4e34b 100644 --- a/taiga/projects/occ/mixins.py +++ b/taiga/projects/occ/mixins.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/permissions.py b/taiga/projects/permissions.py index 1c839d3b..b12a9d53 100644 --- a/taiga/projects/permissions.py +++ b/taiga/projects/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/references/api.py b/taiga/projects/references/api.py index 60559931..e80226dc 100644 --- a/taiga/projects/references/api.py +++ b/taiga/projects/references/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/references/models.py b/taiga/projects/references/models.py index e6fd734d..f53b2e19 100644 --- a/taiga/projects/references/models.py +++ b/taiga/projects/references/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/references/permissions.py b/taiga/projects/references/permissions.py index 0708321e..ab52019f 100644 --- a/taiga/projects/references/permissions.py +++ b/taiga/projects/references/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/references/sequences.py b/taiga/projects/references/sequences.py index c9bf9af2..212c1a94 100644 --- a/taiga/projects/references/sequences.py +++ b/taiga/projects/references/sequences.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/references/serializers.py b/taiga/projects/references/serializers.py index 6b2ff303..84236868 100644 --- a/taiga/projects/references/serializers.py +++ b/taiga/projects/references/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/references/services.py b/taiga/projects/references/services.py index d1059b71..e65f5eec 100644 --- a/taiga/projects/references/services.py +++ b/taiga/projects/references/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/serializers.py b/taiga/projects/serializers.py index 752d494b..257e45d6 100644 --- a/taiga/projects/serializers.py +++ b/taiga/projects/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/services/__init__.py b/taiga/projects/services/__init__.py index 11d9ab78..3c9ad43c 100644 --- a/taiga/projects/services/__init__.py +++ b/taiga/projects/services/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/services/bulk_update_order.py b/taiga/projects/services/bulk_update_order.py index de359991..ba44da38 100644 --- a/taiga/projects/services/bulk_update_order.py +++ b/taiga/projects/services/bulk_update_order.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/services/filters.py b/taiga/projects/services/filters.py index bcca6ca5..539f9f7e 100644 --- a/taiga/projects/services/filters.py +++ b/taiga/projects/services/filters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/services/modules_config.py b/taiga/projects/services/modules_config.py index 31925f2e..3443ea88 100644 --- a/taiga/projects/services/modules_config.py +++ b/taiga/projects/services/modules_config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/services/stats.py b/taiga/projects/services/stats.py index dca20819..34cefb92 100644 --- a/taiga/projects/services/stats.py +++ b/taiga/projects/services/stats.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/services/tags_colors.py b/taiga/projects/services/tags_colors.py index fb9a99b0..766af9d0 100644 --- a/taiga/projects/services/tags_colors.py +++ b/taiga/projects/services/tags_colors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/signals.py b/taiga/projects/signals.py index 622d5727..3db0bc48 100644 --- a/taiga/projects/signals.py +++ b/taiga/projects/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/__init__.py b/taiga/projects/tasks/__init__.py index 83ace66e..4d2b4e72 100644 --- a/taiga/projects/tasks/__init__.py +++ b/taiga/projects/tasks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/admin.py b/taiga/projects/tasks/admin.py index fc6c4435..c25ed8e1 100644 --- a/taiga/projects/tasks/admin.py +++ b/taiga/projects/tasks/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/api.py b/taiga/projects/tasks/api.py index 8a9c401b..b4b37fdd 100644 --- a/taiga/projects/tasks/api.py +++ b/taiga/projects/tasks/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/apps.py b/taiga/projects/tasks/apps.py index 5415c3c2..011022d3 100644 --- a/taiga/projects/tasks/apps.py +++ b/taiga/projects/tasks/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/models.py b/taiga/projects/tasks/models.py index 369fab0a..3946d889 100644 --- a/taiga/projects/tasks/models.py +++ b/taiga/projects/tasks/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/permissions.py b/taiga/projects/tasks/permissions.py index 7591e346..33f2fe00 100644 --- a/taiga/projects/tasks/permissions.py +++ b/taiga/projects/tasks/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/serializers.py b/taiga/projects/tasks/serializers.py index 09a42763..ec541430 100644 --- a/taiga/projects/tasks/serializers.py +++ b/taiga/projects/tasks/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/services.py b/taiga/projects/tasks/services.py index 8bd22993..cc2de396 100644 --- a/taiga/projects/tasks/services.py +++ b/taiga/projects/tasks/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/tasks/signals.py b/taiga/projects/tasks/signals.py index f12c7671..75cf0b38 100644 --- a/taiga/projects/tasks/signals.py +++ b/taiga/projects/tasks/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/translations.py b/taiga/projects/translations.py index 193ed97f..c07f5fe2 100644 --- a/taiga/projects/translations.py +++ b/taiga/projects/translations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/__init__.py b/taiga/projects/userstories/__init__.py index 01da2fe5..d578b292 100644 --- a/taiga/projects/userstories/__init__.py +++ b/taiga/projects/userstories/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/admin.py b/taiga/projects/userstories/admin.py index 9fd7a72d..88601931 100644 --- a/taiga/projects/userstories/admin.py +++ b/taiga/projects/userstories/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/api.py b/taiga/projects/userstories/api.py index e2a2f066..73a48499 100644 --- a/taiga/projects/userstories/api.py +++ b/taiga/projects/userstories/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/apps.py b/taiga/projects/userstories/apps.py index 53515191..5f9e5dd5 100644 --- a/taiga/projects/userstories/apps.py +++ b/taiga/projects/userstories/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/models.py b/taiga/projects/userstories/models.py index ce734d1e..fa54226f 100644 --- a/taiga/projects/userstories/models.py +++ b/taiga/projects/userstories/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/permissions.py b/taiga/projects/userstories/permissions.py index c5cb7eb2..9c501f45 100644 --- a/taiga/projects/userstories/permissions.py +++ b/taiga/projects/userstories/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/serializers.py b/taiga/projects/userstories/serializers.py index 5e761d14..2232b8af 100644 --- a/taiga/projects/userstories/serializers.py +++ b/taiga/projects/userstories/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/services.py b/taiga/projects/userstories/services.py index 9ca9ce8b..1d9859a0 100644 --- a/taiga/projects/userstories/services.py +++ b/taiga/projects/userstories/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/signals.py b/taiga/projects/userstories/signals.py index 33039926..f0d789b9 100644 --- a/taiga/projects/userstories/signals.py +++ b/taiga/projects/userstories/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/userstories/validators.py b/taiga/projects/userstories/validators.py index 21464ded..00e9117a 100644 --- a/taiga/projects/userstories/validators.py +++ b/taiga/projects/userstories/validators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/validators.py b/taiga/projects/validators.py index c2368030..a33dff44 100644 --- a/taiga/projects/validators.py +++ b/taiga/projects/validators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/votes/admin.py b/taiga/projects/votes/admin.py index 3e0dc590..8664cd35 100644 --- a/taiga/projects/votes/admin.py +++ b/taiga/projects/votes/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/votes/mixins/serializers.py b/taiga/projects/votes/mixins/serializers.py index 9147af78..d320de9c 100644 --- a/taiga/projects/votes/mixins/serializers.py +++ b/taiga/projects/votes/mixins/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/votes/mixins/viewsets.py b/taiga/projects/votes/mixins/viewsets.py index 3495e7a8..14ce9409 100644 --- a/taiga/projects/votes/mixins/viewsets.py +++ b/taiga/projects/votes/mixins/viewsets.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/votes/models.py b/taiga/projects/votes/models.py index e4e592c1..5a784fc0 100644 --- a/taiga/projects/votes/models.py +++ b/taiga/projects/votes/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/votes/serializers.py b/taiga/projects/votes/serializers.py index 9dbb7af8..78d10c89 100644 --- a/taiga/projects/votes/serializers.py +++ b/taiga/projects/votes/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/votes/services.py b/taiga/projects/votes/services.py index 2ddbdbcf..e9301f85 100644 --- a/taiga/projects/votes/services.py +++ b/taiga/projects/votes/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/votes/utils.py b/taiga/projects/votes/utils.py index 2b38c79e..7b3acf9a 100644 --- a/taiga/projects/votes/utils.py +++ b/taiga/projects/votes/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/projects/wiki/admin.py b/taiga/projects/wiki/admin.py index 7ea2e979..7dcd76f7 100644 --- a/taiga/projects/wiki/admin.py +++ b/taiga/projects/wiki/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/wiki/api.py b/taiga/projects/wiki/api.py index 27a5ea7b..19dc4907 100644 --- a/taiga/projects/wiki/api.py +++ b/taiga/projects/wiki/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/wiki/models.py b/taiga/projects/wiki/models.py index 067c65b4..ee1a0b39 100644 --- a/taiga/projects/wiki/models.py +++ b/taiga/projects/wiki/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/wiki/permissions.py b/taiga/projects/wiki/permissions.py index a0365645..ec6b4cbe 100644 --- a/taiga/projects/wiki/permissions.py +++ b/taiga/projects/wiki/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/projects/wiki/serializers.py b/taiga/projects/wiki/serializers.py index 84cc7c07..4a1a0b2b 100644 --- a/taiga/projects/wiki/serializers.py +++ b/taiga/projects/wiki/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/routers.py b/taiga/routers.py index 999a948b..40c0a7f5 100644 --- a/taiga/routers.py +++ b/taiga/routers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/searches/api.py b/taiga/searches/api.py index 206dcb13..0f92e26a 100644 --- a/taiga/searches/api.py +++ b/taiga/searches/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/searches/serializers.py b/taiga/searches/serializers.py index de409ba0..70fb8644 100644 --- a/taiga/searches/serializers.py +++ b/taiga/searches/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/searches/services.py b/taiga/searches/services.py index 82acdf18..2ed4bcbb 100644 --- a/taiga/searches/services.py +++ b/taiga/searches/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/__init__.py b/taiga/timeline/__init__.py index 937a3b98..d93ec69c 100644 --- a/taiga/timeline/__init__.py +++ b/taiga/timeline/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/api.py b/taiga/timeline/api.py index 5545f467..fef52224 100644 --- a/taiga/timeline/api.py +++ b/taiga/timeline/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/apps.py b/taiga/timeline/apps.py index 83119502..7919c8d4 100644 --- a/taiga/timeline/apps.py +++ b/taiga/timeline/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py index 23ce6ce0..2d1b22f4 100644 --- a/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py +++ b/taiga/timeline/management/commands/_clear_unnecessary_new_membership_entries.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py b/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py index f1b763fa..c5667645 100644 --- a/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py +++ b/taiga/timeline/management/commands/_rebuild_timeline_for_user_creation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py index c26b52b3..467830ca 100644 --- a/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py +++ b/taiga/timeline/management/commands/_update_timeline_for_updated_tasks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/management/commands/rebuild_timeline.py b/taiga/timeline/management/commands/rebuild_timeline.py index 3179a9d6..e67ecff7 100644 --- a/taiga/timeline/management/commands/rebuild_timeline.py +++ b/taiga/timeline/management/commands/rebuild_timeline.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py b/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py index 95b4db30..5e00909c 100644 --- a/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py +++ b/taiga/timeline/management/commands/rebuild_timeline_iterating_per_projects.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/models.py b/taiga/timeline/models.py index b16bfc14..a93ed529 100644 --- a/taiga/timeline/models.py +++ b/taiga/timeline/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/permissions.py b/taiga/timeline/permissions.py index 9f41c5f3..39bc1ce5 100644 --- a/taiga/timeline/permissions.py +++ b/taiga/timeline/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/serializers.py b/taiga/timeline/serializers.py index 3a6e3d65..f01b1ba0 100644 --- a/taiga/timeline/serializers.py +++ b/taiga/timeline/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/service.py b/taiga/timeline/service.py index 9d180885..5b1c7e7c 100644 --- a/taiga/timeline/service.py +++ b/taiga/timeline/service.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/signals.py b/taiga/timeline/signals.py index b899d6ea..e307235a 100644 --- a/taiga/timeline/signals.py +++ b/taiga/timeline/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/timeline/timeline_implementations.py b/taiga/timeline/timeline_implementations.py index f71ee80d..184caa0d 100644 --- a/taiga/timeline/timeline_implementations.py +++ b/taiga/timeline/timeline_implementations.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/urls.py b/taiga/urls.py index f92cc8a0..826b049f 100644 --- a/taiga/urls.py +++ b/taiga/urls.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/admin.py b/taiga/users/admin.py index c5ac01a7..ee4c53ac 100644 --- a/taiga/users/admin.py +++ b/taiga/users/admin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/api.py b/taiga/users/api.py index 387a964a..b4ea6e4e 100644 --- a/taiga/users/api.py +++ b/taiga/users/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/filters.py b/taiga/users/filters.py index 5858c41a..d3323088 100644 --- a/taiga/users/filters.py +++ b/taiga/users/filters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/forms.py b/taiga/users/forms.py index 7331943f..faa52597 100644 --- a/taiga/users/forms.py +++ b/taiga/users/forms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/gravatar.py b/taiga/users/gravatar.py index 70615a00..c13ab7df 100644 --- a/taiga/users/gravatar.py +++ b/taiga/users/gravatar.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/users/models.py b/taiga/users/models.py index 080e897f..f179aedd 100644 --- a/taiga/users/models.py +++ b/taiga/users/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/permissions.py b/taiga/users/permissions.py index ec7761d9..9ef2e8a1 100644 --- a/taiga/users/permissions.py +++ b/taiga/users/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/serializers.py b/taiga/users/serializers.py index cb05e2ed..f868b895 100644 --- a/taiga/users/serializers.py +++ b/taiga/users/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/services.py b/taiga/users/services.py index 91d08582..f42c3b63 100644 --- a/taiga/users/services.py +++ b/taiga/users/services.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/signals.py b/taiga/users/signals.py index 75fc1587..07b56c9a 100644 --- a/taiga/users/signals.py +++ b/taiga/users/signals.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/users/validators.py b/taiga/users/validators.py index ade82141..fd2cf680 100644 --- a/taiga/users/validators.py +++ b/taiga/users/validators.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # Copyright (C) 2014-2016 Anler Hernández diff --git a/taiga/userstorage/api.py b/taiga/userstorage/api.py index eea83500..6cce8b50 100644 --- a/taiga/userstorage/api.py +++ b/taiga/userstorage/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/userstorage/filters.py b/taiga/userstorage/filters.py index c183d526..a649626b 100644 --- a/taiga/userstorage/filters.py +++ b/taiga/userstorage/filters.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/userstorage/models.py b/taiga/userstorage/models.py index 8db16c1a..303fc294 100644 --- a/taiga/userstorage/models.py +++ b/taiga/userstorage/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/userstorage/permissions.py b/taiga/userstorage/permissions.py index 0d2207b3..10be62d6 100644 --- a/taiga/userstorage/permissions.py +++ b/taiga/userstorage/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/userstorage/serializers.py b/taiga/userstorage/serializers.py index 5f5d0493..d3402b42 100644 --- a/taiga/userstorage/serializers.py +++ b/taiga/userstorage/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/__init__.py b/taiga/webhooks/__init__.py index 4a91f101..70168cff 100644 --- a/taiga/webhooks/__init__.py +++ b/taiga/webhooks/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/api.py b/taiga/webhooks/api.py index 5c8a5766..1897f301 100644 --- a/taiga/webhooks/api.py +++ b/taiga/webhooks/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/apps.py b/taiga/webhooks/apps.py index b17a2df0..8c6bbba6 100644 --- a/taiga/webhooks/apps.py +++ b/taiga/webhooks/apps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/models.py b/taiga/webhooks/models.py index df8c4c19..ee4ff2cc 100644 --- a/taiga/webhooks/models.py +++ b/taiga/webhooks/models.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/permissions.py b/taiga/webhooks/permissions.py index e28f183c..82150620 100644 --- a/taiga/webhooks/permissions.py +++ b/taiga/webhooks/permissions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/serializers.py b/taiga/webhooks/serializers.py index 65847ee9..e5ba40fe 100644 --- a/taiga/webhooks/serializers.py +++ b/taiga/webhooks/serializers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/signal_handlers.py b/taiga/webhooks/signal_handlers.py index af964b0a..63c8f6ca 100644 --- a/taiga/webhooks/signal_handlers.py +++ b/taiga/webhooks/signal_handlers.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2016 Andrey Antukh +# Copyright (C) 2014-2016 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify diff --git a/taiga/webhooks/tasks.py b/taiga/webhooks/tasks.py index fd7136c5..9dd703bf 100644 --- a/taiga/webhooks/tasks.py +++ b/taiga/webhooks/tasks.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Andrey Antukh +# Copyright (C) 2013 Andrey Antukh # Copyright (C) 2014-2016 Jesús Espino # Copyright (C) 2014-2016 David Barragán # This program is free software: you can redistribute it and/or modify