Fundraising in PDF.
[wolnelektury.git] / src / api / renderers.py
index b5b63c6..3ccf1a2 100644 (file)
@@ -1,3 +1,6 @@
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from rest_framework_xml.renderers import XMLRenderer
 
 
@@ -8,4 +11,3 @@ class LegacyXMLRenderer(XMLRenderer):
 
     item_tag_name = 'resource'
     root_tag_name = 'response'
-