X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSearchEngine%2FSearch.pm;h=1a578872420b5b8097e85797b7f5fa8aa7743843;hb=b264e398401723e05e1f5dff62c426254e7066ec;hp=8d9b46930500895ddbca98cc7d179b160d715fad;hpb=60b6c187c46614431f109512c740a3bcf077f342;p=koha_fer diff --git a/Koha/SearchEngine/Search.pm b/Koha/SearchEngine/Search.pm index 8d9b469305..1a57887242 100644 --- a/Koha/SearchEngine/Search.pm +++ b/Koha/SearchEngine/Search.pm @@ -1,4 +1,22 @@ package Koha::SearchEngine::Search; + +# 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;