[Mpuls-commits] r5822 - in base/trunk/mpulsweb: controllers lib

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 21 11:11:30 CET 2012


Author: roland
Date: 2012-02-21 11:11:30 +0100 (Tue, 21 Feb 2012)
New Revision: 5822

Modified:
   base/trunk/mpulsweb/controllers/case_overview.py
   base/trunk/mpulsweb/lib/search.py
Log:
Add missing copyright header

Modified: base/trunk/mpulsweb/controllers/case_overview.py
===================================================================
--- base/trunk/mpulsweb/controllers/case_overview.py	2012-02-20 12:45:45 UTC (rev 5821)
+++ base/trunk/mpulsweb/controllers/case_overview.py	2012-02-21 10:11:30 UTC (rev 5822)
@@ -1,4 +1,21 @@
 # -*- coding: utf-8 -*-
+# Copyright 2012 Intevation GmbH, Germany, <info at intevation.de>
+#
+# This file is part of MPULS (CoMPUter-based case fiLeS).
+#
+# MPULS is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Affero General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# MPULS is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
+# License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with MPULS. If not, see <http://www.gnu.org/licenses/>.
+
 import re
 import logging
 

Modified: base/trunk/mpulsweb/lib/search.py
===================================================================
--- base/trunk/mpulsweb/lib/search.py	2012-02-20 12:45:45 UTC (rev 5821)
+++ base/trunk/mpulsweb/lib/search.py	2012-02-21 10:11:30 UTC (rev 5822)
@@ -1,4 +1,21 @@
 # -*- coding: utf-8 -*-
+# Copyright 2012 Intevation GmbH, Germany, <info at intevation.de>
+#
+# This file is part of MPULS (CoMPUter-based case fiLeS).
+#
+# MPULS is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Affero General Public License as published by the
+# Free Software Foundation, either version 3 of the License, or (at your
+# option) any later version.
+#
+# MPULS is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public
+# License for more details.
+#
+# You should have received a copy of the GNU Affero General Public
+# License along with MPULS. If not, see <http://www.gnu.org/licenses/>.
+
 import logging
 import re
 import functools



More information about the Mpuls-commits mailing list