X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6a259b96cff47e1fd64cbfd6f3d1e1d8e8b6486c..f0114e5a98422c573e9389688cfa51a257c00f0d:/apps/catalogue/signals.py?ds=sidebyside

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()