From 0641c26a69e2ba9ed89256f0fe1350f3e7bf43a2 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 12 Mar 2011 13:19:36 +0000 Subject: [PATCH] + GPLv3 headers --- src/indexer/kiwix-index.cpp | 19 +++++++++++++++++++ src/server/kiwix-serve.cpp | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/indexer/kiwix-index.cpp b/src/indexer/kiwix-index.cpp index ddafa3f..70f32b4 100644 --- a/src/indexer/kiwix-index.cpp +++ b/src/indexer/kiwix-index.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2011 Emmanuel Engelhart + * + * This program 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 + * any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #include #include #include diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 2d35510..626b0c1 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2011 Emmanuel Engelhart + * + * This program 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 + * any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #include #include #include