last-svn-commit-161-g2b5bd16 Remove improper copyright headers in Trimesh.

* Makefile.am, * gluit/Makefile.am, * include/Makefile.am, * libsrc/Makefile.am, * utilsrc/Makefile.am: Here. --- external/trimesh/ChangeLog | 11 +++++++++++ external/trimesh/Makefile.am | 19 ------------------- external/trimesh/gluit/Makefile.am | 19 ------------------- external/trimesh/include/Makefile.am | 19 ------------------- external/trimesh/libsrc/Makefile.am | 19 ------------------- external/trimesh/utilsrc/Makefile.am | 19 ------------------- 6 files changed, 11 insertions(+), 95 deletions(-) diff --git a/external/trimesh/ChangeLog b/external/trimesh/ChangeLog index 62ddb64..8e79d5d 100644 --- a/external/trimesh/ChangeLog +++ b/external/trimesh/ChangeLog @@ -1,3 +1,14 @@ +2010-05-12 Roland Levillain <roland@lrde.epita.fr> + + Remove improper copyright headers in Trimesh. + + * Makefile.am, + * gluit/Makefile.am, + * include/Makefile.am, + * libsrc/Makefile.am, + * utilsrc/Makefile.am: + Here. + 2010-03-15 Roland Levillain <roland@lrde.epita.fr> * gluit/gluit.mk: Help Emacs find out the nature of this file. diff --git a/external/trimesh/Makefile.am b/external/trimesh/Makefile.am index 119efba..2c0e8b1 100644 --- a/external/trimesh/Makefile.am +++ b/external/trimesh/Makefile.am @@ -1,22 +1,3 @@ -# 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 # FIXME: These files are not used with the new (Autotool'd) build diff --git a/external/trimesh/gluit/Makefile.am b/external/trimesh/gluit/Makefile.am index bc336c2..4b4f351 100644 --- a/external/trimesh/gluit/Makefile.am +++ b/external/trimesh/gluit/Makefile.am @@ -1,22 +1,3 @@ -# 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. AM_CPPFLAGS = -I$(top_builddir) AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/include/GL diff --git a/external/trimesh/include/Makefile.am b/external/trimesh/include/Makefile.am index 96c6ecd..969647e 100644 --- a/external/trimesh/include/Makefile.am +++ b/external/trimesh/include/Makefile.am @@ -1,22 +1,3 @@ -# 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 nobase_trimesh_HEADERS = \ GL/freeglut.h \ diff --git a/external/trimesh/libsrc/Makefile.am b/external/trimesh/libsrc/Makefile.am index 36e72b4..54f30f9 100644 --- a/external/trimesh/libsrc/Makefile.am +++ b/external/trimesh/libsrc/Makefile.am @@ -1,22 +1,3 @@ -# 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 AM_LDFLAGS = -lGL -lGLU diff --git a/external/trimesh/utilsrc/Makefile.am b/external/trimesh/utilsrc/Makefile.am index 3d942d9..eacac17 100644 --- a/external/trimesh/utilsrc/Makefile.am +++ b/external/trimesh/utilsrc/Makefile.am @@ -1,22 +1,3 @@ -# 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. gluit_builddir = $(top_builddir)/gluit include $(top_srcdir)/gluit/gluit.mk -- 1.5.6.5
participants (1)
-
Roland Levillain