X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0def7bcb965d56cfa88c7e5a1676905b02f84ab6..e16f5c5d7985b8e501c6810abf5e540326e392f1:/src/api/migrations/0004_bookuserdata_last_changed.py?ds=inline

diff --git a/src/api/migrations/0004_bookuserdata_last_changed.py b/src/api/migrations/0004_bookuserdata_last_changed.py
index f42c4054e..1e6f04715 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 Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 import datetime
+from django.db import migrations, models
 from django.utils.timezone import utc