X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..18aa8ca52202003e5628a882f3469a04d905cc05:/src/api/renderers.py diff --git a/src/api/renderers.py b/src/api/renderers.py index 57edec3fb..3ccf1a2fb 100644 --- a/src/api/renderers.py +++ b/src/api/renderers.py @@ -1,5 +1,5 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# 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 @@ -11,4 +11,3 @@ class LegacyXMLRenderer(XMLRenderer): item_tag_name = 'resource' root_tag_name = 'response' -