From 177a7d07fcca8c5962c6cec7f3374eb3f755985b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 10 Oct 2025 15:32:46 +0200 Subject: [PATCH] Update license header (#5540) --- .licenseheader | 4 ++-- src/manage.py | 4 ++-- src/pretix/__init__.py | 4 ++-- src/pretix/__main__.py | 4 ++-- src/pretix/_base_settings.py | 4 ++-- src/pretix/_build.py | 4 ++-- src/pretix/_build_settings.py | 4 ++-- src/pretix/api/__init__.py | 4 ++-- src/pretix/api/apps.py | 4 ++-- src/pretix/api/auth/__init__.py | 4 ++-- src/pretix/api/auth/device.py | 4 ++-- src/pretix/api/auth/devicesecurity.py | 4 ++-- src/pretix/api/auth/permission.py | 4 ++-- src/pretix/api/auth/session.py | 4 ++-- src/pretix/api/auth/token.py | 4 ++-- src/pretix/api/exception.py | 4 ++-- src/pretix/api/filters.py | 4 ++-- src/pretix/api/middleware.py | 4 ++-- src/pretix/api/models.py | 4 ++-- src/pretix/api/oauth.py | 4 ++-- src/pretix/api/pagination.py | 4 ++-- src/pretix/api/serializers/__init__.py | 4 ++-- src/pretix/api/serializers/cart.py | 4 ++-- src/pretix/api/serializers/checkin.py | 4 ++-- src/pretix/api/serializers/discount.py | 4 ++-- src/pretix/api/serializers/event.py | 4 ++-- src/pretix/api/serializers/exporters.py | 4 ++-- src/pretix/api/serializers/fields.py | 4 ++-- src/pretix/api/serializers/forms.py | 4 ++-- src/pretix/api/serializers/i18n.py | 4 ++-- src/pretix/api/serializers/item.py | 4 ++-- src/pretix/api/serializers/media.py | 4 ++-- src/pretix/api/serializers/order.py | 4 ++-- src/pretix/api/serializers/orderchange.py | 4 ++-- src/pretix/api/serializers/organizer.py | 4 ++-- src/pretix/api/serializers/settings.py | 4 ++-- src/pretix/api/serializers/shredders.py | 4 ++-- src/pretix/api/serializers/voucher.py | 4 ++-- src/pretix/api/serializers/waitinglist.py | 4 ++-- src/pretix/api/serializers/webhooks.py | 4 ++-- src/pretix/api/signals.py | 4 ++-- src/pretix/api/urls.py | 4 ++-- src/pretix/api/views/__init__.py | 4 ++-- src/pretix/api/views/cart.py | 4 ++-- src/pretix/api/views/checkin.py | 4 ++-- src/pretix/api/views/device.py | 4 ++-- src/pretix/api/views/discount.py | 4 ++-- src/pretix/api/views/event.py | 4 ++-- src/pretix/api/views/exporters.py | 4 ++-- src/pretix/api/views/idempotency.py | 4 ++-- src/pretix/api/views/item.py | 4 ++-- src/pretix/api/views/media.py | 4 ++-- src/pretix/api/views/oauth.py | 4 ++-- src/pretix/api/views/order.py | 4 ++-- src/pretix/api/views/organizer.py | 4 ++-- src/pretix/api/views/shredders.py | 4 ++-- src/pretix/api/views/upload.py | 4 ++-- src/pretix/api/views/user.py | 4 ++-- src/pretix/api/views/version.py | 4 ++-- src/pretix/api/views/voucher.py | 4 ++-- src/pretix/api/views/waitinglist.py | 4 ++-- src/pretix/api/views/webhooks.py | 4 ++-- src/pretix/api/webhooks.py | 4 ++-- src/pretix/base/__init__.py | 4 ++-- src/pretix/base/addressvalidation.py | 4 ++-- src/pretix/base/apps.py | 4 ++-- src/pretix/base/auth.py | 4 ++-- src/pretix/base/banlist.py | 4 ++-- src/pretix/base/cache.py | 4 ++-- src/pretix/base/channels.py | 4 ++-- src/pretix/base/context.py | 4 ++-- src/pretix/base/customersso/__init__.py | 4 ++-- src/pretix/base/customersso/oidc.py | 4 ++-- src/pretix/base/datasync/__init__.py | 4 ++-- src/pretix/base/datasync/datasync.py | 4 ++-- src/pretix/base/datasync/sourcefields.py | 4 ++-- src/pretix/base/datasync/utils.py | 4 ++-- src/pretix/base/decimal.py | 4 ++-- src/pretix/base/email.py | 4 ++-- src/pretix/base/exporter.py | 4 ++-- src/pretix/base/exporters/__init__.py | 4 ++-- src/pretix/base/exporters/answers.py | 4 ++-- src/pretix/base/exporters/customers.py | 4 ++-- src/pretix/base/exporters/dekodi.py | 4 ++-- src/pretix/base/exporters/events.py | 4 ++-- src/pretix/base/exporters/invoices.py | 4 ++-- src/pretix/base/exporters/items.py | 4 ++-- src/pretix/base/exporters/json.py | 4 ++-- src/pretix/base/exporters/mail.py | 4 ++-- src/pretix/base/exporters/orderlist.py | 4 ++-- src/pretix/base/exporters/reusablemedia.py | 4 ++-- src/pretix/base/exporters/waitinglist.py | 4 ++-- src/pretix/base/forms/__init__.py | 4 ++-- src/pretix/base/forms/auth.py | 4 ++-- src/pretix/base/forms/questions.py | 4 ++-- src/pretix/base/forms/user.py | 4 ++-- src/pretix/base/forms/validators.py | 4 ++-- src/pretix/base/forms/widgets.py | 4 ++-- src/pretix/base/i18n.py | 4 ++-- src/pretix/base/invoice.py | 4 ++-- src/pretix/base/invoicing/__init__.py | 4 ++-- src/pretix/base/invoicing/email.py | 4 ++-- src/pretix/base/invoicing/national.py | 4 ++-- src/pretix/base/invoicing/pdf.py | 4 ++-- src/pretix/base/invoicing/peppol.py | 4 ++-- src/pretix/base/invoicing/transmission.py | 4 ++-- src/pretix/base/logentrytype_registry.py | 4 ++-- src/pretix/base/logentrytypes.py | 4 ++-- src/pretix/base/management/__init__.py | 4 ++-- src/pretix/base/management/commands/__init__.py | 4 ++-- src/pretix/base/management/commands/_migrations.py | 4 ++-- .../base/management/commands/check_order_transactions.py | 4 ++-- .../base/management/commands/create_order_transactions.py | 4 ++-- src/pretix/base/management/commands/export.py | 4 ++-- src/pretix/base/management/commands/makemessages.py | 4 ++-- src/pretix/base/management/commands/makemigrations.py | 4 ++-- src/pretix/base/management/commands/migrate.py | 4 ++-- src/pretix/base/management/commands/rebuild.py | 4 ++-- src/pretix/base/management/commands/runperiodic.py | 4 ++-- src/pretix/base/management/commands/shell_scoped.py | 4 ++-- src/pretix/base/media.py | 4 ++-- src/pretix/base/metrics.py | 4 ++-- src/pretix/base/middleware.py | 4 ++-- src/pretix/base/modelimport.py | 4 ++-- src/pretix/base/modelimport_orders.py | 4 ++-- src/pretix/base/modelimport_vouchers.py | 4 ++-- src/pretix/base/models/__init__.py | 4 ++-- src/pretix/base/models/_transactions.py | 4 ++-- src/pretix/base/models/auth.py | 4 ++-- src/pretix/base/models/base.py | 4 ++-- src/pretix/base/models/checkin.py | 4 ++-- src/pretix/base/models/currencies.py | 4 ++-- src/pretix/base/models/customers.py | 4 ++-- src/pretix/base/models/datasync.py | 4 ++-- src/pretix/base/models/devices.py | 4 ++-- src/pretix/base/models/discount.py | 4 ++-- src/pretix/base/models/event.py | 4 ++-- src/pretix/base/models/exports.py | 4 ++-- src/pretix/base/models/fields.py | 4 ++-- src/pretix/base/models/giftcards.py | 4 ++-- src/pretix/base/models/invoices.py | 4 ++-- src/pretix/base/models/items.py | 4 ++-- src/pretix/base/models/log.py | 4 ++-- src/pretix/base/models/media.py | 4 ++-- src/pretix/base/models/memberships.py | 4 ++-- src/pretix/base/models/notifications.py | 4 ++-- src/pretix/base/models/orders.py | 4 ++-- src/pretix/base/models/organizer.py | 4 ++-- src/pretix/base/models/seating.py | 4 ++-- src/pretix/base/models/tax.py | 4 ++-- src/pretix/base/models/vouchers.py | 4 ++-- src/pretix/base/models/waitinglist.py | 4 ++-- src/pretix/base/notifications.py | 4 ++-- src/pretix/base/payment.py | 4 ++-- src/pretix/base/pdf.py | 4 ++-- src/pretix/base/plugins.py | 4 ++-- src/pretix/base/reldate.py | 4 ++-- src/pretix/base/secretgenerators/__init__.py | 4 ++-- src/pretix/base/secretgenerators/pretix_sig1_pb2.py | 4 ++-- src/pretix/base/secrets.py | 4 ++-- src/pretix/base/services/__init__.py | 4 ++-- src/pretix/base/services/auth.py | 4 ++-- src/pretix/base/services/cancelevent.py | 4 ++-- src/pretix/base/services/cart.py | 4 ++-- src/pretix/base/services/checkin.py | 4 ++-- src/pretix/base/services/cleanup.py | 4 ++-- src/pretix/base/services/cross_selling.py | 4 ++-- src/pretix/base/services/currencies.py | 4 ++-- src/pretix/base/services/datasync.py | 4 ++-- src/pretix/base/services/export.py | 4 ++-- src/pretix/base/services/invoices.py | 4 ++-- src/pretix/base/services/locking.py | 4 ++-- src/pretix/base/services/mail.py | 4 ++-- src/pretix/base/services/media.py | 4 ++-- src/pretix/base/services/memberships.py | 4 ++-- src/pretix/base/services/modelimport.py | 4 ++-- src/pretix/base/services/notifications.py | 4 ++-- src/pretix/base/services/orders.py | 4 ++-- src/pretix/base/services/placeholders.py | 4 ++-- src/pretix/base/services/pricing.py | 4 ++-- src/pretix/base/services/quotas.py | 4 ++-- src/pretix/base/services/seating.py | 4 ++-- src/pretix/base/services/shredder.py | 4 ++-- src/pretix/base/services/stats.py | 4 ++-- src/pretix/base/services/tasks.py | 4 ++-- src/pretix/base/services/tax.py | 4 ++-- src/pretix/base/services/tickets.py | 4 ++-- src/pretix/base/services/update_check.py | 4 ++-- src/pretix/base/services/vouchers.py | 4 ++-- src/pretix/base/services/waitinglist.py | 4 ++-- src/pretix/base/settings.py | 4 ++-- src/pretix/base/shredder.py | 4 ++-- src/pretix/base/signals.py | 4 ++-- src/pretix/base/templatetags/__init__.py | 4 ++-- src/pretix/base/templatetags/cache_large.py | 4 ++-- src/pretix/base/templatetags/calendarhead.py | 4 ++-- src/pretix/base/templatetags/classname.py | 4 ++-- src/pretix/base/templatetags/daterange.py | 4 ++-- src/pretix/base/templatetags/dialog.py | 4 ++-- src/pretix/base/templatetags/escapejson.py | 4 ++-- src/pretix/base/templatetags/eventsignal.py | 4 ++-- src/pretix/base/templatetags/icon.py | 4 ++-- src/pretix/base/templatetags/lists.py | 4 ++-- src/pretix/base/templatetags/money.py | 4 ++-- src/pretix/base/templatetags/oneline.py | 4 ++-- src/pretix/base/templatetags/phone_format.py | 4 ++-- src/pretix/base/templatetags/rich_text.py | 4 ++-- src/pretix/base/templatetags/safelink.py | 4 ++-- src/pretix/base/templatetags/textbubble.py | 4 ++-- src/pretix/base/templatetags/unidecode.py | 4 ++-- src/pretix/base/templatetags/urlreplace.py | 4 ++-- src/pretix/base/ticketoutput.py | 4 ++-- src/pretix/base/timeframes.py | 4 ++-- src/pretix/base/timeline.py | 4 ++-- src/pretix/base/timemachine.py | 4 ++-- src/pretix/base/validators.py | 4 ++-- src/pretix/base/views/__init__.py | 4 ++-- src/pretix/base/views/applepay.py | 4 ++-- src/pretix/base/views/cachedfiles.py | 4 ++-- src/pretix/base/views/csp.py | 4 ++-- src/pretix/base/views/errors.py | 4 ++-- src/pretix/base/views/health.py | 4 ++-- src/pretix/base/views/js_catalog.py | 4 ++-- src/pretix/base/views/js_helpers.py | 4 ++-- src/pretix/base/views/metrics.py | 4 ++-- src/pretix/base/views/mixins.py | 4 ++-- src/pretix/base/views/redirect.py | 4 ++-- src/pretix/base/views/source.py | 4 ++-- src/pretix/base/views/tasks.py | 4 ++-- src/pretix/base/views/webmanifest.py | 4 ++-- src/pretix/celery_app.py | 4 ++-- src/pretix/control/__init__.py | 4 ++-- src/pretix/control/apps.py | 4 ++-- src/pretix/control/context.py | 4 ++-- src/pretix/control/forms/__init__.py | 4 ++-- src/pretix/control/forms/checkin.py | 4 ++-- src/pretix/control/forms/discounts.py | 4 ++-- src/pretix/control/forms/event.py | 4 ++-- src/pretix/control/forms/exports.py | 4 ++-- src/pretix/control/forms/filter.py | 4 ++-- src/pretix/control/forms/global_settings.py | 4 ++-- src/pretix/control/forms/item.py | 4 ++-- src/pretix/control/forms/mailsetup.py | 4 ++-- src/pretix/control/forms/mapping.py | 4 ++-- src/pretix/control/forms/modelimport.py | 4 ++-- src/pretix/control/forms/orders.py | 4 ++-- src/pretix/control/forms/organizer.py | 4 ++-- src/pretix/control/forms/renderers.py | 4 ++-- src/pretix/control/forms/rrule.py | 4 ++-- src/pretix/control/forms/subevents.py | 4 ++-- src/pretix/control/forms/users.py | 4 ++-- src/pretix/control/forms/vouchers.py | 4 ++-- src/pretix/control/forms/waitinglist.py | 4 ++-- src/pretix/control/forms/widgets.py | 4 ++-- src/pretix/control/logdisplay.py | 4 ++-- src/pretix/control/middleware.py | 4 ++-- src/pretix/control/navigation.py | 4 ++-- src/pretix/control/permissions.py | 4 ++-- src/pretix/control/signals.py | 4 ++-- src/pretix/control/sysreport.py | 4 ++-- src/pretix/control/templatetags/__init__.py | 4 ++-- src/pretix/control/templatetags/getitem.py | 4 ++-- src/pretix/control/templatetags/hierarkey_form.py | 4 ++-- src/pretix/control/templatetags/mail_settings_preview.py | 4 ++-- src/pretix/control/templatetags/order_overview.py | 4 ++-- src/pretix/control/urls.py | 4 ++-- src/pretix/control/views/__init__.py | 4 ++-- src/pretix/control/views/auth.py | 4 ++-- src/pretix/control/views/checkin.py | 4 ++-- src/pretix/control/views/dashboards.py | 4 ++-- src/pretix/control/views/datasync.py | 4 ++-- src/pretix/control/views/discounts.py | 4 ++-- src/pretix/control/views/event.py | 4 ++-- src/pretix/control/views/geo.py | 4 ++-- src/pretix/control/views/global_settings.py | 4 ++-- src/pretix/control/views/item.py | 4 ++-- src/pretix/control/views/mailsetup.py | 4 ++-- src/pretix/control/views/main.py | 4 ++-- src/pretix/control/views/modelimport.py | 4 ++-- src/pretix/control/views/oauth.py | 4 ++-- src/pretix/control/views/orders.py | 4 ++-- src/pretix/control/views/organizer.py | 4 ++-- src/pretix/control/views/pdf.py | 4 ++-- src/pretix/control/views/search.py | 4 ++-- src/pretix/control/views/shredder.py | 4 ++-- src/pretix/control/views/subevents.py | 4 ++-- src/pretix/control/views/typeahead.py | 4 ++-- src/pretix/control/views/user.py | 4 ++-- src/pretix/control/views/users.py | 4 ++-- src/pretix/control/views/vouchers.py | 4 ++-- src/pretix/control/views/waitinglist.py | 4 ++-- src/pretix/helpers/__init__.py | 4 ++-- src/pretix/helpers/apps.py | 4 ++-- src/pretix/helpers/cache.py | 4 ++-- src/pretix/helpers/compat.py | 4 ++-- src/pretix/helpers/compressor.py | 4 ++-- src/pretix/helpers/config.py | 4 ++-- src/pretix/helpers/cookies.py | 4 ++-- src/pretix/helpers/countries.py | 4 ++-- src/pretix/helpers/database.py | 4 ++-- src/pretix/helpers/daterange.py | 4 ++-- src/pretix/helpers/dicts.py | 4 ++-- src/pretix/helpers/escapejson.py | 4 ++-- src/pretix/helpers/filenames.py | 4 ++-- src/pretix/helpers/format.py | 4 ++-- src/pretix/helpers/formats/__init__.py | 4 ++-- src/pretix/helpers/formats/ar/__init__.py | 4 ++-- src/pretix/helpers/formats/ar/formats.py | 4 ++-- src/pretix/helpers/formats/de/__init__.py | 4 ++-- src/pretix/helpers/formats/de/formats.py | 4 ++-- src/pretix/helpers/formats/el/__init__.py | 4 ++-- src/pretix/helpers/formats/el/formats.py | 4 ++-- src/pretix/helpers/formats/en/__init__.py | 4 ++-- src/pretix/helpers/formats/en/formats.py | 4 ++-- src/pretix/helpers/formats/en_CA/__init__.py | 4 ++-- src/pretix/helpers/formats/en_CA/formats.py | 4 ++-- src/pretix/helpers/formats/en_NZ/__init__.py | 4 ++-- src/pretix/helpers/formats/en_NZ/formats.py | 4 ++-- src/pretix/helpers/formats/en_US/__init__.py | 4 ++-- src/pretix/helpers/formats/en_US/formats.py | 4 ++-- src/pretix/helpers/formats/fr/__init__.py | 4 ++-- src/pretix/helpers/formats/fr/formats.py | 4 ++-- src/pretix/helpers/hierarkey.py | 4 ++-- src/pretix/helpers/http.py | 4 ++-- src/pretix/helpers/i18n.py | 4 ++-- src/pretix/helpers/images.py | 4 ++-- src/pretix/helpers/iter.py | 4 ++-- src/pretix/helpers/json.py | 4 ++-- src/pretix/helpers/jsonlogic.py | 4 ++-- src/pretix/helpers/jsonlogic_boolalg.py | 4 ++-- src/pretix/helpers/jsonlogic_query.py | 4 ++-- src/pretix/helpers/logs.py | 4 ++-- src/pretix/helpers/metrics/__init__.py | 4 ++-- src/pretix/helpers/metrics/middleware.py | 4 ++-- src/pretix/helpers/models.py | 4 ++-- src/pretix/helpers/money.py | 4 ++-- src/pretix/helpers/monkeypatching.py | 4 ++-- src/pretix/helpers/names.py | 4 ++-- src/pretix/helpers/periodic.py | 4 ++-- src/pretix/helpers/profile/__init__.py | 4 ++-- src/pretix/helpers/profile/middleware.py | 4 ++-- src/pretix/helpers/reportlab.py | 4 ++-- src/pretix/helpers/safe_openpyxl.py | 4 ++-- src/pretix/helpers/safedownload.py | 4 ++-- src/pretix/helpers/security.py | 4 ++-- src/pretix/helpers/template_loaders.py | 4 ++-- src/pretix/helpers/templatetags/__init__.py | 4 ++-- src/pretix/helpers/templatetags/captureas.py | 4 ++-- src/pretix/helpers/templatetags/date_fast.py | 4 ++-- src/pretix/helpers/templatetags/expiresformat.py | 4 ++-- src/pretix/helpers/templatetags/jsonfield.py | 4 ++-- src/pretix/helpers/templatetags/simple_block_tag.py | 4 ++-- src/pretix/helpers/templatetags/thumb.py | 4 ++-- src/pretix/helpers/thumb.py | 4 ++-- src/pretix/helpers/u2f.py | 4 ++-- src/pretix/helpers/urls.py | 4 ++-- src/pretix/multidomain/__init__.py | 4 ++-- src/pretix/multidomain/apps.py | 4 ++-- src/pretix/multidomain/event_domain_urlconf.py | 4 ++-- src/pretix/multidomain/maindomain_urlconf.py | 4 ++-- src/pretix/multidomain/middlewares.py | 4 ++-- src/pretix/multidomain/models.py | 4 ++-- .../multidomain/organizer_alternative_domain_urlconf.py | 4 ++-- src/pretix/multidomain/organizer_domain_urlconf.py | 4 ++-- src/pretix/multidomain/plugin_handler.py | 4 ++-- src/pretix/multidomain/templatetags/__init__.py | 4 ++-- src/pretix/multidomain/templatetags/eventurl.py | 4 ++-- src/pretix/multidomain/urlreverse.py | 4 ++-- src/pretix/multidomain/utils.py | 4 ++-- src/pretix/plugins/__init__.py | 4 ++-- src/pretix/plugins/autocheckin/__init__.py | 4 ++-- src/pretix/plugins/autocheckin/api.py | 4 ++-- src/pretix/plugins/autocheckin/apps.py | 4 ++-- src/pretix/plugins/autocheckin/forms.py | 4 ++-- src/pretix/plugins/autocheckin/models.py | 4 ++-- src/pretix/plugins/autocheckin/signals.py | 4 ++-- src/pretix/plugins/autocheckin/urls.py | 4 ++-- src/pretix/plugins/autocheckin/views.py | 4 ++-- src/pretix/plugins/badges/__init__.py | 4 ++-- src/pretix/plugins/badges/api.py | 4 ++-- src/pretix/plugins/badges/apps.py | 4 ++-- src/pretix/plugins/badges/exporters.py | 4 ++-- src/pretix/plugins/badges/forms.py | 4 ++-- src/pretix/plugins/badges/models.py | 4 ++-- src/pretix/plugins/badges/signals.py | 4 ++-- src/pretix/plugins/badges/tasks.py | 4 ++-- src/pretix/plugins/badges/templates.py | 4 ++-- src/pretix/plugins/badges/urls.py | 4 ++-- src/pretix/plugins/badges/views.py | 4 ++-- src/pretix/plugins/banktransfer/__init__.py | 4 ++-- src/pretix/plugins/banktransfer/api.py | 4 ++-- src/pretix/plugins/banktransfer/apps.py | 4 ++-- src/pretix/plugins/banktransfer/csvimport.py | 4 ++-- src/pretix/plugins/banktransfer/models.py | 4 ++-- src/pretix/plugins/banktransfer/mt940import.py | 4 ++-- src/pretix/plugins/banktransfer/payment.py | 4 ++-- src/pretix/plugins/banktransfer/refund_export.py | 4 ++-- src/pretix/plugins/banktransfer/signals.py | 4 ++-- src/pretix/plugins/banktransfer/tasks.py | 4 ++-- src/pretix/plugins/banktransfer/templatetags/__init__.py | 4 ++-- src/pretix/plugins/banktransfer/templatetags/commadecimal.py | 4 ++-- src/pretix/plugins/banktransfer/templatetags/dotdecimal.py | 4 ++-- src/pretix/plugins/banktransfer/templatetags/ibanformat.py | 4 ++-- src/pretix/plugins/banktransfer/urls.py | 4 ++-- src/pretix/plugins/banktransfer/views.py | 4 ++-- src/pretix/plugins/checkinlists/__init__.py | 4 ++-- src/pretix/plugins/checkinlists/apps.py | 4 ++-- src/pretix/plugins/checkinlists/exporters.py | 4 ++-- src/pretix/plugins/checkinlists/signals.py | 4 ++-- src/pretix/plugins/manualpayment/__init__.py | 4 ++-- src/pretix/plugins/manualpayment/apps.py | 4 ++-- src/pretix/plugins/paypal/__init__.py | 4 ++-- src/pretix/plugins/paypal/api.py | 4 ++-- src/pretix/plugins/paypal/apps.py | 4 ++-- src/pretix/plugins/paypal/models.py | 4 ++-- src/pretix/plugins/paypal/payment.py | 4 ++-- src/pretix/plugins/paypal/signals.py | 4 ++-- src/pretix/plugins/paypal/urls.py | 4 ++-- src/pretix/plugins/paypal/views.py | 4 ++-- src/pretix/plugins/paypal2/__init__.py | 4 ++-- src/pretix/plugins/paypal2/apps.py | 4 ++-- src/pretix/plugins/paypal2/client/__init__.py | 4 ++-- src/pretix/plugins/paypal2/client/core/__init__.py | 4 ++-- src/pretix/plugins/paypal2/client/core/environment.py | 4 ++-- src/pretix/plugins/paypal2/client/core/paypal_http_client.py | 4 ++-- src/pretix/plugins/paypal2/client/customer/__init__.py | 4 ++-- .../client/customer/partner_referral_create_request.py | 4 ++-- .../customer/partners_merchantintegrations_get_request.py | 4 ++-- src/pretix/plugins/paypal2/payment.py | 4 ++-- src/pretix/plugins/paypal2/signals.py | 4 ++-- src/pretix/plugins/paypal2/urls.py | 4 ++-- src/pretix/plugins/paypal2/views.py | 4 ++-- src/pretix/plugins/pretixdroid/__init__.py | 4 ++-- src/pretix/plugins/pretixdroid/apps.py | 4 ++-- src/pretix/plugins/reports/__init__.py | 4 ++-- src/pretix/plugins/reports/accountingreport.py | 4 ++-- src/pretix/plugins/reports/apps.py | 4 ++-- src/pretix/plugins/reports/exporters.py | 4 ++-- src/pretix/plugins/reports/signals.py | 4 ++-- src/pretix/plugins/returnurl/__init__.py | 4 ++-- src/pretix/plugins/returnurl/apps.py | 4 ++-- src/pretix/plugins/returnurl/signals.py | 4 ++-- src/pretix/plugins/returnurl/urls.py | 4 ++-- src/pretix/plugins/returnurl/views.py | 4 ++-- src/pretix/plugins/sendmail/__init__.py | 4 ++-- src/pretix/plugins/sendmail/api.py | 4 ++-- src/pretix/plugins/sendmail/apps.py | 4 ++-- src/pretix/plugins/sendmail/forms.py | 4 ++-- src/pretix/plugins/sendmail/models.py | 4 ++-- src/pretix/plugins/sendmail/signals.py | 4 ++-- src/pretix/plugins/sendmail/tasks.py | 4 ++-- src/pretix/plugins/sendmail/urls.py | 4 ++-- src/pretix/plugins/sendmail/views.py | 4 ++-- src/pretix/plugins/statistics/__init__.py | 4 ++-- src/pretix/plugins/statistics/apps.py | 4 ++-- src/pretix/plugins/statistics/signals.py | 4 ++-- src/pretix/plugins/statistics/urls.py | 4 ++-- src/pretix/plugins/statistics/views.py | 4 ++-- src/pretix/plugins/stripe/__init__.py | 4 ++-- src/pretix/plugins/stripe/apps.py | 4 ++-- src/pretix/plugins/stripe/forms.py | 4 ++-- src/pretix/plugins/stripe/management/__init__.py | 4 ++-- src/pretix/plugins/stripe/management/commands/__init__.py | 4 ++-- .../management/commands/stripe_connect_fill_countries.py | 4 ++-- src/pretix/plugins/stripe/models.py | 4 ++-- src/pretix/plugins/stripe/payment.py | 4 ++-- src/pretix/plugins/stripe/signals.py | 4 ++-- src/pretix/plugins/stripe/tasks.py | 4 ++-- src/pretix/plugins/stripe/urls.py | 4 ++-- src/pretix/plugins/stripe/utils.py | 4 ++-- src/pretix/plugins/stripe/views.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/__init__.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/api.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/apps.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/exporters.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/forms.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/models.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/signals.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/tasks.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/ticketoutput.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/urls.py | 4 ++-- src/pretix/plugins/ticketoutputpdf/views.py | 4 ++-- src/pretix/plugins/webcheckin/__init__.py | 4 ++-- src/pretix/plugins/webcheckin/apps.py | 4 ++-- src/pretix/plugins/webcheckin/signals.py | 4 ++-- src/pretix/plugins/webcheckin/urls.py | 4 ++-- src/pretix/plugins/webcheckin/views.py | 4 ++-- src/pretix/presale/__init__.py | 4 ++-- src/pretix/presale/apps.py | 4 ++-- src/pretix/presale/checkoutflow.py | 4 ++-- src/pretix/presale/context.py | 4 ++-- src/pretix/presale/cookies.py | 4 ++-- src/pretix/presale/forms/__init__.py | 4 ++-- src/pretix/presale/forms/checkout.py | 4 ++-- src/pretix/presale/forms/customer.py | 4 ++-- src/pretix/presale/forms/order.py | 4 ++-- src/pretix/presale/forms/organizer.py | 4 ++-- src/pretix/presale/forms/renderers.py | 4 ++-- src/pretix/presale/forms/user.py | 4 ++-- src/pretix/presale/forms/waitinglist.py | 4 ++-- src/pretix/presale/ical.py | 4 ++-- src/pretix/presale/management/__init__.py | 4 ++-- src/pretix/presale/management/commands/__init__.py | 4 ++-- src/pretix/presale/management/commands/updateassets.py | 4 ++-- src/pretix/presale/management/commands/updatestyles.py | 4 ++-- src/pretix/presale/middleware.py | 4 ++-- src/pretix/presale/signals.py | 4 ++-- src/pretix/presale/style.py | 4 ++-- src/pretix/presale/urls.py | 4 ++-- src/pretix/presale/utils.py | 4 ++-- src/pretix/presale/views/__init__.py | 4 ++-- src/pretix/presale/views/cart.py | 4 ++-- src/pretix/presale/views/checkout.py | 4 ++-- src/pretix/presale/views/customer.py | 4 ++-- src/pretix/presale/views/event.py | 4 ++-- src/pretix/presale/views/locale.py | 4 ++-- src/pretix/presale/views/oidc_op.py | 4 ++-- src/pretix/presale/views/order.py | 4 ++-- src/pretix/presale/views/organizer.py | 4 ++-- src/pretix/presale/views/questions.py | 4 ++-- src/pretix/presale/views/robots.py | 4 ++-- src/pretix/presale/views/theme.py | 4 ++-- src/pretix/presale/views/user.py | 4 ++-- src/pretix/presale/views/waiting.py | 4 ++-- src/pretix/presale/views/widget.py | 4 ++-- src/pretix/sentry.py | 4 ++-- src/pretix/settings.py | 4 ++-- src/pretix/testutils/__init__.py | 4 ++-- src/pretix/testutils/api.py | 4 ++-- src/pretix/testutils/mail.py | 4 ++-- src/pretix/testutils/middleware.py | 4 ++-- src/pretix/testutils/mock.py | 4 ++-- src/pretix/testutils/queries.py | 4 ++-- src/pretix/testutils/scope.py | 4 ++-- src/pretix/testutils/sessions.py | 4 ++-- src/pretix/testutils/settings.py | 4 ++-- src/pretix/urls.py | 4 ++-- src/pretix/wsgi.py | 4 ++-- src/tests/__init__.py | 4 ++-- src/tests/api/__init__.py | 4 ++-- src/tests/api/conftest.py | 4 ++-- src/tests/api/test_append_slash.py | 4 ++-- src/tests/api/test_auth.py | 4 ++-- src/tests/api/test_cart.py | 4 ++-- src/tests/api/test_checkin.py | 4 ++-- src/tests/api/test_checkinrpc.py | 4 ++-- src/tests/api/test_customers.py | 4 ++-- src/tests/api/test_device_event_selection.py | 4 ++-- src/tests/api/test_deviceauth.py | 4 ++-- src/tests/api/test_devices.py | 4 ++-- src/tests/api/test_discounts.py | 4 ++-- src/tests/api/test_events.py | 4 ++-- src/tests/api/test_exporters.py | 4 ++-- src/tests/api/test_giftcards.py | 4 ++-- src/tests/api/test_idempotency.py | 4 ++-- src/tests/api/test_invoices.py | 4 ++-- src/tests/api/test_item_meta_properties.py | 4 ++-- src/tests/api/test_items.py | 4 ++-- src/tests/api/test_membership.py | 4 ++-- src/tests/api/test_membershiptypes.py | 4 ++-- src/tests/api/test_oauth.py | 4 ++-- src/tests/api/test_order_change.py | 4 ++-- src/tests/api/test_order_create.py | 4 ++-- src/tests/api/test_orders.py | 4 ++-- src/tests/api/test_organizers.py | 4 ++-- src/tests/api/test_permissions.py | 4 ++-- src/tests/api/test_reusable_media.py | 4 ++-- src/tests/api/test_saleschannels.py | 4 ++-- src/tests/api/test_seatingplans.py | 4 ++-- src/tests/api/test_sendmail.py | 4 ++-- src/tests/api/test_shredders.py | 4 ++-- src/tests/api/test_subevents.py | 4 ++-- src/tests/api/test_taxrules.py | 4 ++-- src/tests/api/test_teams.py | 4 ++-- src/tests/api/test_transactions.py | 4 ++-- src/tests/api/test_upload.py | 4 ++-- src/tests/api/test_vouchers.py | 4 ++-- src/tests/api/test_waitinglist.py | 4 ++-- src/tests/api/test_webhooks.py | 4 ++-- src/tests/base/__init__.py | 4 ++-- src/tests/base/test_addressvalidation.py | 4 ++-- src/tests/base/test_cache.py | 4 ++-- src/tests/base/test_cancelevent.py | 4 ++-- src/tests/base/test_checkin.py | 4 ++-- src/tests/base/test_cross_selling.py | 4 ++-- src/tests/base/test_customer_oidc_rp.py | 4 ++-- src/tests/base/test_datasync.py | 4 ++-- src/tests/base/test_event_clone.py | 4 ++-- src/tests/base/test_export.py | 4 ++-- src/tests/base/test_i18n.py | 4 ++-- src/tests/base/test_invoices.py | 4 ++-- src/tests/base/test_item_validity.py | 4 ++-- src/tests/base/test_js_helpers.py | 4 ++-- src/tests/base/test_mail.py | 4 ++-- src/tests/base/test_memberships.py | 4 ++-- src/tests/base/test_metrics.py | 4 ++-- src/tests/base/test_middleware.py | 4 ++-- src/tests/base/test_modelimport_orders.py | 4 ++-- src/tests/base/test_modelimport_vouchers.py | 4 ++-- src/tests/base/test_models.py | 4 ++-- src/tests/base/test_notifications.py | 4 ++-- src/tests/base/test_orders.py | 4 ++-- src/tests/base/test_ordersecrets.py | 4 ++-- src/tests/base/test_payment.py | 4 ++-- src/tests/base/test_permissions.py | 4 ++-- src/tests/base/test_plugins.py | 4 ++-- src/tests/base/test_pricing.py | 4 ++-- src/tests/base/test_pricing_discount.py | 4 ++-- src/tests/base/test_questions.py | 4 ++-- src/tests/base/test_registry.py | 4 ++-- src/tests/base/test_reldate.py | 4 ++-- src/tests/base/test_rich_text.py | 4 ++-- src/tests/base/test_runperiodic.py | 4 ++-- src/tests/base/test_secrets.py | 4 ++-- src/tests/base/test_settings.py | 4 ++-- src/tests/base/test_shredders.py | 4 ++-- src/tests/base/test_taxrules.py | 4 ++-- src/tests/base/test_templatetag.py | 4 ++-- src/tests/base/test_timeframes.py | 4 ++-- src/tests/base/test_timeline.py | 4 ++-- src/tests/base/test_updatecheck.py | 4 ++-- src/tests/base/test_urls.py | 4 ++-- src/tests/base/test_vat_id_validation.py | 4 ++-- src/tests/base/test_waitinglist.py | 4 ++-- src/tests/base/test_webhooks.py | 4 ++-- src/tests/concurrency_tests/__init__.py | 4 ++-- src/tests/concurrency_tests/conftest.py | 4 ++-- src/tests/concurrency_tests/test_api_order_creation_code.py | 4 ++-- src/tests/concurrency_tests/test_cart_creation_locking.py | 4 ++-- src/tests/concurrency_tests/test_order_creation_locking.py | 4 ++-- src/tests/concurrency_tests/test_order_paid_locking.py | 4 ++-- src/tests/concurrency_tests/utils.py | 4 ++-- src/tests/conftest.py | 4 ++-- src/tests/const.py | 4 ++-- src/tests/control/__init__.py | 4 ++-- src/tests/control/test_auth.py | 4 ++-- src/tests/control/test_checkins.py | 4 ++-- src/tests/control/test_customer.py | 4 ++-- src/tests/control/test_devices.py | 4 ++-- src/tests/control/test_events.py | 4 ++-- src/tests/control/test_export.py | 4 ++-- src/tests/control/test_giftcards.py | 4 ++-- src/tests/control/test_items.py | 4 ++-- src/tests/control/test_mail_settings_preview.py | 4 ++-- src/tests/control/test_modelimport.py | 4 ++-- src/tests/control/test_orders.py | 4 ++-- src/tests/control/test_orders_bulk.py | 4 ++-- src/tests/control/test_organizer.py | 4 ++-- src/tests/control/test_permissions.py | 4 ++-- src/tests/control/test_reusable_media.py | 4 ++-- src/tests/control/test_search.py | 4 ++-- src/tests/control/test_shredders.py | 4 ++-- src/tests/control/test_subevents.py | 4 ++-- src/tests/control/test_taxrates.py | 4 ++-- src/tests/control/test_teams.py | 4 ++-- src/tests/control/test_updatecheck.py | 4 ++-- src/tests/control/test_user.py | 4 ++-- src/tests/control/test_views.py | 4 ++-- src/tests/control/test_vouchers.py | 4 ++-- src/tests/control/test_waitinglist.py | 4 ++-- src/tests/control/test_webhooks.py | 4 ++-- src/tests/doc/__init__.py | 4 ++-- src/tests/doc/test_signals.py | 4 ++-- src/tests/helpers/__init__.py | 4 ++-- src/tests/helpers/test_daterange.py | 4 ++-- src/tests/helpers/test_format.py | 4 ++-- src/tests/helpers/test_i18n.py | 4 ++-- src/tests/helpers/test_jsonlogic.py | 4 ++-- src/tests/helpers/test_jsonlogic_boolalg.py | 4 ++-- src/tests/helpers/test_safe_openpyxl.py | 4 ++-- src/tests/helpers/test_thumb.py | 4 ++-- src/tests/helpers/test_urls.py | 4 ++-- src/tests/multidomain/__init__.py | 4 ++-- src/tests/multidomain/test_middlewares.py | 4 ++-- src/tests/multidomain/test_plugin_handler.py | 4 ++-- src/tests/multidomain/test_templatetag.py | 4 ++-- src/tests/multidomain/test_urlreverse.py | 4 ++-- src/tests/plugins/__init__.py | 4 ++-- src/tests/plugins/autocheckin/__init__.py | 4 ++-- src/tests/plugins/autocheckin/conftest.py | 4 ++-- src/tests/plugins/autocheckin/test_api.py | 4 ++-- src/tests/plugins/autocheckin/test_checkin.py | 4 ++-- src/tests/plugins/autocheckin/test_control.py | 4 ++-- src/tests/plugins/badges/__init__.py | 4 ++-- src/tests/plugins/badges/test_api.py | 4 ++-- src/tests/plugins/badges/test_control.py | 4 ++-- src/tests/plugins/badges/test_pdf.py | 4 ++-- src/tests/plugins/banktransfer/__init__.py | 4 ++-- src/tests/plugins/banktransfer/test_actions.py | 4 ++-- src/tests/plugins/banktransfer/test_api.py | 4 ++-- src/tests/plugins/banktransfer/test_csvparser.py | 4 ++-- src/tests/plugins/banktransfer/test_import.py | 4 ++-- src/tests/plugins/banktransfer/test_mt940.py | 4 ++-- src/tests/plugins/banktransfer/test_parsing.py | 4 ++-- src/tests/plugins/banktransfer/test_refund.py | 4 ++-- src/tests/plugins/banktransfer/test_refund_export.py | 4 ++-- src/tests/plugins/paypal/__init__.py | 4 ++-- src/tests/plugins/paypal/test_checkout.py | 4 ++-- src/tests/plugins/paypal/test_settings.py | 4 ++-- src/tests/plugins/paypal/test_webhook.py | 4 ++-- src/tests/plugins/paypal2/__init__.py | 4 ++-- src/tests/plugins/paypal2/test_checkout.py | 4 ++-- src/tests/plugins/paypal2/test_settings.py | 4 ++-- src/tests/plugins/paypal2/test_webhook.py | 4 ++-- src/tests/plugins/sendmail/__init__.py | 4 ++-- src/tests/plugins/sendmail/conftest.py | 4 ++-- src/tests/plugins/sendmail/test_rules.py | 4 ++-- src/tests/plugins/sendmail/test_sendmail.py | 4 ++-- src/tests/plugins/stripe/__init__.py | 4 ++-- src/tests/plugins/stripe/test_checkout.py | 4 ++-- src/tests/plugins/stripe/test_provider.py | 4 ++-- src/tests/plugins/stripe/test_settings.py | 4 ++-- src/tests/plugins/stripe/test_webhook.py | 4 ++-- src/tests/plugins/test_checkinlist.py | 4 ++-- src/tests/plugins/test_returnurl.py | 4 ++-- src/tests/plugins/ticketoutputpdf/__init__.py | 4 ++-- src/tests/plugins/ticketoutputpdf/test_api.py | 4 ++-- src/tests/plugins/ticketoutputpdf/test_control.py | 4 ++-- src/tests/plugins/ticketoutputpdf/test_defaults_and_copy.py | 4 ++-- src/tests/plugins/ticketoutputpdf/test_ticketoutputpdf.py | 4 ++-- src/tests/presale/__init__.py | 4 ++-- src/tests/presale/test_bundle_prices.py | 4 ++-- src/tests/presale/test_cart.py | 4 ++-- src/tests/presale/test_checkout.py | 4 ++-- src/tests/presale/test_checkoutflow.py | 4 ++-- src/tests/presale/test_customer.py | 4 ++-- src/tests/presale/test_event.py | 4 ++-- src/tests/presale/test_locale.py | 4 ++-- src/tests/presale/test_oidc_op.py | 4 ++-- src/tests/presale/test_order_change.py | 4 ++-- src/tests/presale/test_orders.py | 4 ++-- src/tests/presale/test_organizer_page.py | 4 ++-- src/tests/presale/test_style.py | 4 ++-- src/tests/presale/test_timemachine.py | 4 ++-- src/tests/presale/test_widget.py | 4 ++-- src/tests/settings.py | 4 ++-- src/tests/test_crashing.py | 4 ++-- src/tests/testdummy/__init__.py | 4 ++-- src/tests/testdummy/apps.py | 4 ++-- src/tests/testdummy/auth.py | 4 ++-- src/tests/testdummy/models.py | 4 ++-- src/tests/testdummy/payment.py | 4 ++-- src/tests/testdummy/signals.py | 4 ++-- src/tests/testdummy/ticketoutput.py | 4 ++-- src/tests/testdummyhidden/__init__.py | 4 ++-- src/tests/testdummyhidden/apps.py | 4 ++-- src/tests/testdummyhybrid/__init__.py | 4 ++-- src/tests/testdummyhybrid/apps.py | 4 ++-- src/tests/testdummyorga/__init__.py | 4 ++-- src/tests/testdummyorga/apps.py | 4 ++-- src/tests/testdummyorgarestricted/__init__.py | 4 ++-- src/tests/testdummyorgarestricted/apps.py | 4 ++-- src/tests/testdummyrestricted/__init__.py | 4 ++-- src/tests/testdummyrestricted/apps.py | 4 ++-- 754 files changed, 1508 insertions(+), 1508 deletions(-) diff --git a/.licenseheader b/.licenseheader index 39009128b..5cbdfddde 100644 --- a/.licenseheader +++ b/.licenseheader @@ -1,7 +1,7 @@ This file is part of pretix (Community Edition). -Copyright (C) 2014-2020 Raphael Michel and contributors -Copyright (C) 2020-2021 rami.io GmbH and contributors +Copyright (C) 2014-2020 Raphael Michel and contributors +Copyright (C) 2020-today pretix GmbH and contributors 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 in version 3 of the License. diff --git a/src/manage.py b/src/manage.py index 58e32fac2..8b393c449 100755 --- a/src/manage.py +++ b/src/manage.py @@ -2,8 +2,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/__init__.py b/src/pretix/__init__.py index 560d87861..ab6b82dbd 100644 --- a/src/pretix/__init__.py +++ b/src/pretix/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/__main__.py b/src/pretix/__main__.py index 53231751d..f064608c0 100644 --- a/src/pretix/__main__.py +++ b/src/pretix/__main__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/_base_settings.py b/src/pretix/_base_settings.py index 97d79b036..2931c7e41 100644 --- a/src/pretix/_base_settings.py +++ b/src/pretix/_base_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/_build.py b/src/pretix/_build.py index 884384a37..de9e2900c 100644 --- a/src/pretix/_build.py +++ b/src/pretix/_build.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/_build_settings.py b/src/pretix/_build_settings.py index c03f56a1a..5c04e511d 100644 --- a/src/pretix/_build_settings.py +++ b/src/pretix/_build_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/__init__.py b/src/pretix/api/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/api/__init__.py +++ b/src/pretix/api/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/apps.py b/src/pretix/api/apps.py index 2af7c6175..9f06f9128 100644 --- a/src/pretix/api/apps.py +++ b/src/pretix/api/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/auth/__init__.py b/src/pretix/api/auth/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/api/auth/__init__.py +++ b/src/pretix/api/auth/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/auth/device.py b/src/pretix/api/auth/device.py index dd9b4c287..00fc03ba0 100644 --- a/src/pretix/api/auth/device.py +++ b/src/pretix/api/auth/device.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/auth/devicesecurity.py b/src/pretix/api/auth/devicesecurity.py index d6be03e72..18a99336b 100644 --- a/src/pretix/api/auth/devicesecurity.py +++ b/src/pretix/api/auth/devicesecurity.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/auth/permission.py b/src/pretix/api/auth/permission.py index e023a1495..802781d00 100644 --- a/src/pretix/api/auth/permission.py +++ b/src/pretix/api/auth/permission.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/auth/session.py b/src/pretix/api/auth/session.py index 431741963..7b2eff806 100644 --- a/src/pretix/api/auth/session.py +++ b/src/pretix/api/auth/session.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/auth/token.py b/src/pretix/api/auth/token.py index cb00462b5..ed0d1829e 100644 --- a/src/pretix/api/auth/token.py +++ b/src/pretix/api/auth/token.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/exception.py b/src/pretix/api/exception.py index ec6b317df..0358fba9a 100644 --- a/src/pretix/api/exception.py +++ b/src/pretix/api/exception.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/filters.py b/src/pretix/api/filters.py index e9217139f..c3dc68ea1 100644 --- a/src/pretix/api/filters.py +++ b/src/pretix/api/filters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/middleware.py b/src/pretix/api/middleware.py index ff4d37c8f..53bae03b4 100644 --- a/src/pretix/api/middleware.py +++ b/src/pretix/api/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/models.py b/src/pretix/api/models.py index 39787fc30..a6c202e57 100644 --- a/src/pretix/api/models.py +++ b/src/pretix/api/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/oauth.py b/src/pretix/api/oauth.py index fa93e1647..f1482c4d7 100644 --- a/src/pretix/api/oauth.py +++ b/src/pretix/api/oauth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/pagination.py b/src/pretix/api/pagination.py index 4f8a55579..8cc331775 100644 --- a/src/pretix/api/pagination.py +++ b/src/pretix/api/pagination.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/__init__.py b/src/pretix/api/serializers/__init__.py index 76933c4e6..ea435914a 100644 --- a/src/pretix/api/serializers/__init__.py +++ b/src/pretix/api/serializers/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/cart.py b/src/pretix/api/serializers/cart.py index 38d064684..74dc5242b 100644 --- a/src/pretix/api/serializers/cart.py +++ b/src/pretix/api/serializers/cart.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/checkin.py b/src/pretix/api/serializers/checkin.py index c28dfada9..63759c016 100644 --- a/src/pretix/api/serializers/checkin.py +++ b/src/pretix/api/serializers/checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/discount.py b/src/pretix/api/serializers/discount.py index 9cf4ae748..e6f5d5f0a 100644 --- a/src/pretix/api/serializers/discount.py +++ b/src/pretix/api/serializers/discount.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/event.py b/src/pretix/api/serializers/event.py index 98e011db7..680d1bd5d 100644 --- a/src/pretix/api/serializers/event.py +++ b/src/pretix/api/serializers/event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/exporters.py b/src/pretix/api/serializers/exporters.py index 785e607a0..b5f99ad46 100644 --- a/src/pretix/api/serializers/exporters.py +++ b/src/pretix/api/serializers/exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/fields.py b/src/pretix/api/serializers/fields.py index db8858a22..d3cc5f1b8 100644 --- a/src/pretix/api/serializers/fields.py +++ b/src/pretix/api/serializers/fields.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/forms.py b/src/pretix/api/serializers/forms.py index a7817471c..d577851cc 100644 --- a/src/pretix/api/serializers/forms.py +++ b/src/pretix/api/serializers/forms.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/i18n.py b/src/pretix/api/serializers/i18n.py index 3fc91e041..56700d279 100644 --- a/src/pretix/api/serializers/i18n.py +++ b/src/pretix/api/serializers/i18n.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/item.py b/src/pretix/api/serializers/item.py index 1c40eb13c..d29b960ab 100644 --- a/src/pretix/api/serializers/item.py +++ b/src/pretix/api/serializers/item.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/media.py b/src/pretix/api/serializers/media.py index e4b3d09c1..8285fade4 100644 --- a/src/pretix/api/serializers/media.py +++ b/src/pretix/api/serializers/media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/order.py b/src/pretix/api/serializers/order.py index 470c99490..e2499c35f 100644 --- a/src/pretix/api/serializers/order.py +++ b/src/pretix/api/serializers/order.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/orderchange.py b/src/pretix/api/serializers/orderchange.py index e8fb7820d..10e84daf3 100644 --- a/src/pretix/api/serializers/orderchange.py +++ b/src/pretix/api/serializers/orderchange.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/organizer.py b/src/pretix/api/serializers/organizer.py index 58deb71dc..aee83af95 100644 --- a/src/pretix/api/serializers/organizer.py +++ b/src/pretix/api/serializers/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/settings.py b/src/pretix/api/serializers/settings.py index cb9a31080..435b964db 100644 --- a/src/pretix/api/serializers/settings.py +++ b/src/pretix/api/serializers/settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/shredders.py b/src/pretix/api/serializers/shredders.py index 6a574af15..385029e0a 100644 --- a/src/pretix/api/serializers/shredders.py +++ b/src/pretix/api/serializers/shredders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/voucher.py b/src/pretix/api/serializers/voucher.py index 425df1eb8..038c32e8a 100644 --- a/src/pretix/api/serializers/voucher.py +++ b/src/pretix/api/serializers/voucher.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/waitinglist.py b/src/pretix/api/serializers/waitinglist.py index 6dbf6891b..9cc47b012 100644 --- a/src/pretix/api/serializers/waitinglist.py +++ b/src/pretix/api/serializers/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/serializers/webhooks.py b/src/pretix/api/serializers/webhooks.py index 756f15611..7849d91ae 100644 --- a/src/pretix/api/serializers/webhooks.py +++ b/src/pretix/api/serializers/webhooks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/signals.py b/src/pretix/api/signals.py index 1f69fad60..763b7ffc7 100644 --- a/src/pretix/api/signals.py +++ b/src/pretix/api/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/urls.py b/src/pretix/api/urls.py index b1cb10edd..15c654567 100644 --- a/src/pretix/api/urls.py +++ b/src/pretix/api/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/__init__.py b/src/pretix/api/views/__init__.py index 04728f638..7bcaf8f26 100644 --- a/src/pretix/api/views/__init__.py +++ b/src/pretix/api/views/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/cart.py b/src/pretix/api/views/cart.py index 8339822da..9a02a86db 100644 --- a/src/pretix/api/views/cart.py +++ b/src/pretix/api/views/cart.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/checkin.py b/src/pretix/api/views/checkin.py index ec31e3b50..02304446d 100644 --- a/src/pretix/api/views/checkin.py +++ b/src/pretix/api/views/checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/device.py b/src/pretix/api/views/device.py index 6db8e5a56..7482d1be7 100644 --- a/src/pretix/api/views/device.py +++ b/src/pretix/api/views/device.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/discount.py b/src/pretix/api/views/discount.py index d3545d4be..4504d0381 100644 --- a/src/pretix/api/views/discount.py +++ b/src/pretix/api/views/discount.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/event.py b/src/pretix/api/views/event.py index 19b2fb7d2..b61771bdb 100644 --- a/src/pretix/api/views/event.py +++ b/src/pretix/api/views/event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/exporters.py b/src/pretix/api/views/exporters.py index af21077c2..63344b21e 100644 --- a/src/pretix/api/views/exporters.py +++ b/src/pretix/api/views/exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/idempotency.py b/src/pretix/api/views/idempotency.py index 4cbe83dd5..54ac143a4 100644 --- a/src/pretix/api/views/idempotency.py +++ b/src/pretix/api/views/idempotency.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/item.py b/src/pretix/api/views/item.py index 83e0dc19b..19661c60e 100644 --- a/src/pretix/api/views/item.py +++ b/src/pretix/api/views/item.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/media.py b/src/pretix/api/views/media.py index 4954a9fe0..1569ee289 100644 --- a/src/pretix/api/views/media.py +++ b/src/pretix/api/views/media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/oauth.py b/src/pretix/api/views/oauth.py index 88c45fb53..acd8b94c0 100644 --- a/src/pretix/api/views/oauth.py +++ b/src/pretix/api/views/oauth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/order.py b/src/pretix/api/views/order.py index c24c81495..f818192ae 100644 --- a/src/pretix/api/views/order.py +++ b/src/pretix/api/views/order.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/organizer.py b/src/pretix/api/views/organizer.py index bf73d51cd..f600086e1 100644 --- a/src/pretix/api/views/organizer.py +++ b/src/pretix/api/views/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/shredders.py b/src/pretix/api/views/shredders.py index 353ca0cf1..acb34fa83 100644 --- a/src/pretix/api/views/shredders.py +++ b/src/pretix/api/views/shredders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/upload.py b/src/pretix/api/views/upload.py index bd75a7d98..e6426de64 100644 --- a/src/pretix/api/views/upload.py +++ b/src/pretix/api/views/upload.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/user.py b/src/pretix/api/views/user.py index 361ca46a2..142563ecd 100644 --- a/src/pretix/api/views/user.py +++ b/src/pretix/api/views/user.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/version.py b/src/pretix/api/views/version.py index 9aea65a98..2ac2edb02 100644 --- a/src/pretix/api/views/version.py +++ b/src/pretix/api/views/version.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/voucher.py b/src/pretix/api/views/voucher.py index 3fcb235e2..c0c0c1016 100644 --- a/src/pretix/api/views/voucher.py +++ b/src/pretix/api/views/voucher.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/waitinglist.py b/src/pretix/api/views/waitinglist.py index 2683e496a..f645a5e56 100644 --- a/src/pretix/api/views/waitinglist.py +++ b/src/pretix/api/views/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/views/webhooks.py b/src/pretix/api/views/webhooks.py index b2d18971e..f0c781523 100644 --- a/src/pretix/api/views/webhooks.py +++ b/src/pretix/api/views/webhooks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/api/webhooks.py b/src/pretix/api/webhooks.py index 2505a5a0d..b14bd7139 100644 --- a/src/pretix/api/webhooks.py +++ b/src/pretix/api/webhooks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/__init__.py b/src/pretix/base/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/__init__.py +++ b/src/pretix/base/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/addressvalidation.py b/src/pretix/base/addressvalidation.py index aa5550e19..9a2959f76 100644 --- a/src/pretix/base/addressvalidation.py +++ b/src/pretix/base/addressvalidation.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/apps.py b/src/pretix/base/apps.py index 66baca9ab..1852c0c35 100644 --- a/src/pretix/base/apps.py +++ b/src/pretix/base/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/auth.py b/src/pretix/base/auth.py index 6750ea825..f504729ee 100644 --- a/src/pretix/base/auth.py +++ b/src/pretix/base/auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/banlist.py b/src/pretix/base/banlist.py index 6b26ee1ec..e22f34e21 100644 --- a/src/pretix/base/banlist.py +++ b/src/pretix/base/banlist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/cache.py b/src/pretix/base/cache.py index e2702628c..d1829b411 100644 --- a/src/pretix/base/cache.py +++ b/src/pretix/base/cache.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/channels.py b/src/pretix/base/channels.py index c9ad7cf38..6f6bcab2d 100644 --- a/src/pretix/base/channels.py +++ b/src/pretix/base/channels.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/context.py b/src/pretix/base/context.py index ce1addb1f..475dfd4f1 100644 --- a/src/pretix/base/context.py +++ b/src/pretix/base/context.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/customersso/__init__.py b/src/pretix/base/customersso/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/customersso/__init__.py +++ b/src/pretix/base/customersso/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/customersso/oidc.py b/src/pretix/base/customersso/oidc.py index 3e20d0ffd..b093c0125 100644 --- a/src/pretix/base/customersso/oidc.py +++ b/src/pretix/base/customersso/oidc.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/datasync/__init__.py b/src/pretix/base/datasync/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/datasync/__init__.py +++ b/src/pretix/base/datasync/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/datasync/datasync.py b/src/pretix/base/datasync/datasync.py index be4004c8b..cb5bf01b3 100644 --- a/src/pretix/base/datasync/datasync.py +++ b/src/pretix/base/datasync/datasync.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/datasync/sourcefields.py b/src/pretix/base/datasync/sourcefields.py index 816f9d5cb..156145cb8 100644 --- a/src/pretix/base/datasync/sourcefields.py +++ b/src/pretix/base/datasync/sourcefields.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/datasync/utils.py b/src/pretix/base/datasync/utils.py index 05aab054a..ecfd948c5 100644 --- a/src/pretix/base/datasync/utils.py +++ b/src/pretix/base/datasync/utils.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/decimal.py b/src/pretix/base/decimal.py index 1d8a747f0..a34215a8a 100644 --- a/src/pretix/base/decimal.py +++ b/src/pretix/base/decimal.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/email.py b/src/pretix/base/email.py index b17f5b266..e1efce0b0 100644 --- a/src/pretix/base/email.py +++ b/src/pretix/base/email.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporter.py b/src/pretix/base/exporter.py index bf0ae2ba2..2a40dabc9 100644 --- a/src/pretix/base/exporter.py +++ b/src/pretix/base/exporter.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/__init__.py b/src/pretix/base/exporters/__init__.py index 420741db6..10671ee8f 100644 --- a/src/pretix/base/exporters/__init__.py +++ b/src/pretix/base/exporters/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/answers.py b/src/pretix/base/exporters/answers.py index 521376fee..9eb3b9d13 100644 --- a/src/pretix/base/exporters/answers.py +++ b/src/pretix/base/exporters/answers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/customers.py b/src/pretix/base/exporters/customers.py index 642f8f18f..7aa748093 100644 --- a/src/pretix/base/exporters/customers.py +++ b/src/pretix/base/exporters/customers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/dekodi.py b/src/pretix/base/exporters/dekodi.py index 4f6e6a32a..d77efed11 100644 --- a/src/pretix/base/exporters/dekodi.py +++ b/src/pretix/base/exporters/dekodi.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/events.py b/src/pretix/base/exporters/events.py index bd27c36ea..a53e153d8 100644 --- a/src/pretix/base/exporters/events.py +++ b/src/pretix/base/exporters/events.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/invoices.py b/src/pretix/base/exporters/invoices.py index f159edc6f..8aa3dba22 100644 --- a/src/pretix/base/exporters/invoices.py +++ b/src/pretix/base/exporters/invoices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/items.py b/src/pretix/base/exporters/items.py index fdff516e4..fba449768 100644 --- a/src/pretix/base/exporters/items.py +++ b/src/pretix/base/exporters/items.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/json.py b/src/pretix/base/exporters/json.py index 4c80e0a63..5791a2fa4 100644 --- a/src/pretix/base/exporters/json.py +++ b/src/pretix/base/exporters/json.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/mail.py b/src/pretix/base/exporters/mail.py index b7f7716f9..36c32c53d 100644 --- a/src/pretix/base/exporters/mail.py +++ b/src/pretix/base/exporters/mail.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/orderlist.py b/src/pretix/base/exporters/orderlist.py index 64b1b7b34..e7b51cd7b 100644 --- a/src/pretix/base/exporters/orderlist.py +++ b/src/pretix/base/exporters/orderlist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/reusablemedia.py b/src/pretix/base/exporters/reusablemedia.py index 14bde9b70..83182c2df 100644 --- a/src/pretix/base/exporters/reusablemedia.py +++ b/src/pretix/base/exporters/reusablemedia.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/exporters/waitinglist.py b/src/pretix/base/exporters/waitinglist.py index acd2f1d5a..978c80e8c 100644 --- a/src/pretix/base/exporters/waitinglist.py +++ b/src/pretix/base/exporters/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/forms/__init__.py b/src/pretix/base/forms/__init__.py index 1f733dd0b..09f65259a 100644 --- a/src/pretix/base/forms/__init__.py +++ b/src/pretix/base/forms/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/forms/auth.py b/src/pretix/base/forms/auth.py index 4fc801c4f..dd44bb9a6 100644 --- a/src/pretix/base/forms/auth.py +++ b/src/pretix/base/forms/auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/forms/questions.py b/src/pretix/base/forms/questions.py index be8811d34..2736e5384 100644 --- a/src/pretix/base/forms/questions.py +++ b/src/pretix/base/forms/questions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/forms/user.py b/src/pretix/base/forms/user.py index e52bc51a4..10a904322 100644 --- a/src/pretix/base/forms/user.py +++ b/src/pretix/base/forms/user.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/forms/validators.py b/src/pretix/base/forms/validators.py index 35f7323ba..5a420b93e 100644 --- a/src/pretix/base/forms/validators.py +++ b/src/pretix/base/forms/validators.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/forms/widgets.py b/src/pretix/base/forms/widgets.py index 69620b201..2acf7dd53 100644 --- a/src/pretix/base/forms/widgets.py +++ b/src/pretix/base/forms/widgets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/i18n.py b/src/pretix/base/i18n.py index ba7186ba0..7c510aa5d 100644 --- a/src/pretix/base/i18n.py +++ b/src/pretix/base/i18n.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoice.py b/src/pretix/base/invoice.py index 5efbee054..090b167c5 100644 --- a/src/pretix/base/invoice.py +++ b/src/pretix/base/invoice.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoicing/__init__.py b/src/pretix/base/invoicing/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/invoicing/__init__.py +++ b/src/pretix/base/invoicing/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoicing/email.py b/src/pretix/base/invoicing/email.py index 97d47d96f..78f7d7f82 100644 --- a/src/pretix/base/invoicing/email.py +++ b/src/pretix/base/invoicing/email.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoicing/national.py b/src/pretix/base/invoicing/national.py index b8c71fa55..47601145f 100644 --- a/src/pretix/base/invoicing/national.py +++ b/src/pretix/base/invoicing/national.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoicing/pdf.py b/src/pretix/base/invoicing/pdf.py index 1c0443a44..2f2f36ed5 100644 --- a/src/pretix/base/invoicing/pdf.py +++ b/src/pretix/base/invoicing/pdf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoicing/peppol.py b/src/pretix/base/invoicing/peppol.py index b31b3e645..c8a28752a 100644 --- a/src/pretix/base/invoicing/peppol.py +++ b/src/pretix/base/invoicing/peppol.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/invoicing/transmission.py b/src/pretix/base/invoicing/transmission.py index 584a056e5..0fbb37611 100644 --- a/src/pretix/base/invoicing/transmission.py +++ b/src/pretix/base/invoicing/transmission.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/logentrytype_registry.py b/src/pretix/base/logentrytype_registry.py index 696ff24b6..71576d3f3 100644 --- a/src/pretix/base/logentrytype_registry.py +++ b/src/pretix/base/logentrytype_registry.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/logentrytypes.py b/src/pretix/base/logentrytypes.py index 32c464d5a..449b1ac06 100644 --- a/src/pretix/base/logentrytypes.py +++ b/src/pretix/base/logentrytypes.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/__init__.py b/src/pretix/base/management/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/management/__init__.py +++ b/src/pretix/base/management/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/__init__.py b/src/pretix/base/management/commands/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/management/commands/__init__.py +++ b/src/pretix/base/management/commands/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/_migrations.py b/src/pretix/base/management/commands/_migrations.py index 521525be1..b631db5df 100644 --- a/src/pretix/base/management/commands/_migrations.py +++ b/src/pretix/base/management/commands/_migrations.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/check_order_transactions.py b/src/pretix/base/management/commands/check_order_transactions.py index d059d001e..d3d6eeb8c 100644 --- a/src/pretix/base/management/commands/check_order_transactions.py +++ b/src/pretix/base/management/commands/check_order_transactions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/create_order_transactions.py b/src/pretix/base/management/commands/create_order_transactions.py index ed65cca9f..55ffac2ff 100644 --- a/src/pretix/base/management/commands/create_order_transactions.py +++ b/src/pretix/base/management/commands/create_order_transactions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/export.py b/src/pretix/base/management/commands/export.py index a398413ce..74c578ece 100644 --- a/src/pretix/base/management/commands/export.py +++ b/src/pretix/base/management/commands/export.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/makemessages.py b/src/pretix/base/management/commands/makemessages.py index bcbc67389..ed040813a 100644 --- a/src/pretix/base/management/commands/makemessages.py +++ b/src/pretix/base/management/commands/makemessages.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/makemigrations.py b/src/pretix/base/management/commands/makemigrations.py index 5a3bb65f0..7b88011fb 100644 --- a/src/pretix/base/management/commands/makemigrations.py +++ b/src/pretix/base/management/commands/makemigrations.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/migrate.py b/src/pretix/base/management/commands/migrate.py index 799696647..f027d1573 100644 --- a/src/pretix/base/management/commands/migrate.py +++ b/src/pretix/base/management/commands/migrate.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/rebuild.py b/src/pretix/base/management/commands/rebuild.py index 3161dc69b..839103f09 100644 --- a/src/pretix/base/management/commands/rebuild.py +++ b/src/pretix/base/management/commands/rebuild.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/runperiodic.py b/src/pretix/base/management/commands/runperiodic.py index 639b9b69b..b3e99ab9b 100644 --- a/src/pretix/base/management/commands/runperiodic.py +++ b/src/pretix/base/management/commands/runperiodic.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/management/commands/shell_scoped.py b/src/pretix/base/management/commands/shell_scoped.py index d5b67f90e..3438b3bb5 100644 --- a/src/pretix/base/management/commands/shell_scoped.py +++ b/src/pretix/base/management/commands/shell_scoped.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/media.py b/src/pretix/base/media.py index 0808e6869..47a1be987 100644 --- a/src/pretix/base/media.py +++ b/src/pretix/base/media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/metrics.py b/src/pretix/base/metrics.py index c7db66f31..f0d024f8d 100755 --- a/src/pretix/base/metrics.py +++ b/src/pretix/base/metrics.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/middleware.py b/src/pretix/base/middleware.py index 82132665c..7e326d90f 100644 --- a/src/pretix/base/middleware.py +++ b/src/pretix/base/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/modelimport.py b/src/pretix/base/modelimport.py index f700c349f..43b956e1a 100644 --- a/src/pretix/base/modelimport.py +++ b/src/pretix/base/modelimport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/modelimport_orders.py b/src/pretix/base/modelimport_orders.py index f87a24f2d..604a532cd 100644 --- a/src/pretix/base/modelimport_orders.py +++ b/src/pretix/base/modelimport_orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/modelimport_vouchers.py b/src/pretix/base/modelimport_vouchers.py index c48c06fcd..a9e2199ff 100644 --- a/src/pretix/base/modelimport_vouchers.py +++ b/src/pretix/base/modelimport_vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/__init__.py b/src/pretix/base/models/__init__.py index d3e68f6bd..944737501 100644 --- a/src/pretix/base/models/__init__.py +++ b/src/pretix/base/models/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/_transactions.py b/src/pretix/base/models/_transactions.py index 5fecab2b2..1aaf2919b 100644 --- a/src/pretix/base/models/_transactions.py +++ b/src/pretix/base/models/_transactions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/auth.py b/src/pretix/base/models/auth.py index 27e0ee696..31871dadb 100644 --- a/src/pretix/base/models/auth.py +++ b/src/pretix/base/models/auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/base.py b/src/pretix/base/models/base.py index c1c1fb553..d8154aa8f 100644 --- a/src/pretix/base/models/base.py +++ b/src/pretix/base/models/base.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/checkin.py b/src/pretix/base/models/checkin.py index e9e160d4b..0926cedee 100644 --- a/src/pretix/base/models/checkin.py +++ b/src/pretix/base/models/checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/currencies.py b/src/pretix/base/models/currencies.py index b8f1c79c9..dd6c6775b 100644 --- a/src/pretix/base/models/currencies.py +++ b/src/pretix/base/models/currencies.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/customers.py b/src/pretix/base/models/customers.py index 019f6fa87..5d94657a4 100644 --- a/src/pretix/base/models/customers.py +++ b/src/pretix/base/models/customers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/datasync.py b/src/pretix/base/models/datasync.py index 065832403..e6b2bbd22 100644 --- a/src/pretix/base/models/datasync.py +++ b/src/pretix/base/models/datasync.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/devices.py b/src/pretix/base/models/devices.py index 71c614159..c94cf6827 100644 --- a/src/pretix/base/models/devices.py +++ b/src/pretix/base/models/devices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/discount.py b/src/pretix/base/models/discount.py index dc99e4bda..9c09edc65 100644 --- a/src/pretix/base/models/discount.py +++ b/src/pretix/base/models/discount.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/event.py b/src/pretix/base/models/event.py index 5a1cdd4b2..4c25100e5 100644 --- a/src/pretix/base/models/event.py +++ b/src/pretix/base/models/event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/exports.py b/src/pretix/base/models/exports.py index 6104ff2b1..a539f371b 100644 --- a/src/pretix/base/models/exports.py +++ b/src/pretix/base/models/exports.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/fields.py b/src/pretix/base/models/fields.py index 218a7c668..73ad7badf 100644 --- a/src/pretix/base/models/fields.py +++ b/src/pretix/base/models/fields.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/giftcards.py b/src/pretix/base/models/giftcards.py index d076c60f5..d93eba36b 100644 --- a/src/pretix/base/models/giftcards.py +++ b/src/pretix/base/models/giftcards.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/invoices.py b/src/pretix/base/models/invoices.py index 7457d8d02..602e062d8 100644 --- a/src/pretix/base/models/invoices.py +++ b/src/pretix/base/models/invoices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/items.py b/src/pretix/base/models/items.py index c13d4f859..7e42f2cb7 100644 --- a/src/pretix/base/models/items.py +++ b/src/pretix/base/models/items.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/log.py b/src/pretix/base/models/log.py index 368bd99f1..93530f090 100644 --- a/src/pretix/base/models/log.py +++ b/src/pretix/base/models/log.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/media.py b/src/pretix/base/models/media.py index eedf71390..be8a0af9d 100644 --- a/src/pretix/base/models/media.py +++ b/src/pretix/base/models/media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/memberships.py b/src/pretix/base/models/memberships.py index 14640b2cf..f2d5fd5cb 100644 --- a/src/pretix/base/models/memberships.py +++ b/src/pretix/base/models/memberships.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/notifications.py b/src/pretix/base/models/notifications.py index 6b23c9260..5af7c4148 100644 --- a/src/pretix/base/models/notifications.py +++ b/src/pretix/base/models/notifications.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/orders.py b/src/pretix/base/models/orders.py index 5a64e9b1c..adcb69bcc 100644 --- a/src/pretix/base/models/orders.py +++ b/src/pretix/base/models/orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/organizer.py b/src/pretix/base/models/organizer.py index 757bf3457..71cc083f4 100644 --- a/src/pretix/base/models/organizer.py +++ b/src/pretix/base/models/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/seating.py b/src/pretix/base/models/seating.py index 372131d66..70ac0b892 100644 --- a/src/pretix/base/models/seating.py +++ b/src/pretix/base/models/seating.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/tax.py b/src/pretix/base/models/tax.py index 1058934cd..cab647049 100644 --- a/src/pretix/base/models/tax.py +++ b/src/pretix/base/models/tax.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/vouchers.py b/src/pretix/base/models/vouchers.py index 9dc8afe3d..a1531e987 100644 --- a/src/pretix/base/models/vouchers.py +++ b/src/pretix/base/models/vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/models/waitinglist.py b/src/pretix/base/models/waitinglist.py index f7cf0ff8e..1eedd4ab3 100644 --- a/src/pretix/base/models/waitinglist.py +++ b/src/pretix/base/models/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/notifications.py b/src/pretix/base/notifications.py index f4f661786..b95d48406 100644 --- a/src/pretix/base/notifications.py +++ b/src/pretix/base/notifications.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index f7a8a5bce..548739182 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/pdf.py b/src/pretix/base/pdf.py index 21414055b..ed00d9231 100644 --- a/src/pretix/base/pdf.py +++ b/src/pretix/base/pdf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/plugins.py b/src/pretix/base/plugins.py index f26eb7747..2beb5ec10 100644 --- a/src/pretix/base/plugins.py +++ b/src/pretix/base/plugins.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/reldate.py b/src/pretix/base/reldate.py index 79d49b82f..3b67610d5 100644 --- a/src/pretix/base/reldate.py +++ b/src/pretix/base/reldate.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/secretgenerators/__init__.py b/src/pretix/base/secretgenerators/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/secretgenerators/__init__.py +++ b/src/pretix/base/secretgenerators/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/secretgenerators/pretix_sig1_pb2.py b/src/pretix/base/secretgenerators/pretix_sig1_pb2.py index 4748a7e20..06b6a9059 100644 --- a/src/pretix/base/secretgenerators/pretix_sig1_pb2.py +++ b/src/pretix/base/secretgenerators/pretix_sig1_pb2.py @@ -2,8 +2,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/secrets.py b/src/pretix/base/secrets.py index 32f64c21e..da253e531 100644 --- a/src/pretix/base/secrets.py +++ b/src/pretix/base/secrets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/__init__.py b/src/pretix/base/services/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/services/__init__.py +++ b/src/pretix/base/services/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/auth.py b/src/pretix/base/services/auth.py index b66447a80..0aae4abd9 100644 --- a/src/pretix/base/services/auth.py +++ b/src/pretix/base/services/auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/cancelevent.py b/src/pretix/base/services/cancelevent.py index 3f14c91dc..c686678ac 100644 --- a/src/pretix/base/services/cancelevent.py +++ b/src/pretix/base/services/cancelevent.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/cart.py b/src/pretix/base/services/cart.py index 3b256bd62..efffda374 100644 --- a/src/pretix/base/services/cart.py +++ b/src/pretix/base/services/cart.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/checkin.py b/src/pretix/base/services/checkin.py index 7c2e6237f..ecf4cf7a9 100644 --- a/src/pretix/base/services/checkin.py +++ b/src/pretix/base/services/checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/cleanup.py b/src/pretix/base/services/cleanup.py index 9190b0ab2..6667b2c3f 100644 --- a/src/pretix/base/services/cleanup.py +++ b/src/pretix/base/services/cleanup.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/cross_selling.py b/src/pretix/base/services/cross_selling.py index fe48d1e01..0a234dd8b 100644 --- a/src/pretix/base/services/cross_selling.py +++ b/src/pretix/base/services/cross_selling.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/currencies.py b/src/pretix/base/services/currencies.py index ad0464c49..620f88b12 100644 --- a/src/pretix/base/services/currencies.py +++ b/src/pretix/base/services/currencies.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/datasync.py b/src/pretix/base/services/datasync.py index c4d48da7e..a4d7145da 100644 --- a/src/pretix/base/services/datasync.py +++ b/src/pretix/base/services/datasync.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/export.py b/src/pretix/base/services/export.py index 88fc327bb..c1fbe0664 100644 --- a/src/pretix/base/services/export.py +++ b/src/pretix/base/services/export.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/invoices.py b/src/pretix/base/services/invoices.py index 8fe27d9b7..5bfad27a6 100644 --- a/src/pretix/base/services/invoices.py +++ b/src/pretix/base/services/invoices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/locking.py b/src/pretix/base/services/locking.py index 08237c42c..ee666c335 100644 --- a/src/pretix/base/services/locking.py +++ b/src/pretix/base/services/locking.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/mail.py b/src/pretix/base/services/mail.py index 3c614941f..61c4bf685 100644 --- a/src/pretix/base/services/mail.py +++ b/src/pretix/base/services/mail.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/media.py b/src/pretix/base/services/media.py index 787b009fc..c431e79ae 100644 --- a/src/pretix/base/services/media.py +++ b/src/pretix/base/services/media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/memberships.py b/src/pretix/base/services/memberships.py index fc52d76cc..fb2efbe71 100644 --- a/src/pretix/base/services/memberships.py +++ b/src/pretix/base/services/memberships.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/modelimport.py b/src/pretix/base/services/modelimport.py index e8208a6e3..3ef774b70 100644 --- a/src/pretix/base/services/modelimport.py +++ b/src/pretix/base/services/modelimport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/notifications.py b/src/pretix/base/services/notifications.py index 310252012..357ad8fc6 100644 --- a/src/pretix/base/services/notifications.py +++ b/src/pretix/base/services/notifications.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/orders.py b/src/pretix/base/services/orders.py index b3e23a090..01be0e254 100644 --- a/src/pretix/base/services/orders.py +++ b/src/pretix/base/services/orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/placeholders.py b/src/pretix/base/services/placeholders.py index 53fc2918f..c4cdc03c3 100644 --- a/src/pretix/base/services/placeholders.py +++ b/src/pretix/base/services/placeholders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/pricing.py b/src/pretix/base/services/pricing.py index ac6b1a13e..5ac9dbea4 100644 --- a/src/pretix/base/services/pricing.py +++ b/src/pretix/base/services/pricing.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/quotas.py b/src/pretix/base/services/quotas.py index 8a2360e48..124e90e39 100644 --- a/src/pretix/base/services/quotas.py +++ b/src/pretix/base/services/quotas.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/seating.py b/src/pretix/base/services/seating.py index 8408f3ee2..5a76f9fca 100644 --- a/src/pretix/base/services/seating.py +++ b/src/pretix/base/services/seating.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/shredder.py b/src/pretix/base/services/shredder.py index 0411e6fa8..84ef4eee0 100644 --- a/src/pretix/base/services/shredder.py +++ b/src/pretix/base/services/shredder.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/stats.py b/src/pretix/base/services/stats.py index 79e86afe0..eef5ac465 100644 --- a/src/pretix/base/services/stats.py +++ b/src/pretix/base/services/stats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/tasks.py b/src/pretix/base/services/tasks.py index 56673c4fa..fa315b463 100644 --- a/src/pretix/base/services/tasks.py +++ b/src/pretix/base/services/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/tax.py b/src/pretix/base/services/tax.py index e4eb37a10..781374c56 100644 --- a/src/pretix/base/services/tax.py +++ b/src/pretix/base/services/tax.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/tickets.py b/src/pretix/base/services/tickets.py index b0244253e..fc50e7968 100644 --- a/src/pretix/base/services/tickets.py +++ b/src/pretix/base/services/tickets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/update_check.py b/src/pretix/base/services/update_check.py index 1f7b93b4d..5a23b3388 100644 --- a/src/pretix/base/services/update_check.py +++ b/src/pretix/base/services/update_check.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/vouchers.py b/src/pretix/base/services/vouchers.py index d0cbb9d68..452dfbaa8 100644 --- a/src/pretix/base/services/vouchers.py +++ b/src/pretix/base/services/vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/services/waitinglist.py b/src/pretix/base/services/waitinglist.py index 59e912a9f..238212ea0 100644 --- a/src/pretix/base/services/waitinglist.py +++ b/src/pretix/base/services/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/settings.py b/src/pretix/base/settings.py index 712ff6188..3bf4ead9e 100644 --- a/src/pretix/base/settings.py +++ b/src/pretix/base/settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/shredder.py b/src/pretix/base/shredder.py index b1d22a014..a8110e987 100644 --- a/src/pretix/base/shredder.py +++ b/src/pretix/base/shredder.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/signals.py b/src/pretix/base/signals.py index 0cfb9484f..3ab54bf0e 100644 --- a/src/pretix/base/signals.py +++ b/src/pretix/base/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/__init__.py b/src/pretix/base/templatetags/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/templatetags/__init__.py +++ b/src/pretix/base/templatetags/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/cache_large.py b/src/pretix/base/templatetags/cache_large.py index b3e9b7dd4..4bdce26df 100644 --- a/src/pretix/base/templatetags/cache_large.py +++ b/src/pretix/base/templatetags/cache_large.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/calendarhead.py b/src/pretix/base/templatetags/calendarhead.py index 912e2a600..f30b274f1 100644 --- a/src/pretix/base/templatetags/calendarhead.py +++ b/src/pretix/base/templatetags/calendarhead.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/classname.py b/src/pretix/base/templatetags/classname.py index 1bc239e9b..66cd1dfb9 100644 --- a/src/pretix/base/templatetags/classname.py +++ b/src/pretix/base/templatetags/classname.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/daterange.py b/src/pretix/base/templatetags/daterange.py index e51bd517d..a7e6a19bf 100644 --- a/src/pretix/base/templatetags/daterange.py +++ b/src/pretix/base/templatetags/daterange.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/dialog.py b/src/pretix/base/templatetags/dialog.py index 0cc422455..b67725f82 100644 --- a/src/pretix/base/templatetags/dialog.py +++ b/src/pretix/base/templatetags/dialog.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/escapejson.py b/src/pretix/base/templatetags/escapejson.py index 89b25bf11..abada8654 100644 --- a/src/pretix/base/templatetags/escapejson.py +++ b/src/pretix/base/templatetags/escapejson.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/eventsignal.py b/src/pretix/base/templatetags/eventsignal.py index 4a4fb1e62..54f2da5df 100644 --- a/src/pretix/base/templatetags/eventsignal.py +++ b/src/pretix/base/templatetags/eventsignal.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/icon.py b/src/pretix/base/templatetags/icon.py index d71319b01..dc10406cd 100644 --- a/src/pretix/base/templatetags/icon.py +++ b/src/pretix/base/templatetags/icon.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/lists.py b/src/pretix/base/templatetags/lists.py index 69113e66a..abfb8aa2e 100644 --- a/src/pretix/base/templatetags/lists.py +++ b/src/pretix/base/templatetags/lists.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/money.py b/src/pretix/base/templatetags/money.py index ad4eff1cc..edda9904e 100644 --- a/src/pretix/base/templatetags/money.py +++ b/src/pretix/base/templatetags/money.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/oneline.py b/src/pretix/base/templatetags/oneline.py index bbfc848a9..f58e4aa93 100644 --- a/src/pretix/base/templatetags/oneline.py +++ b/src/pretix/base/templatetags/oneline.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/phone_format.py b/src/pretix/base/templatetags/phone_format.py index c38ff7561..bc30b610c 100644 --- a/src/pretix/base/templatetags/phone_format.py +++ b/src/pretix/base/templatetags/phone_format.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/rich_text.py b/src/pretix/base/templatetags/rich_text.py index d77d9ce9c..bee135a93 100644 --- a/src/pretix/base/templatetags/rich_text.py +++ b/src/pretix/base/templatetags/rich_text.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/safelink.py b/src/pretix/base/templatetags/safelink.py index 3d2d322bd..f60324627 100644 --- a/src/pretix/base/templatetags/safelink.py +++ b/src/pretix/base/templatetags/safelink.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/textbubble.py b/src/pretix/base/templatetags/textbubble.py index a0c3a3d30..1d138a76d 100644 --- a/src/pretix/base/templatetags/textbubble.py +++ b/src/pretix/base/templatetags/textbubble.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/unidecode.py b/src/pretix/base/templatetags/unidecode.py index 54dbc8325..181fade39 100644 --- a/src/pretix/base/templatetags/unidecode.py +++ b/src/pretix/base/templatetags/unidecode.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/templatetags/urlreplace.py b/src/pretix/base/templatetags/urlreplace.py index b4aa92791..a6b4ec307 100644 --- a/src/pretix/base/templatetags/urlreplace.py +++ b/src/pretix/base/templatetags/urlreplace.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/ticketoutput.py b/src/pretix/base/ticketoutput.py index cd86ab948..63087a93a 100644 --- a/src/pretix/base/ticketoutput.py +++ b/src/pretix/base/ticketoutput.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/timeframes.py b/src/pretix/base/timeframes.py index 10dca6965..f3f2b3a4d 100644 --- a/src/pretix/base/timeframes.py +++ b/src/pretix/base/timeframes.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/timeline.py b/src/pretix/base/timeline.py index b44076627..be9d1d6b9 100644 --- a/src/pretix/base/timeline.py +++ b/src/pretix/base/timeline.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/timemachine.py b/src/pretix/base/timemachine.py index 9bb647321..c8ba4c2c2 100644 --- a/src/pretix/base/timemachine.py +++ b/src/pretix/base/timemachine.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/validators.py b/src/pretix/base/validators.py index 3b2a63531..15cf67b0f 100644 --- a/src/pretix/base/validators.py +++ b/src/pretix/base/validators.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/__init__.py b/src/pretix/base/views/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/base/views/__init__.py +++ b/src/pretix/base/views/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/applepay.py b/src/pretix/base/views/applepay.py index 768a53d44..a008804b0 100644 --- a/src/pretix/base/views/applepay.py +++ b/src/pretix/base/views/applepay.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/cachedfiles.py b/src/pretix/base/views/cachedfiles.py index e425e4805..744ea8c1d 100644 --- a/src/pretix/base/views/cachedfiles.py +++ b/src/pretix/base/views/cachedfiles.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/csp.py b/src/pretix/base/views/csp.py index b51a8d3ed..55bce1fed 100644 --- a/src/pretix/base/views/csp.py +++ b/src/pretix/base/views/csp.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/errors.py b/src/pretix/base/views/errors.py index c558676c6..7b76973b9 100644 --- a/src/pretix/base/views/errors.py +++ b/src/pretix/base/views/errors.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/health.py b/src/pretix/base/views/health.py index c0ea3f38c..874b98770 100644 --- a/src/pretix/base/views/health.py +++ b/src/pretix/base/views/health.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/js_catalog.py b/src/pretix/base/views/js_catalog.py index f74f3b69c..0e874fd75 100644 --- a/src/pretix/base/views/js_catalog.py +++ b/src/pretix/base/views/js_catalog.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/js_helpers.py b/src/pretix/base/views/js_helpers.py index 693dc0b71..7da2c8395 100644 --- a/src/pretix/base/views/js_helpers.py +++ b/src/pretix/base/views/js_helpers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/metrics.py b/src/pretix/base/views/metrics.py index 8df859146..60fe93e2b 100644 --- a/src/pretix/base/views/metrics.py +++ b/src/pretix/base/views/metrics.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/mixins.py b/src/pretix/base/views/mixins.py index 41c986a44..f85228d8a 100644 --- a/src/pretix/base/views/mixins.py +++ b/src/pretix/base/views/mixins.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/redirect.py b/src/pretix/base/views/redirect.py index c5b65cd1e..687338f4a 100644 --- a/src/pretix/base/views/redirect.py +++ b/src/pretix/base/views/redirect.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/source.py b/src/pretix/base/views/source.py index 6316db731..6b09ce9ff 100644 --- a/src/pretix/base/views/source.py +++ b/src/pretix/base/views/source.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/tasks.py b/src/pretix/base/views/tasks.py index 949cef639..e763d7fba 100644 --- a/src/pretix/base/views/tasks.py +++ b/src/pretix/base/views/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/base/views/webmanifest.py b/src/pretix/base/views/webmanifest.py index 22a31699a..c85bebc69 100644 --- a/src/pretix/base/views/webmanifest.py +++ b/src/pretix/base/views/webmanifest.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/celery_app.py b/src/pretix/celery_app.py index 060c10e5c..f140aefc7 100644 --- a/src/pretix/celery_app.py +++ b/src/pretix/celery_app.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/__init__.py b/src/pretix/control/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/control/__init__.py +++ b/src/pretix/control/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/apps.py b/src/pretix/control/apps.py index 05c626b6a..2e8e4d87e 100644 --- a/src/pretix/control/apps.py +++ b/src/pretix/control/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/context.py b/src/pretix/control/context.py index cde58295a..4480a1148 100644 --- a/src/pretix/control/context.py +++ b/src/pretix/control/context.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/__init__.py b/src/pretix/control/forms/__init__.py index 42a0fdf6d..d72a0ca34 100644 --- a/src/pretix/control/forms/__init__.py +++ b/src/pretix/control/forms/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/checkin.py b/src/pretix/control/forms/checkin.py index 32d4021e3..c1dee0443 100644 --- a/src/pretix/control/forms/checkin.py +++ b/src/pretix/control/forms/checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/discounts.py b/src/pretix/control/forms/discounts.py index 44ad2386c..e73babde3 100644 --- a/src/pretix/control/forms/discounts.py +++ b/src/pretix/control/forms/discounts.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/event.py b/src/pretix/control/forms/event.py index 171c94d17..2c67d74b6 100644 --- a/src/pretix/control/forms/event.py +++ b/src/pretix/control/forms/event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/exports.py b/src/pretix/control/forms/exports.py index a1864280e..7e751df46 100644 --- a/src/pretix/control/forms/exports.py +++ b/src/pretix/control/forms/exports.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/filter.py b/src/pretix/control/forms/filter.py index d41d4afc8..6e330bb8f 100644 --- a/src/pretix/control/forms/filter.py +++ b/src/pretix/control/forms/filter.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/global_settings.py b/src/pretix/control/forms/global_settings.py index 41f4b5745..518579968 100644 --- a/src/pretix/control/forms/global_settings.py +++ b/src/pretix/control/forms/global_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/item.py b/src/pretix/control/forms/item.py index 06aa2496b..5d0e5140a 100644 --- a/src/pretix/control/forms/item.py +++ b/src/pretix/control/forms/item.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/mailsetup.py b/src/pretix/control/forms/mailsetup.py index bece8832f..95c9dddb5 100644 --- a/src/pretix/control/forms/mailsetup.py +++ b/src/pretix/control/forms/mailsetup.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/mapping.py b/src/pretix/control/forms/mapping.py index 1da418688..cb9aa7284 100644 --- a/src/pretix/control/forms/mapping.py +++ b/src/pretix/control/forms/mapping.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/modelimport.py b/src/pretix/control/forms/modelimport.py index 27417cee2..9e6c4869f 100644 --- a/src/pretix/control/forms/modelimport.py +++ b/src/pretix/control/forms/modelimport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/orders.py b/src/pretix/control/forms/orders.py index 881920fca..bdcbafd14 100644 --- a/src/pretix/control/forms/orders.py +++ b/src/pretix/control/forms/orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/organizer.py b/src/pretix/control/forms/organizer.py index e3226c776..8e614a12e 100644 --- a/src/pretix/control/forms/organizer.py +++ b/src/pretix/control/forms/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/renderers.py b/src/pretix/control/forms/renderers.py index 786a060d4..8cc21abc0 100644 --- a/src/pretix/control/forms/renderers.py +++ b/src/pretix/control/forms/renderers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/rrule.py b/src/pretix/control/forms/rrule.py index bfa7810e0..e144ed131 100644 --- a/src/pretix/control/forms/rrule.py +++ b/src/pretix/control/forms/rrule.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/subevents.py b/src/pretix/control/forms/subevents.py index c0fcc6f29..4e442c6d3 100644 --- a/src/pretix/control/forms/subevents.py +++ b/src/pretix/control/forms/subevents.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/users.py b/src/pretix/control/forms/users.py index 08cf6dcef..7f813a13d 100644 --- a/src/pretix/control/forms/users.py +++ b/src/pretix/control/forms/users.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/vouchers.py b/src/pretix/control/forms/vouchers.py index 53bf3dccf..5138b7b7c 100644 --- a/src/pretix/control/forms/vouchers.py +++ b/src/pretix/control/forms/vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/waitinglist.py b/src/pretix/control/forms/waitinglist.py index 3a1b7f3bf..7dc33c4a9 100644 --- a/src/pretix/control/forms/waitinglist.py +++ b/src/pretix/control/forms/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/forms/widgets.py b/src/pretix/control/forms/widgets.py index b65cc22bc..d054be63a 100644 --- a/src/pretix/control/forms/widgets.py +++ b/src/pretix/control/forms/widgets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/logdisplay.py b/src/pretix/control/logdisplay.py index 6df2367e4..552d07518 100644 --- a/src/pretix/control/logdisplay.py +++ b/src/pretix/control/logdisplay.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/middleware.py b/src/pretix/control/middleware.py index 9a176945d..9694e88de 100644 --- a/src/pretix/control/middleware.py +++ b/src/pretix/control/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/navigation.py b/src/pretix/control/navigation.py index 67bccaccd..99bdd8654 100644 --- a/src/pretix/control/navigation.py +++ b/src/pretix/control/navigation.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/permissions.py b/src/pretix/control/permissions.py index afc677ff2..059e2c9d3 100644 --- a/src/pretix/control/permissions.py +++ b/src/pretix/control/permissions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/signals.py b/src/pretix/control/signals.py index afae6a2a9..504aa2a82 100644 --- a/src/pretix/control/signals.py +++ b/src/pretix/control/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/sysreport.py b/src/pretix/control/sysreport.py index 0c86deb26..6beb0e4fc 100644 --- a/src/pretix/control/sysreport.py +++ b/src/pretix/control/sysreport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/templatetags/__init__.py b/src/pretix/control/templatetags/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/control/templatetags/__init__.py +++ b/src/pretix/control/templatetags/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/templatetags/getitem.py b/src/pretix/control/templatetags/getitem.py index 41889c5b1..1ca3c1f9f 100644 --- a/src/pretix/control/templatetags/getitem.py +++ b/src/pretix/control/templatetags/getitem.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/templatetags/hierarkey_form.py b/src/pretix/control/templatetags/hierarkey_form.py index abf7371a6..b340db560 100644 --- a/src/pretix/control/templatetags/hierarkey_form.py +++ b/src/pretix/control/templatetags/hierarkey_form.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/templatetags/mail_settings_preview.py b/src/pretix/control/templatetags/mail_settings_preview.py index f463966e6..85b373329 100644 --- a/src/pretix/control/templatetags/mail_settings_preview.py +++ b/src/pretix/control/templatetags/mail_settings_preview.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/templatetags/order_overview.py b/src/pretix/control/templatetags/order_overview.py index c06f72647..78a01c1cb 100644 --- a/src/pretix/control/templatetags/order_overview.py +++ b/src/pretix/control/templatetags/order_overview.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/urls.py b/src/pretix/control/urls.py index 4243ad2d5..130d4e78c 100644 --- a/src/pretix/control/urls.py +++ b/src/pretix/control/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/__init__.py b/src/pretix/control/views/__init__.py index 486cbe8eb..cfff1c451 100644 --- a/src/pretix/control/views/__init__.py +++ b/src/pretix/control/views/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/auth.py b/src/pretix/control/views/auth.py index fef96a637..b1b52985e 100644 --- a/src/pretix/control/views/auth.py +++ b/src/pretix/control/views/auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/checkin.py b/src/pretix/control/views/checkin.py index 26ff3e488..cd5ce59e1 100644 --- a/src/pretix/control/views/checkin.py +++ b/src/pretix/control/views/checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/dashboards.py b/src/pretix/control/views/dashboards.py index 35932ceaf..e703bc9ab 100644 --- a/src/pretix/control/views/dashboards.py +++ b/src/pretix/control/views/dashboards.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/datasync.py b/src/pretix/control/views/datasync.py index 08c50d9d7..ebffd8da1 100644 --- a/src/pretix/control/views/datasync.py +++ b/src/pretix/control/views/datasync.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/discounts.py b/src/pretix/control/views/discounts.py index cc95ad720..28b5addbe 100644 --- a/src/pretix/control/views/discounts.py +++ b/src/pretix/control/views/discounts.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/event.py b/src/pretix/control/views/event.py index 038fd7403..c72e81bb7 100644 --- a/src/pretix/control/views/event.py +++ b/src/pretix/control/views/event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/geo.py b/src/pretix/control/views/geo.py index 8f4aa8973..a3bb91568 100644 --- a/src/pretix/control/views/geo.py +++ b/src/pretix/control/views/geo.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/global_settings.py b/src/pretix/control/views/global_settings.py index 2ecef4ebf..322031cbe 100644 --- a/src/pretix/control/views/global_settings.py +++ b/src/pretix/control/views/global_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/item.py b/src/pretix/control/views/item.py index 7cf68c9d4..f120a03d5 100644 --- a/src/pretix/control/views/item.py +++ b/src/pretix/control/views/item.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/mailsetup.py b/src/pretix/control/views/mailsetup.py index 60793586e..6ef1f70fb 100644 --- a/src/pretix/control/views/mailsetup.py +++ b/src/pretix/control/views/mailsetup.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/main.py b/src/pretix/control/views/main.py index 6501aea34..8f0455818 100644 --- a/src/pretix/control/views/main.py +++ b/src/pretix/control/views/main.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/modelimport.py b/src/pretix/control/views/modelimport.py index 0f82798f2..d70171f63 100644 --- a/src/pretix/control/views/modelimport.py +++ b/src/pretix/control/views/modelimport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/oauth.py b/src/pretix/control/views/oauth.py index 4767d0e00..d28b4b66d 100644 --- a/src/pretix/control/views/oauth.py +++ b/src/pretix/control/views/oauth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/orders.py b/src/pretix/control/views/orders.py index fda0db950..ba2cada69 100644 --- a/src/pretix/control/views/orders.py +++ b/src/pretix/control/views/orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/organizer.py b/src/pretix/control/views/organizer.py index 6e014bb91..4b51e4095 100644 --- a/src/pretix/control/views/organizer.py +++ b/src/pretix/control/views/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/pdf.py b/src/pretix/control/views/pdf.py index a83a29efb..8b863f372 100644 --- a/src/pretix/control/views/pdf.py +++ b/src/pretix/control/views/pdf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/search.py b/src/pretix/control/views/search.py index 5feb2aa2c..0501d9c4c 100644 --- a/src/pretix/control/views/search.py +++ b/src/pretix/control/views/search.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/shredder.py b/src/pretix/control/views/shredder.py index e77fa9b9f..aed2c07ab 100644 --- a/src/pretix/control/views/shredder.py +++ b/src/pretix/control/views/shredder.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/subevents.py b/src/pretix/control/views/subevents.py index 150d8a7e5..9712efc80 100644 --- a/src/pretix/control/views/subevents.py +++ b/src/pretix/control/views/subevents.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/typeahead.py b/src/pretix/control/views/typeahead.py index 4220823d8..5c8116ed0 100644 --- a/src/pretix/control/views/typeahead.py +++ b/src/pretix/control/views/typeahead.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/user.py b/src/pretix/control/views/user.py index 8d0816064..2f325f134 100644 --- a/src/pretix/control/views/user.py +++ b/src/pretix/control/views/user.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/users.py b/src/pretix/control/views/users.py index c72a00790..d6ed6b96e 100644 --- a/src/pretix/control/views/users.py +++ b/src/pretix/control/views/users.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/vouchers.py b/src/pretix/control/views/vouchers.py index bee6db27e..e7308b9d4 100644 --- a/src/pretix/control/views/vouchers.py +++ b/src/pretix/control/views/vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/control/views/waitinglist.py b/src/pretix/control/views/waitinglist.py index 644b85942..1cacbb3c6 100644 --- a/src/pretix/control/views/waitinglist.py +++ b/src/pretix/control/views/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/__init__.py b/src/pretix/helpers/__init__.py index 588116763..2bf736833 100644 --- a/src/pretix/helpers/__init__.py +++ b/src/pretix/helpers/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/apps.py b/src/pretix/helpers/apps.py index d78d36f88..c51aa3ed3 100644 --- a/src/pretix/helpers/apps.py +++ b/src/pretix/helpers/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/cache.py b/src/pretix/helpers/cache.py index 7969276ee..ff85e3dc6 100644 --- a/src/pretix/helpers/cache.py +++ b/src/pretix/helpers/cache.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/compat.py b/src/pretix/helpers/compat.py index 5b75a4a02..fc3096dad 100644 --- a/src/pretix/helpers/compat.py +++ b/src/pretix/helpers/compat.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/compressor.py b/src/pretix/helpers/compressor.py index 250760c31..97131548b 100644 --- a/src/pretix/helpers/compressor.py +++ b/src/pretix/helpers/compressor.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/config.py b/src/pretix/helpers/config.py index d341479e4..4f0e67a39 100644 --- a/src/pretix/helpers/config.py +++ b/src/pretix/helpers/config.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/cookies.py b/src/pretix/helpers/cookies.py index ee7346594..aea7e0e37 100644 --- a/src/pretix/helpers/cookies.py +++ b/src/pretix/helpers/cookies.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/countries.py b/src/pretix/helpers/countries.py index cb02e4599..12570aaa0 100644 --- a/src/pretix/helpers/countries.py +++ b/src/pretix/helpers/countries.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/database.py b/src/pretix/helpers/database.py index 4e537ff1c..6caf7499f 100644 --- a/src/pretix/helpers/database.py +++ b/src/pretix/helpers/database.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/daterange.py b/src/pretix/helpers/daterange.py index 6ad12ebe3..b104f4825 100644 --- a/src/pretix/helpers/daterange.py +++ b/src/pretix/helpers/daterange.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/dicts.py b/src/pretix/helpers/dicts.py index 3ae0f5dcf..f39956e91 100644 --- a/src/pretix/helpers/dicts.py +++ b/src/pretix/helpers/dicts.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/escapejson.py b/src/pretix/helpers/escapejson.py index 03ebe754e..1df8cd168 100644 --- a/src/pretix/helpers/escapejson.py +++ b/src/pretix/helpers/escapejson.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/filenames.py b/src/pretix/helpers/filenames.py index 637a43962..45b5d5771 100644 --- a/src/pretix/helpers/filenames.py +++ b/src/pretix/helpers/filenames.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/format.py b/src/pretix/helpers/format.py index 3ed2eac36..33549ed8b 100644 --- a/src/pretix/helpers/format.py +++ b/src/pretix/helpers/format.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/__init__.py b/src/pretix/helpers/formats/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/__init__.py +++ b/src/pretix/helpers/formats/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/ar/__init__.py b/src/pretix/helpers/formats/ar/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/ar/__init__.py +++ b/src/pretix/helpers/formats/ar/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/ar/formats.py b/src/pretix/helpers/formats/ar/formats.py index 01b2c05af..57885a72b 100644 --- a/src/pretix/helpers/formats/ar/formats.py +++ b/src/pretix/helpers/formats/ar/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/de/__init__.py b/src/pretix/helpers/formats/de/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/de/__init__.py +++ b/src/pretix/helpers/formats/de/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/de/formats.py b/src/pretix/helpers/formats/de/formats.py index f142c715e..522230910 100644 --- a/src/pretix/helpers/formats/de/formats.py +++ b/src/pretix/helpers/formats/de/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/el/__init__.py b/src/pretix/helpers/formats/el/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/el/__init__.py +++ b/src/pretix/helpers/formats/el/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/el/formats.py b/src/pretix/helpers/formats/el/formats.py index 4efc7d907..4f9926e97 100644 --- a/src/pretix/helpers/formats/el/formats.py +++ b/src/pretix/helpers/formats/el/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en/__init__.py b/src/pretix/helpers/formats/en/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/en/__init__.py +++ b/src/pretix/helpers/formats/en/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en/formats.py b/src/pretix/helpers/formats/en/formats.py index 93ee82085..978efc341 100644 --- a/src/pretix/helpers/formats/en/formats.py +++ b/src/pretix/helpers/formats/en/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en_CA/__init__.py b/src/pretix/helpers/formats/en_CA/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/en_CA/__init__.py +++ b/src/pretix/helpers/formats/en_CA/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en_CA/formats.py b/src/pretix/helpers/formats/en_CA/formats.py index d7875e437..62816b7f7 100644 --- a/src/pretix/helpers/formats/en_CA/formats.py +++ b/src/pretix/helpers/formats/en_CA/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en_NZ/__init__.py b/src/pretix/helpers/formats/en_NZ/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/en_NZ/__init__.py +++ b/src/pretix/helpers/formats/en_NZ/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en_NZ/formats.py b/src/pretix/helpers/formats/en_NZ/formats.py index ed26c5d76..28a8b2bce 100644 --- a/src/pretix/helpers/formats/en_NZ/formats.py +++ b/src/pretix/helpers/formats/en_NZ/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en_US/__init__.py b/src/pretix/helpers/formats/en_US/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/en_US/__init__.py +++ b/src/pretix/helpers/formats/en_US/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/en_US/formats.py b/src/pretix/helpers/formats/en_US/formats.py index 0bb769f80..de4818673 100644 --- a/src/pretix/helpers/formats/en_US/formats.py +++ b/src/pretix/helpers/formats/en_US/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/fr/__init__.py b/src/pretix/helpers/formats/fr/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/formats/fr/__init__.py +++ b/src/pretix/helpers/formats/fr/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/formats/fr/formats.py b/src/pretix/helpers/formats/fr/formats.py index 5792f151c..4acc5cd3d 100644 --- a/src/pretix/helpers/formats/fr/formats.py +++ b/src/pretix/helpers/formats/fr/formats.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/hierarkey.py b/src/pretix/helpers/hierarkey.py index 691ce2260..8d3360f0b 100644 --- a/src/pretix/helpers/hierarkey.py +++ b/src/pretix/helpers/hierarkey.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/http.py b/src/pretix/helpers/http.py index 47f5752b9..288db62d1 100644 --- a/src/pretix/helpers/http.py +++ b/src/pretix/helpers/http.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/i18n.py b/src/pretix/helpers/i18n.py index ef30c0c57..04edcf2ba 100644 --- a/src/pretix/helpers/i18n.py +++ b/src/pretix/helpers/i18n.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/images.py b/src/pretix/helpers/images.py index 31773849f..df439679b 100644 --- a/src/pretix/helpers/images.py +++ b/src/pretix/helpers/images.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/iter.py b/src/pretix/helpers/iter.py index 007bf9650..8bf978b7d 100644 --- a/src/pretix/helpers/iter.py +++ b/src/pretix/helpers/iter.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/json.py b/src/pretix/helpers/json.py index b73031573..c3ec849a8 100644 --- a/src/pretix/helpers/json.py +++ b/src/pretix/helpers/json.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/jsonlogic.py b/src/pretix/helpers/jsonlogic.py index 8a3159686..8ce62ddd4 100644 --- a/src/pretix/helpers/jsonlogic.py +++ b/src/pretix/helpers/jsonlogic.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/jsonlogic_boolalg.py b/src/pretix/helpers/jsonlogic_boolalg.py index b879fe591..5bdaf379b 100644 --- a/src/pretix/helpers/jsonlogic_boolalg.py +++ b/src/pretix/helpers/jsonlogic_boolalg.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/jsonlogic_query.py b/src/pretix/helpers/jsonlogic_query.py index 8206d7d13..c915a43bf 100644 --- a/src/pretix/helpers/jsonlogic_query.py +++ b/src/pretix/helpers/jsonlogic_query.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/logs.py b/src/pretix/helpers/logs.py index 175b34250..5a26b8a0e 100644 --- a/src/pretix/helpers/logs.py +++ b/src/pretix/helpers/logs.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/metrics/__init__.py b/src/pretix/helpers/metrics/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/metrics/__init__.py +++ b/src/pretix/helpers/metrics/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/metrics/middleware.py b/src/pretix/helpers/metrics/middleware.py index cb296b723..7c15c02ba 100644 --- a/src/pretix/helpers/metrics/middleware.py +++ b/src/pretix/helpers/metrics/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/models.py b/src/pretix/helpers/models.py index 0896cd9f4..8e3814196 100644 --- a/src/pretix/helpers/models.py +++ b/src/pretix/helpers/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/money.py b/src/pretix/helpers/money.py index ced14b900..efa8051b7 100644 --- a/src/pretix/helpers/money.py +++ b/src/pretix/helpers/money.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/monkeypatching.py b/src/pretix/helpers/monkeypatching.py index b56e9c7c6..8d824612c 100644 --- a/src/pretix/helpers/monkeypatching.py +++ b/src/pretix/helpers/monkeypatching.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/names.py b/src/pretix/helpers/names.py index 7ff30db35..14288fb1e 100644 --- a/src/pretix/helpers/names.py +++ b/src/pretix/helpers/names.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/periodic.py b/src/pretix/helpers/periodic.py index 53b0a2b27..a47cc20c1 100644 --- a/src/pretix/helpers/periodic.py +++ b/src/pretix/helpers/periodic.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/profile/__init__.py b/src/pretix/helpers/profile/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/profile/__init__.py +++ b/src/pretix/helpers/profile/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/profile/middleware.py b/src/pretix/helpers/profile/middleware.py index bb2dd25dc..5d39457fa 100644 --- a/src/pretix/helpers/profile/middleware.py +++ b/src/pretix/helpers/profile/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/reportlab.py b/src/pretix/helpers/reportlab.py index 574bf9696..448ac5c84 100644 --- a/src/pretix/helpers/reportlab.py +++ b/src/pretix/helpers/reportlab.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/safe_openpyxl.py b/src/pretix/helpers/safe_openpyxl.py index bef376669..ce305be8c 100644 --- a/src/pretix/helpers/safe_openpyxl.py +++ b/src/pretix/helpers/safe_openpyxl.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/safedownload.py b/src/pretix/helpers/safedownload.py index 4363011c5..87d1f56a3 100644 --- a/src/pretix/helpers/safedownload.py +++ b/src/pretix/helpers/safedownload.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/security.py b/src/pretix/helpers/security.py index 8c8a115cb..baa8f3a15 100644 --- a/src/pretix/helpers/security.py +++ b/src/pretix/helpers/security.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/template_loaders.py b/src/pretix/helpers/template_loaders.py index 419bd2263..7d6df44d3 100644 --- a/src/pretix/helpers/template_loaders.py +++ b/src/pretix/helpers/template_loaders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/__init__.py b/src/pretix/helpers/templatetags/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/helpers/templatetags/__init__.py +++ b/src/pretix/helpers/templatetags/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/captureas.py b/src/pretix/helpers/templatetags/captureas.py index c3c925cbc..d975afcb5 100644 --- a/src/pretix/helpers/templatetags/captureas.py +++ b/src/pretix/helpers/templatetags/captureas.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/date_fast.py b/src/pretix/helpers/templatetags/date_fast.py index 668ed65b8..34604c55a 100644 --- a/src/pretix/helpers/templatetags/date_fast.py +++ b/src/pretix/helpers/templatetags/date_fast.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/expiresformat.py b/src/pretix/helpers/templatetags/expiresformat.py index 8bc0f8ea9..4a5fcb8eb 100644 --- a/src/pretix/helpers/templatetags/expiresformat.py +++ b/src/pretix/helpers/templatetags/expiresformat.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/jsonfield.py b/src/pretix/helpers/templatetags/jsonfield.py index 2c4362aa4..00256d9aa 100644 --- a/src/pretix/helpers/templatetags/jsonfield.py +++ b/src/pretix/helpers/templatetags/jsonfield.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/simple_block_tag.py b/src/pretix/helpers/templatetags/simple_block_tag.py index a71bab7b0..3b83a112d 100644 --- a/src/pretix/helpers/templatetags/simple_block_tag.py +++ b/src/pretix/helpers/templatetags/simple_block_tag.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/templatetags/thumb.py b/src/pretix/helpers/templatetags/thumb.py index d3895a557..a51edbf7b 100644 --- a/src/pretix/helpers/templatetags/thumb.py +++ b/src/pretix/helpers/templatetags/thumb.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/thumb.py b/src/pretix/helpers/thumb.py index 5ebf9d70b..bf37f78e7 100644 --- a/src/pretix/helpers/thumb.py +++ b/src/pretix/helpers/thumb.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/u2f.py b/src/pretix/helpers/u2f.py index f2626639f..5d8f2ea48 100644 --- a/src/pretix/helpers/u2f.py +++ b/src/pretix/helpers/u2f.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/helpers/urls.py b/src/pretix/helpers/urls.py index f3731119e..7a91d498a 100644 --- a/src/pretix/helpers/urls.py +++ b/src/pretix/helpers/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/__init__.py b/src/pretix/multidomain/__init__.py index 10fcd6d73..3beb3aca0 100644 --- a/src/pretix/multidomain/__init__.py +++ b/src/pretix/multidomain/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/apps.py b/src/pretix/multidomain/apps.py index 778d619be..ae7ef6cbc 100644 --- a/src/pretix/multidomain/apps.py +++ b/src/pretix/multidomain/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/event_domain_urlconf.py b/src/pretix/multidomain/event_domain_urlconf.py index 5273d53d4..64c73d2b8 100644 --- a/src/pretix/multidomain/event_domain_urlconf.py +++ b/src/pretix/multidomain/event_domain_urlconf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/maindomain_urlconf.py b/src/pretix/multidomain/maindomain_urlconf.py index 8d932888f..fc8fd94f4 100644 --- a/src/pretix/multidomain/maindomain_urlconf.py +++ b/src/pretix/multidomain/maindomain_urlconf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/middlewares.py b/src/pretix/multidomain/middlewares.py index d3f3725fd..ad5813e72 100644 --- a/src/pretix/multidomain/middlewares.py +++ b/src/pretix/multidomain/middlewares.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/models.py b/src/pretix/multidomain/models.py index 2aadde7db..ae5877ea9 100644 --- a/src/pretix/multidomain/models.py +++ b/src/pretix/multidomain/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/organizer_alternative_domain_urlconf.py b/src/pretix/multidomain/organizer_alternative_domain_urlconf.py index 89ad01b81..2afbeed58 100644 --- a/src/pretix/multidomain/organizer_alternative_domain_urlconf.py +++ b/src/pretix/multidomain/organizer_alternative_domain_urlconf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/organizer_domain_urlconf.py b/src/pretix/multidomain/organizer_domain_urlconf.py index 7bdd08e87..d0b8d92a5 100644 --- a/src/pretix/multidomain/organizer_domain_urlconf.py +++ b/src/pretix/multidomain/organizer_domain_urlconf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/plugin_handler.py b/src/pretix/multidomain/plugin_handler.py index 51de8ec88..01ae770f9 100644 --- a/src/pretix/multidomain/plugin_handler.py +++ b/src/pretix/multidomain/plugin_handler.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/templatetags/__init__.py b/src/pretix/multidomain/templatetags/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/multidomain/templatetags/__init__.py +++ b/src/pretix/multidomain/templatetags/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/templatetags/eventurl.py b/src/pretix/multidomain/templatetags/eventurl.py index 580328883..002aa357d 100644 --- a/src/pretix/multidomain/templatetags/eventurl.py +++ b/src/pretix/multidomain/templatetags/eventurl.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/urlreverse.py b/src/pretix/multidomain/urlreverse.py index 123f17b6a..f1577b096 100644 --- a/src/pretix/multidomain/urlreverse.py +++ b/src/pretix/multidomain/urlreverse.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/multidomain/utils.py b/src/pretix/multidomain/utils.py index dfea69d5e..c1ee10405 100644 --- a/src/pretix/multidomain/utils.py +++ b/src/pretix/multidomain/utils.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/__init__.py b/src/pretix/plugins/__init__.py index 3bcebcc4e..1bb05dfd2 100644 --- a/src/pretix/plugins/__init__.py +++ b/src/pretix/plugins/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/__init__.py b/src/pretix/plugins/autocheckin/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/autocheckin/__init__.py +++ b/src/pretix/plugins/autocheckin/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/api.py b/src/pretix/plugins/autocheckin/api.py index 326dd2a75..7f855892c 100644 --- a/src/pretix/plugins/autocheckin/api.py +++ b/src/pretix/plugins/autocheckin/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/apps.py b/src/pretix/plugins/autocheckin/apps.py index 75297eaf9..6cd59903f 100644 --- a/src/pretix/plugins/autocheckin/apps.py +++ b/src/pretix/plugins/autocheckin/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/forms.py b/src/pretix/plugins/autocheckin/forms.py index 336624386..5c53aa663 100644 --- a/src/pretix/plugins/autocheckin/forms.py +++ b/src/pretix/plugins/autocheckin/forms.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/models.py b/src/pretix/plugins/autocheckin/models.py index 6149a5938..dd8dff1b7 100644 --- a/src/pretix/plugins/autocheckin/models.py +++ b/src/pretix/plugins/autocheckin/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/signals.py b/src/pretix/plugins/autocheckin/signals.py index 2074d4ce2..bf634d659 100644 --- a/src/pretix/plugins/autocheckin/signals.py +++ b/src/pretix/plugins/autocheckin/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/urls.py b/src/pretix/plugins/autocheckin/urls.py index 5cfca6f0b..590be9e96 100644 --- a/src/pretix/plugins/autocheckin/urls.py +++ b/src/pretix/plugins/autocheckin/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/autocheckin/views.py b/src/pretix/plugins/autocheckin/views.py index 626225d49..9539450a4 100644 --- a/src/pretix/plugins/autocheckin/views.py +++ b/src/pretix/plugins/autocheckin/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/__init__.py b/src/pretix/plugins/badges/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/badges/__init__.py +++ b/src/pretix/plugins/badges/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/api.py b/src/pretix/plugins/badges/api.py index e385b7a11..0482733cd 100644 --- a/src/pretix/plugins/badges/api.py +++ b/src/pretix/plugins/badges/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/apps.py b/src/pretix/plugins/badges/apps.py index 4bb75c05f..7b5b86894 100644 --- a/src/pretix/plugins/badges/apps.py +++ b/src/pretix/plugins/badges/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/exporters.py b/src/pretix/plugins/badges/exporters.py index b94afe911..9bb4f85a4 100644 --- a/src/pretix/plugins/badges/exporters.py +++ b/src/pretix/plugins/badges/exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/forms.py b/src/pretix/plugins/badges/forms.py index c7d50dac7..701b13767 100644 --- a/src/pretix/plugins/badges/forms.py +++ b/src/pretix/plugins/badges/forms.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/models.py b/src/pretix/plugins/badges/models.py index 4316bba36..2ad079e4f 100644 --- a/src/pretix/plugins/badges/models.py +++ b/src/pretix/plugins/badges/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/signals.py b/src/pretix/plugins/badges/signals.py index 2ed30f6d3..f740938cd 100644 --- a/src/pretix/plugins/badges/signals.py +++ b/src/pretix/plugins/badges/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/tasks.py b/src/pretix/plugins/badges/tasks.py index 061b3036b..1ef1fc497 100644 --- a/src/pretix/plugins/badges/tasks.py +++ b/src/pretix/plugins/badges/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/templates.py b/src/pretix/plugins/badges/templates.py index b45a1644b..ab458293d 100644 --- a/src/pretix/plugins/badges/templates.py +++ b/src/pretix/plugins/badges/templates.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/urls.py b/src/pretix/plugins/badges/urls.py index d79f0adca..6f6a63f53 100644 --- a/src/pretix/plugins/badges/urls.py +++ b/src/pretix/plugins/badges/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/badges/views.py b/src/pretix/plugins/badges/views.py index 409cb0e88..0ae02c430 100644 --- a/src/pretix/plugins/badges/views.py +++ b/src/pretix/plugins/badges/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/__init__.py b/src/pretix/plugins/banktransfer/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/banktransfer/__init__.py +++ b/src/pretix/plugins/banktransfer/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/api.py b/src/pretix/plugins/banktransfer/api.py index 17913678f..f611f405b 100644 --- a/src/pretix/plugins/banktransfer/api.py +++ b/src/pretix/plugins/banktransfer/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/apps.py b/src/pretix/plugins/banktransfer/apps.py index aa96b075d..01521dc5f 100644 --- a/src/pretix/plugins/banktransfer/apps.py +++ b/src/pretix/plugins/banktransfer/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/csvimport.py b/src/pretix/plugins/banktransfer/csvimport.py index 33f7f3459..ffc2bc3c4 100644 --- a/src/pretix/plugins/banktransfer/csvimport.py +++ b/src/pretix/plugins/banktransfer/csvimport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/models.py b/src/pretix/plugins/banktransfer/models.py index bdfb9a190..fe19c3029 100644 --- a/src/pretix/plugins/banktransfer/models.py +++ b/src/pretix/plugins/banktransfer/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/mt940import.py b/src/pretix/plugins/banktransfer/mt940import.py index 4a937b9ad..212287db6 100644 --- a/src/pretix/plugins/banktransfer/mt940import.py +++ b/src/pretix/plugins/banktransfer/mt940import.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/payment.py b/src/pretix/plugins/banktransfer/payment.py index 441e3c070..22c37f8a6 100644 --- a/src/pretix/plugins/banktransfer/payment.py +++ b/src/pretix/plugins/banktransfer/payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/refund_export.py b/src/pretix/plugins/banktransfer/refund_export.py index 1bcf65e73..d96f3885b 100644 --- a/src/pretix/plugins/banktransfer/refund_export.py +++ b/src/pretix/plugins/banktransfer/refund_export.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/signals.py b/src/pretix/plugins/banktransfer/signals.py index 4ba1c6892..6302cfcbe 100644 --- a/src/pretix/plugins/banktransfer/signals.py +++ b/src/pretix/plugins/banktransfer/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/tasks.py b/src/pretix/plugins/banktransfer/tasks.py index 301f799e2..f4fbc7d4e 100644 --- a/src/pretix/plugins/banktransfer/tasks.py +++ b/src/pretix/plugins/banktransfer/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/templatetags/__init__.py b/src/pretix/plugins/banktransfer/templatetags/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/banktransfer/templatetags/__init__.py +++ b/src/pretix/plugins/banktransfer/templatetags/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/templatetags/commadecimal.py b/src/pretix/plugins/banktransfer/templatetags/commadecimal.py index 119231e83..f46a0e197 100644 --- a/src/pretix/plugins/banktransfer/templatetags/commadecimal.py +++ b/src/pretix/plugins/banktransfer/templatetags/commadecimal.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/templatetags/dotdecimal.py b/src/pretix/plugins/banktransfer/templatetags/dotdecimal.py index 3e37ebb42..b550aab27 100644 --- a/src/pretix/plugins/banktransfer/templatetags/dotdecimal.py +++ b/src/pretix/plugins/banktransfer/templatetags/dotdecimal.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/templatetags/ibanformat.py b/src/pretix/plugins/banktransfer/templatetags/ibanformat.py index 4ffe1d7d1..e2f93e9c5 100644 --- a/src/pretix/plugins/banktransfer/templatetags/ibanformat.py +++ b/src/pretix/plugins/banktransfer/templatetags/ibanformat.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/urls.py b/src/pretix/plugins/banktransfer/urls.py index 968d0a9f1..91c2d3dd6 100644 --- a/src/pretix/plugins/banktransfer/urls.py +++ b/src/pretix/plugins/banktransfer/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/banktransfer/views.py b/src/pretix/plugins/banktransfer/views.py index e5adeefdb..ed3492cf8 100644 --- a/src/pretix/plugins/banktransfer/views.py +++ b/src/pretix/plugins/banktransfer/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/checkinlists/__init__.py b/src/pretix/plugins/checkinlists/__init__.py index c4b4deab3..fe627f44f 100644 --- a/src/pretix/plugins/checkinlists/__init__.py +++ b/src/pretix/plugins/checkinlists/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/checkinlists/apps.py b/src/pretix/plugins/checkinlists/apps.py index 72f7c38f1..b8d633fe2 100644 --- a/src/pretix/plugins/checkinlists/apps.py +++ b/src/pretix/plugins/checkinlists/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/checkinlists/exporters.py b/src/pretix/plugins/checkinlists/exporters.py index 6001f1023..142b60e59 100644 --- a/src/pretix/plugins/checkinlists/exporters.py +++ b/src/pretix/plugins/checkinlists/exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/checkinlists/signals.py b/src/pretix/plugins/checkinlists/signals.py index 7d00b93d2..b2f4df0af 100644 --- a/src/pretix/plugins/checkinlists/signals.py +++ b/src/pretix/plugins/checkinlists/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/manualpayment/__init__.py b/src/pretix/plugins/manualpayment/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/manualpayment/__init__.py +++ b/src/pretix/plugins/manualpayment/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/manualpayment/apps.py b/src/pretix/plugins/manualpayment/apps.py index bd1f2ad7f..8d1132f68 100644 --- a/src/pretix/plugins/manualpayment/apps.py +++ b/src/pretix/plugins/manualpayment/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/__init__.py b/src/pretix/plugins/paypal/__init__.py index c4b4deab3..fe627f44f 100644 --- a/src/pretix/plugins/paypal/__init__.py +++ b/src/pretix/plugins/paypal/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/api.py b/src/pretix/plugins/paypal/api.py index 3479b89c1..3a09c9422 100644 --- a/src/pretix/plugins/paypal/api.py +++ b/src/pretix/plugins/paypal/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/apps.py b/src/pretix/plugins/paypal/apps.py index 2a07d46a8..0b14e95e7 100644 --- a/src/pretix/plugins/paypal/apps.py +++ b/src/pretix/plugins/paypal/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/models.py b/src/pretix/plugins/paypal/models.py index 6707fd37c..b6ffe7c50 100644 --- a/src/pretix/plugins/paypal/models.py +++ b/src/pretix/plugins/paypal/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/payment.py b/src/pretix/plugins/paypal/payment.py index df1437c9b..63cb03501 100644 --- a/src/pretix/plugins/paypal/payment.py +++ b/src/pretix/plugins/paypal/payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/signals.py b/src/pretix/plugins/paypal/signals.py index 572a79c81..2d4dbd7d0 100644 --- a/src/pretix/plugins/paypal/signals.py +++ b/src/pretix/plugins/paypal/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/urls.py b/src/pretix/plugins/paypal/urls.py index 3b8dc501c..c13ca1236 100644 --- a/src/pretix/plugins/paypal/urls.py +++ b/src/pretix/plugins/paypal/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal/views.py b/src/pretix/plugins/paypal/views.py index 414b37789..01a37b814 100644 --- a/src/pretix/plugins/paypal/views.py +++ b/src/pretix/plugins/paypal/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/__init__.py b/src/pretix/plugins/paypal2/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/paypal2/__init__.py +++ b/src/pretix/plugins/paypal2/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/apps.py b/src/pretix/plugins/paypal2/apps.py index 2fee7bd4a..f442754e5 100644 --- a/src/pretix/plugins/paypal2/apps.py +++ b/src/pretix/plugins/paypal2/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/__init__.py b/src/pretix/plugins/paypal2/client/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/paypal2/client/__init__.py +++ b/src/pretix/plugins/paypal2/client/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/core/__init__.py b/src/pretix/plugins/paypal2/client/core/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/paypal2/client/core/__init__.py +++ b/src/pretix/plugins/paypal2/client/core/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/core/environment.py b/src/pretix/plugins/paypal2/client/core/environment.py index d8740b4c1..01c4af188 100644 --- a/src/pretix/plugins/paypal2/client/core/environment.py +++ b/src/pretix/plugins/paypal2/client/core/environment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/core/paypal_http_client.py b/src/pretix/plugins/paypal2/client/core/paypal_http_client.py index 714ad0954..75a4acd4a 100644 --- a/src/pretix/plugins/paypal2/client/core/paypal_http_client.py +++ b/src/pretix/plugins/paypal2/client/core/paypal_http_client.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/customer/__init__.py b/src/pretix/plugins/paypal2/client/customer/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/paypal2/client/customer/__init__.py +++ b/src/pretix/plugins/paypal2/client/customer/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/customer/partner_referral_create_request.py b/src/pretix/plugins/paypal2/client/customer/partner_referral_create_request.py index b0ca081ba..2f9f8de6f 100644 --- a/src/pretix/plugins/paypal2/client/customer/partner_referral_create_request.py +++ b/src/pretix/plugins/paypal2/client/customer/partner_referral_create_request.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/client/customer/partners_merchantintegrations_get_request.py b/src/pretix/plugins/paypal2/client/customer/partners_merchantintegrations_get_request.py index 68ce135e2..47ca25c49 100644 --- a/src/pretix/plugins/paypal2/client/customer/partners_merchantintegrations_get_request.py +++ b/src/pretix/plugins/paypal2/client/customer/partners_merchantintegrations_get_request.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/payment.py b/src/pretix/plugins/paypal2/payment.py index 1b8c6853e..18a265864 100644 --- a/src/pretix/plugins/paypal2/payment.py +++ b/src/pretix/plugins/paypal2/payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/signals.py b/src/pretix/plugins/paypal2/signals.py index 58894baa2..7965f8e0b 100644 --- a/src/pretix/plugins/paypal2/signals.py +++ b/src/pretix/plugins/paypal2/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/urls.py b/src/pretix/plugins/paypal2/urls.py index 11cb5715a..ed92dd473 100644 --- a/src/pretix/plugins/paypal2/urls.py +++ b/src/pretix/plugins/paypal2/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/paypal2/views.py b/src/pretix/plugins/paypal2/views.py index 9f617ce14..89cf81eaa 100644 --- a/src/pretix/plugins/paypal2/views.py +++ b/src/pretix/plugins/paypal2/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/pretixdroid/__init__.py b/src/pretix/plugins/pretixdroid/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/pretixdroid/__init__.py +++ b/src/pretix/plugins/pretixdroid/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/pretixdroid/apps.py b/src/pretix/plugins/pretixdroid/apps.py index d97868d47..7b2c9a3ae 100644 --- a/src/pretix/plugins/pretixdroid/apps.py +++ b/src/pretix/plugins/pretixdroid/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/reports/__init__.py b/src/pretix/plugins/reports/__init__.py index c4b4deab3..fe627f44f 100644 --- a/src/pretix/plugins/reports/__init__.py +++ b/src/pretix/plugins/reports/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/reports/accountingreport.py b/src/pretix/plugins/reports/accountingreport.py index 7d5da2731..0cef64663 100644 --- a/src/pretix/plugins/reports/accountingreport.py +++ b/src/pretix/plugins/reports/accountingreport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/reports/apps.py b/src/pretix/plugins/reports/apps.py index dd9924598..4e39df271 100644 --- a/src/pretix/plugins/reports/apps.py +++ b/src/pretix/plugins/reports/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/reports/exporters.py b/src/pretix/plugins/reports/exporters.py index a39eb738b..3a0cd9a15 100644 --- a/src/pretix/plugins/reports/exporters.py +++ b/src/pretix/plugins/reports/exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/reports/signals.py b/src/pretix/plugins/reports/signals.py index bc928a84e..a9670d5b7 100644 --- a/src/pretix/plugins/reports/signals.py +++ b/src/pretix/plugins/reports/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/returnurl/__init__.py b/src/pretix/plugins/returnurl/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/returnurl/__init__.py +++ b/src/pretix/plugins/returnurl/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/returnurl/apps.py b/src/pretix/plugins/returnurl/apps.py index f5217c3b6..524d076a9 100644 --- a/src/pretix/plugins/returnurl/apps.py +++ b/src/pretix/plugins/returnurl/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/returnurl/signals.py b/src/pretix/plugins/returnurl/signals.py index 894bed67b..60583003f 100644 --- a/src/pretix/plugins/returnurl/signals.py +++ b/src/pretix/plugins/returnurl/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/returnurl/urls.py b/src/pretix/plugins/returnurl/urls.py index df5f9d176..92536d02d 100644 --- a/src/pretix/plugins/returnurl/urls.py +++ b/src/pretix/plugins/returnurl/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/returnurl/views.py b/src/pretix/plugins/returnurl/views.py index 437a46695..f3fab2490 100644 --- a/src/pretix/plugins/returnurl/views.py +++ b/src/pretix/plugins/returnurl/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/__init__.py b/src/pretix/plugins/sendmail/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/sendmail/__init__.py +++ b/src/pretix/plugins/sendmail/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/api.py b/src/pretix/plugins/sendmail/api.py index 1bb0baec0..1bcc80593 100644 --- a/src/pretix/plugins/sendmail/api.py +++ b/src/pretix/plugins/sendmail/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/apps.py b/src/pretix/plugins/sendmail/apps.py index 14a5b2fce..7942559cb 100644 --- a/src/pretix/plugins/sendmail/apps.py +++ b/src/pretix/plugins/sendmail/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/forms.py b/src/pretix/plugins/sendmail/forms.py index fb69e9654..060bd5eea 100644 --- a/src/pretix/plugins/sendmail/forms.py +++ b/src/pretix/plugins/sendmail/forms.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/models.py b/src/pretix/plugins/sendmail/models.py index 432e48631..0f5733493 100644 --- a/src/pretix/plugins/sendmail/models.py +++ b/src/pretix/plugins/sendmail/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/signals.py b/src/pretix/plugins/sendmail/signals.py index 39fa11683..1186f11f4 100644 --- a/src/pretix/plugins/sendmail/signals.py +++ b/src/pretix/plugins/sendmail/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/tasks.py b/src/pretix/plugins/sendmail/tasks.py index 41dffdcd2..76808b080 100644 --- a/src/pretix/plugins/sendmail/tasks.py +++ b/src/pretix/plugins/sendmail/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/urls.py b/src/pretix/plugins/sendmail/urls.py index 757c7cb07..d14a687b6 100644 --- a/src/pretix/plugins/sendmail/urls.py +++ b/src/pretix/plugins/sendmail/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/sendmail/views.py b/src/pretix/plugins/sendmail/views.py index 5b46cac2c..189761ab4 100644 --- a/src/pretix/plugins/sendmail/views.py +++ b/src/pretix/plugins/sendmail/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/statistics/__init__.py b/src/pretix/plugins/statistics/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/statistics/__init__.py +++ b/src/pretix/plugins/statistics/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/statistics/apps.py b/src/pretix/plugins/statistics/apps.py index 580782e4c..a5e59683a 100644 --- a/src/pretix/plugins/statistics/apps.py +++ b/src/pretix/plugins/statistics/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/statistics/signals.py b/src/pretix/plugins/statistics/signals.py index c78dae5a9..224a916b0 100644 --- a/src/pretix/plugins/statistics/signals.py +++ b/src/pretix/plugins/statistics/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/statistics/urls.py b/src/pretix/plugins/statistics/urls.py index e7a08f3a0..c8ee94b65 100644 --- a/src/pretix/plugins/statistics/urls.py +++ b/src/pretix/plugins/statistics/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/statistics/views.py b/src/pretix/plugins/statistics/views.py index a3438bb15..518120854 100644 --- a/src/pretix/plugins/statistics/views.py +++ b/src/pretix/plugins/statistics/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/__init__.py b/src/pretix/plugins/stripe/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/stripe/__init__.py +++ b/src/pretix/plugins/stripe/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/apps.py b/src/pretix/plugins/stripe/apps.py index de478128f..bb19805e3 100644 --- a/src/pretix/plugins/stripe/apps.py +++ b/src/pretix/plugins/stripe/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/forms.py b/src/pretix/plugins/stripe/forms.py index 60cb26a41..5d79654dd 100644 --- a/src/pretix/plugins/stripe/forms.py +++ b/src/pretix/plugins/stripe/forms.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/management/__init__.py b/src/pretix/plugins/stripe/management/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/stripe/management/__init__.py +++ b/src/pretix/plugins/stripe/management/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/management/commands/__init__.py b/src/pretix/plugins/stripe/management/commands/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/stripe/management/commands/__init__.py +++ b/src/pretix/plugins/stripe/management/commands/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/management/commands/stripe_connect_fill_countries.py b/src/pretix/plugins/stripe/management/commands/stripe_connect_fill_countries.py index 7062e9b1f..b7a1d7168 100644 --- a/src/pretix/plugins/stripe/management/commands/stripe_connect_fill_countries.py +++ b/src/pretix/plugins/stripe/management/commands/stripe_connect_fill_countries.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/models.py b/src/pretix/plugins/stripe/models.py index d63f7aee1..cb6904d41 100644 --- a/src/pretix/plugins/stripe/models.py +++ b/src/pretix/plugins/stripe/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/payment.py b/src/pretix/plugins/stripe/payment.py index 2bf8ad4a2..325884a9f 100644 --- a/src/pretix/plugins/stripe/payment.py +++ b/src/pretix/plugins/stripe/payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/signals.py b/src/pretix/plugins/stripe/signals.py index 29189b7d2..8202c10e1 100644 --- a/src/pretix/plugins/stripe/signals.py +++ b/src/pretix/plugins/stripe/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/tasks.py b/src/pretix/plugins/stripe/tasks.py index cbf04fd35..c4f09dad5 100644 --- a/src/pretix/plugins/stripe/tasks.py +++ b/src/pretix/plugins/stripe/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/urls.py b/src/pretix/plugins/stripe/urls.py index 7bb62e9c4..51106622e 100644 --- a/src/pretix/plugins/stripe/urls.py +++ b/src/pretix/plugins/stripe/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/utils.py b/src/pretix/plugins/stripe/utils.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/stripe/utils.py +++ b/src/pretix/plugins/stripe/utils.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/stripe/views.py b/src/pretix/plugins/stripe/views.py index 628323dac..adc14965d 100644 --- a/src/pretix/plugins/stripe/views.py +++ b/src/pretix/plugins/stripe/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/__init__.py b/src/pretix/plugins/ticketoutputpdf/__init__.py index c4b4deab3..fe627f44f 100644 --- a/src/pretix/plugins/ticketoutputpdf/__init__.py +++ b/src/pretix/plugins/ticketoutputpdf/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/api.py b/src/pretix/plugins/ticketoutputpdf/api.py index b526ccf59..7232c4bcf 100644 --- a/src/pretix/plugins/ticketoutputpdf/api.py +++ b/src/pretix/plugins/ticketoutputpdf/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/apps.py b/src/pretix/plugins/ticketoutputpdf/apps.py index b307dd9a2..c5552fdf7 100644 --- a/src/pretix/plugins/ticketoutputpdf/apps.py +++ b/src/pretix/plugins/ticketoutputpdf/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/exporters.py b/src/pretix/plugins/ticketoutputpdf/exporters.py index 4d42e866b..cc9171f0c 100644 --- a/src/pretix/plugins/ticketoutputpdf/exporters.py +++ b/src/pretix/plugins/ticketoutputpdf/exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/forms.py b/src/pretix/plugins/ticketoutputpdf/forms.py index 57e8999c9..5a1cf4404 100644 --- a/src/pretix/plugins/ticketoutputpdf/forms.py +++ b/src/pretix/plugins/ticketoutputpdf/forms.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/models.py b/src/pretix/plugins/ticketoutputpdf/models.py index 07f7fb9f3..5b506f343 100644 --- a/src/pretix/plugins/ticketoutputpdf/models.py +++ b/src/pretix/plugins/ticketoutputpdf/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/signals.py b/src/pretix/plugins/ticketoutputpdf/signals.py index bd3464f5f..3bc2dc131 100644 --- a/src/pretix/plugins/ticketoutputpdf/signals.py +++ b/src/pretix/plugins/ticketoutputpdf/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/tasks.py b/src/pretix/plugins/ticketoutputpdf/tasks.py index c28f8e300..6d64a7a71 100644 --- a/src/pretix/plugins/ticketoutputpdf/tasks.py +++ b/src/pretix/plugins/ticketoutputpdf/tasks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/ticketoutput.py b/src/pretix/plugins/ticketoutputpdf/ticketoutput.py index bb5cdd5c3..636e5f08f 100644 --- a/src/pretix/plugins/ticketoutputpdf/ticketoutput.py +++ b/src/pretix/plugins/ticketoutputpdf/ticketoutput.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/urls.py b/src/pretix/plugins/ticketoutputpdf/urls.py index 224935374..7759b4196 100644 --- a/src/pretix/plugins/ticketoutputpdf/urls.py +++ b/src/pretix/plugins/ticketoutputpdf/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/ticketoutputpdf/views.py b/src/pretix/plugins/ticketoutputpdf/views.py index bf908fcea..5d47cad30 100644 --- a/src/pretix/plugins/ticketoutputpdf/views.py +++ b/src/pretix/plugins/ticketoutputpdf/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/webcheckin/__init__.py b/src/pretix/plugins/webcheckin/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/plugins/webcheckin/__init__.py +++ b/src/pretix/plugins/webcheckin/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/webcheckin/apps.py b/src/pretix/plugins/webcheckin/apps.py index af85d4703..bc03444d3 100644 --- a/src/pretix/plugins/webcheckin/apps.py +++ b/src/pretix/plugins/webcheckin/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/webcheckin/signals.py b/src/pretix/plugins/webcheckin/signals.py index f60bfa8f6..b88ad5fad 100644 --- a/src/pretix/plugins/webcheckin/signals.py +++ b/src/pretix/plugins/webcheckin/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/webcheckin/urls.py b/src/pretix/plugins/webcheckin/urls.py index 40551d546..5f7800e23 100644 --- a/src/pretix/plugins/webcheckin/urls.py +++ b/src/pretix/plugins/webcheckin/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/plugins/webcheckin/views.py b/src/pretix/plugins/webcheckin/views.py index b5aff4125..c4b42a795 100644 --- a/src/pretix/plugins/webcheckin/views.py +++ b/src/pretix/plugins/webcheckin/views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/__init__.py b/src/pretix/presale/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/presale/__init__.py +++ b/src/pretix/presale/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/apps.py b/src/pretix/presale/apps.py index 144152c50..9c5607091 100644 --- a/src/pretix/presale/apps.py +++ b/src/pretix/presale/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/checkoutflow.py b/src/pretix/presale/checkoutflow.py index 29304b0cf..31a130b0f 100644 --- a/src/pretix/presale/checkoutflow.py +++ b/src/pretix/presale/checkoutflow.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/context.py b/src/pretix/presale/context.py index 2bfeac2c5..d6b1ff24b 100644 --- a/src/pretix/presale/context.py +++ b/src/pretix/presale/context.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/cookies.py b/src/pretix/presale/cookies.py index afea6d5de..f1662d37a 100644 --- a/src/pretix/presale/cookies.py +++ b/src/pretix/presale/cookies.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/__init__.py b/src/pretix/presale/forms/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/presale/forms/__init__.py +++ b/src/pretix/presale/forms/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/checkout.py b/src/pretix/presale/forms/checkout.py index e786d1c92..ea6e8ff48 100644 --- a/src/pretix/presale/forms/checkout.py +++ b/src/pretix/presale/forms/checkout.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/customer.py b/src/pretix/presale/forms/customer.py index 264b11b9b..b8c14ac7c 100644 --- a/src/pretix/presale/forms/customer.py +++ b/src/pretix/presale/forms/customer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/order.py b/src/pretix/presale/forms/order.py index 38ae37267..19537b5a6 100644 --- a/src/pretix/presale/forms/order.py +++ b/src/pretix/presale/forms/order.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/organizer.py b/src/pretix/presale/forms/organizer.py index 50bd65e11..a0577c006 100644 --- a/src/pretix/presale/forms/organizer.py +++ b/src/pretix/presale/forms/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/renderers.py b/src/pretix/presale/forms/renderers.py index ae36b29b0..193a503fc 100644 --- a/src/pretix/presale/forms/renderers.py +++ b/src/pretix/presale/forms/renderers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/user.py b/src/pretix/presale/forms/user.py index deb461b96..3b76bd983 100644 --- a/src/pretix/presale/forms/user.py +++ b/src/pretix/presale/forms/user.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/forms/waitinglist.py b/src/pretix/presale/forms/waitinglist.py index 030fe9690..740ad3045 100644 --- a/src/pretix/presale/forms/waitinglist.py +++ b/src/pretix/presale/forms/waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/ical.py b/src/pretix/presale/ical.py index f9952cbde..cb5940a41 100644 --- a/src/pretix/presale/ical.py +++ b/src/pretix/presale/ical.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/management/__init__.py b/src/pretix/presale/management/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/presale/management/__init__.py +++ b/src/pretix/presale/management/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/management/commands/__init__.py b/src/pretix/presale/management/commands/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/presale/management/commands/__init__.py +++ b/src/pretix/presale/management/commands/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/management/commands/updateassets.py b/src/pretix/presale/management/commands/updateassets.py index 0aabae8d8..b1743907c 100644 --- a/src/pretix/presale/management/commands/updateassets.py +++ b/src/pretix/presale/management/commands/updateassets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/management/commands/updatestyles.py b/src/pretix/presale/management/commands/updatestyles.py index f6bdf0b59..cb07f8205 100644 --- a/src/pretix/presale/management/commands/updatestyles.py +++ b/src/pretix/presale/management/commands/updatestyles.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/middleware.py b/src/pretix/presale/middleware.py index 8832d4550..05260a648 100644 --- a/src/pretix/presale/middleware.py +++ b/src/pretix/presale/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/signals.py b/src/pretix/presale/signals.py index 267be37dd..077b35d2c 100644 --- a/src/pretix/presale/signals.py +++ b/src/pretix/presale/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/style.py b/src/pretix/presale/style.py index bbde358e7..9945cbf6b 100644 --- a/src/pretix/presale/style.py +++ b/src/pretix/presale/style.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/urls.py b/src/pretix/presale/urls.py index ac197af54..2fbfac589 100644 --- a/src/pretix/presale/urls.py +++ b/src/pretix/presale/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/utils.py b/src/pretix/presale/utils.py index 734fa2b21..4b4d64e58 100644 --- a/src/pretix/presale/utils.py +++ b/src/pretix/presale/utils.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/__init__.py b/src/pretix/presale/views/__init__.py index b8d6acb69..3ed42cad7 100644 --- a/src/pretix/presale/views/__init__.py +++ b/src/pretix/presale/views/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/cart.py b/src/pretix/presale/views/cart.py index 362dfef5d..b9cfebd41 100644 --- a/src/pretix/presale/views/cart.py +++ b/src/pretix/presale/views/cart.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/checkout.py b/src/pretix/presale/views/checkout.py index 2184776bb..f2865e9e5 100644 --- a/src/pretix/presale/views/checkout.py +++ b/src/pretix/presale/views/checkout.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/customer.py b/src/pretix/presale/views/customer.py index a2aa3ff07..45c6216ba 100644 --- a/src/pretix/presale/views/customer.py +++ b/src/pretix/presale/views/customer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/event.py b/src/pretix/presale/views/event.py index ef7a9ac75..43dec358a 100644 --- a/src/pretix/presale/views/event.py +++ b/src/pretix/presale/views/event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/locale.py b/src/pretix/presale/views/locale.py index 9cc0df2d7..15dcf7512 100644 --- a/src/pretix/presale/views/locale.py +++ b/src/pretix/presale/views/locale.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/oidc_op.py b/src/pretix/presale/views/oidc_op.py index 2c23360e7..a8178545f 100644 --- a/src/pretix/presale/views/oidc_op.py +++ b/src/pretix/presale/views/oidc_op.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/order.py b/src/pretix/presale/views/order.py index efcfc3a64..291e4a129 100644 --- a/src/pretix/presale/views/order.py +++ b/src/pretix/presale/views/order.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/organizer.py b/src/pretix/presale/views/organizer.py index 519708c8b..d46c2ef6c 100644 --- a/src/pretix/presale/views/organizer.py +++ b/src/pretix/presale/views/organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/questions.py b/src/pretix/presale/views/questions.py index 76265434a..fad52d0b6 100644 --- a/src/pretix/presale/views/questions.py +++ b/src/pretix/presale/views/questions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/robots.py b/src/pretix/presale/views/robots.py index 1d0356c64..be88ee953 100644 --- a/src/pretix/presale/views/robots.py +++ b/src/pretix/presale/views/robots.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/theme.py b/src/pretix/presale/views/theme.py index d70515326..045addd93 100644 --- a/src/pretix/presale/views/theme.py +++ b/src/pretix/presale/views/theme.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/user.py b/src/pretix/presale/views/user.py index 926be4786..4fda0d32f 100644 --- a/src/pretix/presale/views/user.py +++ b/src/pretix/presale/views/user.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/waiting.py b/src/pretix/presale/views/waiting.py index b72888f82..6a8d85e46 100644 --- a/src/pretix/presale/views/waiting.py +++ b/src/pretix/presale/views/waiting.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/presale/views/widget.py b/src/pretix/presale/views/widget.py index c612accf9..87ffa7e68 100644 --- a/src/pretix/presale/views/widget.py +++ b/src/pretix/presale/views/widget.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/sentry.py b/src/pretix/sentry.py index 56eee6239..9e40e8ce3 100644 --- a/src/pretix/sentry.py +++ b/src/pretix/sentry.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/settings.py b/src/pretix/settings.py index 10123aa9b..7f7845858 100644 --- a/src/pretix/settings.py +++ b/src/pretix/settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/__init__.py b/src/pretix/testutils/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/pretix/testutils/__init__.py +++ b/src/pretix/testutils/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/api.py b/src/pretix/testutils/api.py index a0e19255b..2ddd3ae92 100644 --- a/src/pretix/testutils/api.py +++ b/src/pretix/testutils/api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/mail.py b/src/pretix/testutils/mail.py index 134989720..29a569894 100644 --- a/src/pretix/testutils/mail.py +++ b/src/pretix/testutils/mail.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/middleware.py b/src/pretix/testutils/middleware.py index 9fe07857c..b76ca9d98 100644 --- a/src/pretix/testutils/middleware.py +++ b/src/pretix/testutils/middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/mock.py b/src/pretix/testutils/mock.py index 68fefae00..501d6e7b7 100644 --- a/src/pretix/testutils/mock.py +++ b/src/pretix/testutils/mock.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/queries.py b/src/pretix/testutils/queries.py index 267ad2103..bd9dfa32a 100644 --- a/src/pretix/testutils/queries.py +++ b/src/pretix/testutils/queries.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/scope.py b/src/pretix/testutils/scope.py index 40c7d2afc..d592d79f3 100644 --- a/src/pretix/testutils/scope.py +++ b/src/pretix/testutils/scope.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/sessions.py b/src/pretix/testutils/sessions.py index cc785e2e3..8e94a1b96 100644 --- a/src/pretix/testutils/sessions.py +++ b/src/pretix/testutils/sessions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/testutils/settings.py b/src/pretix/testutils/settings.py index 9c5bf7145..c73440dea 100644 --- a/src/pretix/testutils/settings.py +++ b/src/pretix/testutils/settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/urls.py b/src/pretix/urls.py index 8d1b3b7f3..f5a3d6a9c 100644 --- a/src/pretix/urls.py +++ b/src/pretix/urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/pretix/wsgi.py b/src/pretix/wsgi.py index 38ae94184..4e0a63943 100644 --- a/src/pretix/wsgi.py +++ b/src/pretix/wsgi.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/__init__.py b/src/tests/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/__init__.py +++ b/src/tests/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/__init__.py b/src/tests/api/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/api/__init__.py +++ b/src/tests/api/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/conftest.py b/src/tests/api/conftest.py index bc2e2742c..4947708d7 100644 --- a/src/tests/api/conftest.py +++ b/src/tests/api/conftest.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_append_slash.py b/src/tests/api/test_append_slash.py index c7c044add..5f1f1ee87 100644 --- a/src/tests/api/test_append_slash.py +++ b/src/tests/api/test_append_slash.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_auth.py b/src/tests/api/test_auth.py index 2fb4cb32f..fd7eec6a9 100644 --- a/src/tests/api/test_auth.py +++ b/src/tests/api/test_auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_cart.py b/src/tests/api/test_cart.py index d39b722e4..5bf7c3ad1 100644 --- a/src/tests/api/test_cart.py +++ b/src/tests/api/test_cart.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_checkin.py b/src/tests/api/test_checkin.py index 52af8a8cf..fd18b497d 100644 --- a/src/tests/api/test_checkin.py +++ b/src/tests/api/test_checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_checkinrpc.py b/src/tests/api/test_checkinrpc.py index 9021c7c0f..77d1b0329 100644 --- a/src/tests/api/test_checkinrpc.py +++ b/src/tests/api/test_checkinrpc.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_customers.py b/src/tests/api/test_customers.py index 9d8f38168..c59c58aeb 100644 --- a/src/tests/api/test_customers.py +++ b/src/tests/api/test_customers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_device_event_selection.py b/src/tests/api/test_device_event_selection.py index c8a309065..cd07c7bb4 100644 --- a/src/tests/api/test_device_event_selection.py +++ b/src/tests/api/test_device_event_selection.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_deviceauth.py b/src/tests/api/test_deviceauth.py index bed8fb0e3..dd29809b7 100644 --- a/src/tests/api/test_deviceauth.py +++ b/src/tests/api/test_deviceauth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_devices.py b/src/tests/api/test_devices.py index e1856ad06..dafdb7097 100644 --- a/src/tests/api/test_devices.py +++ b/src/tests/api/test_devices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_discounts.py b/src/tests/api/test_discounts.py index 22451135e..de461c129 100644 --- a/src/tests/api/test_discounts.py +++ b/src/tests/api/test_discounts.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_events.py b/src/tests/api/test_events.py index 60a1522ee..b2b350216 100644 --- a/src/tests/api/test_events.py +++ b/src/tests/api/test_events.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_exporters.py b/src/tests/api/test_exporters.py index 822fcad84..a7fdb45e1 100644 --- a/src/tests/api/test_exporters.py +++ b/src/tests/api/test_exporters.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_giftcards.py b/src/tests/api/test_giftcards.py index bbc50fec2..4fdb89cfe 100644 --- a/src/tests/api/test_giftcards.py +++ b/src/tests/api/test_giftcards.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_idempotency.py b/src/tests/api/test_idempotency.py index 884df388c..83fb8d283 100644 --- a/src/tests/api/test_idempotency.py +++ b/src/tests/api/test_idempotency.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_invoices.py b/src/tests/api/test_invoices.py index 10cf0fb1a..37c3db609 100644 --- a/src/tests/api/test_invoices.py +++ b/src/tests/api/test_invoices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_item_meta_properties.py b/src/tests/api/test_item_meta_properties.py index 7c0bfd346..78afd4fb7 100644 --- a/src/tests/api/test_item_meta_properties.py +++ b/src/tests/api/test_item_meta_properties.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_items.py b/src/tests/api/test_items.py index 4b011a4c9..4b10b80bf 100644 --- a/src/tests/api/test_items.py +++ b/src/tests/api/test_items.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_membership.py b/src/tests/api/test_membership.py index 356762cb8..c40bc789a 100644 --- a/src/tests/api/test_membership.py +++ b/src/tests/api/test_membership.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_membershiptypes.py b/src/tests/api/test_membershiptypes.py index aa89815e9..7af3e12b4 100644 --- a/src/tests/api/test_membershiptypes.py +++ b/src/tests/api/test_membershiptypes.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_oauth.py b/src/tests/api/test_oauth.py index 8c93b6bf7..8a9054c9c 100644 --- a/src/tests/api/test_oauth.py +++ b/src/tests/api/test_oauth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_order_change.py b/src/tests/api/test_order_change.py index e061aad40..0e628d20a 100644 --- a/src/tests/api/test_order_change.py +++ b/src/tests/api/test_order_change.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_order_create.py b/src/tests/api/test_order_create.py index fae1581f6..06083965d 100644 --- a/src/tests/api/test_order_create.py +++ b/src/tests/api/test_order_create.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_orders.py b/src/tests/api/test_orders.py index da721db9a..08b7bd16b 100644 --- a/src/tests/api/test_orders.py +++ b/src/tests/api/test_orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_organizers.py b/src/tests/api/test_organizers.py index 55d9da30b..2109e8de1 100644 --- a/src/tests/api/test_organizers.py +++ b/src/tests/api/test_organizers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_permissions.py b/src/tests/api/test_permissions.py index c3c08f439..91249dd75 100644 --- a/src/tests/api/test_permissions.py +++ b/src/tests/api/test_permissions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_reusable_media.py b/src/tests/api/test_reusable_media.py index a415b3f54..2938e524a 100644 --- a/src/tests/api/test_reusable_media.py +++ b/src/tests/api/test_reusable_media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_saleschannels.py b/src/tests/api/test_saleschannels.py index 09a60004a..75171975b 100644 --- a/src/tests/api/test_saleschannels.py +++ b/src/tests/api/test_saleschannels.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_seatingplans.py b/src/tests/api/test_seatingplans.py index d95a24778..2e7d31140 100644 --- a/src/tests/api/test_seatingplans.py +++ b/src/tests/api/test_seatingplans.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_sendmail.py b/src/tests/api/test_sendmail.py index 4e876ef1e..86ee820a4 100644 --- a/src/tests/api/test_sendmail.py +++ b/src/tests/api/test_sendmail.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_shredders.py b/src/tests/api/test_shredders.py index 81d456726..a84d644e4 100644 --- a/src/tests/api/test_shredders.py +++ b/src/tests/api/test_shredders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_subevents.py b/src/tests/api/test_subevents.py index 4bc26bc50..24478d89b 100644 --- a/src/tests/api/test_subevents.py +++ b/src/tests/api/test_subevents.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_taxrules.py b/src/tests/api/test_taxrules.py index b342e09c3..383272e47 100644 --- a/src/tests/api/test_taxrules.py +++ b/src/tests/api/test_taxrules.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_teams.py b/src/tests/api/test_teams.py index 71ce6fd2e..e687d9650 100644 --- a/src/tests/api/test_teams.py +++ b/src/tests/api/test_teams.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_transactions.py b/src/tests/api/test_transactions.py index f38bc2cbc..9a0dea305 100644 --- a/src/tests/api/test_transactions.py +++ b/src/tests/api/test_transactions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_upload.py b/src/tests/api/test_upload.py index 955130f37..7bba13a14 100644 --- a/src/tests/api/test_upload.py +++ b/src/tests/api/test_upload.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_vouchers.py b/src/tests/api/test_vouchers.py index 20b1fde4d..83cc42fef 100644 --- a/src/tests/api/test_vouchers.py +++ b/src/tests/api/test_vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_waitinglist.py b/src/tests/api/test_waitinglist.py index 40ddf1e2b..8178a0fa7 100644 --- a/src/tests/api/test_waitinglist.py +++ b/src/tests/api/test_waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/api/test_webhooks.py b/src/tests/api/test_webhooks.py index c13e34015..1445933b9 100644 --- a/src/tests/api/test_webhooks.py +++ b/src/tests/api/test_webhooks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/__init__.py b/src/tests/base/__init__.py index e0186bbc3..14301c534 100644 --- a/src/tests/base/__init__.py +++ b/src/tests/base/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_addressvalidation.py b/src/tests/base/test_addressvalidation.py index b8e26edc8..a8ee487a3 100644 --- a/src/tests/base/test_addressvalidation.py +++ b/src/tests/base/test_addressvalidation.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_cache.py b/src/tests/base/test_cache.py index f1bf2e953..b7ffaf215 100644 --- a/src/tests/base/test_cache.py +++ b/src/tests/base/test_cache.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_cancelevent.py b/src/tests/base/test_cancelevent.py index d4ef4eea2..79509aef0 100644 --- a/src/tests/base/test_cancelevent.py +++ b/src/tests/base/test_cancelevent.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_checkin.py b/src/tests/base/test_checkin.py index 7ce184933..04f51d4a6 100644 --- a/src/tests/base/test_checkin.py +++ b/src/tests/base/test_checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_cross_selling.py b/src/tests/base/test_cross_selling.py index ab0d2a5b6..b94938961 100644 --- a/src/tests/base/test_cross_selling.py +++ b/src/tests/base/test_cross_selling.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_customer_oidc_rp.py b/src/tests/base/test_customer_oidc_rp.py index a0af12928..80ffb4b68 100644 --- a/src/tests/base/test_customer_oidc_rp.py +++ b/src/tests/base/test_customer_oidc_rp.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_datasync.py b/src/tests/base/test_datasync.py index a45db70e6..94fafb1e7 100644 --- a/src/tests/base/test_datasync.py +++ b/src/tests/base/test_datasync.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_event_clone.py b/src/tests/base/test_event_clone.py index 7f81478a1..c01339be7 100644 --- a/src/tests/base/test_event_clone.py +++ b/src/tests/base/test_event_clone.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_export.py b/src/tests/base/test_export.py index 4355f330e..d07bb576d 100644 --- a/src/tests/base/test_export.py +++ b/src/tests/base/test_export.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_i18n.py b/src/tests/base/test_i18n.py index 5a84a117b..afd7c45ef 100644 --- a/src/tests/base/test_i18n.py +++ b/src/tests/base/test_i18n.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_invoices.py b/src/tests/base/test_invoices.py index b50a98f80..a3032ce80 100644 --- a/src/tests/base/test_invoices.py +++ b/src/tests/base/test_invoices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_item_validity.py b/src/tests/base/test_item_validity.py index c18ba130f..3eca15ab6 100644 --- a/src/tests/base/test_item_validity.py +++ b/src/tests/base/test_item_validity.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_js_helpers.py b/src/tests/base/test_js_helpers.py index 2fbb477d1..654abeb86 100644 --- a/src/tests/base/test_js_helpers.py +++ b/src/tests/base/test_js_helpers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_mail.py b/src/tests/base/test_mail.py index a8e4c338a..a9ca4f20e 100644 --- a/src/tests/base/test_mail.py +++ b/src/tests/base/test_mail.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_memberships.py b/src/tests/base/test_memberships.py index ca3aae96c..1b074ccec 100644 --- a/src/tests/base/test_memberships.py +++ b/src/tests/base/test_memberships.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_metrics.py b/src/tests/base/test_metrics.py index 4f24bd71a..e0246189b 100644 --- a/src/tests/base/test_metrics.py +++ b/src/tests/base/test_metrics.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_middleware.py b/src/tests/base/test_middleware.py index 2b7bd3c4a..87da80a33 100644 --- a/src/tests/base/test_middleware.py +++ b/src/tests/base/test_middleware.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_modelimport_orders.py b/src/tests/base/test_modelimport_orders.py index 634e40664..494f74f7d 100644 --- a/src/tests/base/test_modelimport_orders.py +++ b/src/tests/base/test_modelimport_orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_modelimport_vouchers.py b/src/tests/base/test_modelimport_vouchers.py index 98fd044ef..f0fc81c80 100644 --- a/src/tests/base/test_modelimport_vouchers.py +++ b/src/tests/base/test_modelimport_vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_models.py b/src/tests/base/test_models.py index 1409a7a89..ae2137fd6 100644 --- a/src/tests/base/test_models.py +++ b/src/tests/base/test_models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_notifications.py b/src/tests/base/test_notifications.py index 79727d867..c3570be10 100644 --- a/src/tests/base/test_notifications.py +++ b/src/tests/base/test_notifications.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_orders.py b/src/tests/base/test_orders.py index 0d9ce2b8d..032c648c8 100644 --- a/src/tests/base/test_orders.py +++ b/src/tests/base/test_orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_ordersecrets.py b/src/tests/base/test_ordersecrets.py index 54db74d73..f2715e523 100644 --- a/src/tests/base/test_ordersecrets.py +++ b/src/tests/base/test_ordersecrets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_payment.py b/src/tests/base/test_payment.py index 0bc7ab220..9b88e37a7 100644 --- a/src/tests/base/test_payment.py +++ b/src/tests/base/test_payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_permissions.py b/src/tests/base/test_permissions.py index ed1f09590..366c40cfa 100644 --- a/src/tests/base/test_permissions.py +++ b/src/tests/base/test_permissions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_plugins.py b/src/tests/base/test_plugins.py index d9cb02585..bbfdc082b 100644 --- a/src/tests/base/test_plugins.py +++ b/src/tests/base/test_plugins.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_pricing.py b/src/tests/base/test_pricing.py index 92491a83f..feb88d90a 100644 --- a/src/tests/base/test_pricing.py +++ b/src/tests/base/test_pricing.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_pricing_discount.py b/src/tests/base/test_pricing_discount.py index 5b7dc801e..1d1aa3de8 100644 --- a/src/tests/base/test_pricing_discount.py +++ b/src/tests/base/test_pricing_discount.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_questions.py b/src/tests/base/test_questions.py index ca5101d82..23f5b434c 100644 --- a/src/tests/base/test_questions.py +++ b/src/tests/base/test_questions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_registry.py b/src/tests/base/test_registry.py index c170a1d95..ce1e22754 100644 --- a/src/tests/base/test_registry.py +++ b/src/tests/base/test_registry.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_reldate.py b/src/tests/base/test_reldate.py index 0e340cd9e..d5f0db9ec 100644 --- a/src/tests/base/test_reldate.py +++ b/src/tests/base/test_reldate.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_rich_text.py b/src/tests/base/test_rich_text.py index cfec1df68..c17fb4654 100644 --- a/src/tests/base/test_rich_text.py +++ b/src/tests/base/test_rich_text.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_runperiodic.py b/src/tests/base/test_runperiodic.py index f7a0d4562..52e7a7679 100644 --- a/src/tests/base/test_runperiodic.py +++ b/src/tests/base/test_runperiodic.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_secrets.py b/src/tests/base/test_secrets.py index c64067d63..1c6ea4bf0 100644 --- a/src/tests/base/test_secrets.py +++ b/src/tests/base/test_secrets.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_settings.py b/src/tests/base/test_settings.py index d6a7ac728..34bc4f40e 100644 --- a/src/tests/base/test_settings.py +++ b/src/tests/base/test_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_shredders.py b/src/tests/base/test_shredders.py index a7f6aabe6..b8ebd7828 100644 --- a/src/tests/base/test_shredders.py +++ b/src/tests/base/test_shredders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_taxrules.py b/src/tests/base/test_taxrules.py index 6498ab967..095d0276b 100644 --- a/src/tests/base/test_taxrules.py +++ b/src/tests/base/test_taxrules.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_templatetag.py b/src/tests/base/test_templatetag.py index a9c9518de..d310deedd 100644 --- a/src/tests/base/test_templatetag.py +++ b/src/tests/base/test_templatetag.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_timeframes.py b/src/tests/base/test_timeframes.py index 246873143..ae3315bb3 100644 --- a/src/tests/base/test_timeframes.py +++ b/src/tests/base/test_timeframes.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_timeline.py b/src/tests/base/test_timeline.py index c61befa1e..718bc645c 100644 --- a/src/tests/base/test_timeline.py +++ b/src/tests/base/test_timeline.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_updatecheck.py b/src/tests/base/test_updatecheck.py index 6bcfba3da..1317eef29 100644 --- a/src/tests/base/test_updatecheck.py +++ b/src/tests/base/test_updatecheck.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_urls.py b/src/tests/base/test_urls.py index 2b6ed8566..5acedad4c 100644 --- a/src/tests/base/test_urls.py +++ b/src/tests/base/test_urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_vat_id_validation.py b/src/tests/base/test_vat_id_validation.py index 36602d9ca..1963cd130 100644 --- a/src/tests/base/test_vat_id_validation.py +++ b/src/tests/base/test_vat_id_validation.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_waitinglist.py b/src/tests/base/test_waitinglist.py index ec7472d7f..df90eaa87 100644 --- a/src/tests/base/test_waitinglist.py +++ b/src/tests/base/test_waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/base/test_webhooks.py b/src/tests/base/test_webhooks.py index 5affcecf8..ab5a905dd 100644 --- a/src/tests/base/test_webhooks.py +++ b/src/tests/base/test_webhooks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/__init__.py b/src/tests/concurrency_tests/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/concurrency_tests/__init__.py +++ b/src/tests/concurrency_tests/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/conftest.py b/src/tests/concurrency_tests/conftest.py index 454110429..eea651711 100644 --- a/src/tests/concurrency_tests/conftest.py +++ b/src/tests/concurrency_tests/conftest.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/test_api_order_creation_code.py b/src/tests/concurrency_tests/test_api_order_creation_code.py index fcb2a1aa3..158891121 100644 --- a/src/tests/concurrency_tests/test_api_order_creation_code.py +++ b/src/tests/concurrency_tests/test_api_order_creation_code.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/test_cart_creation_locking.py b/src/tests/concurrency_tests/test_cart_creation_locking.py index a18f75348..6fcac8a96 100644 --- a/src/tests/concurrency_tests/test_cart_creation_locking.py +++ b/src/tests/concurrency_tests/test_cart_creation_locking.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/test_order_creation_locking.py b/src/tests/concurrency_tests/test_order_creation_locking.py index f67f4ed21..4220131f5 100644 --- a/src/tests/concurrency_tests/test_order_creation_locking.py +++ b/src/tests/concurrency_tests/test_order_creation_locking.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/test_order_paid_locking.py b/src/tests/concurrency_tests/test_order_paid_locking.py index c4853d4a0..5a713982d 100644 --- a/src/tests/concurrency_tests/test_order_paid_locking.py +++ b/src/tests/concurrency_tests/test_order_paid_locking.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/concurrency_tests/utils.py b/src/tests/concurrency_tests/utils.py index 59f65add6..6fc63d5d3 100644 --- a/src/tests/concurrency_tests/utils.py +++ b/src/tests/concurrency_tests/utils.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/conftest.py b/src/tests/conftest.py index abedc3192..418c20ab6 100644 --- a/src/tests/conftest.py +++ b/src/tests/conftest.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/const.py b/src/tests/const.py index b744653fe..248bb6f3a 100644 --- a/src/tests/const.py +++ b/src/tests/const.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/__init__.py b/src/tests/control/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/control/__init__.py +++ b/src/tests/control/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_auth.py b/src/tests/control/test_auth.py index 5a23a56af..8500c77f3 100644 --- a/src/tests/control/test_auth.py +++ b/src/tests/control/test_auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_checkins.py b/src/tests/control/test_checkins.py index 45cb19d19..bad7b5303 100644 --- a/src/tests/control/test_checkins.py +++ b/src/tests/control/test_checkins.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_customer.py b/src/tests/control/test_customer.py index 1d660986b..a973a1986 100644 --- a/src/tests/control/test_customer.py +++ b/src/tests/control/test_customer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_devices.py b/src/tests/control/test_devices.py index d3a678410..afbca7b3b 100644 --- a/src/tests/control/test_devices.py +++ b/src/tests/control/test_devices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_events.py b/src/tests/control/test_events.py index 4708d8c9c..904247056 100644 --- a/src/tests/control/test_events.py +++ b/src/tests/control/test_events.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_export.py b/src/tests/control/test_export.py index dfa7d366c..ed28cb869 100644 --- a/src/tests/control/test_export.py +++ b/src/tests/control/test_export.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_giftcards.py b/src/tests/control/test_giftcards.py index 8488d80d5..eb6215212 100644 --- a/src/tests/control/test_giftcards.py +++ b/src/tests/control/test_giftcards.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_items.py b/src/tests/control/test_items.py index dccadfc12..ef938206d 100644 --- a/src/tests/control/test_items.py +++ b/src/tests/control/test_items.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_mail_settings_preview.py b/src/tests/control/test_mail_settings_preview.py index 8d2972ec4..141fc043d 100644 --- a/src/tests/control/test_mail_settings_preview.py +++ b/src/tests/control/test_mail_settings_preview.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_modelimport.py b/src/tests/control/test_modelimport.py index f8726a7f3..31801950d 100644 --- a/src/tests/control/test_modelimport.py +++ b/src/tests/control/test_modelimport.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_orders.py b/src/tests/control/test_orders.py index d72148875..577cf0efe 100644 --- a/src/tests/control/test_orders.py +++ b/src/tests/control/test_orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_orders_bulk.py b/src/tests/control/test_orders_bulk.py index aa86160c2..e3bd60d64 100644 --- a/src/tests/control/test_orders_bulk.py +++ b/src/tests/control/test_orders_bulk.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_organizer.py b/src/tests/control/test_organizer.py index 52feecafb..d1d42f5a0 100644 --- a/src/tests/control/test_organizer.py +++ b/src/tests/control/test_organizer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_permissions.py b/src/tests/control/test_permissions.py index d2a35284d..3b3c11fc0 100644 --- a/src/tests/control/test_permissions.py +++ b/src/tests/control/test_permissions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_reusable_media.py b/src/tests/control/test_reusable_media.py index 9a4d9a12b..2ef20df84 100644 --- a/src/tests/control/test_reusable_media.py +++ b/src/tests/control/test_reusable_media.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_search.py b/src/tests/control/test_search.py index b2d898763..83c94cc01 100644 --- a/src/tests/control/test_search.py +++ b/src/tests/control/test_search.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_shredders.py b/src/tests/control/test_shredders.py index 2c03eb9e2..c409716ad 100644 --- a/src/tests/control/test_shredders.py +++ b/src/tests/control/test_shredders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_subevents.py b/src/tests/control/test_subevents.py index 55d41f38b..2b82b7094 100644 --- a/src/tests/control/test_subevents.py +++ b/src/tests/control/test_subevents.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_taxrates.py b/src/tests/control/test_taxrates.py index 78cc1953e..62a58a26d 100644 --- a/src/tests/control/test_taxrates.py +++ b/src/tests/control/test_taxrates.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_teams.py b/src/tests/control/test_teams.py index 6391414a4..65c3f2b0b 100644 --- a/src/tests/control/test_teams.py +++ b/src/tests/control/test_teams.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_updatecheck.py b/src/tests/control/test_updatecheck.py index b6fcc63bf..3bf41ffdb 100644 --- a/src/tests/control/test_updatecheck.py +++ b/src/tests/control/test_updatecheck.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_user.py b/src/tests/control/test_user.py index 553ab55b6..8c80ac280 100644 --- a/src/tests/control/test_user.py +++ b/src/tests/control/test_user.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_views.py b/src/tests/control/test_views.py index 6f06dd104..d73021ddd 100644 --- a/src/tests/control/test_views.py +++ b/src/tests/control/test_views.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_vouchers.py b/src/tests/control/test_vouchers.py index 81682f2f2..874b44574 100644 --- a/src/tests/control/test_vouchers.py +++ b/src/tests/control/test_vouchers.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_waitinglist.py b/src/tests/control/test_waitinglist.py index 13221bbdb..ea92dae2c 100644 --- a/src/tests/control/test_waitinglist.py +++ b/src/tests/control/test_waitinglist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/control/test_webhooks.py b/src/tests/control/test_webhooks.py index e59e5bd34..97f1e773b 100644 --- a/src/tests/control/test_webhooks.py +++ b/src/tests/control/test_webhooks.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/doc/__init__.py b/src/tests/doc/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/doc/__init__.py +++ b/src/tests/doc/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/doc/test_signals.py b/src/tests/doc/test_signals.py index af73a530d..7526fa101 100644 --- a/src/tests/doc/test_signals.py +++ b/src/tests/doc/test_signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/__init__.py b/src/tests/helpers/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/helpers/__init__.py +++ b/src/tests/helpers/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_daterange.py b/src/tests/helpers/test_daterange.py index 8acd60716..0654c69c2 100644 --- a/src/tests/helpers/test_daterange.py +++ b/src/tests/helpers/test_daterange.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_format.py b/src/tests/helpers/test_format.py index 6165fe622..5ab5c2569 100644 --- a/src/tests/helpers/test_format.py +++ b/src/tests/helpers/test_format.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_i18n.py b/src/tests/helpers/test_i18n.py index 07cee55ad..1c1306dce 100644 --- a/src/tests/helpers/test_i18n.py +++ b/src/tests/helpers/test_i18n.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_jsonlogic.py b/src/tests/helpers/test_jsonlogic.py index 674c1c943..ab73f8295 100644 --- a/src/tests/helpers/test_jsonlogic.py +++ b/src/tests/helpers/test_jsonlogic.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_jsonlogic_boolalg.py b/src/tests/helpers/test_jsonlogic_boolalg.py index db17bc7f1..63c11f934 100644 --- a/src/tests/helpers/test_jsonlogic_boolalg.py +++ b/src/tests/helpers/test_jsonlogic_boolalg.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_safe_openpyxl.py b/src/tests/helpers/test_safe_openpyxl.py index 64e53e155..050878ca7 100644 --- a/src/tests/helpers/test_safe_openpyxl.py +++ b/src/tests/helpers/test_safe_openpyxl.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_thumb.py b/src/tests/helpers/test_thumb.py index 9757b1d05..29a7904f6 100644 --- a/src/tests/helpers/test_thumb.py +++ b/src/tests/helpers/test_thumb.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/helpers/test_urls.py b/src/tests/helpers/test_urls.py index 300a731e6..eabbed0f3 100644 --- a/src/tests/helpers/test_urls.py +++ b/src/tests/helpers/test_urls.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/multidomain/__init__.py b/src/tests/multidomain/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/multidomain/__init__.py +++ b/src/tests/multidomain/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/multidomain/test_middlewares.py b/src/tests/multidomain/test_middlewares.py index acbba5c03..9fc488d41 100644 --- a/src/tests/multidomain/test_middlewares.py +++ b/src/tests/multidomain/test_middlewares.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/multidomain/test_plugin_handler.py b/src/tests/multidomain/test_plugin_handler.py index 384765ef3..8a8057cb1 100644 --- a/src/tests/multidomain/test_plugin_handler.py +++ b/src/tests/multidomain/test_plugin_handler.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/multidomain/test_templatetag.py b/src/tests/multidomain/test_templatetag.py index a95edf83b..3a7d36190 100644 --- a/src/tests/multidomain/test_templatetag.py +++ b/src/tests/multidomain/test_templatetag.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/multidomain/test_urlreverse.py b/src/tests/multidomain/test_urlreverse.py index 69c13f67b..61211c4ef 100644 --- a/src/tests/multidomain/test_urlreverse.py +++ b/src/tests/multidomain/test_urlreverse.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/__init__.py b/src/tests/plugins/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/__init__.py +++ b/src/tests/plugins/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/autocheckin/__init__.py b/src/tests/plugins/autocheckin/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/autocheckin/__init__.py +++ b/src/tests/plugins/autocheckin/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/autocheckin/conftest.py b/src/tests/plugins/autocheckin/conftest.py index bbd24d975..d8b3b9e48 100644 --- a/src/tests/plugins/autocheckin/conftest.py +++ b/src/tests/plugins/autocheckin/conftest.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/autocheckin/test_api.py b/src/tests/plugins/autocheckin/test_api.py index 8ec9bb96e..af5f45762 100644 --- a/src/tests/plugins/autocheckin/test_api.py +++ b/src/tests/plugins/autocheckin/test_api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/autocheckin/test_checkin.py b/src/tests/plugins/autocheckin/test_checkin.py index 9d6789593..fb757778b 100644 --- a/src/tests/plugins/autocheckin/test_checkin.py +++ b/src/tests/plugins/autocheckin/test_checkin.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/autocheckin/test_control.py b/src/tests/plugins/autocheckin/test_control.py index 04b36e12c..610400f60 100644 --- a/src/tests/plugins/autocheckin/test_control.py +++ b/src/tests/plugins/autocheckin/test_control.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/badges/__init__.py b/src/tests/plugins/badges/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/badges/__init__.py +++ b/src/tests/plugins/badges/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/badges/test_api.py b/src/tests/plugins/badges/test_api.py index 0bb854f3b..f7feca60f 100644 --- a/src/tests/plugins/badges/test_api.py +++ b/src/tests/plugins/badges/test_api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/badges/test_control.py b/src/tests/plugins/badges/test_control.py index 1615258c9..9053e18a1 100644 --- a/src/tests/plugins/badges/test_control.py +++ b/src/tests/plugins/badges/test_control.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/badges/test_pdf.py b/src/tests/plugins/badges/test_pdf.py index 57dd2e863..8dcdc8554 100644 --- a/src/tests/plugins/badges/test_pdf.py +++ b/src/tests/plugins/badges/test_pdf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/__init__.py b/src/tests/plugins/banktransfer/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/banktransfer/__init__.py +++ b/src/tests/plugins/banktransfer/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_actions.py b/src/tests/plugins/banktransfer/test_actions.py index 81d0e5ad8..11dd96311 100644 --- a/src/tests/plugins/banktransfer/test_actions.py +++ b/src/tests/plugins/banktransfer/test_actions.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_api.py b/src/tests/plugins/banktransfer/test_api.py index 6d3c9107e..4300c8525 100644 --- a/src/tests/plugins/banktransfer/test_api.py +++ b/src/tests/plugins/banktransfer/test_api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_csvparser.py b/src/tests/plugins/banktransfer/test_csvparser.py index c2aea00ac..9939a1ba5 100644 --- a/src/tests/plugins/banktransfer/test_csvparser.py +++ b/src/tests/plugins/banktransfer/test_csvparser.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_import.py b/src/tests/plugins/banktransfer/test_import.py index f0cb54a5f..925289119 100644 --- a/src/tests/plugins/banktransfer/test_import.py +++ b/src/tests/plugins/banktransfer/test_import.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_mt940.py b/src/tests/plugins/banktransfer/test_mt940.py index 8a6a46aa6..3fa4c8e93 100644 --- a/src/tests/plugins/banktransfer/test_mt940.py +++ b/src/tests/plugins/banktransfer/test_mt940.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_parsing.py b/src/tests/plugins/banktransfer/test_parsing.py index e338c3c6d..78bac2aae 100644 --- a/src/tests/plugins/banktransfer/test_parsing.py +++ b/src/tests/plugins/banktransfer/test_parsing.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_refund.py b/src/tests/plugins/banktransfer/test_refund.py index 8cdcb8a51..02b689e8a 100644 --- a/src/tests/plugins/banktransfer/test_refund.py +++ b/src/tests/plugins/banktransfer/test_refund.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/banktransfer/test_refund_export.py b/src/tests/plugins/banktransfer/test_refund_export.py index 527985ecb..b054afff7 100644 --- a/src/tests/plugins/banktransfer/test_refund_export.py +++ b/src/tests/plugins/banktransfer/test_refund_export.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal/__init__.py b/src/tests/plugins/paypal/__init__.py index c4b4deab3..fe627f44f 100644 --- a/src/tests/plugins/paypal/__init__.py +++ b/src/tests/plugins/paypal/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal/test_checkout.py b/src/tests/plugins/paypal/test_checkout.py index 0dd923a46..9eb068736 100644 --- a/src/tests/plugins/paypal/test_checkout.py +++ b/src/tests/plugins/paypal/test_checkout.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal/test_settings.py b/src/tests/plugins/paypal/test_settings.py index d9a4729d1..eb78411dd 100644 --- a/src/tests/plugins/paypal/test_settings.py +++ b/src/tests/plugins/paypal/test_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal/test_webhook.py b/src/tests/plugins/paypal/test_webhook.py index 31c60cb9c..1d5c74516 100644 --- a/src/tests/plugins/paypal/test_webhook.py +++ b/src/tests/plugins/paypal/test_webhook.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal2/__init__.py b/src/tests/plugins/paypal2/__init__.py index c4b4deab3..fe627f44f 100644 --- a/src/tests/plugins/paypal2/__init__.py +++ b/src/tests/plugins/paypal2/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal2/test_checkout.py b/src/tests/plugins/paypal2/test_checkout.py index 41b71345a..4bea8edc3 100644 --- a/src/tests/plugins/paypal2/test_checkout.py +++ b/src/tests/plugins/paypal2/test_checkout.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal2/test_settings.py b/src/tests/plugins/paypal2/test_settings.py index 686c37dba..24a2a74ef 100644 --- a/src/tests/plugins/paypal2/test_settings.py +++ b/src/tests/plugins/paypal2/test_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/paypal2/test_webhook.py b/src/tests/plugins/paypal2/test_webhook.py index 390b1c7dd..2c0cf68a2 100644 --- a/src/tests/plugins/paypal2/test_webhook.py +++ b/src/tests/plugins/paypal2/test_webhook.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/sendmail/__init__.py b/src/tests/plugins/sendmail/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/sendmail/__init__.py +++ b/src/tests/plugins/sendmail/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/sendmail/conftest.py b/src/tests/plugins/sendmail/conftest.py index 6c4d7ef32..3081c975b 100644 --- a/src/tests/plugins/sendmail/conftest.py +++ b/src/tests/plugins/sendmail/conftest.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/sendmail/test_rules.py b/src/tests/plugins/sendmail/test_rules.py index bb2900b0a..58f26aaae 100644 --- a/src/tests/plugins/sendmail/test_rules.py +++ b/src/tests/plugins/sendmail/test_rules.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/sendmail/test_sendmail.py b/src/tests/plugins/sendmail/test_sendmail.py index d43408b7b..e1322b393 100644 --- a/src/tests/plugins/sendmail/test_sendmail.py +++ b/src/tests/plugins/sendmail/test_sendmail.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/stripe/__init__.py b/src/tests/plugins/stripe/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/stripe/__init__.py +++ b/src/tests/plugins/stripe/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/stripe/test_checkout.py b/src/tests/plugins/stripe/test_checkout.py index fbeb0c4cd..ee6a77684 100644 --- a/src/tests/plugins/stripe/test_checkout.py +++ b/src/tests/plugins/stripe/test_checkout.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/stripe/test_provider.py b/src/tests/plugins/stripe/test_provider.py index 9234709f6..43f9e6317 100644 --- a/src/tests/plugins/stripe/test_provider.py +++ b/src/tests/plugins/stripe/test_provider.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/stripe/test_settings.py b/src/tests/plugins/stripe/test_settings.py index 0b3dc1f04..12ecbf4b2 100644 --- a/src/tests/plugins/stripe/test_settings.py +++ b/src/tests/plugins/stripe/test_settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/stripe/test_webhook.py b/src/tests/plugins/stripe/test_webhook.py index 40b98480d..3885e6762 100644 --- a/src/tests/plugins/stripe/test_webhook.py +++ b/src/tests/plugins/stripe/test_webhook.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/test_checkinlist.py b/src/tests/plugins/test_checkinlist.py index 795474a77..6f53bd35b 100644 --- a/src/tests/plugins/test_checkinlist.py +++ b/src/tests/plugins/test_checkinlist.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/test_returnurl.py b/src/tests/plugins/test_returnurl.py index 7b55c1d6c..c37a1346f 100644 --- a/src/tests/plugins/test_returnurl.py +++ b/src/tests/plugins/test_returnurl.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/ticketoutputpdf/__init__.py b/src/tests/plugins/ticketoutputpdf/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/plugins/ticketoutputpdf/__init__.py +++ b/src/tests/plugins/ticketoutputpdf/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/ticketoutputpdf/test_api.py b/src/tests/plugins/ticketoutputpdf/test_api.py index 7f6551e0b..533eb1bf3 100644 --- a/src/tests/plugins/ticketoutputpdf/test_api.py +++ b/src/tests/plugins/ticketoutputpdf/test_api.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/ticketoutputpdf/test_control.py b/src/tests/plugins/ticketoutputpdf/test_control.py index c217be890..e0ca09b1d 100644 --- a/src/tests/plugins/ticketoutputpdf/test_control.py +++ b/src/tests/plugins/ticketoutputpdf/test_control.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/ticketoutputpdf/test_defaults_and_copy.py b/src/tests/plugins/ticketoutputpdf/test_defaults_and_copy.py index 8f555ee93..d5b12ba90 100644 --- a/src/tests/plugins/ticketoutputpdf/test_defaults_and_copy.py +++ b/src/tests/plugins/ticketoutputpdf/test_defaults_and_copy.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/plugins/ticketoutputpdf/test_ticketoutputpdf.py b/src/tests/plugins/ticketoutputpdf/test_ticketoutputpdf.py index d4e9a6bc3..11bb8be74 100644 --- a/src/tests/plugins/ticketoutputpdf/test_ticketoutputpdf.py +++ b/src/tests/plugins/ticketoutputpdf/test_ticketoutputpdf.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/__init__.py b/src/tests/presale/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/presale/__init__.py +++ b/src/tests/presale/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_bundle_prices.py b/src/tests/presale/test_bundle_prices.py index ca56062e7..8693dea28 100644 --- a/src/tests/presale/test_bundle_prices.py +++ b/src/tests/presale/test_bundle_prices.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_cart.py b/src/tests/presale/test_cart.py index da78c4628..219a46ed9 100644 --- a/src/tests/presale/test_cart.py +++ b/src/tests/presale/test_cart.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_checkout.py b/src/tests/presale/test_checkout.py index 553db80cf..baf197b64 100644 --- a/src/tests/presale/test_checkout.py +++ b/src/tests/presale/test_checkout.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_checkoutflow.py b/src/tests/presale/test_checkoutflow.py index 055b2415c..1d4a39e0a 100644 --- a/src/tests/presale/test_checkoutflow.py +++ b/src/tests/presale/test_checkoutflow.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_customer.py b/src/tests/presale/test_customer.py index 01474734f..82d18f85a 100644 --- a/src/tests/presale/test_customer.py +++ b/src/tests/presale/test_customer.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_event.py b/src/tests/presale/test_event.py index 4e5fb89b0..15f3b7899 100644 --- a/src/tests/presale/test_event.py +++ b/src/tests/presale/test_event.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_locale.py b/src/tests/presale/test_locale.py index 4ed4b62f6..bb1874b1b 100644 --- a/src/tests/presale/test_locale.py +++ b/src/tests/presale/test_locale.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_oidc_op.py b/src/tests/presale/test_oidc_op.py index 161c16d55..af3e76b9d 100644 --- a/src/tests/presale/test_oidc_op.py +++ b/src/tests/presale/test_oidc_op.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_order_change.py b/src/tests/presale/test_order_change.py index af49fc0f1..3ebc21e97 100644 --- a/src/tests/presale/test_order_change.py +++ b/src/tests/presale/test_order_change.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_orders.py b/src/tests/presale/test_orders.py index 8ce916cae..583177df5 100644 --- a/src/tests/presale/test_orders.py +++ b/src/tests/presale/test_orders.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_organizer_page.py b/src/tests/presale/test_organizer_page.py index 053f281e0..ead641455 100644 --- a/src/tests/presale/test_organizer_page.py +++ b/src/tests/presale/test_organizer_page.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_style.py b/src/tests/presale/test_style.py index e71124f88..158cfef25 100644 --- a/src/tests/presale/test_style.py +++ b/src/tests/presale/test_style.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_timemachine.py b/src/tests/presale/test_timemachine.py index 0eed1de6d..92261b328 100644 --- a/src/tests/presale/test_timemachine.py +++ b/src/tests/presale/test_timemachine.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/presale/test_widget.py b/src/tests/presale/test_widget.py index a11b3c909..7a097558c 100644 --- a/src/tests/presale/test_widget.py +++ b/src/tests/presale/test_widget.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/settings.py b/src/tests/settings.py index 39ab239a1..e5d6f96de 100644 --- a/src/tests/settings.py +++ b/src/tests/settings.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/test_crashing.py b/src/tests/test_crashing.py index a6db06e44..6356f83c0 100644 --- a/src/tests/test_crashing.py +++ b/src/tests/test_crashing.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/__init__.py b/src/tests/testdummy/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummy/__init__.py +++ b/src/tests/testdummy/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/apps.py b/src/tests/testdummy/apps.py index 818642209..e85c69de4 100644 --- a/src/tests/testdummy/apps.py +++ b/src/tests/testdummy/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/auth.py b/src/tests/testdummy/auth.py index ccfef92c8..9cb558c7b 100644 --- a/src/tests/testdummy/auth.py +++ b/src/tests/testdummy/auth.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/models.py b/src/tests/testdummy/models.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummy/models.py +++ b/src/tests/testdummy/models.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/payment.py b/src/tests/testdummy/payment.py index c8b4f2345..827ce3de9 100644 --- a/src/tests/testdummy/payment.py +++ b/src/tests/testdummy/payment.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/signals.py b/src/tests/testdummy/signals.py index d2bd30ae2..3fcc84a8f 100644 --- a/src/tests/testdummy/signals.py +++ b/src/tests/testdummy/signals.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummy/ticketoutput.py b/src/tests/testdummy/ticketoutput.py index df02557ad..204f4a661 100644 --- a/src/tests/testdummy/ticketoutput.py +++ b/src/tests/testdummy/ticketoutput.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyhidden/__init__.py b/src/tests/testdummyhidden/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummyhidden/__init__.py +++ b/src/tests/testdummyhidden/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyhidden/apps.py b/src/tests/testdummyhidden/apps.py index 23e499b80..788763145 100644 --- a/src/tests/testdummyhidden/apps.py +++ b/src/tests/testdummyhidden/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyhybrid/__init__.py b/src/tests/testdummyhybrid/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummyhybrid/__init__.py +++ b/src/tests/testdummyhybrid/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyhybrid/apps.py b/src/tests/testdummyhybrid/apps.py index fac15229a..bcd78473c 100644 --- a/src/tests/testdummyhybrid/apps.py +++ b/src/tests/testdummyhybrid/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyorga/__init__.py b/src/tests/testdummyorga/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummyorga/__init__.py +++ b/src/tests/testdummyorga/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyorga/apps.py b/src/tests/testdummyorga/apps.py index d7af97e5b..afa831eb6 100644 --- a/src/tests/testdummyorga/apps.py +++ b/src/tests/testdummyorga/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyorgarestricted/__init__.py b/src/tests/testdummyorgarestricted/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummyorgarestricted/__init__.py +++ b/src/tests/testdummyorgarestricted/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyorgarestricted/apps.py b/src/tests/testdummyorgarestricted/apps.py index 324b99545..397113538 100644 --- a/src/tests/testdummyorgarestricted/apps.py +++ b/src/tests/testdummyorgarestricted/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyrestricted/__init__.py b/src/tests/testdummyrestricted/__init__.py index 9fd5bdc50..9616a7bf6 100644 --- a/src/tests/testdummyrestricted/__init__.py +++ b/src/tests/testdummyrestricted/__init__.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License. diff --git a/src/tests/testdummyrestricted/apps.py b/src/tests/testdummyrestricted/apps.py index ea3d938fb..685674947 100644 --- a/src/tests/testdummyrestricted/apps.py +++ b/src/tests/testdummyrestricted/apps.py @@ -1,8 +1,8 @@ # # This file is part of pretix (Community Edition). # -# Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2021 rami.io GmbH and contributors +# Copyright (C) 2014-2020 Raphael Michel and contributors +# Copyright (C) 2020-today pretix GmbH and contributors # # 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 in version 3 of the License.