summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-28 15:53:13 +0100
committernorly <ny-git@enpas.org>2015-02-24 00:18:22 +0100
commit5a0dc4a9f9070827686680b59bb4e0611da7930c (patch)
treee934fa6ca547164bbed3a3bcdd85030f1b80c94e /include
parent88a99f6bafe7140711fa0095043c856fd8c44dc7 (diff)
GPLv2 release
Diffstat (limited to 'include')
-rw-r--r--include/elfhandle.h15
-rw-r--r--include/libelfu/debug.h15
-rw-r--r--include/libelfu/elfops.h15
-rw-r--r--include/libelfu/generic.h15
-rw-r--r--include/libelfu/libelfu.h15
-rw-r--r--include/libelfu/modelops.h15
-rw-r--r--include/libelfu/types.h15
7 files changed, 105 insertions, 0 deletions
diff --git a/include/elfhandle.h b/include/elfhandle.h
index e948180..1fb43f9 100644
--- a/include/elfhandle.h
+++ b/include/elfhandle.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __ELFHANDLE_H__
#define __ELFHANDLE_H__
diff --git a/include/libelfu/debug.h b/include/libelfu/debug.h
index b9f9161..6728697 100644
--- a/include/libelfu/debug.h
+++ b/include/libelfu/debug.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __LIBELFU_DEBUG_H_
#define __LIBELFU_DEBUG_H_
diff --git a/include/libelfu/elfops.h b/include/libelfu/elfops.h
index dde51bc..dca8dfa 100644
--- a/include/libelfu/elfops.h
+++ b/include/libelfu/elfops.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
/*!
* @file elfops.h
* @brief Operations offered by libelfu on libelf handles
diff --git a/include/libelfu/generic.h b/include/libelfu/generic.h
index ed774b1..67e1bc6 100644
--- a/include/libelfu/generic.h
+++ b/include/libelfu/generic.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __LIBELFU_GENERIC_H__
#define __LIBELFU_GENERIC_H__
diff --git a/include/libelfu/libelfu.h b/include/libelfu/libelfu.h
index 328a75d..da775a5 100644
--- a/include/libelfu/libelfu.h
+++ b/include/libelfu/libelfu.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef __LIBELFU_LIBELFU_H__
#define __LIBELFU_LIBELFU_H__
diff --git a/include/libelfu/modelops.h b/include/libelfu/modelops.h
index 92f863f..0602d4e 100644
--- a/include/libelfu/modelops.h
+++ b/include/libelfu/modelops.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
/*!
* @file modelops.h
* @brief Operations offered on libelfu's Elfu* models.
diff --git a/include/libelfu/types.h b/include/libelfu/types.h
index c1fbfda..f1a4586 100644
--- a/include/libelfu/types.h
+++ b/include/libelfu/types.h
@@ -1,3 +1,18 @@
+/* This file is part of centaur.
+ *
+ * centaur is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License 2 as
+ * published by the Free Software Foundation.
+
+ * centaur 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 centaur. If not, see <http://www.gnu.org/licenses/>.
+ */
+
/*!
* @file types.h
* @brief libelfu's Elfu* types.