[PATCH] Add missing copyright headers to M4 files.

My very first patch into the brand new Olena Git repository. Yippee!! * m4/oln-with-lib.m4, m4/with-swilena.m4: Here. Signed-off-by: Roland Levillain <roland@lrde.epita.fr> --- ChangeLog | 6 ++++++ m4/oln-with-lib.m4 | 17 +++++++++++++++++ m4/with-swilena.m4 | 17 +++++++++++++++++ 3 files changed, 40 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b360b9..76c3a44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-10-27 Roland Levillain <roland@lrde.epita.fr> + + Add missing copyright headers to M4 files. + + * m4/oln-with-lib.m4, m4/with-swilena.m4: Here. + 2009-10-02 Roland Levillain <roland@lrde.epita.fr> Configure Makefiles under milena/apps/papers/. diff --git a/m4/oln-with-lib.m4 b/m4/oln-with-lib.m4 index 4678d8b..4f939cb 100644 --- a/m4/oln-with-lib.m4 +++ b/m4/oln-with-lib.m4 @@ -1,5 +1,22 @@ # -*- Autoconf -*- +# 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/>. + + # OLN_WITH_LIB(PACKAGE, HEADER, LIBRARY, [SHELL_NAME], [CPP_NAME], # [OTHER-LIBRARIES]) # ---------------------------------------------------------------- diff --git a/m4/with-swilena.m4 b/m4/with-swilena.m4 index 0537699..08cfdf4 100644 --- a/m4/with-swilena.m4 +++ b/m4/with-swilena.m4 @@ -1,5 +1,22 @@ # -*- Autoconf -*- +# 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/>. + + # FIXME: Revamp and make it generic, so that it can shared among # Olena, TC and clspr. -- 1.6.5.2
participants (1)
-
Roland Levillain