X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ce8d791a5298e0cb2569034aec4c8b57afac97b2..d4236cad86ad81e88673a6b4e08af6d7b1b0064a:/apps/catalogue/signals.py?ds=inline

diff --git a/apps/catalogue/signals.py b/apps/catalogue/signals.py
index 62ca5145..c884df74 100644
--- a/apps/catalogue/signals.py
+++ b/apps/catalogue/signals.py
@@ -1,3 +1,8 @@
+# -*- coding: utf-8 -*-
+#
+# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from django.dispatch import Signal
 
 post_publish = Signal()