X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/15dec706694c3afc006713be0fabb4973a6c2946..0c5403e0b84d85ce6f515e2b8e5bc6190647645f:/src/dvcs/tests/models.py?ds=inline

diff --git a/src/dvcs/tests/models.py b/src/dvcs/tests/models.py
index b2dc93e5..dd57b055 100644
--- a/src/dvcs/tests/models.py
+++ b/src/dvcs/tests/models.py
@@ -1,3 +1,6 @@
+# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from dvcs.models import Document
 
 class ADocument(Document):