From c06a5709da3dac3ddcdfc74271f416d7d25e6240 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 1 Apr 2025 17:22:20 +0200 Subject: [PATCH] use 2021 in license header --- src/pretix/base/datasync/datasync.py | 2 +- src/pretix/base/datasync/sourcefields.py | 2 +- src/pretix/base/migrations/0280_ordersync.py | 2 +- src/pretix/control/datasync.py | 2 +- src/pretix/control/forms/mapping.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pretix/base/datasync/datasync.py b/src/pretix/base/datasync/datasync.py index 4376c6f0ba..46481f0166 100644 --- a/src/pretix/base/datasync/datasync.py +++ b/src/pretix/base/datasync/datasync.py @@ -2,7 +2,7 @@ # This file is part of pretix (Community Edition). # # Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2025 rami.io GmbH and contributors +# Copyright (C) 2020-2021 rami.io GmbH and contributors # # This program is free software: you can redistribute it and/or modify it under the terms of 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 ae167097ab..21c92cb861 100644 --- a/src/pretix/base/datasync/sourcefields.py +++ b/src/pretix/base/datasync/sourcefields.py @@ -2,7 +2,7 @@ # This file is part of pretix (Community Edition). # # Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2025 rami.io GmbH and contributors +# Copyright (C) 2020-2021 rami.io GmbH and contributors # # This program is free software: you can redistribute it and/or modify it under the terms of 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/migrations/0280_ordersync.py b/src/pretix/base/migrations/0280_ordersync.py index e0aa483f67..4ca4a29991 100644 --- a/src/pretix/base/migrations/0280_ordersync.py +++ b/src/pretix/base/migrations/0280_ordersync.py @@ -1,7 +1,7 @@ # Generated by Django 4.2.16 on 2025-04-01 14:52 -from django.db import migrations, models import django.db.models.deletion +from django.db import migrations, models class Migration(migrations.Migration): diff --git a/src/pretix/control/datasync.py b/src/pretix/control/datasync.py index a0de91b514..2387b136b4 100644 --- a/src/pretix/control/datasync.py +++ b/src/pretix/control/datasync.py @@ -2,7 +2,7 @@ # This file is part of pretix (Community Edition). # # Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2025 rami.io GmbH and contributors +# Copyright (C) 2020-2021 rami.io GmbH and contributors # # This program is free software: you can redistribute it and/or modify it under the terms of 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 794052e375..3dd5a1a7c8 100644 --- a/src/pretix/control/forms/mapping.py +++ b/src/pretix/control/forms/mapping.py @@ -2,7 +2,7 @@ # This file is part of pretix (Community Edition). # # Copyright (C) 2014-2020 Raphael Michel and contributors -# Copyright (C) 2020-2025 rami.io GmbH and contributors +# Copyright (C) 2020-2021 rami.io GmbH and contributors # # This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General # Public License as published by the Free Software Foundation in version 3 of the License.