X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSearchEngine.pm;h=6cfc46197a1311718136b22b703da3d6dfb72f36;hb=ef5d4f3c62957100dae0948a44bd27a2159892b4;hp=407156f229eb6807ca50433e3fa0c5c37319ebe1;hpb=31a0ed0a43bb4ecfde0b762eb6e654c51da6f66e;p=koha_fer diff --git a/Koha/SearchEngine.pm b/Koha/SearchEngine.pm index 407156f229..6cfc46197a 100644 --- a/Koha/SearchEngine.pm +++ b/Koha/SearchEngine.pm @@ -1,5 +1,22 @@ package Koha::SearchEngine; +# This file is part of Koha. +# +# Copyright 2012 BibLibre +# +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# Koha 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . + use Moose; use C4::Context; use Koha::SearchEngine::Config;