* configure.ac,
* Makefile.am,
* bin/Makefile.am,
* config/Makefile.am,
* data/Makefile.am,
* libmd5/Makefile.am,
* src/Makefile.am,
* test/Makefile.am,
* test/vaucanson/Makefile.am:
Here.
---
dynamic-use-of-static-c++/ChangeLog | 15 +++++++++++++++
dynamic-use-of-static-c++/Makefile.am | 16 ++++++++++++++++
dynamic-use-of-static-c++/bin/Makefile.am | 16 ++++++++++++++++
dynamic-use-of-static-c++/config/Makefile.am | 16 ++++++++++++++++
dynamic-use-of-static-c++/configure.ac | 16 ++++++++++++++++
dynamic-use-of-static-c++/data/Makefile.am | 19 ++++++++++++++++++-
dynamic-use-of-static-c++/libmd5/Makefile.am | 17 +++++++++++++++++
dynamic-use-of-static-c++/src/Makefile.am | 16 ++++++++++++++++
dynamic-use-of-static-c++/test/Makefile.am | 16 ++++++++++++++++
.../test/vaucanson/Makefile.am | 16 ++++++++++++++++
10 files changed, 162 insertions(+), 1 deletions(-)
diff --git a/dynamic-use-of-static-c++/ChangeLog b/dynamic-use-of-static-c++/ChangeLog
index 2a072f4..aa42cf6 100644
--- a/dynamic-use-of-static-c++/ChangeLog
+++ b/dynamic-use-of-static-c++/ChangeLog
@@ -1,3 +1,18 @@
+2009-10-27 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add missing copyright headers to configure.ac and Makefile.am's.
+
+ * configure.ac,
+ * Makefile.am,
+ * bin/Makefile.am,
+ * config/Makefile.am,
+ * data/Makefile.am,
+ * libmd5/Makefile.am,
+ * src/Makefile.am,
+ * test/Makefile.am,
+ * test/vaucanson/Makefile.am:
+ Here.
+
2009-10-26 Roland Levillain <roland(a)lrde.epita.fr>
Send dyn patches to the olena-patches mailing list.
diff --git a/dynamic-use-of-static-c++/Makefile.am
b/dynamic-use-of-static-c++/Makefile.am
index 55d40c3..a769c69 100644
--- a/dynamic-use-of-static-c++/Makefile.am
+++ b/dynamic-use-of-static-c++/Makefile.am
@@ -1,3 +1,19 @@
+# Copyright (C) 2005, 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/>.
+
SUBDIRS = libltdl libmd5 bin src config data test
ACLOCAL_AMFLAGS = -I config -I libltdl
diff --git a/dynamic-use-of-static-c++/bin/Makefile.am
b/dynamic-use-of-static-c++/bin/Makefile.am
index 41bad07..4b0a257 100644
--- a/dynamic-use-of-static-c++/bin/Makefile.am
+++ b/dynamic-use-of-static-c++/bin/Makefile.am
@@ -1,3 +1,19 @@
+# Copyright (C) 2005 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/>.
+
bin_SCRIPTS = dyn-config
# FIXME put dyn- before these binaries
noinst_SCRIPTS = mk_swig_input swig_tree_to_yaml yaml_to_dyn_decls
diff --git a/dynamic-use-of-static-c++/config/Makefile.am
b/dynamic-use-of-static-c++/config/Makefile.am
index 0b6a05c..5209d05 100644
--- a/dynamic-use-of-static-c++/config/Makefile.am
+++ b/dynamic-use-of-static-c++/config/Makefile.am
@@ -1 +1,17 @@
+# Copyright (C) 2005 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/>.
+
ruby.m4: rbconfig_gen.rb config/mk_local_config_rb_in.rb
diff --git a/dynamic-use-of-static-c++/configure.ac
b/dynamic-use-of-static-c++/configure.ac
index fbaa31c..5235efe 100644
--- a/dynamic-use-of-static-c++/configure.ac
+++ b/dynamic-use-of-static-c++/configure.ac
@@ -1,3 +1,19 @@
+# Copyright (C) 2005, 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/>.
+
AC_PREREQ([2.61])
# Catch some macros that are not expanded.
diff --git a/dynamic-use-of-static-c++/data/Makefile.am
b/dynamic-use-of-static-c++/data/Makefile.am
index afdbe34..698b1f8 100644
--- a/dynamic-use-of-static-c++/data/Makefile.am
+++ b/dynamic-use-of-static-c++/data/Makefile.am
@@ -1,4 +1,21 @@
-# Do not install me
+# Copyright (C) 2005, 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/>.
+
+
+# Do not install me.
lib_LTLIBRARIES = libdyn_function.la
# FIXME: This is probably not portable!
# libdyn_function_la_LDFLAGS = `dyn-config --libtool-libs`
diff --git a/dynamic-use-of-static-c++/libmd5/Makefile.am
b/dynamic-use-of-static-c++/libmd5/Makefile.am
index a445800..9d4a4db 100644
--- a/dynamic-use-of-static-c++/libmd5/Makefile.am
+++ b/dynamic-use-of-static-c++/libmd5/Makefile.am
@@ -1,3 +1,20 @@
+# Copyright (C) 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 C++ implementation of the MD5 algorithm adapted from RSA Data
# Security's implementation.
#
diff --git a/dynamic-use-of-static-c++/src/Makefile.am
b/dynamic-use-of-static-c++/src/Makefile.am
index 00504b7..7248bb5 100644
--- a/dynamic-use-of-static-c++/src/Makefile.am
+++ b/dynamic-use-of-static-c++/src/Makefile.am
@@ -1,3 +1,19 @@
+# Copyright (C) 2005, 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/>.
+
include_HEADERS = dyn-all.hh dyn-light.hh
lib_LTLIBRARIES = libdyn.la
diff --git a/dynamic-use-of-static-c++/test/Makefile.am
b/dynamic-use-of-static-c++/test/Makefile.am
index 5a6beea..25cec5d 100644
--- a/dynamic-use-of-static-c++/test/Makefile.am
+++ b/dynamic-use-of-static-c++/test/Makefile.am
@@ -1,3 +1,19 @@
+# Copyright (C) 2005, 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/>.
+
AM_CPPFLAGS = -I$(srcdir)/fixtures -I$(top_srcdir)/src -I$(top_builddir)/src
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
diff --git a/dynamic-use-of-static-c++/test/vaucanson/Makefile.am
b/dynamic-use-of-static-c++/test/vaucanson/Makefile.am
index 12719b1..fef65ba 100644
--- a/dynamic-use-of-static-c++/test/vaucanson/Makefile.am
+++ b/dynamic-use-of-static-c++/test/vaucanson/Makefile.am
@@ -1,3 +1,19 @@
+# Copyright (C) 2005 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/>.
+
# FIXME: Clean me!
check-local_DISABLE: tree.yml
--
1.6.5