Some housekeeping
[redakcja.git] / src / dvcs / tests / models.py
index 61174c1..dd57b05 100644 (file)
@@ -1,5 +1,7 @@
+# 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):
     pass