X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b34b62e9545e4c8a887c4ea54203082fb6ecec42..1e8106c22075bb70882feb849f716acc008d43f4:/apps/search/views.py

diff --git a/apps/search/views.py b/apps/search/views.py
index 9a0b469a1..dc9e27b51 100644
--- a/apps/search/views.py
+++ b/apps/search/views.py
@@ -1,5 +1,7 @@
 # -*- coding: utf-8 -*-
-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from django.conf import settings
 from django.shortcuts import render_to_response, get_object_or_404
 from django.template import RequestContext