2007-02-09 Roland Levillain <roland(a)lrde.epita.fr>
Add missing copyright header.
* bootstrap.sh, cleanup.sh, config/oln.m4, config/oln-local.m4,
* config/strip-lrde, configure.ac, Makefile.am: Add copyright
header.
* demo/Makefile.am, demo/convol-gaussian.cc, demo/image.cc,
* demo/morpholena-base.cc, demo/morpholena-grad.cc,
* demo/morpholena-hats.cc, demo/morpholena-hit-miss.cc,
* demo/morpholena-minima.cc, demo/morpholena-ops.cc,
* demo/morpholena-wshed-beucher.cc, demo/morpholena-wshed.cc,
* demo/morpholena.cc, demo/tour.cc: Likewise.
* ref/doxygen.config.in, ref/exdoc.mk.in, ref/gen_filelists.sh
* ref/integre-ref.tex: Likewise.
* ref/exdoc.pl, ref/img_conv.pl: Update the address of the FSF in
the copyright header.
* ref/oln-ref.tex: Fix copyright header.
--- 10.272/bootstrap.sh Tue, 06 May 2003 06:56:14 +0200 raph (oln/j/16_bootstrap. 1.11
700)
+++ 10.273/bootstrap.sh Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/j/16_bootstrap. 1.12
755)
@@ -1,5 +1,33 @@
#! /bin/sh
+# Copyright (C) 2002, 2003, 2006 EPITA Research and Development Laboratory.
+#
+# This file is part of the Olena Library. This library is free
+# software; you can redistribute it and/or modify it under the terms
+# of the GNU General Public License version 2 as published by the
+# Free Software Foundation.
+#
+# This library 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 this library; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+# As a special exception, you may use this file as part of a free
+# software library without restriction. Specifically, if other files
+# instantiate templates or use macros or inline functions from this
+# file, or you compile this file and link it with other files to
+# produce an executable, this file does not by itself cause the
+# resulting executable to be covered by the GNU General Public
+# License. This exception does not however invalidate any other
+# reasons why the executable file might be covered by the GNU General
+# Public License.
+
+
sh ./cleanup.sh
( cd tools/utilities/morpho && sh ./generate_morpho.sh . )
( cd tools/swilena && sh ./expand.sh . )
--- 10.272/cleanup.sh Fri, 09 Apr 2004 13:01:18 +0200 thivol_d (oln/o/29_cleanup.sh 1.6
700)
+++ 10.273/cleanup.sh Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/o/29_cleanup.sh 1.7
755)
@@ -1,5 +1,33 @@
#! /bin/sh
+# Copyright (C) 2002, 2003, 2004 EPITA Research and Development Laboratory
+#
+# This file is part of the Olena Library. This library is free
+# software; you can redistribute it and/or modify it under the terms
+# of the GNU General Public License version 2 as published by the
+# Free Software Foundation.
+#
+# This library 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 this library; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+# As a special exception, you may use this file as part of a free
+# software library without restriction. Specifically, if other files
+# instantiate templates or use macros or inline functions from this
+# file, or you compile this file and link it with other files to
+# produce an executable, this file does not by itself cause the
+# resulting executable to be covered by the GNU General Public
+# License. This exception does not however invalidate any other
+# reasons why the executable file might be covered by the GNU General
+# Public License.
+
+
{
find . -name \*~ \
-o -name \*\# \
--- 10.272/configure.ac Thu, 08 Feb 2007 18:09:47 +0100 levill_r (oln/3_configure.
1.47.1.1.1.1.1.4.1.15.1.16.1.13 600)
+++ 10.273/configure.ac Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/3_configure.
1.47.1.1.1.1.1.4.1.15.1.16.1.14 644)
@@ -1,3 +1,31 @@
+# Copyright (C) 2002, 2003, 2004, 2006, 2007 EPITA Research and
+# Development Laboratory
+#
+# This file is part of the Olena Library. This library is free
+# software; you can redistribute it and/or modify it under the terms
+# of the GNU General Public License version 2 as published by the
+# Free Software Foundation.
+#
+# This library 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 this library; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+# As a special exception, you may use this file as part of a free
+# software library without restriction. Specifically, if other files
+# instantiate templates or use macros or inline functions from this
+# file, or you compile this file and link it with other files to
+# produce an executable, this file does not by itself cause the
+# resulting executable to be covered by the GNU General Public
+# License. This exception does not however invalidate any other
+# reasons why the executable file might be covered by the GNU General
+# Public License.
+
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
--- 10.272/doc/demo/image.cc Wed, 06 Aug 2003 15:28:37 +0200 david (oln/d/46_image.cc 1.8
600)
+++ 10.273/doc/demo/image.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/d/46_image.cc
1.9 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics1d.hh>
#include <oln/basics2d.hh>
#include <oln/basics3d.hh>
--- 10.272/doc/demo/Makefile.am Fri, 01 Aug 2003 18:28:53 +0200 burrus_n
(oln/d/44_Makefile.a 1.16.1.2 600)
+++ 10.273/doc/demo/Makefile.am Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/d/44_Makefile.a 1.16.1.3 600)
@@ -1,5 +1,33 @@
## Process this file with Automake to produce Makefile.in -*-Makefile-*-
+## Copyright (C) 2002, 2003, 2004 EPITA Research and Development Laboratory
+##
+## This file is part of the Olena Library. This library is free
+## software; you can redistribute it and/or modify it under the terms
+## of the GNU General Public License version 2 as published by the
+## Free Software Foundation.
+##
+## This library 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 this library; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
+## As a special exception, you may use this file as part of a free
+## software library without restriction. Specifically, if other files
+## instantiate templates or use macros or inline functions from this
+## file, or you compile this file and link it with other files to
+## produce an executable, this file does not by itself cause the
+## resulting executable to be covered by the GNU General Public
+## License. This exception does not however invalidate any other
+## reasons why the executable file might be covered by the GNU General
+## Public License.
+
+
AM_CPPFLAGS = -DIMGDIR=\"$(top_srcdir)/olena/img\"
AM_CXXFLAGS = $(CXXFLAGS_STRICT_ERRORS) $(CXXFLAGS_OPTIMIZE) $(ZLIB_CXXFLAGS)
AM_LDFLAGS = $(ZLIB_LDFLAGS)
--- 10.272/doc/demo/morpholena.cc Thu, 23 Jan 2003 15:05:50 +0100 raph
(oln/d/43_morpholena 1.11 600)
+++ 10.273/doc/demo/morpholena.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/d/43_morpholena 1.12 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
void morpholena_base();
void morpholena_grad();
void morpholena_hats();
--- 10.272/doc/demo/tour.cc Sat, 03 Jan 2004 17:25:53 +0100 burrus_n (oln/d/45_tour.cc
1.13 600)
+++ 10.273/doc/demo/tour.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/d/45_tour.cc
1.14 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
/* This is a short tour of the basics of Olena. It isn't in any way
meant to cover all the features of Olena. Especially, some
important objects, such as the iterators, are NOT presented here.
--- 10.272/doc/ref/oln-ref.tex Sat, 12 Jul 2003 02:06:12 +0200 burrus_n
(oln/f/14_oln-ref.te 1.3.1.3 600)
+++ 10.273/doc/ref/oln-ref.tex Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/f/14_oln-ref.te 1.3.1.4 600)
@@ -34,7 +34,7 @@
This manual documents Olena, a generic image processing library.
-Copyright 2001, 2002, 2003 Laboratoire de Recherche et D\'eveloppement de
l'Epita.
+Copyright (C) 2001, 2002, 2003 EPITA Research and Development Laboratory
Permission is granted to make and distribute verbatim
copies of this manual provided the copyright notice and
--- 10.272/doc/ref/integre-ref.tex Sat, 03 Jan 2004 17:25:53 +0100 burrus_n
(oln/g/34_ref-types. 1.12 600)
+++ 10.273/doc/ref/integre-ref.tex Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/g/34_ref-types. 1.13 600)
@@ -1,3 +1,27 @@
+% This manual documents Olena, a generic image processing library.
+%
+% Copyright (C) 2003, 2004 EPITA Research and Development Laboratory
+%
+% Permission is granted to make and distribute verbatim copies of this
+% manual provided the copyright notice and this permission notice are
+% preserved on all copies.
+%
+% Permission is granted to process this file through TeX and print the
+% results, provided the printed document carries a copying permission
+% notice identical to this one except for the removal of this
+% paragraph (this paragraph not being relevant to the printed manual).
+%
+% Permission is granted to copy and distribute modified versions of
+% this manual under the conditions for verbatim copying, provided that
+% the entire resulting derived work is distributed under the terms of
+% a permission notice identical to this one.
+%
+% Permission is granted to copy and distribute translations of this
+% manual into another language, under the above conditions for
+% modified versions, except that this permission notice may be stated
+% in a translation approved by the Free Software Foundation.
+
+
\section{Global overview}
\subsection{What is {\integre} ?}
--- 10.272/Makefile.am Thu, 08 Feb 2007 18:09:47 +0100 levill_r (oln/n/32_Makefile.a
1.17.1.2.1.9 600)
+++ 10.273/Makefile.am Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/n/32_Makefile.a
1.17.1.2.1.10 644)
@@ -1,3 +1,31 @@
+## Copyright (C) 2002, 2003, 2006, 2007 EPITA Research and Development
+## Laboratory
+##
+## This file is part of the Olena Library. This library is free
+## software; you can redistribute it and/or modify it under the terms
+## of the GNU General Public License version 2 as published by the
+## Free Software Foundation.
+##
+## This library 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 this library; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
+## As a special exception, you may use this file as part of a free
+## software library without restriction. Specifically, if other files
+## instantiate templates or use macros or inline functions from this
+## file, or you compile this file and link it with other files to
+## produce an executable, this file does not by itself cause the
+## resulting executable to be covered by the GNU General Public
+## License. This exception does not however invalidate any other
+## reasons why the executable file might be covered by the GNU General
+## Public License.
+
## Process this file through Automake to produce Makefile.in -*- Makefile -*-
# OLN_TOP_SUBDIRS is set when "configure" is run.
--- 10.272/olena/oln/basics.hh Tue, 15 Jun 2004 20:36:26 +0200 odou_s (oln/d/42_basics.hh
1.14 600)
+++ 10.273/olena/oln/basics.hh Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/d/42_basics.hh 1.14.1.1 600)
@@ -1,4 +1,4 @@
-// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
+// Copyright (C) 2001, 2002, 2003, 2004 EPITA Research and Development Laboratory
//
// This file is part of the Olena Library. This library is free
// software; you can redistribute it and/or modify it under the terms
--- 10.272/config/oln.m4 Tue, 11 Jul 2006 15:25:21 +0200 levill_r (oln/j/15_oln.m4
1.38.1.15 600)
+++ 10.273/config/oln.m4 Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/j/15_oln.m4
1.38.1.16 600)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003, 2004, 2005, 2006 EPITA Research and Development
+## Laboratory
+##
+## This file is part of the Olena Library. This library is free
+## software; you can redistribute it and/or modify it under the terms
+## of the GNU General Public License version 2 as published by the
+## Free Software Foundation.
+##
+## This library 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 this library; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
+## As a special exception, you may use this file as part of a free
+## software library without restriction. Specifically, if other files
+## instantiate templates or use macros or inline functions from this
+## file, or you compile this file and link it with other files to
+## produce an executable, this file does not by itself cause the
+## resulting executable to be covered by the GNU General Public
+## License. This exception does not however invalidate any other
+## reasons why the executable file might be covered by the GNU General
+## Public License.
+
###
### Stuff for header files
###
--- 10.272/doc/demo/morpholena-wshed.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/5_morpholena 1.3 600)
+++ 10.273/doc/demo/morpholena-wshed.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/5_morpholena 1.4 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/watershed.hh>
--- 10.272/doc/demo/morpholena-base.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/6_morpholena 1.4 600)
+++ 10.273/doc/demo/morpholena-base.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/6_morpholena 1.5 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/erosion.hh>
#include <oln/morpho/dilation.hh>
--- 10.272/doc/demo/morpholena-grad.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/7_morpholena 1.3 600)
+++ 10.273/doc/demo/morpholena-grad.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/7_morpholena 1.4 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/gradient.hh>
--- 10.272/doc/demo/morpholena-hats.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/8_morpholena 1.4 600)
+++ 10.273/doc/demo/morpholena-hats.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/8_morpholena 1.5 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/closing.hh>
#include <oln/morpho/opening.hh>
--- 10.272/doc/demo/morpholena-hit-miss.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/10_morpholena 1.3 600)
+++ 10.273/doc/demo/morpholena-hit-miss.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/10_morpholena 1.4 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/hit_or_miss.hh>
--- 10.272/doc/demo/morpholena-ops.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/11_morpholena 1.3 600)
+++ 10.273/doc/demo/morpholena-ops.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/11_morpholena 1.4 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/thinning.hh>
#include <oln/morpho/thickening.hh>
--- 10.272/doc/demo/morpholena-minima.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/12_morpholena 1.4 600)
+++ 10.273/doc/demo/morpholena-minima.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/12_morpholena 1.5 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/extrema.hh>
--- 10.272/doc/demo/convol-gaussian.cc Wed, 28 Jan 2004 16:28:44 +0100 palma_g
(oln/p/14_morpholena 1.7 600)
+++ 10.273/doc/demo/convol-gaussian.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/14_morpholena 1.8 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/convol/fast_gaussian.hh>
--- 10.272/doc/demo/morpholena-wshed-beucher.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n
(oln/p/15_morpholena 1.3 600)
+++ 10.273/doc/demo/morpholena-wshed-beucher.cc Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/15_morpholena 1.4 600)
@@ -1,3 +1,31 @@
+// Copyright (C) 2003 EPITA Research and Development Laboratory
+//
+// This file is part of the Olena Library. This library is free
+// software; you can redistribute it and/or modify it under the terms
+// of the GNU General Public License version 2 as published by the
+// Free Software Foundation.
+//
+// This library 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 this library; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+// Boston, MA 02110-1301, USA.
+//
+// As a special exception, you may use this file as part of a free
+// software library without restriction. Specifically, if other files
+// instantiate templates or use macros or inline functions from this
+// file, or you compile this file and link it with other files to
+// produce an executable, this file does not by itself cause the
+// resulting executable to be covered by the GNU General Public
+// License. This exception does not however invalidate any other
+// reasons why the executable file might be covered by the GNU General
+// Public License.
+
+
#include <oln/basics2d.hh>
#include <oln/morpho/closing.hh>
#include <oln/level/fill.hh>
--- 10.272/config/oln-local.m4 Fri, 30 Jun 2006 16:51:46 +0200 levill_r
(oln/p/37_oln-local. 1.8 600)
+++ 10.273/config/oln-local.m4 Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/p/37_oln-local. 1.9 600)
@@ -1,3 +1,31 @@
+## Copyright (C) 2003, 2004, 2005, 2006 EPITA Research and Development
+## Laboratory
+##
+## This file is part of the Olena Library. This library is free
+## software; you can redistribute it and/or modify it under the terms
+## of the GNU General Public License version 2 as published by the
+## Free Software Foundation.
+##
+## This library 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 this library; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
+## As a special exception, you may use this file as part of a free
+## software library without restriction. Specifically, if other files
+## instantiate templates or use macros or inline functions from this
+## file, or you compile this file and link it with other files to
+## produce an executable, this file does not by itself cause the
+## resulting executable to be covered by the GNU General Public
+## License. This exception does not however invalidate any other
+## reasons why the executable file might be covered by the GNU General
+## Public License.
+
###
### These macros pertain to the Olena distribution only, i.e.
### are of little or no use to the Olena user.
--- 10.272/doc/ref/gen_filelists.sh Sun, 09 Feb 2003 16:56:18 +0100 raph
(oln/q/4_gen_fileli 1.1 600)
+++ 10.273/doc/ref/gen_filelists.sh Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/q/4_gen_fileli 1.2 600)
@@ -1,5 +1,33 @@
#! /bin/sh
+## Copyright (C) 2003 EPITA Research and Development Laboratory
+##
+## This file is part of the Olena Library. This library is free
+## software; you can redistribute it and/or modify it under the terms
+## of the GNU General Public License version 2 as published by the
+## Free Software Foundation.
+##
+## This library 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 this library; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
+## As a special exception, you may use this file as part of a free
+## software library without restriction. Specifically, if other files
+## instantiate templates or use macros or inline functions from this
+## file, or you compile this file and link it with other files to
+## produce an executable, this file does not by itself cause the
+## resulting executable to be covered by the GNU General Public
+## License. This exception does not however invalidate any other
+## reasons why the executable file might be covered by the GNU General
+## Public License.
+
+
if [ "x$1" = "x" ]; then
echo "usage: $0 <output> <oln directory>"
exit 1
--- 10.272/doc/ref/exdoc.pl Fri, 09 Apr 2004 16:53:44 +0200 thivol_d (oln/v/26_exdoc.pl
1.6 700)
+++ 10.273/doc/ref/exdoc.pl Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/v/26_exdoc.pl
1.7 700)
@@ -13,8 +13,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
use strict;
use IO::File;
--- 10.272/doc/ref/doxygen.config.in Tue, 13 Apr 2004 13:42:44 +0200 palma_g
(oln/v/29_doxygen.co 1.5 600)
+++ 10.273/doc/ref/doxygen.config.in Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/v/29_doxygen.co 1.6 600)
@@ -1,5 +1,33 @@
# Doxyfile 1.3.2
+# Copyright (C) 2004 EPITA Research and Development Laboratory
+#
+# This file is part of the Olena Library. This library is free
+# software; you can redistribute it and/or modify it under the terms
+# of the GNU General Public License version 2 as published by the
+# Free Software Foundation.
+#
+# This library 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 this library; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+# As a special exception, you may use this file as part of a free
+# software library without restriction. Specifically, if other files
+# instantiate templates or use macros or inline functions from this
+# file, or you compile this file and link it with other files to
+# produce an executable, this file does not by itself cause the
+# resulting executable to be covered by the GNU General Public
+# License. This exception does not however invalidate any other
+# reasons why the executable file might be covered by the GNU General
+# Public License.
+
+
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
--- 10.272/doc/ref/exdoc.mk.in Tue, 24 Feb 2004 16:33:38 +0100 palma_g (oln/k/4_exdoc.mk.i
1.1 600)
+++ 10.273/doc/ref/exdoc.mk.in Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/k/4_exdoc.mk.i 1.2 600)
@@ -1,3 +1,33 @@
+## -*- makefile -*-
+
+## Copyright (C) 2004 EPITA Research and Development Laboratory
+##
+## This file is part of the Olena Library. This library is free
+## software; you can redistribute it and/or modify it under the terms
+## of the GNU General Public License version 2 as published by the
+## Free Software Foundation.
+##
+## This library 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 this library; see the file COPYING. If not, write to
+## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+## Boston, MA 02110-1301, USA.
+##
+## As a special exception, you may use this file as part of a free
+## software library without restriction. Specifically, if other files
+## instantiate templates or use macros or inline functions from this
+## file, or you compile this file and link it with other files to
+## produce an executable, this file does not by itself cause the
+## resulting executable to be covered by the GNU General Public
+## License. This exception does not however invalidate any other
+## reasons why the executable file might be covered by the GNU General
+## Public License.
+
+
%.dot: %.file
cp $$(cat $<) $@
--- 10.272/doc/ref/img_conv.pl Sun, 14 Mar 2004 18:21:09 +0100 palma_g (oln/k/6_img_conv.p
1.3 700)
+++ 10.273/doc/ref/img_conv.pl Fri, 09 Feb 2007 16:25:42 +0100 levill_r
(oln/k/6_img_conv.p 1.4 700)
@@ -1,4 +1,5 @@
#! /usr/bin/perl -w
+
# This program 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; either version 2 of the License, or
@@ -11,8 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
use strict;
--- 10.272/config/strip-lrde Thu, 08 Feb 2007 18:09:47 +0100 levill_r (oln/y/18_strip-lrde
1.1 755)
+++ 10.273/config/strip-lrde Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/y/18_strip-lrde
1.2 755)
@@ -1,4 +1,31 @@
#! /bin/sh
+# Copyright (C) 2007 EPITA Research and Development Laboratory
+#
+# This file is part of the Olena Library. This library is free
+# software; you can redistribute it and/or modify it under the terms
+# of the GNU General Public License version 2 as published by the
+# Free Software Foundation.
+#
+# This library 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 this library; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+# As a special exception, you may use this file as part of a free
+# software library without restriction. Specifically, if other files
+# instantiate templates or use macros or inline functions from this
+# file, or you compile this file and link it with other files to
+# produce an executable, this file does not by itself cause the
+# resulting executable to be covered by the GNU General Public
+# License. This exception does not however invalidate any other
+# reasons why the executable file might be covered by the GNU General
+# Public License.
+
# Remove everything between `<<lrde' and `>>'.
# This is awful, but it's working.
--- 10.272/oln.prj
+++ 10.273/oln.prj
@@ -1,21 +1,29 @@
;; -*- Prcs -*-
(Created-By-Prcs-Version 1 3 3)
(Project-Description "Olena")
-(Project-Version oln 10 272)
-(Parent-Version oln 10 271)
-(Version-Log "2007-02-08 Roland Levillain <roland(a)lrde.epita.fr>
-
- Remove olena/oln/lrde from the distribution.
-
- * config/strip-lrde: New.
- * Makefile.am (EXTRA_DIST): Add config/strip-lrde.
- (dist-hook): New.
- * configure.ac, Makefile.am, olena/oln/Makefile.am: Use
- config/strip-lrde to strip everything related to olena/oln/lrde
- when creating the distribution.
+(Project-Version oln 10 273)
+(Parent-Version oln 10 272)
+(Version-Log "2007-02-09 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Add missing copyright header.
+
+ * bootstrap.sh, cleanup.sh, config/oln.m4, config/oln-local.m4,
+ * config/strip-lrde, configure.ac, Makefile.am: Add copyright
+ header.
+ * demo/Makefile.am, demo/convol-gaussian.cc, demo/image.cc,
+ * demo/morpholena-base.cc, demo/morpholena-grad.cc,
+ * demo/morpholena-hats.cc, demo/morpholena-hit-miss.cc,
+ * demo/morpholena-minima.cc, demo/morpholena-ops.cc,
+ * demo/morpholena-wshed-beucher.cc, demo/morpholena-wshed.cc,
+ * demo/morpholena.cc, demo/tour.cc: Likewise.
+ * ref/doxygen.config.in, ref/exdoc.mk.in, ref/gen_filelists.sh
+ * ref/integre-ref.tex: Likewise.
+ * ref/exdoc.pl, ref/img_conv.pl: Update the address of the FSF in
+ the copyright header.
+ * ref/oln-ref.tex: Fix copyright header.
")
(New-Version-Log "")
-(Checkin-Time "Thu, 08 Feb 2007 18:09:47 +0100")
+(Checkin-Time "Fri, 09 Feb 2007 16:25:42 +0100")
(Checkin-Login levill_r)
;; diff-ignore tests/data/.*pbm$
;; diff-ignore .*\.pbm$
@@ -129,7 +137,7 @@
(Files
(ChangeLog (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.32 600))
- (doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.17 600))
+ (doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.18 600))
(integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.51 600))
(metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.44 600))
(olena/ChangeLog (oln/o/30_ChangeLog
1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.10 600))
@@ -140,27 +148,27 @@
(doc/ChangeLog.0 (oln/e/1_ChangeLog 1.31 600))
(attic/tests-ChangeLog (oln/e/30_ChangeLog 1.52 600))
- (bootstrap.sh (oln/j/16_bootstrap. 1.11 700))
+ (bootstrap.sh (oln/j/16_bootstrap. 1.12 755))
- (cleanup.sh (oln/o/29_cleanup.sh 1.6 700))
+ (cleanup.sh (oln/o/29_cleanup.sh 1.7 755))
- (configure.ac (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.13 600))
+ (configure.ac (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.14 644))
- (doc/demo/image.cc (oln/d/46_image.cc 1.8 600))
- (doc/demo/Makefile.am (oln/d/44_Makefile.a 1.16.1.2 600))
- (doc/demo/morpholena.cc (oln/d/43_morpholena 1.11 600))
+ (doc/demo/image.cc (oln/d/46_image.cc 1.9 600))
+ (doc/demo/Makefile.am (oln/d/44_Makefile.a 1.16.1.3 600))
+ (doc/demo/morpholena.cc (oln/d/43_morpholena 1.12 600))
(olena/tests/morpho/tests/test-reconstruction (oln/e/22_test-recon 1.7.1.3.1.3 600))
- (doc/demo/tour.cc (oln/d/45_tour.cc 1.13 600))
+ (doc/demo/tour.cc (oln/d/45_tour.cc 1.14 600))
(doc/ref/bin () :directory)
(doc/ref/Makefile.am (oln/d/51_Makefile.a 1.27.1.17.1.5 600))
(doc/dev/oln-dev.texi (oln/j/1_oln-dev.te 1.6.1.6 600))
- (doc/ref/oln-ref.tex (oln/f/14_oln-ref.te 1.3.1.3 600))
- (doc/ref/integre-ref.tex (oln/g/34_ref-types. 1.12 600))
+ (doc/ref/oln-ref.tex (oln/f/14_oln-ref.te 1.3.1.4 600))
+ (doc/ref/integre-ref.tex (oln/g/34_ref-types. 1.13 600))
(doc/Makefile.am (oln/e/0_Makefile.a 1.14 600))
(doc/ref/processing.tpl (oln/d/48_processing 1.16 600))
- (Makefile.am (oln/n/32_Makefile.a 1.17.1.2.1.9 600))
+ (Makefile.am (oln/n/32_Makefile.a 1.17.1.2.1.10 644))
(NEWS (oln/0_NEWS 1.24 600))
(olena/img/face_se.pbm (oln/n/17_face_se.pb 1.1 600) :no-keywords)
@@ -184,7 +192,7 @@
(olena/oln/basics1d.hh (oln/d/41_basics1d.h 1.5 600))
(olena/oln/basics2d.hh (oln/b/7_basics2d.h 1.6 600))
(olena/oln/basics3d.hh (oln/28_basics3d.h 1.4 600))
- (olena/oln/basics.hh (oln/d/42_basics.hh 1.14 600))
+ (olena/olIndex: 10.272/doc/ChangeLog
n/basics.hh (oln/d/42_basics.hh 1.14.1.1 600))
(olena/oln/config/system.hh (oln/7_system.hh 1.17 600))
@@ -318,7 +326,7 @@
(olena/oln/level/lut.hh (oln/29_lut.hh 1.10 600))
(olena/oln/level/set_level.hh (oln/p/1_set_level. 1.11 600))
(olena/oln/level/threshold.hh (oln/f/15_threshold. 1.15 600))
- (config/oln.m4 (oln/j/15_oln.m4 1.38.1.15 600))
+ (config/oln.m4 (oln/j/15_oln.m4 1.38.1.16 600))
(olena/oln/math/macros.hh (oln/b/21_macros.hh 1.6.1.15 600))
(metalic/mlc/array/1d.hh (oln/f/23_array1d.hh 1.12 600))
@@ -618,17 +626,17 @@
;; Files added by populate at Sun, 19 Jan 2003 21:48:10 +0100,
;; to version 7.25(w), by raph:
- (doc/demo/morpholena-wshed.cc (oln/p/5_morpholena 1.3 600))
- (doc/demo/morpholena-base.cc (oln/p/6_morpholena 1.4 600))
- (doc/demo/morpholena-grad.cc (oln/p/7_morpholena 1.3 600))
- (doc/demo/morpholena-hats.cc (oln/p/8_morpholena 1.4 600))
-
- (doc/demo/morpholena-hit-miss.cc (oln/p/10_morpholena 1.3 600))
- (doc/demo/morpholena-ops.cc (oln/p/11_morpholena 1.3 600))
- (doc/demo/morpholena-minima.cc (oln/p/12_morpholena 1.4 600))
+ (doc/demo/morpholena-wshed.cc (oln/p/5_morpholena 1.4 600))
+ (doc/demo/morpholena-base.cc (oln/p/6_morpholena 1.5 600))
+ (doc/demo/morpholena-grad.cc (oln/p/7_morpholena 1.4 600))
+ (doc/demo/morpholena-hats.cc (oln/p/8_morpholena 1.5 600))
+
+ (doc/demo/morpholena-hit-miss.cc (oln/p/10_morpholena 1.4 600))
+ (doc/demo/morpholena-ops.cc (oln/p/11_morpholena 1.4 600))
+ (doc/demo/morpholena-minima.cc (oln/p/12_morpholena 1.5 600))
- (doc/demo/convol-gaussian.cc (oln/p/14_morpholena 1.7 600))
- (doc/demo/morpholena-wshed-beucher.cc (oln/p/15_morpholena 1.3 600))
+ (doc/demo/convol-gaussian.cc (oln/p/14_morpholena 1.8 600))
+ (doc/demo/morpholena-wshed-beucher.cc (oln/p/15_morpholena 1.4 600))
;; Files added by populate at Sun, 19 Jan 2003 21:48:32 +0100,
@@ -716,7 +724,7 @@
;; Files added by populate at Thu, 23 Jan 2003 14:26:31 +0100,
;; to version 7.36(w), by raph:
- (config/oln-local.m4 (oln/p/37_oln-local. 1.8 600))
+ (config/oln-local.m4 (oln/p/37_oln-local. 1.9 600))
;; Files deleted by depopulate at Thu, 23 Jan 2003 14:57:33 +0100,
;; from version 7.37(w), by raph:
@@ -772,7 +780,7 @@
;; Files added by populate at Sat, 08 Feb 2003 13:38:09 +0100,
;; to version 7.48(w), by raph:
- (doc/ref/gen_filelists.sh (oln/q/4_gen_fileli 1.1 600))
+ (doc/ref/gen_filelists.sh (oln/q/4_gen_fileli 1.2 600))
;; Files added by populate at Mon, 10 Feb 2003 09:36:58 +0100,
;; to version 7.52(w), by raph:
@@ -1224,11 +1232,11 @@
(olena/tests/morpho/tests/attr_op_cl (oln/k/0_attr_op_cl 1.5 600))
- (doc/ref/exdoc.pl (oln/v/26_exdoc.pl 1.6 700))
- (doc/ref/doxygen.config.in (oln/v/29_doxygen.co 1.5 600))
- (doc/ref/exdoc.mk.in (oln/k/4_exdoc.mk.i 1.1 600))
+ (doc/ref/exdoc.pl (oln/v/26_exdoc.pl 1.7 700))
+ (doc/ref/doxygen.config.in (oln/v/29_doxygen.co 1.6 600))
+ (doc/ref/exdoc.mk.in (oln/k/4_exdoc.mk.i 1.2 600))
- (doc/ref/img_conv.pl (oln/k/6_img_conv.p 1.3 700))
+ (doc/ref/img_conv.pl (oln/k/6_img_conv.p 1.4 700))
;; Files deleted by depopulate at Wed, 25 Feb 2004 16:41:09 +0100,
;; from version 10.67(w), by palma_g:
@@ -1674,7 +1682,7 @@
;; Files added by populate at Thu, 08 Feb 2007 14:59:08 +0100,
;; to version 10.271(w), by levill_r:
- (config/strip-lrde (oln/y/18_strip-lrde 1.1 755))
+ (config/strip-lrde (oln/y/18_strip-lrde 1.2 755))
)
(Merge-Parents)
(New-Merge-Parents)