From 80e7f90950fb9d3463765f51c63d567716b7f457 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 16 Dec 2016 10:57:52 +0100 Subject: [PATCH] Add license headers with copyrights --- app/__init__.py | 21 +++++++++++++++++++ app/local_settings.py | 21 +++++++++++++++++++ app/manage.py | 21 +++++++++++++++++++ app/organization/__init__.py | 21 +++++++++++++++++++ app/organization/agenda/__init__.py | 21 +++++++++++++++++++ app/organization/agenda/admin.py | 21 +++++++++++++++++++ app/organization/agenda/apps.py | 21 +++++++++++++++++++ app/organization/agenda/forms.py | 21 +++++++++++++++++++ .../agenda/management/__init__.py | 21 +++++++++++++++++++ .../agenda/management/commands/__init__.py | 21 +++++++++++++++++++ .../commands/organization-sync-eve-events.py | 21 +++++++++++++++++++ .../organization-sync-prestashop-events.py | 21 +++++++++++++++++++ app/organization/agenda/models.py | 21 +++++++++++++++++++ app/organization/agenda/translation.py | 21 +++++++++++++++++++ app/organization/agenda/urls.py | 21 +++++++++++++++++++ app/organization/agenda/views.py | 21 +++++++++++++++++++ app/organization/core/__init__.py | 21 +++++++++++++++++++ app/organization/core/admin.py | 21 +++++++++++++++++++ app/organization/core/apps.py | 21 +++++++++++++++++++ app/organization/core/context_processors.py | 21 +++++++++++++++++++ app/organization/core/management/__init__.py | 21 +++++++++++++++++++ .../core/management/commands/__init__.py | 21 +++++++++++++++++++ .../management/commands/create-admin-user.py | 21 +++++++++++++++++++ .../commands/festival-sync-eve-events.py | 21 +++++++++++++++++++ .../core/management/commands/wait-for-db.py | 21 +++++++++++++++++++ app/organization/core/managers.py | 21 +++++++++++++++++++ app/organization/core/models.py | 21 +++++++++++++++++++ app/organization/core/related.py | 21 +++++++++++++++++++ .../core/templatetags/organization_tags.py | 21 +++++++++++++++++++ app/organization/core/tests.py | 21 +++++++++++++++++++ app/organization/core/translation.py | 21 +++++++++++++++++++ app/organization/core/urls.py | 21 +++++++++++++++++++ app/organization/core/views.py | 21 +++++++++++++++++++ app/organization/formats/__init__.py | 21 +++++++++++++++++++ app/organization/formats/apps.py | 21 +++++++++++++++++++ app/organization/formats/en/__init__.py | 21 +++++++++++++++++++ app/organization/formats/en/formats.py | 21 +++++++++++++++++++ app/organization/formats/fr/__init__.py | 21 +++++++++++++++++++ app/organization/formats/fr/formats.py | 21 +++++++++++++++++++ app/organization/job/__init__.py | 21 +++++++++++++++++++ app/organization/job/admin.py | 21 +++++++++++++++++++ app/organization/job/apps.py | 21 +++++++++++++++++++ app/organization/job/forms.py | 21 +++++++++++++++++++ app/organization/job/models.py | 21 +++++++++++++++++++ app/organization/job/tests.py | 21 +++++++++++++++++++ app/organization/job/translation.py | 21 +++++++++++++++++++ app/organization/job/urls.py | 21 +++++++++++++++++++ app/organization/job/views.py | 21 +++++++++++++++++++ app/organization/magazine/__init__.py | 21 +++++++++++++++++++ app/organization/magazine/admin.py | 21 +++++++++++++++++++ app/organization/magazine/apps.py | 21 +++++++++++++++++++ app/organization/magazine/forms.py | 21 +++++++++++++++++++ app/organization/magazine/models.py | 21 +++++++++++++++++++ app/organization/magazine/tests.py | 21 +++++++++++++++++++ app/organization/magazine/translation.py | 21 +++++++++++++++++++ app/organization/magazine/urls.py | 21 +++++++++++++++++++ app/organization/magazine/views.py | 21 +++++++++++++++++++ app/organization/media/__init__.py | 21 +++++++++++++++++++ app/organization/media/admin.py | 21 +++++++++++++++++++ app/organization/media/apps.py | 21 +++++++++++++++++++ app/organization/media/forms.py | 21 +++++++++++++++++++ app/organization/media/models.py | 21 +++++++++++++++++++ .../media/templatetags/media_tags.py | 21 +++++++++++++++++++ app/organization/media/tests.py | 21 +++++++++++++++++++ app/organization/media/translation.py | 21 +++++++++++++++++++ app/organization/media/urls.py | 21 +++++++++++++++++++ app/organization/media/views.py | 21 +++++++++++++++++++ app/organization/network/__init__.py | 21 +++++++++++++++++++ app/organization/network/admin.py | 21 +++++++++++++++++++ app/organization/network/apps.py | 21 +++++++++++++++++++ app/organization/network/forms.py | 21 +++++++++++++++++++ .../commands/import-ircam-person-xls.py | 21 +++++++++++++++++++ app/organization/network/models.py | 21 +++++++++++++++++++ .../network/nationalities/__init__.py | 21 +++++++++++++++++++ .../network/nationalities/fields.py | 21 +++++++++++++++++++ .../network/nationalities/nationalities.py | 21 +++++++++++++++++++ app/organization/network/tests.py | 21 +++++++++++++++++++ app/organization/network/translation.py | 21 +++++++++++++++++++ app/organization/network/urls.py | 21 +++++++++++++++++++ app/organization/network/views.py | 21 +++++++++++++++++++ app/organization/pages/__init__.py | 21 +++++++++++++++++++ app/organization/pages/admin.py | 21 +++++++++++++++++++ app/organization/pages/apps.py | 21 +++++++++++++++++++ app/organization/pages/forms.py | 21 +++++++++++++++++++ app/organization/pages/models.py | 21 +++++++++++++++++++ app/organization/pages/tests.py | 21 +++++++++++++++++++ app/organization/pages/translation.py | 21 +++++++++++++++++++ app/organization/pages/urls.py | 21 +++++++++++++++++++ app/organization/pages/views.py | 21 +++++++++++++++++++ app/organization/projects/__init__.py | 21 +++++++++++++++++++ app/organization/projects/admin.py | 21 +++++++++++++++++++ app/organization/projects/apps.py | 21 +++++++++++++++++++ app/organization/projects/forms.py | 21 +++++++++++++++++++ app/organization/projects/models.py | 21 +++++++++++++++++++ app/organization/projects/tests.py | 21 +++++++++++++++++++ app/organization/projects/translation.py | 21 +++++++++++++++++++ app/organization/projects/urls.py | 21 +++++++++++++++++++ app/organization/projects/views.py | 21 +++++++++++++++++++ app/organization/shop/__init__.py | 21 +++++++++++++++++++ app/organization/shop/admin.py | 21 +++++++++++++++++++ app/organization/shop/apps.py | 21 +++++++++++++++++++ app/organization/shop/management/__init__.py | 21 +++++++++++++++++++ .../shop/management/commands/__init__.py | 21 +++++++++++++++++++ .../organization-sync-prestashop-products.py | 21 +++++++++++++++++++ app/organization/shop/models.py | 21 +++++++++++++++++++ app/organization/shop/tests.py | 21 +++++++++++++++++++ app/organization/shop/translation.py | 21 +++++++++++++++++++ app/organization/shop/urls.py | 21 +++++++++++++++++++ app/organization/shop/views.py | 21 +++++++++++++++++++ app/organization/urls.py | 21 +++++++++++++++++++ app/routers.py | 21 +++++++++++++++++++ app/settings.py | 21 +++++++++++++++++++ app/sitemaps.py | 21 +++++++++++++++++++ app/static/src/sass/config/_colors.scss | 20 ++++++++++++++++++ app/static/src/sass/config/_config.scss | 20 ++++++++++++++++++ app/static/src/sass/config/_fonts.scss | 20 ++++++++++++++++++ app/static/src/sass/config/_variables.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_buttons.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_defaults.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_forms.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_helpers.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_inputs.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_tables.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_typography.scss | 20 ++++++++++++++++++ app/static/src/sass/global/_wysiwyg.scss | 20 ++++++++++++++++++ app/static/src/sass/index.scss | 20 ++++++++++++++++++ app/static/src/sass/layout/_footer.scss | 20 ++++++++++++++++++ app/static/src/sass/layout/_global.scss | 20 ++++++++++++++++++ app/static/src/sass/layout/_grid.scss | 20 ++++++++++++++++++ app/static/src/sass/layout/_header.scss | 20 ++++++++++++++++++ app/static/src/sass/libs/_all.scss | 20 ++++++++++++++++++ .../src/sass/libs/normalize/_normalize.scss | 20 ++++++++++++++++++ .../src/sass/libs/normalize/_support-for.scss | 20 ++++++++++++++++++ .../libs/normalize/normalize/_import-now.scss | 20 ++++++++++++++++++ .../normalize/normalize/_normalize-mixin.scss | 20 ++++++++++++++++++ .../libs/normalize/normalize/_variables.scss | 20 ++++++++++++++++++ .../normalize/normalize/_vertical-rhythm.scss | 20 ++++++++++++++++++ app/static/src/sass/libs/sass-mq/_mq.scss | 20 ++++++++++++++++++ app/static/src/sass/libs/typey/_typey.scss | 20 ++++++++++++++++++ .../src/sass/libs/typey/typey/_defaults.scss | 20 ++++++++++++++++++ .../sass/libs/typey/typey/_font-stacks.scss | 20 ++++++++++++++++++ .../typey/typey/functions/_depreciated.scss | 20 ++++++++++++++++++ .../typey/functions/_em-calculators.scss | 20 ++++++++++++++++++ .../libs/typey/typey/functions/_extras.scss | 20 ++++++++++++++++++ .../libs/typey/typey/functions/_helpers.scss | 20 ++++++++++++++++++ .../typey/typey/functions/_outputters.scss | 20 ++++++++++++++++++ .../libs/typey/typey/functions/_sizers.scss | 20 ++++++++++++++++++ .../typey/typey/functions/_validators.scss | 20 ++++++++++++++++++ .../sass/libs/typey/typey/mixins/_debug.scss | 20 ++++++++++++++++++ .../typey/mixins/_define-type-sizing.scss | 20 ++++++++++++++++++ .../libs/typey/typey/mixins/_font-size.scss | 20 ++++++++++++++++++ .../libs/typey/typey/mixins/_line-height.scss | 20 ++++++++++++++++++ .../libs/typey/typey/mixins/_spacing.scss | 20 ++++++++++++++++++ .../libs/typey/typey/mixins/_type-layout.scss | 20 ++++++++++++++++++ .../libs/typey/typey/mixins/_typeface.scss | 20 ++++++++++++++++++ .../libs/typey/typey/mixins/_typeset.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_all.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_banner.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_blockquote.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_breadcrumb.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_dashed.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_dotted.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_flash.scss | 20 ++++++++++++++++++ .../src/sass/modules/_lang-switcher.scss | 20 ++++++++++++++++++ .../sass/modules/_linked-organizations.scss | 20 ++++++++++++++++++ .../src/sass/modules/_map-infowindow.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_map-legend.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_messages.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_page.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_pagination.scss | 20 ++++++++++++++++++ .../src/sass/modules/_partners-list.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_pattern.scss | 20 ++++++++++++++++++ .../src/sass/modules/_project-details.scss | 20 ++++++++++++++++++ .../src/sass/modules/_role-switcher.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_search.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_share-links.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_sidebar.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_tag.scss | 20 ++++++++++++++++++ app/static/src/sass/modules/_well.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_article-box.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_brief-box.scss | 20 ++++++++++++++++++ .../sass/modules/boxes/_event-line-box.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_job-line-box.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_media-box.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_page-box.scss | 20 ++++++++++++++++++ .../sass/modules/boxes/_person-list-box.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_product-box.scss | 20 ++++++++++++++++++ .../src/sass/modules/boxes/_search-box.scss | 20 ++++++++++++++++++ .../sass/modules/medias/_audio-playlist.scss | 20 ++++++++++++++++++ .../sass/modules/medias/_video-playlist.scss | 20 ++++++++++++++++++ .../src/sass/modules/navs/_nav-actions.scss | 20 ++++++++++++++++++ .../src/sass/modules/navs/_nav-footer.scss | 20 ++++++++++++++++++ .../src/sass/modules/navs/_nav-header.scss | 20 ++++++++++++++++++ .../src/sass/modules/navs/_nav-tree.scss | 20 ++++++++++++++++++ .../sass/modules/sliders/_slider-home.scss | 20 ++++++++++++++++++ .../sass/modules/sliders/_slider-network.scss | 20 ++++++++++++++++++ .../sass/modules/sliders/_slider-page.scss | 20 ++++++++++++++++++ app/static/src/sass/pages/_all.scss | 20 ++++++++++++++++++ app/static/src/sass/pages/_home.scss | 20 ++++++++++++++++++ app/static/src/sass/utils/_functions.scss | 20 ++++++++++++++++++ app/static/src/sass/utils/_mixins.scss | 20 ++++++++++++++++++ app/static/src/sass/vendors/_all.scss | 20 ++++++++++++++++++ app/static/src/sass/vendors/_audiojs.scss | 20 ++++++++++++++++++ app/static/src/sass/vendors/_lightslider.scss | 20 ++++++++++++++++++ app/static/src/sass/vendors/_pushy.scss | 20 ++++++++++++++++++ app/static/src/sass/vendors/_slick.scss | 20 ++++++++++++++++++ app/static/src/sass/vendors/_videojs.scss | 20 ++++++++++++++++++ app/urls.py | 21 +++++++++++++++++++ app/wait.py | 21 +++++++++++++++++++ app/wsgi.py | 21 +++++++++++++++++++ 210 files changed, 4316 insertions(+) diff --git a/app/__init__.py b/app/__init__.py index e69de29b..12176181 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/local_settings.py b/app/local_settings.py index 4e71f238..47f22b9d 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os from django.utils.translation import ugettext_lazy as _ from datetime import datetime, date diff --git a/app/manage.py b/app/manage.py index 87ab2e2d..46e20ddd 100755 --- a/app/manage.py +++ b/app/manage.py @@ -1,4 +1,25 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os import sys diff --git a/app/organization/__init__.py b/app/organization/__init__.py index ac056e53..1c09a839 100644 --- a/app/organization/__init__.py +++ b/app/organization/__init__.py @@ -1,2 +1,23 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + __version__ = 1.0 diff --git a/app/organization/agenda/__init__.py b/app/organization/agenda/__init__.py index d4dfd15b..1ad370fd 100644 --- a/app/organization/agenda/__init__.py +++ b/app/organization/agenda/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/agenda/admin.py b/app/organization/agenda/admin.py index 7c332f4f..9c0336fa 100644 --- a/app/organization/agenda/admin.py +++ b/app/organization/agenda/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from copy import deepcopy diff --git a/app/organization/agenda/apps.py b/app/organization/agenda/apps.py index fd5929fa..00a5653f 100644 --- a/app/organization/agenda/apps.py +++ b/app/organization/agenda/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.apps import AppConfig from django.core.checks import register diff --git a/app/organization/agenda/forms.py b/app/organization/agenda/forms.py index af8b12bf..882bf277 100644 --- a/app/organization/agenda/forms.py +++ b/app/organization/agenda/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence diff --git a/app/organization/agenda/management/__init__.py b/app/organization/agenda/management/__init__.py index e69de29b..12176181 100644 --- a/app/organization/agenda/management/__init__.py +++ b/app/organization/agenda/management/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/agenda/management/commands/__init__.py b/app/organization/agenda/management/commands/__init__.py index e69de29b..12176181 100644 --- a/app/organization/agenda/management/commands/__init__.py +++ b/app/organization/agenda/management/commands/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/agenda/management/commands/organization-sync-eve-events.py b/app/organization/agenda/management/commands/organization-sync-eve-events.py index a1674213..83342da7 100644 --- a/app/organization/agenda/management/commands/organization-sync-eve-events.py +++ b/app/organization/agenda/management/commands/organization-sync-eve-events.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from datetime import datetime, timedelta from optparse import make_option diff --git a/app/organization/agenda/management/commands/organization-sync-prestashop-events.py b/app/organization/agenda/management/commands/organization-sync-prestashop-events.py index c2984f81..d0a3cf0b 100644 --- a/app/organization/agenda/management/commands/organization-sync-prestashop-events.py +++ b/app/organization/agenda/management/commands/organization-sync-prestashop-events.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from datetime import datetime, timedelta from optparse import make_option diff --git a/app/organization/agenda/models.py b/app/organization/agenda/models.py index ba70279c..cfd9523f 100644 --- a/app/organization/agenda/models.py +++ b/app/organization/agenda/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from future.builtins import str diff --git a/app/organization/agenda/translation.py b/app/organization/agenda/translation.py index 45cfb599..6764de58 100644 --- a/app/organization/agenda/translation.py +++ b/app/organization/agenda/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from organization.agenda.models import * diff --git a/app/organization/agenda/urls.py b/app/organization/agenda/urls.py index a313f9c7..fe74be4f 100644 --- a/app/organization/agenda/urls.py +++ b/app/organization/agenda/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/organization/agenda/views.py b/app/organization/agenda/views.py index 3482cb68..9d0dff2f 100644 --- a/app/organization/agenda/views.py +++ b/app/organization/agenda/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.views.generic.base import TemplateView from mezzanine.conf import settings from dal import autocomplete diff --git a/app/organization/core/__init__.py b/app/organization/core/__init__.py index 141c2fb0..5db70c99 100644 --- a/app/organization/core/__init__.py +++ b/app/organization/core/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/core/admin.py b/app/organization/core/admin.py index 631dff66..a44ec113 100644 --- a/app/organization/core/admin.py +++ b/app/organization/core/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.contrib import admin from copy import deepcopy from mezzanine.core.admin import * diff --git a/app/organization/core/apps.py b/app/organization/core/apps.py index 510e34e9..79a3c7f7 100644 --- a/app/organization/core/apps.py +++ b/app/organization/core/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.apps import AppConfig from django.core.checks import register diff --git a/app/organization/core/context_processors.py b/app/organization/core/context_processors.py index 6eeda035..1a22567d 100644 --- a/app/organization/core/context_processors.py +++ b/app/organization/core/context_processors.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.conf import settings # import the settings file from datetime import datetime, date from organization.pages.models import Page diff --git a/app/organization/core/management/__init__.py b/app/organization/core/management/__init__.py index e69de29b..12176181 100644 --- a/app/organization/core/management/__init__.py +++ b/app/organization/core/management/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/core/management/commands/__init__.py b/app/organization/core/management/commands/__init__.py index e69de29b..12176181 100644 --- a/app/organization/core/management/commands/__init__.py +++ b/app/organization/core/management/commands/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/core/management/commands/create-admin-user.py b/app/organization/core/management/commands/create-admin-user.py index e7e3cad5..5a2ea04f 100644 --- a/app/organization/core/management/commands/create-admin-user.py +++ b/app/organization/core/management/commands/create-admin-user.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from optparse import make_option from django.conf import settings from django.core.management.base import BaseCommand, CommandError diff --git a/app/organization/core/management/commands/festival-sync-eve-events.py b/app/organization/core/management/commands/festival-sync-eve-events.py index 9ece332c..0c22ee38 100644 --- a/app/organization/core/management/commands/festival-sync-eve-events.py +++ b/app/organization/core/management/commands/festival-sync-eve-events.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from datetime import datetime, timedelta from optparse import make_option diff --git a/app/organization/core/management/commands/wait-for-db.py b/app/organization/core/management/commands/wait-for-db.py index e2bacf00..1848488c 100644 --- a/app/organization/core/management/commands/wait-for-db.py +++ b/app/organization/core/management/commands/wait-for-db.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os, time from optparse import make_option diff --git a/app/organization/core/managers.py b/app/organization/core/managers.py index 5afaa5e2..c68adffc 100644 --- a/app/organization/core/managers.py +++ b/app/organization/core/managers.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django diff --git a/app/organization/core/models.py b/app/organization/core/models.py index a6cede87..50c1343e 100644 --- a/app/organization/core/models.py +++ b/app/organization/core/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.db import models from django.conf import settings from django.utils.translation import ugettext_lazy as _ diff --git a/app/organization/core/related.py b/app/organization/core/related.py index 5b1affbd..f128fc29 100644 --- a/app/organization/core/related.py +++ b/app/organization/core/related.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.core import exceptions from django.db.models.fields.related import ForeignKey from django.db.utils import ConnectionHandler, ConnectionRouter diff --git a/app/organization/core/templatetags/organization_tags.py b/app/organization/core/templatetags/organization_tags.py index 5e9253d9..0596a544 100644 --- a/app/organization/core/templatetags/organization_tags.py +++ b/app/organization/core/templatetags/organization_tags.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + # -*- coding: utf-8 -*- import datetime from django.http import QueryDict diff --git a/app/organization/core/tests.py b/app/organization/core/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/core/tests.py +++ b/app/organization/core/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/core/translation.py b/app/organization/core/translation.py index 96f16b2e..6e7d602f 100644 --- a/app/organization/core/translation.py +++ b/app/organization/core/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from mezzanine.pages.models import Page, RichText from mezzanine.pages.translation import TranslatedRichText diff --git a/app/organization/core/urls.py b/app/organization/core/urls.py index 643d9edb..1574a563 100644 --- a/app/organization/core/urls.py +++ b/app/organization/core/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/organization/core/views.py b/app/organization/core/views.py index 785075a0..954d9123 100644 --- a/app/organization/core/views.py +++ b/app/organization/core/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.shortcuts import render, get_object_or_404 from django.http import Http404 from django.views.generic.base import View diff --git a/app/organization/formats/__init__.py b/app/organization/formats/__init__.py index 38c15a2d..0b1f41f8 100644 --- a/app/organization/formats/__init__.py +++ b/app/organization/formats/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/formats/apps.py b/app/organization/formats/apps.py index 02608a37..fb95372d 100644 --- a/app/organization/formats/apps.py +++ b/app/organization/formats/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.apps import AppConfig from django.core.checks import register diff --git a/app/organization/formats/en/__init__.py b/app/organization/formats/en/__init__.py index e69de29b..12176181 100644 --- a/app/organization/formats/en/__init__.py +++ b/app/organization/formats/en/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/formats/en/formats.py b/app/organization/formats/en/formats.py index be26f313..00ddca62 100644 --- a/app/organization/formats/en/formats.py +++ b/app/organization/formats/en/formats.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + # -*- encoding: utf-8 -*- # This file is distributed under the same license as the Django package. # diff --git a/app/organization/formats/fr/__init__.py b/app/organization/formats/fr/__init__.py index e69de29b..12176181 100644 --- a/app/organization/formats/fr/__init__.py +++ b/app/organization/formats/fr/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/formats/fr/formats.py b/app/organization/formats/fr/formats.py index 55c33f50..a21bc803 100644 --- a/app/organization/formats/fr/formats.py +++ b/app/organization/formats/fr/formats.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + # -*- encoding: utf-8 -*- # This file is distributed under the same license as the Django package. # diff --git a/app/organization/job/__init__.py b/app/organization/job/__init__.py index 97d1ce65..09d0a44a 100644 --- a/app/organization/job/__init__.py +++ b/app/organization/job/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/job/admin.py b/app/organization/job/admin.py index 73a35dec..ad35d700 100644 --- a/app/organization/job/admin.py +++ b/app/organization/job/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.contrib import admin from mezzanine.utils.static import static_lazy as static from copy import deepcopy diff --git a/app/organization/job/apps.py b/app/organization/job/apps.py index d3404908..4f2c65e3 100644 --- a/app/organization/job/apps.py +++ b/app/organization/job/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/job/forms.py b/app/organization/job/forms.py index ed49dc86..66784aaf 100644 --- a/app/organization/job/forms.py +++ b/app/organization/job/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence import dal_select2_queryset_sequence diff --git a/app/organization/job/models.py b/app/organization/job/models.py index 11fa9817..47bf6ab5 100644 --- a/app/organization/job/models.py +++ b/app/organization/job/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.db import models from django.utils.translation import ugettext_lazy as _ from django.core.urlresolvers import reverse, reverse_lazy diff --git a/app/organization/job/tests.py b/app/organization/job/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/job/tests.py +++ b/app/organization/job/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/job/translation.py b/app/organization/job/translation.py index 88744cec..8ecdabd1 100644 --- a/app/organization/job/translation.py +++ b/app/organization/job/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from mezzanine.pages.models import Page, RichText from mezzanine.pages.translation import TranslatedRichText diff --git a/app/organization/job/urls.py b/app/organization/job/urls.py index b9144115..252f73ff 100644 --- a/app/organization/job/urls.py +++ b/app/organization/job/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.conf.urls import patterns, include, url diff --git a/app/organization/job/views.py b/app/organization/job/views.py index d035995f..dbbc29b5 100644 --- a/app/organization/job/views.py +++ b/app/organization/job/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os import mimetypes import humanize diff --git a/app/organization/magazine/__init__.py b/app/organization/magazine/__init__.py index 043bee89..128b91f3 100644 --- a/app/organization/magazine/__init__.py +++ b/app/organization/magazine/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/magazine/admin.py b/app/organization/magazine/admin.py index 8b9a4506..40425c14 100644 --- a/app/organization/magazine/admin.py +++ b/app/organization/magazine/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.contrib import admin from django import forms from copy import deepcopy diff --git a/app/organization/magazine/apps.py b/app/organization/magazine/apps.py index cc206ddb..eda0f1c9 100644 --- a/app/organization/magazine/apps.py +++ b/app/organization/magazine/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/magazine/forms.py b/app/organization/magazine/forms.py index 3d4896e1..7b6f7363 100644 --- a/app/organization/magazine/forms.py +++ b/app/organization/magazine/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence import dal_select2_queryset_sequence diff --git a/app/organization/magazine/models.py b/app/organization/magazine/models.py index 9272bf54..53afb059 100644 --- a/app/organization/magazine/models.py +++ b/app/organization/magazine/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.db import models diff --git a/app/organization/magazine/tests.py b/app/organization/magazine/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/magazine/tests.py +++ b/app/organization/magazine/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/magazine/translation.py b/app/organization/magazine/translation.py index c19afd60..1d6876a8 100644 --- a/app/organization/magazine/translation.py +++ b/app/organization/magazine/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from mezzanine.pages.models import Page, RichText from modeltranslation.translator import TranslationOptions diff --git a/app/organization/magazine/urls.py b/app/organization/magazine/urls.py index a13a5a20..76ace67c 100644 --- a/app/organization/magazine/urls.py +++ b/app/organization/magazine/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.conf.urls import patterns, include, url diff --git a/app/organization/magazine/views.py b/app/organization/magazine/views.py index f2113eef..75c710c9 100644 --- a/app/organization/magazine/views.py +++ b/app/organization/magazine/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from urllib.parse import urlparse from django.shortcuts import render from django.utils import timezone diff --git a/app/organization/media/__init__.py b/app/organization/media/__init__.py index a4e2211d..3f7dfe08 100644 --- a/app/organization/media/__init__.py +++ b/app/organization/media/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/media/admin.py b/app/organization/media/admin.py index f26f0c99..44b2813e 100644 --- a/app/organization/media/admin.py +++ b/app/organization/media/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from copy import deepcopy from django.contrib import admin from mezzanine.core.admin import * diff --git a/app/organization/media/apps.py b/app/organization/media/apps.py index 8e3b1776..d0d426a7 100644 --- a/app/organization/media/apps.py +++ b/app/organization/media/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/media/forms.py b/app/organization/media/forms.py index 8e9d7a04..24356a7c 100644 --- a/app/organization/media/forms.py +++ b/app/organization/media/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence diff --git a/app/organization/media/models.py b/app/organization/media/models.py index f0f8d7ac..733903a9 100644 --- a/app/organization/media/models.py +++ b/app/organization/media/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from pyquery import PyQuery as pq diff --git a/app/organization/media/templatetags/media_tags.py b/app/organization/media/templatetags/media_tags.py index 476aa1b3..cda0f360 100644 --- a/app/organization/media/templatetags/media_tags.py +++ b/app/organization/media/templatetags/media_tags.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + # -*- coding: utf-8 -*- from mezzanine.template import Library diff --git a/app/organization/media/tests.py b/app/organization/media/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/media/tests.py +++ b/app/organization/media/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/media/translation.py b/app/organization/media/translation.py index 0192d929..e28ab80c 100644 --- a/app/organization/media/translation.py +++ b/app/organization/media/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from organization.media.models import * diff --git a/app/organization/media/urls.py b/app/organization/media/urls.py index f99796db..79c1de23 100644 --- a/app/organization/media/urls.py +++ b/app/organization/media/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/organization/media/views.py b/app/organization/media/views.py index f4c7ffb2..851549e7 100644 --- a/app/organization/media/views.py +++ b/app/organization/media/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.shortcuts import render from collections import defaultdict from organization.media.models import * diff --git a/app/organization/network/__init__.py b/app/organization/network/__init__.py index 61799f68..d178d67c 100644 --- a/app/organization/network/__init__.py +++ b/app/organization/network/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/network/admin.py b/app/organization/network/admin.py index dd6770b1..95146904 100644 --- a/app/organization/network/admin.py +++ b/app/organization/network/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.contrib import admin from django import forms from copy import deepcopy diff --git a/app/organization/network/apps.py b/app/organization/network/apps.py index a0087883..949bb266 100644 --- a/app/organization/network/apps.py +++ b/app/organization/network/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/network/forms.py b/app/organization/network/forms.py index e8774977..db8eef8c 100644 --- a/app/organization/network/forms.py +++ b/app/organization/network/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence import dal_select2_queryset_sequence diff --git a/app/organization/network/management/commands/import-ircam-person-xls.py b/app/organization/network/management/commands/import-ircam-person-xls.py index e51a0a87..3944d542 100644 --- a/app/organization/network/management/commands/import-ircam-person-xls.py +++ b/app/organization/network/management/commands/import-ircam-person-xls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os import sys import csv diff --git a/app/organization/network/models.py b/app/organization/network/models.py index 6195aeb8..39ef81fd 100644 --- a/app/organization/network/models.py +++ b/app/organization/network/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import os diff --git a/app/organization/network/nationalities/__init__.py b/app/organization/network/nationalities/__init__.py index e69de29b..12176181 100644 --- a/app/organization/network/nationalities/__init__.py +++ b/app/organization/network/nationalities/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/network/nationalities/fields.py b/app/organization/network/nationalities/fields.py index 17924066..d09521c1 100644 --- a/app/organization/network/nationalities/fields.py +++ b/app/organization/network/nationalities/fields.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.db.models.fields import CharField class Nationality(object): diff --git a/app/organization/network/nationalities/nationalities.py b/app/organization/network/nationalities/nationalities.py index 06a22887..c4fa7221 100644 --- a/app/organization/network/nationalities/nationalities.py +++ b/app/organization/network/nationalities/nationalities.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.utils.translation import ugettext_lazy as _ diff --git a/app/organization/network/tests.py b/app/organization/network/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/network/tests.py +++ b/app/organization/network/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/network/translation.py b/app/organization/network/translation.py index 4f74b06b..83b211c1 100644 --- a/app/organization/network/translation.py +++ b/app/organization/network/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from organization.network.models import * diff --git a/app/organization/network/urls.py b/app/organization/network/urls.py index f40a9373..a0a5823f 100644 --- a/app/organization/network/urls.py +++ b/app/organization/network/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/organization/network/views.py b/app/organization/network/views.py index c5bdc3b9..0c6d166b 100644 --- a/app/organization/network/views.py +++ b/app/organization/network/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.shortcuts import render from dal import autocomplete from organization.network.models import * diff --git a/app/organization/pages/__init__.py b/app/organization/pages/__init__.py index 21dc396c..14e061ad 100644 --- a/app/organization/pages/__init__.py +++ b/app/organization/pages/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/pages/admin.py b/app/organization/pages/admin.py index 33edf783..6024778d 100644 --- a/app/organization/pages/admin.py +++ b/app/organization/pages/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.contrib import admin from modeltranslation.admin import TranslationTabularInline from mezzanine.utils.static import static_lazy as static diff --git a/app/organization/pages/apps.py b/app/organization/pages/apps.py index f79213e6..85b6ef5b 100644 --- a/app/organization/pages/apps.py +++ b/app/organization/pages/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/pages/forms.py b/app/organization/pages/forms.py index a8a2d7d5..a3512c81 100644 --- a/app/organization/pages/forms.py +++ b/app/organization/pages/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence diff --git a/app/organization/pages/models.py b/app/organization/pages/models.py index d674ca8d..30b0f9d9 100644 --- a/app/organization/pages/models.py +++ b/app/organization/pages/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.db import models from django.utils.translation import ugettext_lazy as _ from django.core.urlresolvers import reverse, reverse_lazy diff --git a/app/organization/pages/tests.py b/app/organization/pages/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/pages/tests.py +++ b/app/organization/pages/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/pages/translation.py b/app/organization/pages/translation.py index fbddb716..7f26381d 100644 --- a/app/organization/pages/translation.py +++ b/app/organization/pages/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from mezzanine.pages.models import Page, RichText from mezzanine.pages.translation import TranslatedRichText diff --git a/app/organization/pages/urls.py b/app/organization/pages/urls.py index a4aec058..d89a5dd7 100644 --- a/app/organization/pages/urls.py +++ b/app/organization/pages/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.conf.urls import patterns, include, url diff --git a/app/organization/pages/views.py b/app/organization/pages/views.py index ae1a3138..6d0e6118 100644 --- a/app/organization/pages/views.py +++ b/app/organization/pages/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.shortcuts import render from django.views.generic import DetailView, ListView, TemplateView from django.contrib.auth.decorators import login_required diff --git a/app/organization/projects/__init__.py b/app/organization/projects/__init__.py index 346037ab..39bc60ca 100644 --- a/app/organization/projects/__init__.py +++ b/app/organization/projects/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/projects/admin.py b/app/organization/projects/admin.py index 12c73238..8a7462e9 100644 --- a/app/organization/projects/admin.py +++ b/app/organization/projects/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from copy import deepcopy from django.contrib import admin diff --git a/app/organization/projects/apps.py b/app/organization/projects/apps.py index 55e9eacb..ff03f2a6 100644 --- a/app/organization/projects/apps.py +++ b/app/organization/projects/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/projects/forms.py b/app/organization/projects/forms.py index afe0c2d0..640d67ed 100644 --- a/app/organization/projects/forms.py +++ b/app/organization/projects/forms.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from dal import autocomplete import dal_queryset_sequence diff --git a/app/organization/projects/models.py b/app/organization/projects/models.py index 493565f4..df69a4a3 100644 --- a/app/organization/projects/models.py +++ b/app/organization/projects/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import datetime import os diff --git a/app/organization/projects/tests.py b/app/organization/projects/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/projects/tests.py +++ b/app/organization/projects/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/projects/translation.py b/app/organization/projects/translation.py index b7ce47e4..1e47bbf1 100644 --- a/app/organization/projects/translation.py +++ b/app/organization/projects/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from organization.projects.models import * diff --git a/app/organization/projects/urls.py b/app/organization/projects/urls.py index 052f1293..4492975a 100644 --- a/app/organization/projects/urls.py +++ b/app/organization/projects/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/organization/projects/views.py b/app/organization/projects/views.py index 89567b93..c3870f25 100644 --- a/app/organization/projects/views.py +++ b/app/organization/projects/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.shortcuts import render from dal import autocomplete from dal_select2_queryset_sequence.views import Select2QuerySetSequenceView diff --git a/app/organization/shop/__init__.py b/app/organization/shop/__init__.py index fd3dc698..fd4dd20f 100644 --- a/app/organization/shop/__init__.py +++ b/app/organization/shop/__init__.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + """ Provides abstract models and admin features used throughout the various Mezzanine apps. diff --git a/app/organization/shop/admin.py b/app/organization/shop/admin.py index e20d78d4..cb5e6558 100644 --- a/app/organization/shop/admin.py +++ b/app/organization/shop/admin.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from copy import deepcopy from django.contrib import admin diff --git a/app/organization/shop/apps.py b/app/organization/shop/apps.py index adf0a5d0..6616d28d 100644 --- a/app/organization/shop/apps.py +++ b/app/organization/shop/apps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.apps import AppConfig diff --git a/app/organization/shop/management/__init__.py b/app/organization/shop/management/__init__.py index e69de29b..12176181 100644 --- a/app/organization/shop/management/__init__.py +++ b/app/organization/shop/management/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/shop/management/commands/__init__.py b/app/organization/shop/management/commands/__init__.py index e69de29b..12176181 100644 --- a/app/organization/shop/management/commands/__init__.py +++ b/app/organization/shop/management/commands/__init__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + diff --git a/app/organization/shop/management/commands/organization-sync-prestashop-products.py b/app/organization/shop/management/commands/organization-sync-prestashop-products.py index dbc8bbec..b9f9843e 100644 --- a/app/organization/shop/management/commands/organization-sync-prestashop-products.py +++ b/app/organization/shop/management/commands/organization-sync-prestashop-products.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from datetime import datetime, timedelta from optparse import make_option diff --git a/app/organization/shop/models.py b/app/organization/shop/models.py index 32e86fed..dbd89dde 100644 --- a/app/organization/shop/models.py +++ b/app/organization/shop/models.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from django.db import models diff --git a/app/organization/shop/tests.py b/app/organization/shop/tests.py index 7ce503c2..fa8859d7 100644 --- a/app/organization/shop/tests.py +++ b/app/organization/shop/tests.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.test import TestCase # Create your tests here. diff --git a/app/organization/shop/translation.py b/app/organization/shop/translation.py index a75860da..801b0d88 100644 --- a/app/organization/shop/translation.py +++ b/app/organization/shop/translation.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from modeltranslation.translator import translator, register, TranslationOptions from organization.shop.models import * diff --git a/app/organization/shop/urls.py b/app/organization/shop/urls.py index 6164c0bb..9efc42d4 100644 --- a/app/organization/shop/urls.py +++ b/app/organization/shop/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/organization/shop/views.py b/app/organization/shop/views.py index 2372cb29..d5d25506 100644 --- a/app/organization/shop/views.py +++ b/app/organization/shop/views.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.shortcuts import render from organization.projects.models import * diff --git a/app/organization/urls.py b/app/organization/urls.py index 7e80a581..c2943e5b 100644 --- a/app/organization/urls.py +++ b/app/organization/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals import django.views.i18n diff --git a/app/routers.py b/app/routers.py index 7766b6d7..cef15f85 100644 --- a/app/routers.py +++ b/app/routers.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + class Router(object): diff --git a/app/settings.py b/app/settings.py index 6286bc5f..4b69f60a 100644 --- a/app/settings.py +++ b/app/settings.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import absolute_import, unicode_literals import os diff --git a/app/sitemaps.py b/app/sitemaps.py index eb2ff030..86610ee4 100644 --- a/app/sitemaps.py +++ b/app/sitemaps.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from django.contrib.sitemaps import Sitemap from mezzanine_agenda.models import Event from organization.agenda.models import * diff --git a/app/static/src/sass/config/_colors.scss b/app/static/src/sass/config/_colors.scss index 06a1cf2c..9e0e0e54 100755 --- a/app/static/src/sass/config/_colors.scss +++ b/app/static/src/sass/config/_colors.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $color-facebook: #306199; $color-linkedin: #007bb6; $color-twitter: #26c4f1; diff --git a/app/static/src/sass/config/_config.scss b/app/static/src/sass/config/_config.scss index 7811f550..ad709bbb 100644 --- a/app/static/src/sass/config/_config.scss +++ b/app/static/src/sass/config/_config.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Layout $header-pre-height: 34px; diff --git a/app/static/src/sass/config/_fonts.scss b/app/static/src/sass/config/_fonts.scss index e69de29b..1c5010d2 100755 --- a/app/static/src/sass/config/_fonts.scss +++ b/app/static/src/sass/config/_fonts.scss @@ -0,0 +1,20 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + diff --git a/app/static/src/sass/config/_variables.scss b/app/static/src/sass/config/_variables.scss index a52d257d..590a75ca 100755 --- a/app/static/src/sass/config/_variables.scss +++ b/app/static/src/sass/config/_variables.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Features $use-grid-pull: true; $use-grid-push: true; diff --git a/app/static/src/sass/global/_buttons.scss b/app/static/src/sass/global/_buttons.scss index 39808c05..56c1c88c 100755 --- a/app/static/src/sass/global/_buttons.scss +++ b/app/static/src/sass/global/_buttons.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".button"; #{$module} { diff --git a/app/static/src/sass/global/_defaults.scss b/app/static/src/sass/global/_defaults.scss index 1b2c1728..88a43682 100755 --- a/app/static/src/sass/global/_defaults.scss +++ b/app/static/src/sass/global/_defaults.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + html { @include define-type-sizing; } diff --git a/app/static/src/sass/global/_forms.scss b/app/static/src/sass/global/_forms.scss index 17bc3789..6224c665 100644 --- a/app/static/src/sass/global/_forms.scss +++ b/app/static/src/sass/global/_forms.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".form"; #{$module} { diff --git a/app/static/src/sass/global/_helpers.scss b/app/static/src/sass/global/_helpers.scss index c7e5f5e4..24d52bdd 100755 --- a/app/static/src/sass/global/_helpers.scss +++ b/app/static/src/sass/global/_helpers.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .m0 { @include margin(0); } diff --git a/app/static/src/sass/global/_inputs.scss b/app/static/src/sass/global/_inputs.scss index e69de29b..1c5010d2 100755 --- a/app/static/src/sass/global/_inputs.scss +++ b/app/static/src/sass/global/_inputs.scss @@ -0,0 +1,20 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + diff --git a/app/static/src/sass/global/_tables.scss b/app/static/src/sass/global/_tables.scss index e69de29b..1c5010d2 100644 --- a/app/static/src/sass/global/_tables.scss +++ b/app/static/src/sass/global/_tables.scss @@ -0,0 +1,20 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 90b60662..0e26de5d 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; diff --git a/app/static/src/sass/global/_wysiwyg.scss b/app/static/src/sass/global/_wysiwyg.scss index b9d42819..ab8705a0 100644 --- a/app/static/src/sass/global/_wysiwyg.scss +++ b/app/static/src/sass/global/_wysiwyg.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .wys-button { @extend .button; diff --git a/app/static/src/sass/index.scss b/app/static/src/sass/index.scss index 43642345..2482cf3e 100755 --- a/app/static/src/sass/index.scss +++ b/app/static/src/sass/index.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @import "compass/reset/utilities"; @import "compass/utilities"; @import 'compass/css3'; diff --git a/app/static/src/sass/layout/_footer.scss b/app/static/src/sass/layout/_footer.scss index bf9d3bcd..7c8d8a5e 100755 --- a/app/static/src/sass/layout/_footer.scss +++ b/app/static/src/sass/layout/_footer.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".footer"; #{$module} { diff --git a/app/static/src/sass/layout/_global.scss b/app/static/src/sass/layout/_global.scss index 2f310228..7d1a88f7 100755 --- a/app/static/src/sass/layout/_global.scss +++ b/app/static/src/sass/layout/_global.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .main { @include margin(3 0 0 0); @include padding(1 0 0 0); diff --git a/app/static/src/sass/layout/_grid.scss b/app/static/src/sass/layout/_grid.scss index d71ef04c..93357778 100755 --- a/app/static/src/sass/layout/_grid.scss +++ b/app/static/src/sass/layout/_grid.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + /* Base container properties */ %grid-container { diff --git a/app/static/src/sass/layout/_header.scss b/app/static/src/sass/layout/_header.scss index 88482421..364c6eab 100755 --- a/app/static/src/sass/layout/_header.scss +++ b/app/static/src/sass/layout/_header.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".header"; #{$module} { diff --git a/app/static/src/sass/libs/_all.scss b/app/static/src/sass/libs/_all.scss index 1e11e9dc..57485828 100755 --- a/app/static/src/sass/libs/_all.scss +++ b/app/static/src/sass/libs/_all.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @import "normalize/normalize"; @import "typey/typey"; @import "sass-mq/mq"; diff --git a/app/static/src/sass/libs/normalize/_normalize.scss b/app/static/src/sass/libs/normalize/_normalize.scss index ba09c5d3..509b7a90 100755 --- a/app/static/src/sass/libs/normalize/_normalize.scss +++ b/app/static/src/sass/libs/normalize/_normalize.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @import 'support-for'; @import 'normalize/variables'; @import 'normalize/vertical-rhythm'; diff --git a/app/static/src/sass/libs/normalize/_support-for.scss b/app/static/src/sass/libs/normalize/_support-for.scss index 6275f0d7..c1f93069 100755 --- a/app/static/src/sass/libs/normalize/_support-for.scss +++ b/app/static/src/sass/libs/normalize/_support-for.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Support the last 4 versions of all browsers except IE. $support-for: ( chrome: -4, diff --git a/app/static/src/sass/libs/normalize/normalize/_import-now.scss b/app/static/src/sass/libs/normalize/normalize/_import-now.scss index aac5d2b6..dee38ecf 100755 --- a/app/static/src/sass/libs/normalize/normalize/_import-now.scss +++ b/app/static/src/sass/libs/normalize/normalize/_import-now.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Import Now // // If you import this module directly, it will immediately output all the CSS diff --git a/app/static/src/sass/libs/normalize/normalize/_normalize-mixin.scss b/app/static/src/sass/libs/normalize/normalize/_normalize-mixin.scss index 4d2b1b6a..bee34aca 100755 --- a/app/static/src/sass/libs/normalize/normalize/_normalize-mixin.scss +++ b/app/static/src/sass/libs/normalize/normalize/_normalize-mixin.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Helper function for the normalize() mixin. $_normalize-include: (); $_normalize-exclude: (); diff --git a/app/static/src/sass/libs/normalize/normalize/_variables.scss b/app/static/src/sass/libs/normalize/normalize/_variables.scss index 2f06b253..79d013e0 100755 --- a/app/static/src/sass/libs/normalize/normalize/_variables.scss +++ b/app/static/src/sass/libs/normalize/normalize/_variables.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // // Variables // diff --git a/app/static/src/sass/libs/normalize/normalize/_vertical-rhythm.scss b/app/static/src/sass/libs/normalize/normalize/_vertical-rhythm.scss index 40c95f8d..698e762f 100755 --- a/app/static/src/sass/libs/normalize/normalize/_vertical-rhythm.scss +++ b/app/static/src/sass/libs/normalize/normalize/_vertical-rhythm.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // // Vertical Rhythm // diff --git a/app/static/src/sass/libs/sass-mq/_mq.scss b/app/static/src/sass/libs/sass-mq/_mq.scss index 4dc75368..a1722223 100755 --- a/app/static/src/sass/libs/sass-mq/_mq.scss +++ b/app/static/src/sass/libs/sass-mq/_mq.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @charset "UTF-8"; // Fixes an issue where Ruby locale is not set properly // See https://github.com/sass-mq/sass-mq/pull/10 diff --git a/app/static/src/sass/libs/typey/_typey.scss b/app/static/src/sass/libs/typey/_typey.scss index 72d48f31..73717b96 100755 --- a/app/static/src/sass/libs/typey/_typey.scss +++ b/app/static/src/sass/libs/typey/_typey.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @import "typey/functions/helpers"; @import "typey/functions/validators"; @import "typey/functions/em-calculators"; diff --git a/app/static/src/sass/libs/typey/typey/_defaults.scss b/app/static/src/sass/libs/typey/typey/_defaults.scss index ddb9935c..550a1528 100755 --- a/app/static/src/sass/libs/typey/typey/_defaults.scss +++ b/app/static/src/sass/libs/typey/typey/_defaults.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // The browser font size default. No need to change this. // Allowed units: px $browser-font-size: 16px !default; diff --git a/app/static/src/sass/libs/typey/typey/_font-stacks.scss b/app/static/src/sass/libs/typey/typey/_font-stacks.scss index a6a86cd0..138ecdb9 100755 --- a/app/static/src/sass/libs/typey/typey/_font-stacks.scss +++ b/app/static/src/sass/libs/typey/typey/_font-stacks.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Three standard do-all stacks. $serif-stack: "Calisto MT", "Book Antiqua", serif !default; $sans-serif-stack: "Helvetica Neue", Helvetica, sans-serif !default; diff --git a/app/static/src/sass/libs/typey/typey/functions/_depreciated.scss b/app/static/src/sass/libs/typey/typey/functions/_depreciated.scss index 45d6abc9..c0affcd7 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_depreciated.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_depreciated.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // DEPRECIATED FUNCTIONS // The names of these functions have been refined and namespaced (above) to avoid // potential confusion with functions from other libraries. diff --git a/app/static/src/sass/libs/typey/typey/functions/_em-calculators.scss b/app/static/src/sass/libs/typey/typey/functions/_em-calculators.scss index f46b026f..c3d0c881 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_em-calculators.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_em-calculators.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Calculate relative sizing for em when a px value is used. // // @param number $number diff --git a/app/static/src/sass/libs/typey/typey/functions/_extras.scss b/app/static/src/sass/libs/typey/typey/functions/_extras.scss index 1ade7f7d..67d3b17a 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_extras.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_extras.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Retrieve a font weight. // // @param string $weight diff --git a/app/static/src/sass/libs/typey/typey/functions/_helpers.scss b/app/static/src/sass/libs/typey/typey/functions/_helpers.scss index 7c753ffa..cfcdd17d 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_helpers.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_helpers.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Output a number in the $base-unit. // // @param number $number diff --git a/app/static/src/sass/libs/typey/typey/functions/_outputters.scss b/app/static/src/sass/libs/typey/typey/functions/_outputters.scss index aa19e98e..6c7a0b4e 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_outputters.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_outputters.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Take a px value and output converted value. // // @param number $number diff --git a/app/static/src/sass/libs/typey/typey/functions/_sizers.scss b/app/static/src/sass/libs/typey/typey/functions/_sizers.scss index 75a84b5d..f4857323 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_sizers.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_sizers.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Takes a sizing from the $font-size map (m, xl, xxl, etc) and convert it to // the base unit. Alternatively convert a px font-size into the base unit. // diff --git a/app/static/src/sass/libs/typey/typey/functions/_validators.scss b/app/static/src/sass/libs/typey/typey/functions/_validators.scss index a7b84cd3..92ef634e 100755 --- a/app/static/src/sass/libs/typey/typey/functions/_validators.scss +++ b/app/static/src/sass/libs/typey/typey/functions/_validators.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Takes a value and checks to ensure it's expressed correctly then returns // the type. // diff --git a/app/static/src/sass/libs/typey/typey/mixins/_debug.scss b/app/static/src/sass/libs/typey/typey/mixins/_debug.scss index 5b4c9add..999ce4c5 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_debug.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_debug.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Output a horizontal grid to help with debugging typography. // // @param number $line-height diff --git a/app/static/src/sass/libs/typey/typey/mixins/_define-type-sizing.scss b/app/static/src/sass/libs/typey/typey/mixins/_define-type-sizing.scss index d444d039..ab18d072 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_define-type-sizing.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_define-type-sizing.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Define defaults (use this in the HTML element). // // @param number $size diff --git a/app/static/src/sass/libs/typey/typey/mixins/_font-size.scss b/app/static/src/sass/libs/typey/typey/mixins/_font-size.scss index 06d0325a..9e4008e7 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_font-size.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_font-size.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Define font-size (with fallback) // // @param number|string $size diff --git a/app/static/src/sass/libs/typey/typey/mixins/_line-height.scss b/app/static/src/sass/libs/typey/typey/mixins/_line-height.scss index 1581cebd..63fe5229 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_line-height.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_line-height.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Define line-height (with fallback). // // @param number $x diff --git a/app/static/src/sass/libs/typey/typey/mixins/_spacing.scss b/app/static/src/sass/libs/typey/typey/mixins/_spacing.scss index 6feb17ea..97955eb2 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_spacing.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_spacing.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Define spacing (with fallbacks). // // @param string $type diff --git a/app/static/src/sass/libs/typey/typey/mixins/_type-layout.scss b/app/static/src/sass/libs/typey/typey/mixins/_type-layout.scss index 8098a38b..5baefb55 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_type-layout.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_type-layout.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Define a type layout (font-size and line-height). // // @param number|string $size diff --git a/app/static/src/sass/libs/typey/typey/mixins/_typeface.scss b/app/static/src/sass/libs/typey/typey/mixins/_typeface.scss index 731e0531..fbfaf46e 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_typeface.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_typeface.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Embed a typeface. // // @param string $typeface diff --git a/app/static/src/sass/libs/typey/typey/mixins/_typeset.scss b/app/static/src/sass/libs/typey/typey/mixins/_typeset.scss index de618671..e44f0a90 100755 --- a/app/static/src/sass/libs/typey/typey/mixins/_typeset.scss +++ b/app/static/src/sass/libs/typey/typey/mixins/_typeset.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Typeset your type. // // @param string $typestyle diff --git a/app/static/src/sass/modules/_all.scss b/app/static/src/sass/modules/_all.scss index 12359cf4..86322f36 100755 --- a/app/static/src/sass/modules/_all.scss +++ b/app/static/src/sass/modules/_all.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Navs @import "navs/nav-actions"; @import "navs/nav-header"; diff --git a/app/static/src/sass/modules/_banner.scss b/app/static/src/sass/modules/_banner.scss index e248066a..4f725d68 100644 --- a/app/static/src/sass/modules/_banner.scss +++ b/app/static/src/sass/modules/_banner.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".banner"; #{$module} { diff --git a/app/static/src/sass/modules/_blockquote.scss b/app/static/src/sass/modules/_blockquote.scss index b09ab611..dc9cb3f6 100644 --- a/app/static/src/sass/modules/_blockquote.scss +++ b/app/static/src/sass/modules/_blockquote.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".blockquote"; #{$module}, diff --git a/app/static/src/sass/modules/_breadcrumb.scss b/app/static/src/sass/modules/_breadcrumb.scss index 55a801e1..7ee5dfad 100644 --- a/app/static/src/sass/modules/_breadcrumb.scss +++ b/app/static/src/sass/modules/_breadcrumb.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".breadcrumb"; #{$module} { diff --git a/app/static/src/sass/modules/_dashed.scss b/app/static/src/sass/modules/_dashed.scss index 9f31fd2f..51ac3d57 100644 --- a/app/static/src/sass/modules/_dashed.scss +++ b/app/static/src/sass/modules/_dashed.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".dashed"; #{$module} { diff --git a/app/static/src/sass/modules/_dotted.scss b/app/static/src/sass/modules/_dotted.scss index 4db3e766..8e5f69bd 100644 --- a/app/static/src/sass/modules/_dotted.scss +++ b/app/static/src/sass/modules/_dotted.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".dotted"; #{$module} { diff --git a/app/static/src/sass/modules/_flash.scss b/app/static/src/sass/modules/_flash.scss index 21b55f4d..e6b96113 100644 --- a/app/static/src/sass/modules/_flash.scss +++ b/app/static/src/sass/modules/_flash.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".flash"; #{$module} { diff --git a/app/static/src/sass/modules/_lang-switcher.scss b/app/static/src/sass/modules/_lang-switcher.scss index 14aff353..8fcf8e9d 100644 --- a/app/static/src/sass/modules/_lang-switcher.scss +++ b/app/static/src/sass/modules/_lang-switcher.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".lang-switcher"; #{$module} { diff --git a/app/static/src/sass/modules/_linked-organizations.scss b/app/static/src/sass/modules/_linked-organizations.scss index 78dda38d..f0bd1d11 100644 --- a/app/static/src/sass/modules/_linked-organizations.scss +++ b/app/static/src/sass/modules/_linked-organizations.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".linked-organizations"; #{$module} { diff --git a/app/static/src/sass/modules/_map-infowindow.scss b/app/static/src/sass/modules/_map-infowindow.scss index d3f25ea4..501656e8 100644 --- a/app/static/src/sass/modules/_map-infowindow.scss +++ b/app/static/src/sass/modules/_map-infowindow.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".map-infowindow"; #{$module} { diff --git a/app/static/src/sass/modules/_map-legend.scss b/app/static/src/sass/modules/_map-legend.scss index 04ba4737..5f272174 100644 --- a/app/static/src/sass/modules/_map-legend.scss +++ b/app/static/src/sass/modules/_map-legend.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".map-legend"; #{$module} { diff --git a/app/static/src/sass/modules/_messages.scss b/app/static/src/sass/modules/_messages.scss index 6c5ee020..2b4b5408 100644 --- a/app/static/src/sass/modules/_messages.scss +++ b/app/static/src/sass/modules/_messages.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".messages"; #{$module} { diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index d9f68ebf..074a99b4 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".page"; #{$module} { diff --git a/app/static/src/sass/modules/_pagination.scss b/app/static/src/sass/modules/_pagination.scss index deeefb86..cd15a61e 100644 --- a/app/static/src/sass/modules/_pagination.scss +++ b/app/static/src/sass/modules/_pagination.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".pagination"; #{$module} { diff --git a/app/static/src/sass/modules/_partners-list.scss b/app/static/src/sass/modules/_partners-list.scss index f610f07a..2ee20f32 100644 --- a/app/static/src/sass/modules/_partners-list.scss +++ b/app/static/src/sass/modules/_partners-list.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".partners-list"; #{$module} { diff --git a/app/static/src/sass/modules/_pattern.scss b/app/static/src/sass/modules/_pattern.scss index 5cc6f479..29274d48 100644 --- a/app/static/src/sass/modules/_pattern.scss +++ b/app/static/src/sass/modules/_pattern.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".pattern"; #{$module}-bg { diff --git a/app/static/src/sass/modules/_project-details.scss b/app/static/src/sass/modules/_project-details.scss index cccb5a02..af68840a 100644 --- a/app/static/src/sass/modules/_project-details.scss +++ b/app/static/src/sass/modules/_project-details.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".project-details"; #{$module} { diff --git a/app/static/src/sass/modules/_role-switcher.scss b/app/static/src/sass/modules/_role-switcher.scss index 5e0982aa..fad9e189 100644 --- a/app/static/src/sass/modules/_role-switcher.scss +++ b/app/static/src/sass/modules/_role-switcher.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".role-switcher"; #{$module} { diff --git a/app/static/src/sass/modules/_search.scss b/app/static/src/sass/modules/_search.scss index 0f6fb07d..bd460203 100644 --- a/app/static/src/sass/modules/_search.scss +++ b/app/static/src/sass/modules/_search.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".search"; #{$module} { diff --git a/app/static/src/sass/modules/_share-links.scss b/app/static/src/sass/modules/_share-links.scss index bd7a6ccc..79e2bffa 100644 --- a/app/static/src/sass/modules/_share-links.scss +++ b/app/static/src/sass/modules/_share-links.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".share-links"; #{$module} { diff --git a/app/static/src/sass/modules/_sidebar.scss b/app/static/src/sass/modules/_sidebar.scss index 97fa6da3..686b0a8b 100644 --- a/app/static/src/sass/modules/_sidebar.scss +++ b/app/static/src/sass/modules/_sidebar.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".sidebar"; #{$module} { diff --git a/app/static/src/sass/modules/_tag.scss b/app/static/src/sass/modules/_tag.scss index 609608da..94bddc67 100644 --- a/app/static/src/sass/modules/_tag.scss +++ b/app/static/src/sass/modules/_tag.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".tag"; #{$module} { diff --git a/app/static/src/sass/modules/_well.scss b/app/static/src/sass/modules/_well.scss index 9727a1cc..65ba5866 100644 --- a/app/static/src/sass/modules/_well.scss +++ b/app/static/src/sass/modules/_well.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".well"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_article-box.scss b/app/static/src/sass/modules/boxes/_article-box.scss index 18715ccc..6ec91c45 100644 --- a/app/static/src/sass/modules/boxes/_article-box.scss +++ b/app/static/src/sass/modules/boxes/_article-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".article-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_brief-box.scss b/app/static/src/sass/modules/boxes/_brief-box.scss index 62afb610..ebf46161 100644 --- a/app/static/src/sass/modules/boxes/_brief-box.scss +++ b/app/static/src/sass/modules/boxes/_brief-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".brief-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_event-line-box.scss b/app/static/src/sass/modules/boxes/_event-line-box.scss index f83d2e6a..f8cea2a7 100644 --- a/app/static/src/sass/modules/boxes/_event-line-box.scss +++ b/app/static/src/sass/modules/boxes/_event-line-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".event-line-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_job-line-box.scss b/app/static/src/sass/modules/boxes/_job-line-box.scss index 618e9dfe..fae16101 100644 --- a/app/static/src/sass/modules/boxes/_job-line-box.scss +++ b/app/static/src/sass/modules/boxes/_job-line-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".job-line-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_media-box.scss b/app/static/src/sass/modules/boxes/_media-box.scss index 23ddd8cf..f77d5b9c 100644 --- a/app/static/src/sass/modules/boxes/_media-box.scss +++ b/app/static/src/sass/modules/boxes/_media-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".media-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_page-box.scss b/app/static/src/sass/modules/boxes/_page-box.scss index 1df17211..f2f8c7ab 100644 --- a/app/static/src/sass/modules/boxes/_page-box.scss +++ b/app/static/src/sass/modules/boxes/_page-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".page-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_person-list-box.scss b/app/static/src/sass/modules/boxes/_person-list-box.scss index 1a3c294c..36d2a4d9 100644 --- a/app/static/src/sass/modules/boxes/_person-list-box.scss +++ b/app/static/src/sass/modules/boxes/_person-list-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".person-list-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_product-box.scss b/app/static/src/sass/modules/boxes/_product-box.scss index 7e79eec0..428c9ecd 100644 --- a/app/static/src/sass/modules/boxes/_product-box.scss +++ b/app/static/src/sass/modules/boxes/_product-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".product-box"; #{$module} { diff --git a/app/static/src/sass/modules/boxes/_search-box.scss b/app/static/src/sass/modules/boxes/_search-box.scss index 8cf605fc..69e35549 100644 --- a/app/static/src/sass/modules/boxes/_search-box.scss +++ b/app/static/src/sass/modules/boxes/_search-box.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".search-box"; #{$module} { diff --git a/app/static/src/sass/modules/medias/_audio-playlist.scss b/app/static/src/sass/modules/medias/_audio-playlist.scss index 64be7889..8fbe27ae 100644 --- a/app/static/src/sass/modules/medias/_audio-playlist.scss +++ b/app/static/src/sass/modules/medias/_audio-playlist.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".audio-playlist"; #{$module} { diff --git a/app/static/src/sass/modules/medias/_video-playlist.scss b/app/static/src/sass/modules/medias/_video-playlist.scss index 39738241..eb9ce85e 100644 --- a/app/static/src/sass/modules/medias/_video-playlist.scss +++ b/app/static/src/sass/modules/medias/_video-playlist.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".video-playlist"; #{$module} { diff --git a/app/static/src/sass/modules/navs/_nav-actions.scss b/app/static/src/sass/modules/navs/_nav-actions.scss index 924e0eef..e02ed1f7 100644 --- a/app/static/src/sass/modules/navs/_nav-actions.scss +++ b/app/static/src/sass/modules/navs/_nav-actions.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".nav-actions"; #{$module} { diff --git a/app/static/src/sass/modules/navs/_nav-footer.scss b/app/static/src/sass/modules/navs/_nav-footer.scss index 5b9d0e14..dba766c2 100644 --- a/app/static/src/sass/modules/navs/_nav-footer.scss +++ b/app/static/src/sass/modules/navs/_nav-footer.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".nav-footer"; #{$module} { diff --git a/app/static/src/sass/modules/navs/_nav-header.scss b/app/static/src/sass/modules/navs/_nav-header.scss index 2ce1b6d2..ec3b05f5 100644 --- a/app/static/src/sass/modules/navs/_nav-header.scss +++ b/app/static/src/sass/modules/navs/_nav-header.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".nav-header"; #{$module} { diff --git a/app/static/src/sass/modules/navs/_nav-tree.scss b/app/static/src/sass/modules/navs/_nav-tree.scss index 3b0eab46..52eed124 100644 --- a/app/static/src/sass/modules/navs/_nav-tree.scss +++ b/app/static/src/sass/modules/navs/_nav-tree.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".nav-tree"; #{$module} { diff --git a/app/static/src/sass/modules/sliders/_slider-home.scss b/app/static/src/sass/modules/sliders/_slider-home.scss index 0ab0010b..16541246 100644 --- a/app/static/src/sass/modules/sliders/_slider-home.scss +++ b/app/static/src/sass/modules/sliders/_slider-home.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".slider-home"; #{$module} { diff --git a/app/static/src/sass/modules/sliders/_slider-network.scss b/app/static/src/sass/modules/sliders/_slider-network.scss index b94078db..cfdbf314 100644 --- a/app/static/src/sass/modules/sliders/_slider-network.scss +++ b/app/static/src/sass/modules/sliders/_slider-network.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".slider-network"; #{$module} { diff --git a/app/static/src/sass/modules/sliders/_slider-page.scss b/app/static/src/sass/modules/sliders/_slider-page.scss index 451fcb80..18f2c0e2 100644 --- a/app/static/src/sass/modules/sliders/_slider-page.scss +++ b/app/static/src/sass/modules/sliders/_slider-page.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".slider-page"; #{$module} { diff --git a/app/static/src/sass/pages/_all.scss b/app/static/src/sass/pages/_all.scss index cddcdfbb..f9401ac0 100755 --- a/app/static/src/sass/pages/_all.scss +++ b/app/static/src/sass/pages/_all.scss @@ -1 +1,21 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @import "home"; diff --git a/app/static/src/sass/pages/_home.scss b/app/static/src/sass/pages/_home.scss index 09887f7f..b0504563 100644 --- a/app/static/src/sass/pages/_home.scss +++ b/app/static/src/sass/pages/_home.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + $module: ".home"; #{$module} { diff --git a/app/static/src/sass/utils/_functions.scss b/app/static/src/sass/utils/_functions.scss index e69de29b..1c5010d2 100755 --- a/app/static/src/sass/utils/_functions.scss +++ b/app/static/src/sass/utils/_functions.scss @@ -0,0 +1,20 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + diff --git a/app/static/src/sass/utils/_mixins.scss b/app/static/src/sass/utils/_mixins.scss index 3ad2773c..be39f0d1 100755 --- a/app/static/src/sass/utils/_mixins.scss +++ b/app/static/src/sass/utils/_mixins.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @mixin fluid-aspect($ratio: 1 1, $selector: "> :first-child") { $selector: unquote($selector); diff --git a/app/static/src/sass/vendors/_all.scss b/app/static/src/sass/vendors/_all.scss index 2897231b..b3bc8c7b 100755 --- a/app/static/src/sass/vendors/_all.scss +++ b/app/static/src/sass/vendors/_all.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + @import "slick"; @import "lightslider"; @import "pushy"; diff --git a/app/static/src/sass/vendors/_audiojs.scss b/app/static/src/sass/vendors/_audiojs.scss index f40f193d..6dfab300 100644 --- a/app/static/src/sass/vendors/_audiojs.scss +++ b/app/static/src/sass/vendors/_audiojs.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .audiojs { background: white; position: relative; diff --git a/app/static/src/sass/vendors/_lightslider.scss b/app/static/src/sass/vendors/_lightslider.scss index 25c59e73..4a16af9c 100644 --- a/app/static/src/sass/vendors/_lightslider.scss +++ b/app/static/src/sass/vendors/_lightslider.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .lSAction { > a { diff --git a/app/static/src/sass/vendors/_pushy.scss b/app/static/src/sass/vendors/_pushy.scss index 6eea386e..0f91cf14 100644 --- a/app/static/src/sass/vendors/_pushy.scss +++ b/app/static/src/sass/vendors/_pushy.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .pushy { width: $sidenav-width-tablet; diff --git a/app/static/src/sass/vendors/_slick.scss b/app/static/src/sass/vendors/_slick.scss index 5e403ad9..213224c1 100644 --- a/app/static/src/sass/vendors/_slick.scss +++ b/app/static/src/sass/vendors/_slick.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + .lSAction>a { background: white; diff --git a/app/static/src/sass/vendors/_videojs.scss b/app/static/src/sass/vendors/_videojs.scss index f3b18e63..3b73cfea 100644 --- a/app/static/src/sass/vendors/_videojs.scss +++ b/app/static/src/sass/vendors/_videojs.scss @@ -1,3 +1,23 @@ +// -*- coding: utf-8 -*- + +// Copyright (c) 2016-2017 Ircam +// Copyright (c) 2016-2017 Jérémy Fabre + +// This file is part of mezzanine-organization. + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + // Video JS Sublime Skin // The following are SCSS variables to automate some of the values. // But don't feel limited by them. Change/replace whatever you want. diff --git a/app/urls.py b/app/urls.py index 2f24a87c..0c5eff23 100644 --- a/app/urls.py +++ b/app/urls.py @@ -1,3 +1,24 @@ +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + from __future__ import unicode_literals from future.builtins import str diff --git a/app/wait.py b/app/wait.py index 1fb048ab..dadc1a13 100644 --- a/app/wait.py +++ b/app/wait.py @@ -1,4 +1,25 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import os, time from django.core.management import call_command diff --git a/app/wsgi.py b/app/wsgi.py index bc6fde2b..e63f8351 100644 --- a/app/wsgi.py +++ b/app/wsgi.py @@ -1,4 +1,25 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Copyright (c) 2016-2017 Ircam +# Copyright (c) 2016-2017 Guillaume Pellerin +# Copyright (c) 2016-2017 Emilie Zawadzki + +# This file is part of mezzanine-organization. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + # -*- coding: utf-8 -*- import os -- 2.39.5