X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/875efc3090b43807d41438a98f3e84ceafecab51..aa5bd5145e825b6b828ef0e4781e75c10dcace71:/src/api/migrations/0004_bookuserdata_last_changed.py

diff --git a/src/api/migrations/0004_bookuserdata_last_changed.py b/src/api/migrations/0004_bookuserdata_last_changed.py
index f42c4054e..d00ac8bd6 100644
--- a/src/api/migrations/0004_bookuserdata_last_changed.py
+++ b/src/api/migrations/0004_bookuserdata_last_changed.py
@@ -1,8 +1,8 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import migrations, models
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 import datetime
+from django.db import migrations, models
 from django.utils.timezone import utc