* apps/mesh-segm-skel/test-mesh-segm.in: Remove erroneous
execution permission.
* apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in:
Add a missing copyright header.
---
milena/ChangeLog | 9 +++++++++
.../test-mesh-complex-max-curv-extrema.in | 16 ++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
mode change 100755 => 100644 milena/apps/mesh-segm-skel/test-mesh-segm.in
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 0f8afb9..5670671 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,12 @@
+2011-02-25 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Small corrections in apps/mesh-segm-skel.
+
+ * apps/mesh-segm-skel/test-mesh-segm.in: Remove erroneous
+ execution permission.
+ * apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in:
+ Add a missing copyright header.
+
2011-02-24 Roland Levillain <roland(a)lrde.epita.fr>
Exercise topology-related routines.
diff --git a/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in
b/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in
index c6fa1e8..a056da1 100644
--- a/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in
+++ b/milena/apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema.in
@@ -1,5 +1,21 @@
#! /bin/sh
+# 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/>.
+
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
old mode 100755
new mode 100644
--
1.5.6.5