From e5f4a0e3d58baa722336494e178595aabf183361 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Mon, 18 May 2015 07:56:52 -0300 Subject: [PATCH] Bug 11081: (followup) Add license information MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Demians Signed-off-by: Kyle M Hall Signed-off-by: Frédéric Demians Signed-off-by: Brendan A Gallagher --- Koha/Indexer/Daemon.pm | 17 +++++++++++++++++ Koha/Indexer/Indexing.pm | 17 +++++++++++++++++ Koha/Indexer/RecordReader.pm | 17 +++++++++++++++++ Koha/Indexer/RecordWriter.pm | 17 +++++++++++++++++ misc/bin/koha-index | 17 +++++++++++++++++ misc/bin/koha-index-daemon | 16 ++++++++++++++++ 6 files changed, 101 insertions(+) diff --git a/Koha/Indexer/Daemon.pm b/Koha/Indexer/Daemon.pm index 18519695da..bdb04442d7 100644 --- a/Koha/Indexer/Daemon.pm +++ b/Koha/Indexer/Daemon.pm @@ -1,3 +1,20 @@ +# This file is part of Koha. +# +# Copyright (C) 2013 Tamil s.a.r.l. +# +# 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 . + package Koha::Indexer::Daemon; use Moose; diff --git a/Koha/Indexer/Indexing.pm b/Koha/Indexer/Indexing.pm index 61f8fab56d..b35ef379d8 100644 --- a/Koha/Indexer/Indexing.pm +++ b/Koha/Indexer/Indexing.pm @@ -1,3 +1,20 @@ +# This file is part of Koha. +# +# Copyright (C) 2013 Tamil s.a.r.l. +# +# 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 . + package Koha::Indexer::Indexing; use Moose; diff --git a/Koha/Indexer/RecordReader.pm b/Koha/Indexer/RecordReader.pm index 4a423113f3..42742615b9 100644 --- a/Koha/Indexer/RecordReader.pm +++ b/Koha/Indexer/RecordReader.pm @@ -1,3 +1,20 @@ +# This file is part of Koha. +# +# Copyright (C) 2013 Tamil s.a.r.l. +# +# 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 . + package Koha::Indexer::RecordReader; use Moose; diff --git a/Koha/Indexer/RecordWriter.pm b/Koha/Indexer/RecordWriter.pm index cc2dfe134e..aa7c633231 100644 --- a/Koha/Indexer/RecordWriter.pm +++ b/Koha/Indexer/RecordWriter.pm @@ -1,3 +1,20 @@ +# This file is part of Koha. +# +# Copyright (C) 2013 Tamil s.a.r.l. +# +# 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 . + package Koha::Indexer::RecordWriter; use Moose; diff --git a/misc/bin/koha-index b/misc/bin/koha-index index d578ab3a6d..b64e18e56f 100755 --- a/misc/bin/koha-index +++ b/misc/bin/koha-index @@ -1,4 +1,21 @@ #!/usr/bin/perl +# This file is part of Koha. +# +# Copyright (C) 2013 Tamil s.a.r.l. +# +# 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 . + package Main; diff --git a/misc/bin/koha-index-daemon b/misc/bin/koha-index-daemon index 5ff19bc179..2b2725030a 100755 --- a/misc/bin/koha-index-daemon +++ b/misc/bin/koha-index-daemon @@ -1,4 +1,20 @@ #!/usr/bin/perl +# This file is part of Koha. +# +# Copyright (C) 2013 Tamil s.a.r.l. +# +# 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 . package Main; -- 2.20.1