X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..c6537f136f4ec0230f5e7c71dd1abf9616151a47:/src/newtagging/managers.py

diff --git a/src/newtagging/managers.py b/src/newtagging/managers.py
index 0bfec5413..b9a754378 100644
--- a/src/newtagging/managers.py
+++ b/src/newtagging/managers.py
@@ -1,4 +1,6 @@
-# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 """
 Custom managers for Django models registered with the tagging
 application.
@@ -78,4 +80,3 @@ class TagDescriptor(object):
 
     def __del__(self, instance):
         self.tag_model.objects.update_tags(instance, [])
-