#210: Check ImageMagick save() routine
---------------------+------------------------------------------------------
Reporter: freling | Owner: freling
Type: defect | Status: new
Priority: minor | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Keywords: io |
---------------------+------------------------------------------------------
The save() routine located in mln/io/magick/save.hh has a weird behavior.
We have to do a strange affectation (IM_value = 256 - MLN_value) but we
don't really know why.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/210>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch swilena has been updated
via 19fd7f5144d94a4a8c5afb11ff3094400023783e (commit)
from 0581226dd9b4f0e35235ca763e7f7940cfba9945 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
19fd7f5 Fix the generation of the sps scripts.
-----------------------------------------------------------------------
Summary of changes:
swilena/ChangeLog | 6 ++++++
swilena/python/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* 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(a)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(a)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
* scribo/Doxyfile,
* scribo/Doxyfile_tex,
* scribo/demo/Makefile.am:
Here.
---
scribo/ChangeLog | 9 +++++++++
scribo/Doxyfile | 16 ++++++++++++++++
scribo/Doxyfile_tex | 16 ++++++++++++++++
scribo/demo/Makefile.am | 16 ++++++++++++++++
4 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index ef877c8..0627bc3 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,12 @@
+2010-05-12 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add missing copyright headers in Scribo.
+
+ * scribo/Doxyfile,
+ * scribo/Doxyfile_tex,
+ * scribo/demo/Makefile.am:
+ Here.
+
2010-04-27 Roland Levillain <roland(a)lrde.epita.fr>
Help g++ 3.3 compile Scribo code.
diff --git a/scribo/Doxyfile b/scribo/Doxyfile
index 1f2f484..e3ec433 100644
--- a/scribo/Doxyfile
+++ b/scribo/Doxyfile
@@ -1,3 +1,19 @@
+# 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/>.
+
# Doxyfile 1.5.6
#---------------------------------------------------------------------------
diff --git a/scribo/Doxyfile_tex b/scribo/Doxyfile_tex
index d2f4b19..69aecec 100644
--- a/scribo/Doxyfile_tex
+++ b/scribo/Doxyfile_tex
@@ -1,3 +1,19 @@
+# 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/>.
+
# Doxyfile 1.5.6
#---------------------------------------------------------------------------
diff --git a/scribo/demo/Makefile.am b/scribo/demo/Makefile.am
index b51084e..bab9f0f 100644
--- a/scribo/demo/Makefile.am
+++ b/scribo/demo/Makefile.am
@@ -1,3 +1,19 @@
+# Copyright (C) 2009, 2010 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 create Makefile.in.
include $(top_srcdir)/scribo/scribo.mk
--
1.5.6.5
* apps/constrained-connectivity/test-constrained-connectivity.in,
* apps/mesh-segm-skel/test-mesh-complex-max-curv-segm.in,
* apps/mesh-segm-skel/test-mesh-complex-max-curv.in,
* apps/mesh-segm-skel/test-mesh-complex-segm.in,
* apps/mesh-segm-skel/test-mesh-complex-skel.in,
* apps/mesh-segm-skel/test-mesh-max-curv.in,
* apps/mesh-segm-skel/test-mesh-segm.in,
* doc/graphicx.hva,
* doc/tools/clearbanner.sh,
* doc/tools/split_sample.sh:
Here.
---
milena/ChangeLog | 16 ++++++++++++++++
.../test-constrained-connectivity.in | 16 ++++++++++++++++
.../test-mesh-complex-max-curv-segm.in | 16 ++++++++++++++++
.../mesh-segm-skel/test-mesh-complex-max-curv.in | 16 ++++++++++++++++
.../apps/mesh-segm-skel/test-mesh-complex-segm.in | 16 ++++++++++++++++
.../apps/mesh-segm-skel/test-mesh-complex-skel.in | 16 ++++++++++++++++
milena/apps/mesh-segm-skel/test-mesh-max-curv.in | 16 ++++++++++++++++
milena/apps/mesh-segm-skel/test-mesh-segm.in | 16 ++++++++++++++++
milena/doc/graphicx.hva | 16 ++++++++++++++++
milena/doc/tools/clearbanner.sh | 16 ++++++++++++++++
milena/doc/tools/split_sample.sh | 17 +++++++++++++++++
11 files changed, 177 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 900ebd8..3355da2 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,19 @@
+2010-05-12 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add missing copyright headers in Milena.
+
+ * apps/constrained-connectivity/test-constrained-connectivity.in,
+ * apps/mesh-segm-skel/test-mesh-complex-max-curv-segm.in,
+ * apps/mesh-segm-skel/test-mesh-complex-max-curv.in,
+ * apps/mesh-segm-skel/test-mesh-complex-segm.in,
+ * apps/mesh-segm-skel/test-mesh-complex-skel.in,
+ * apps/mesh-segm-skel/test-mesh-max-curv.in,
+ * apps/mesh-segm-skel/test-mesh-segm.in,
+ * doc/graphicx.hva,
+ * doc/tools/clearbanner.sh,
+ * doc/tools/split_sample.sh:
+ Here.
+
2010-05-11 Roland Levillain <roland(a)lrde.epita.fr>
Miscellaneous changes in graphs and graph-based images.
diff --git a/milena/apps/constrained-connectivity/test-constrained-connectivity.in b/milena/apps/constrained-connectivity/test-constrained-connectivity.in
index 5d8d89c..a0d6a88 100644
--- a/milena/apps/constrained-connectivity/test-constrained-connectivity.in
+++ b/milena/apps/constrained-connectivity/test-constrained-connectivity.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# Copyright (C) 2009, 2010 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/>.
+
set -ex
srcdir="@top_srcdir@/milena/apps/constrained-connectivity"
diff --git a/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-segm.in b/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-segm.in
index 7200ba7..ac5a1e7 100644
--- a/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-segm.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-segm.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
set -ex
mesh_dir=@top_srcdir@/milena/mesh
diff --git a/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv.in b/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv.in
index e138a12..a60eede 100644
--- a/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
set -ex
mesh_dir=@top_srcdir@/milena/mesh
diff --git a/milena/apps/mesh-segm-skel/test-mesh-complex-segm.in b/milena/apps/mesh-segm-skel/test-mesh-complex-segm.in
index dd0ccc4..58cd47e 100644
--- a/milena/apps/mesh-segm-skel/test-mesh-complex-segm.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-complex-segm.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
set -ex
mesh_dir=@top_srcdir@/milena/mesh
diff --git a/milena/apps/mesh-segm-skel/test-mesh-complex-skel.in b/milena/apps/mesh-segm-skel/test-mesh-complex-skel.in
index 7f0714d..f6b787b 100644
--- a/milena/apps/mesh-segm-skel/test-mesh-complex-skel.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-complex-skel.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
set -ex
mesh_dir=@top_srcdir@/milena/mesh
diff --git a/milena/apps/mesh-segm-skel/test-mesh-max-curv.in b/milena/apps/mesh-segm-skel/test-mesh-max-curv.in
index 9e9b2ce..e5eaf96 100644
--- a/milena/apps/mesh-segm-skel/test-mesh-max-curv.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-max-curv.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
set -ex
mesh_dir=@top_srcdir@/milena/mesh
diff --git a/milena/apps/mesh-segm-skel/test-mesh-segm.in b/milena/apps/mesh-segm-skel/test-mesh-segm.in
index e50d270..e70e63a 100755
--- a/milena/apps/mesh-segm-skel/test-mesh-segm.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-segm.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
set -ex
mesh_dir=@top_srcdir@/milena/mesh
diff --git a/milena/doc/graphicx.hva b/milena/doc/graphicx.hva
index ff95ca7..ce81120 100644
--- a/milena/doc/graphicx.hva
+++ b/milena/doc/graphicx.hva
@@ -1,3 +1,19 @@
% -*- LaTeX -*-
+% Copyright (C) 2010 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/>.
+
\newcommand{\includegraphics}[2][]{\imgsrc{#2.png}}
diff --git a/milena/doc/tools/clearbanner.sh b/milena/doc/tools/clearbanner.sh
index 3095457..d5f6b8c 100755
--- a/milena/doc/tools/clearbanner.sh
+++ b/milena/doc/tools/clearbanner.sh
@@ -1,5 +1,21 @@
#!/bin/sh
+# Copyright (C) 2009, 2010 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/>.
+
sed -i -e 's,<HR SIZE=2><BLOCKQUOTE CLASS="quote"><EM>This document was translated from L<sup>A</sup>T<sub>E</sub>X by,,g' $1
sed -i -e 's,<A HREF="http://hevea.inria.fr/index.html">H<FONT SIZE=2><sup>E</sup></FONT>V<FONT SIZE=2><sup>E</sup></FONT>A</A>.</EM></BLOCKQUOTE></BODY>,,g' $1
diff --git a/milena/doc/tools/split_sample.sh b/milena/doc/tools/split_sample.sh
index 04b313e..b9027bd 100755
--- a/milena/doc/tools/split_sample.sh
+++ b/milena/doc/tools/split_sample.sh
@@ -1,5 +1,22 @@
# /bin/sh
+# Copyright (C) 2008, 2009, 2010 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/>.
+
if ! [ $# -eq 4 ]; then
echo "Usage: $0 <file1> <file extension> <suffix> <dst dir>"
exit 1;
--
1.5.6.5
* build-aux/devtools.sh,
* build-aux/devtools_utils.sh,
* build-aux/generate_dist_headers.sh,
* build-aux/make_report_utils.sh,
* configure.ac,
* lrde-upload.sh:
Here.
---
ChangeLog | 12 ++++++++++++
build-aux/devtools.sh | 16 ++++++++++++++++
build-aux/devtools_utils.sh | 16 ++++++++++++++++
build-aux/generate_dist_headers.sh | 17 +++++++++++++++++
build-aux/make_report_utils.sh | 18 +++++++++++++++++-
configure.ac | 18 ++++++++++++++++--
6 files changed, 94 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index bd092e5..1e20d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-05-12 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add missing copyright headers.
+
+ * build-aux/devtools.sh,
+ * build-aux/devtools_utils.sh,
+ * build-aux/generate_dist_headers.sh,
+ * build-aux/make_report_utils.sh,
+ * configure.ac,
+ * lrde-upload.sh:
+ Here.
+
2010-05-28 Roland Levillain <roland(a)lrde.epita.fr>
Add `swilena' to the branches to be uploaded.
diff --git a/build-aux/devtools.sh b/build-aux/devtools.sh
index 0a35ac6..b944808 100644
--- a/build-aux/devtools.sh
+++ b/build-aux/devtools.sh
@@ -1,3 +1,19 @@
+# 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/>.
+
dname="`dirname $0`"
if [ "$dname" = "." ]; then
export PATH="$PWD:$PATH"
diff --git a/build-aux/devtools_utils.sh b/build-aux/devtools_utils.sh
index 2156a50..0c3d6b0 100644
--- a/build-aux/devtools_utils.sh
+++ b/build-aux/devtools_utils.sh
@@ -1,5 +1,21 @@
#!/bin/sh
+# 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/>.
+
# $1: a file.
#
diff --git a/build-aux/generate_dist_headers.sh b/build-aux/generate_dist_headers.sh
index 2cace34..de78882 100755
--- a/build-aux/generate_dist_headers.sh
+++ b/build-aux/generate_dist_headers.sh
@@ -1,5 +1,22 @@
#! /bin/sh
+# 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/>.
+
+
# Generate a list of distributed files w.r.t. a list of file which must
# be excluded.
# --------------------
diff --git a/build-aux/make_report_utils.sh b/build-aux/make_report_utils.sh
index 4660f2b..d633779 100644
--- a/build-aux/make_report_utils.sh
+++ b/build-aux/make_report_utils.sh
@@ -1,7 +1,23 @@
#!/bin/sh
-# Set of useful functions to generate HTML reports.
+# 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/>.
+
+# Set of useful functions to generate HTML reports.
# $1: report file.
diff --git a/configure.ac b/configure.ac
index 62ceb8c..aa216f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,19 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
+# Copyright (C) 2006, 2007, 2008, 2009, 2010 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/>.
m4_pattern_forbid([^OLN_])
--
1.5.6.5