last-svn-commit-159-g916df42 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. --- 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@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@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
participants (1)
-
Roland Levillain