* Makefile.am,
* python/Makefile.am,
* run.mk: add missing license headers.
---
swilena/ChangeLog | 8 ++++++++
swilena/Makefile.am | 17 +++++++++++++++++
swilena/python/Makefile.am | 17 +++++++++++++++++
swilena/run.mk | 16 ++++++++++++++++
4 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog
index 95369a7..0eb35a4 100644
--- a/swilena/ChangeLog
+++ b/swilena/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-09 Guillaume Lazzara <lazzara(a)lrde.epita.fr>
+
+ Add missing license headers in Swilena.
+
+ * Makefile.am,
+ * python/Makefile.am,
+ * run.mk: add missing license headers.
+
2009-06-09 Roland Levillain <roland(a)lrde.epita.fr>
No longer handle SWIG < 1.3.39 specifically.
diff --git a/swilena/Makefile.am b/swilena/Makefile.am
index 69dc4cf..0db5787 100644
--- a/swilena/Makefile.am
+++ b/swilena/Makefile.am
@@ -1,3 +1,20 @@
+# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE).
+#
+# This file is part of Olena.
+#
+# Olena 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.
+#
+# Olena 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 Olena. If not, see <http://www.gnu.org/licenses/>.
+
+
## Process this file through Automake to produce Makefile.in.
SUBDIRS = python
diff --git a/swilena/python/Makefile.am b/swilena/python/Makefile.am
index 0658ec1..24eff65 100644
--- a/swilena/python/Makefile.am
+++ b/swilena/python/Makefile.am
@@ -1,3 +1,20 @@
+# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE).
+#
+# This file is part of Olena.
+#
+# Olena 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.
+#
+# Olena 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 Olena. If not, see <http://www.gnu.org/licenses/>.
+#
+
## Process this file through Automake to produce Makefile.in.
## ------------------ ##
diff --git a/swilena/run.mk b/swilena/run.mk
index 3edba21..993b5d4 100644
--- a/swilena/run.mk
+++ b/swilena/run.mk
@@ -1,3 +1,19 @@
+# Copyright (C) 2008, 2009 EPITA Research and Development Laboratory (LRDE).
+#
+# This file is part of Olena.
+#
+# Olena 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.
+#
+# Olena 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 Olena. If not, see <http://www.gnu.org/licenses/>.
+
# A test/script wrapper.
RUN = $(top_builddir)/swilena/run
--
1.5.6.5