license and notices
[koed-quiz.git] / apps / quiz / admin.py
index ce56cc8..6a2137c 100644 (file)
@@ -1,3 +1,7 @@
+# -*- coding: utf-8 -*-
+# This file is part of KOED-Quiz, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from django.contrib import admin
 
 from quiz.models import Quiz, Question, Result, Answer