Fundraising in PDF.
[wolnelektury.git] / src / newtagging / managers.py
index 0bfec54..4cc7b4f 100644 (file)
@@ -1,4 +1,6 @@
-# -*- coding: utf-8 -*-
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. 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, [])
-