
* Makefile.am, * build-aux/Makefile.am, * external/Makefile.am, * external/trimesh/Makefile.am, * external/trimesh/gluit/Makefile.am, * external/trimesh/include/Makefile.am, * external/trimesh/libsrc/Makefile.am, * external/trimesh/utilsrc/Makefile.am: Add missing licence headers. --- ChangeLog | 13 +++++++++++++ Makefile.am | 17 +++++++++++++++++ build-aux/Makefile.am | 17 +++++++++++++++++ external/Makefile.am | 17 +++++++++++++++++ external/trimesh/Makefile.am | 17 +++++++++++++++++ external/trimesh/gluit/Makefile.am | 17 +++++++++++++++++ external/trimesh/include/Makefile.am | 17 +++++++++++++++++ external/trimesh/libsrc/Makefile.am | 17 +++++++++++++++++ external/trimesh/utilsrc/Makefile.am | 17 +++++++++++++++++ 9 files changed, 149 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 770c6c7..996706a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2009-06-09 Guillaume Lazzara <lazzara@lrde.epita.fr> + + Add missing license headers. + + * Makefile.am, + * build-aux/Makefile.am, + * external/Makefile.am, + * external/trimesh/Makefile.am, + * external/trimesh/gluit/Makefile.am, + * external/trimesh/include/Makefile.am, + * external/trimesh/libsrc/Makefile.am, + * external/trimesh/utilsrc/Makefile.am: Add missing licence headers. + 2009-06-09 Roland Levillain <roland@lrde.epita.fr> Fix Automake macro OLN_WITH_LIB. diff --git a/Makefile.am b/Makefile.am index 41f6861..b8388a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,20 @@ +# Copyright (C) 2006, 2007, 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. ACLOCAL_AMFLAGS = -I m4 diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am index 81adc78..7a2901f 100644 --- a/build-aux/Makefile.am +++ b/build-aux/Makefile.am @@ -1 +1,18 @@ +# Copyright (C) 2006, 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/external/Makefile.am b/external/Makefile.am index 73896d3..0eeb192 100644 --- a/external/Makefile.am +++ b/external/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 = diff --git a/external/trimesh/Makefile.am b/external/trimesh/Makefile.am index 5ec6bd7..119efba 100644 --- a/external/trimesh/Makefile.am +++ b/external/trimesh/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 = include libsrc gluit utilsrc diff --git a/external/trimesh/gluit/Makefile.am b/external/trimesh/gluit/Makefile.am index ac1db13..3944737 100644 --- a/external/trimesh/gluit/Makefile.am +++ b/external/trimesh/gluit/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. # Find config.h. diff --git a/external/trimesh/include/Makefile.am b/external/trimesh/include/Makefile.am index 415f4b4..96c6ecd 100644 --- a/external/trimesh/include/Makefile.am +++ b/external/trimesh/include/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. trimeshdir = $(includedir)/trimesh diff --git a/external/trimesh/libsrc/Makefile.am b/external/trimesh/libsrc/Makefile.am index b25c030..3a22f80 100644 --- a/external/trimesh/libsrc/Makefile.am +++ b/external/trimesh/libsrc/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. AM_CPPFLAGS = -I$(top_srcdir)/include diff --git a/external/trimesh/utilsrc/Makefile.am b/external/trimesh/utilsrc/Makefile.am index 0ede26a..3d942d9 100644 --- a/external/trimesh/utilsrc/Makefile.am +++ b/external/trimesh/utilsrc/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. # Linking with gluit and GLUT/OpenGL. -- 1.5.6.5