X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a2f5e89d46881be85c38c664ffd30dcfe39ad512..HEAD:/src/catalogue/migrations/0023_book_abstract.py diff --git a/src/catalogue/migrations/0023_book_abstract.py b/src/catalogue/migrations/0023_book_abstract.py index 6fed3562a..ee707ec63 100644 --- a/src/catalogue/migrations/0023_book_abstract.py +++ b/src/catalogue/migrations/0023_book_abstract.py @@ -1,6 +1,6 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. +# from django.db import migrations, models