Bug 11081: (followup) Add license information
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Mon, 18 May 2015 10:56:52 +0000 (07:56 -0300)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Wed, 27 Jan 2016 06:30:44 +0000 (06:30 +0000)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Koha/Indexer/Daemon.pm
Koha/Indexer/Indexing.pm
Koha/Indexer/RecordReader.pm
Koha/Indexer/RecordWriter.pm
misc/bin/koha-index
misc/bin/koha-index-daemon

index 1851969..bdb0444 100644 (file)
@@ -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 <http://www.gnu.org/licenses>.
+
 package Koha::Indexer::Daemon;
 
 use Moose;
index 61f8fab..b35ef37 100644 (file)
@@ -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 <http://www.gnu.org/licenses>.
+
 package Koha::Indexer::Indexing;
 
 use Moose;
index 4a42311..4274261 100644 (file)
@@ -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 <http://www.gnu.org/licenses>.
+
 package Koha::Indexer::RecordReader;
 
 use Moose;
index cc2dfe1..aa7c633 100644 (file)
@@ -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 <http://www.gnu.org/licenses>.
+
 package Koha::Indexer::RecordWriter;
 use Moose;
 
index d578ab3..b64e18e 100755 (executable)
@@ -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 <http://www.gnu.org/licenses>.
+
 
 package Main;
 
index 5ff19bc..2b27250 100755 (executable)
@@ -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 <http://www.gnu.org/licenses>.
 
 package Main;