summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-02 15:11:27 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-02 15:11:27 +0200
commit2754156ff156fbb200ce2b36444e2f315f42583c (patch)
tree90e1cc1aa650f25866d47c34c757a503a7d7ea85
parent6e69591846410cef6b278f454e95ae13690f0bae (diff)
downloadeurephia-2754156ff156fbb200ce2b36444e2f315f42583c.tar.gz
eurephia-2754156ff156fbb200ce2b36444e2f315f42583c.tar.xz
eurephia-2754156ff156fbb200ce2b36444e2f315f42583c.zip
Added copyright info in CMake files
-rw-r--r--CMakeLists.txt19
-rw-r--r--common/CMakeLists.txt19
-rw-r--r--database/sqlite/CMakeLists.txt21
-rw-r--r--eurephiadm/CMakeLists.txt19
-rw-r--r--plugin/CMakeLists.txt21
-rw-r--r--plugin/firewall/iptables/CMakeLists.txt19
-rw-r--r--utils/CMakeLists.txt19
-rw-r--r--xslt/eurephiadm/CMakeLists.txt20
8 files changed, 155 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d56b616..976febb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,22 @@
+# cmake rules for eurephia - main file
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
PROJECT(eurephia C)
cmake_minimum_required(VERSION 2.6)
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 8510d79..f2e0223 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,3 +1,22 @@
+# cmake rules for eurephia - common static library
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
PROJECT(eurephiaCOMMON C)
cmake_minimum_required(VERSION 2.6)
diff --git a/database/sqlite/CMakeLists.txt b/database/sqlite/CMakeLists.txt
index d6876e5..c366f67 100644
--- a/database/sqlite/CMakeLists.txt
+++ b/database/sqlite/CMakeLists.txt
@@ -1,4 +1,23 @@
-PROJECT(eurephiadb-sqlite C)
+# cmake rules for eurephia - SQLite3 database driver
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
+PROJECT(edb-sqlite C)
cmake_minimum_required(VERSION 2.6)
INCLUDE(CheckIncludeFile)
INCLUDE(CheckLibraryExists)
diff --git a/eurephiadm/CMakeLists.txt b/eurephiadm/CMakeLists.txt
index 7b2070b..1fb2445 100644
--- a/eurephiadm/CMakeLists.txt
+++ b/eurephiadm/CMakeLists.txt
@@ -1,3 +1,22 @@
+# cmake rules for eurephia - eurephiadm, console admin utility
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
PROJECT(eurephiadm C)
cmake_minimum_required(VERSION 2.6)
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index ba5bff2..a6ab1ee 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -1,4 +1,23 @@
-PROJECT(eurephia-plugin C)
+# cmake rules for eurephia - OpenVPN authentication plugin
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
+PROJECT(eurephia-auth C)
cmake_minimum_required(VERSION 2.6)
# Check for librt functions which we use
diff --git a/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt
index 40667fa..3d75f5c 100644
--- a/plugin/firewall/iptables/CMakeLists.txt
+++ b/plugin/firewall/iptables/CMakeLists.txt
@@ -1,3 +1,22 @@
+# cmake rules for eurephia - iptables firewall driver
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
PROJECT(efw-iptables C)
cmake_minimum_required(VERSION 2.6)
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 7ab1cc0..72ae8c9 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -1,3 +1,22 @@
+# cmake rules for eurephia - utilities
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
PROJECT(eurephia_utils C)
cmake_minimum_required(VERSION 2.6)
diff --git a/xslt/eurephiadm/CMakeLists.txt b/xslt/eurephiadm/CMakeLists.txt
index 6772128..3e5366e 100644
--- a/xslt/eurephiadm/CMakeLists.txt
+++ b/xslt/eurephiadm/CMakeLists.txt
@@ -1,3 +1,23 @@
+# cmake rules for eurephia - XSLT templates for eurephiadm
+#
+# GPLv2 only - Copyright (C) 2008-2009
+# David Sommerseth <dazo@users.sourceforge.net>
+#
+# 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; version 2
+# of the License.
+#
+# 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.
+#
+
#
# XSLT templates to be installed together with eurephiadm
#