Index: ChangeLog from Damien Thivolle damien@lrde.epita.fr * configure.ac: Check for doxygen version. Use `$SWIG' instead of `swig' * config/oln.m4: Add macro to check for doxygen version. Change swig to $SWIG. Index: integre/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* tests/*/tests/* (82 files): Add copyright.
Index: metalic/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* tests/*/tests/* (6 files): Add copyright.
Index: olena/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* tests/*/tests/* (168 files): Add copyright.
compile with ICC. More details are available here: http://www.lrde.epita.fr/cgi-bin/twiki/view/Projects/OlenaConstImages Index: tools/swilena/ChangeLog from Niels Van Vliet niels@lrde.epita.fr
* swilena/python/Makefile.am: Remove clean-file. Add CLEANFILES.
Since swig 1.3 '%define foo() bar' must be replace by '%define foo bar'. * swilena/meta/swilena_structelt.i (operator-): Remove. * swilena/doc/swilena.texi: (Using Swilena for Olena development): Now a section. * swilena/python/Makefile.am (clean-local): New. Index: olena/tests/morpho/tests/test-reconstruction --- olena/tests/morpho/tests/test-reconstruction Fri, 01 Aug 2003 11:42:33 +0200 burrus_n (oln/e/22_test-recon 1.7.1.3.1.2 600) +++ olena/tests/morpho/tests/test-reconstruction Tue, 20 Apr 2004 12:05:11 +0200 van-vl_n (oln/e/22_test-recon 1.7.1.3.1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> Index: olena/tests/arith/tests/min1 --- olena/tests/arith/tests/min1 Fri, 01 Aug 2003 18:28:53 +0200 burrus_n (oln/o/44_min1 1.1.1.8 600) +++ olena/tests/arith/tests/min1 Tue, 20 Apr 2004 12:16:26 +0200 van-vl_n (oln/o/44_min1 1.1.1.8 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/arith/ops.hh> Index: olena/tests/convol/tests/slow_sum_2d_1 --- olena/tests/convol/tests/slow_sum_2d_1 Fri, 01 Aug 2003 02:45:53 +0200 burrus_n (oln/f/41_slow_sum_2 1.2.1.5 600) +++ olena/tests/convol/tests/slow_sum_2d_1 Tue, 20 Apr 2004 12:16:00 +0200 van-vl_n (oln/f/41_slow_sum_2 1.2.1.5 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/convolution.hh> Index: olena/tests/convol/tests/slow_sum_2d_2 --- olena/tests/convol/tests/slow_sum_2d_2 Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/f/40_slow_sum_2 1.2.1.4 600) +++ olena/tests/convol/tests/slow_sum_2d_2 Tue, 20 Apr 2004 12:15:53 +0200 van-vl_n (oln/f/40_slow_sum_2 1.2.1.4 600) @@ -1,3 +1,32 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/convolution.hh>
Index: olena/tests/convol/tests/sobel_gradient --- olena/tests/convol/tests/sobel_gradient Sat, 02 Aug 2003 17:02:58 +0200 burrus_n (oln/f/45_sobel_grad 1.3.1.6 600) +++ olena/tests/convol/tests/sobel_gradient Tue, 20 Apr 2004 12:15:49 +0200 van-vl_n (oln/f/45_sobel_grad 1.3.1.6 600) @@ -1,3 +1,32 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/convolution.hh> #include <oln/convert/basics.hh> Index: olena/tests/io/tests/2d --- olena/tests/io/tests/2d Sat, 02 Aug 2003 17:02:58 +0200 burrus_n (oln/e/47_2d.cc 1.7.1.7 600) +++ olena/tests/io/tests/2d Tue, 20 Apr 2004 12:14:01 +0200 van-vl_n (oln/e/47_2d.cc 1.7.1.7 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
Index: olena/tests/io/tests/pretty --- olena/tests/io/tests/pretty Mon, 03 Feb 2003 18:46:02 +0100 raph (oln/i/42_pretty.cc 1.2 600) +++ olena/tests/io/tests/pretty Tue, 20 Apr 2004 12:13:28 +0200 van-vl_n (oln/i/42_pretty.cc 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
bool Index: olena/tests/io/tests/se_fail --- olena/tests/io/tests/se_fail Sun, 27 Jul 2003 19:14:42 +0200 burrus_n (oln/i/43_se_fail.cc 1.3 600) +++ olena/tests/io/tests/se_fail Tue, 20 Apr 2004 12:13:13 +0200 van-vl_n (oln/i/43_se_fail.cc 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
bool Index: olena/tests/io/tests/se_pass --- olena/tests/io/tests/se_pass Mon, 03 Feb 2003 18:46:02 +0100 raph (oln/i/44_se_pass.cc 1.2 600) +++ olena/tests/io/tests/se_pass Tue, 20 Apr 2004 12:13:10 +0200 van-vl_n (oln/i/44_se_pass.cc 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
bool Index: olena/tests/morpho/tests/edoc --- olena/tests/morpho/tests/edoc Thu, 18 Mar 2004 18:24:14 +0100 van-vl_n (oln/f/13_edoc.cc 1.4.1.6 600) +++ olena/tests/morpho/tests/edoc Tue, 20 Apr 2004 12:11:03 +0200 van-vl_n (oln/f/13_edoc.cc 1.4.1.6 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. +
// EDOC == Erosion Dilation Opening Closing. // Compare the morpho::fast:: and morpho:: versions. Index: olena/tests/morpho/tests/extrkiller --- olena/tests/morpho/tests/extrkiller Wed, 30 Jul 2003 18:49:16 +0200 burrus_n (oln/e/31_extrkiller 1.5.1.7 600) +++ olena/tests/morpho/tests/extrkiller Tue, 20 Apr 2004 12:10:50 +0200 van-vl_n (oln/e/31_extrkiller 1.5.1.7 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/config/system.hh> #include <oln/basics2d.hh> #include <oln/morpho/extrema_killer.hh> Index: olena/tests/morpho/tests/reconstruction --- olena/tests/morpho/tests/reconstruction Fri, 07 Nov 2003 17:34:52 +0100 burrus_n (oln/e/34_reconstruc 1.12 600) +++ olena/tests/morpho/tests/reconstruction Tue, 20 Apr 2004 12:05:20 +0200 van-vl_n (oln/e/34_reconstruc 1.12 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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>
Index: olena/tests/transforms/tests/dwt --- olena/tests/transforms/tests/dwt Tue, 29 Jul 2003 16:36:45 +0200 reda (oln/i/38_dwt.cc 1.8.1.5 600) +++ olena/tests/transforms/tests/dwt Tue, 20 Apr 2004 12:03:21 +0200 van-vl_n (oln/i/38_dwt.cc 1.8.1.5 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> Index: olena/tests/transforms/tests/fft --- olena/tests/transforms/tests/fft Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/i/37_fft.cc 1.6.1.4 600) +++ olena/tests/transforms/tests/fft Tue, 20 Apr 2004 12:03:12 +0200 van-vl_n (oln/i/37_fft.cc 1.6.1.4 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/all.hh> #include <oln/basics2d.hh> #include <oln/level/compare.hh> Index: integre/tests/types/tests/bin1 --- integre/tests/types/tests/bin1 Mon, 30 Sep 2002 19:51:13 +0200 burrus_n (oln/i/28_bin1 1.1 600) +++ integre/tests/types/tests/bin1 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/i/28_bin1 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + bin b1 = 1; return !(b1 == true); Index: integre/tests/types/tests/bin2 --- integre/tests/types/tests/bin2 Wed, 08 Jan 2003 12:41:09 +0100 burrus_n (oln/o/42_bin2 1.2 600) +++ integre/tests/types/tests/bin2 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/o/42_bin2 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + bin b1 = 1; bin b2 = 0;
Index: integre/tests/types/tests/bin3 --- integre/tests/types/tests/bin3 Wed, 08 Jan 2003 12:41:09 +0100 burrus_n (oln/o/46_bin3 1.1 600) +++ integre/tests/types/tests/bin3 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/o/46_bin3 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + bin b1 = 1; bin b2 = 0;
Index: integre/tests/types/tests/comp1 --- integre/tests/types/tests/comp1 Tue, 27 Aug 2002 18:10:12 +0200 duret_g (oln/h/9_comp1 1.1 600) +++ integre/tests/types/tests/comp1 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/h/9_comp1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_s8 s = -127; int_u16 u = 65535; return s >= u || !(s < u); Index: integre/tests/types/tests/comp2 --- integre/tests/types/tests/comp2 Tue, 27 Aug 2002 18:10:12 +0200 duret_g (oln/h/8_comp2 1.1 600) +++ integre/tests/types/tests/comp2 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/h/8_comp2 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_s16 s = -32768; int_u32 u = 4294967295U; return s >= u || !(s < u); Index: integre/tests/types/tests/comp3 --- integre/tests/types/tests/comp3 Tue, 27 Aug 2002 18:10:12 +0200 duret_g (oln/h/7_comp3 1.1 600) +++ integre/tests/types/tests/comp3 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/h/7_comp3 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_s32 s = -2147483647-1; int_u32 u = 4294967295U; return s >= u || !(s < u); Index: integre/tests/types/tests/conv1 --- integre/tests/types/tests/conv1 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/g/49_conv1 1.3 600) +++ integre/tests/types/tests/conv1 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/g/49_conv1 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_s s = 255.8; int_u8 u = s; // XFAIL: need discussion about float to int conversion return u != 255; Index: integre/tests/types/tests/conv2 --- integre/tests/types/tests/conv2 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/g/42_conv2 1.3 600) +++ integre/tests/types/tests/conv2 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/g/42_conv2 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_s s = -128.8; int_s8 u = s; // XFAIL:need discussion about float to int conversion return u != -128; Index: integre/tests/types/tests/cplx1 --- integre/tests/types/tests/cplx1 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/i/2_cplx1 1.2 600) +++ integre/tests/types/tests/cplx1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/i/2_cplx1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + cplx<rect, int> rect1(42, 51); cplx<polar, float> polar1(rect1); vec<2, int_u8> v1(rect1); Index: integre/tests/types/tests/cplx2 --- integre/tests/types/tests/cplx2 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/i/1_cplx2 1.2 600) +++ integre/tests/types/tests/cplx2 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/i/1_cplx2 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + cplx<rect, float_d> rect1(4, 5); cplx<rect, float_d> rect2(rect1); cplx<polar, int> polar1(rect1); Index: integre/tests/types/tests/cplx3 --- integre/tests/types/tests/cplx3 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/i/0_cplx3 1.2 600) +++ integre/tests/types/tests/cplx3 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/i/0_cplx3 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + cplx<rect, float> rect1(4, 5); cplx<rect, float> rect2(rect1); cplx<polar, float_s> polar1(rect1); Index: integre/tests/types/tests/cplx4 --- integre/tests/types/tests/cplx4 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/h/51_cplx4 1.2 600) +++ integre/tests/types/tests/cplx4 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/51_cplx4 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<2, int_u16> v; v[0] = 51; v[1] = 69; Index: integre/tests/types/tests/cplx5 --- integre/tests/types/tests/cplx5 Fri, 20 Sep 2002 18:35:59 +0200 burrus_n (oln/i/7_cplx5 1.1 600) +++ integre/tests/types/tests/cplx5 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/i/7_cplx5 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<2, int_s16> v; v[0] = 51; v[1] = 69; Index: integre/tests/types/tests/cplx6 --- integre/tests/types/tests/cplx6 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/i/6_cplx6 1.4 600) +++ integre/tests/types/tests/cplx6 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/i/6_cplx6 1.4 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + cplx<rect, float_d> rect1(42, 51); cplx<rect, float_d> rect2(rect1); cplx<polar, float_d> polar1(rect1); Index: integre/tests/types/tests/float1 --- integre/tests/types/tests/float1 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/h/12_float1 1.2 600) +++ integre/tests/types/tests/float1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/12_float1 1.2 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_s pi = M_PI; return sin(pi) == 0.0; Index: integre/tests/types/tests/float2 --- integre/tests/types/tests/float2 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/h/40_float2 1.2 600) +++ integre/tests/types/tests/float2 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/40_float2 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_s f = 0.25; int_u8 a = 2; f *= a; // f == 0.5 Index: integre/tests/types/tests/float_c1 --- integre/tests/types/tests/float_c1 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/h/13_float_c1 1.2 600) +++ integre/tests/types/tests/float_c1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/13_float_c1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef cycle< float_s, bounded_s< 0, 360 > > sc; sc f = -400.0; // f == 320.0 return f <= 319.999 || f >= 320.001; Index: integre/tests/types/tests/float_r1 --- integre/tests/types/tests/float_r1 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/h/10_float_r1 1.3 600) +++ integre/tests/types/tests/float_r1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/10_float_r1 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef range<float_s, bounded_s<10, 30>, strict> sr; sr f = 23.0; return f <= 22.999 || f >= 23.001; Index: integre/tests/types/tests/float_r2 --- integre/tests/types/tests/float_r2 Fri, 02 May 2003 23:12:39 +0200 burrus_n (oln/h/11_float_r2 1.2 600) +++ integre/tests/types/tests/float_r2 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/11_float_r2 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef range<float_s, bounded_s<10, 20>, strict> sr; sr f = 23.0; // ABORT (void) f; Index: integre/tests/types/tests/int1b --- integre/tests/types/tests/int1b Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/48_int1b 1.1 600) +++ integre/tests/types/tests/int1b Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/48_int1b 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7,saturate> i = 130; return i != 127; Index: integre/tests/types/tests/int1 --- integre/tests/types/tests/int1 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/h/1_int1 1.1 600) +++ integre/tests/types/tests/int1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/1_int1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7,saturate> i = 130; int_u<7,saturate> j = 127; return i != j; Index: integre/tests/types/tests/int2 --- integre/tests/types/tests/int2 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/h/0_int2 1.1 600) +++ integre/tests/types/tests/int2 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/0_int2 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7,saturate> i = 130; i += 10; return i != 127; Index: integre/tests/types/tests/int3 --- integre/tests/types/tests/int3 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/51_int3 1.1 600) +++ integre/tests/types/tests/int3 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/51_int3 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7,saturate> i = 130; i -= 10; return i != 117; Index: integre/tests/types/tests/int4b --- integre/tests/types/tests/int4b Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/35_int4b 1.1 600) +++ integre/tests/types/tests/int4b Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/35_int4b 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7> i = 130; // ABORT (void) i; Index: integre/tests/types/tests/int4 --- integre/tests/types/tests/int4 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/50_int4 1.1 600) +++ integre/tests/types/tests/int4 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/50_int4 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7, strict> i = 130; // ABORT (void) i; Index: integre/tests/types/tests/int5 --- integre/tests/types/tests/int5 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/47_int5 1.1 600) +++ integre/tests/types/tests/int5 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/47_int5 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7, strict> i = 120; i += 10; // ABORT Index: integre/tests/types/tests/int6b --- integre/tests/types/tests/int6b Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/45_int6b 1.1 600) +++ integre/tests/types/tests/int6b Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/45_int6b 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 u8 = 250; u8 += 6; // ABORT Index: integre/tests/types/tests/int6c --- integre/tests/types/tests/int6c Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/44_int6c 1.1 600) +++ integre/tests/types/tests/int6c Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/44_int6c 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 u8 = 250; int_u<9, strict> u9 = 6; u8 += u9; // ABORT Index: integre/tests/types/tests/int6d --- integre/tests/types/tests/int6d Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/43_int6d 1.1 600) +++ integre/tests/types/tests/int6d Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/43_int6d 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 u8 = 250; int_u<9, strict> u9 = 6; u9 += u8; Index: integre/tests/types/tests/int6 --- integre/tests/types/tests/int6 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/46_int6 1.1 600) +++ integre/tests/types/tests/int6 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/46_int6 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 u8 = 250; int_u<7, strict> u7 = 6; u8 += u7; // ABORT Index: integre/tests/types/tests/int7 --- integre/tests/types/tests/int7 Tue, 27 Aug 2002 18:10:12 +0200 duret_g (oln/h/14_int7 1.1 600) +++ integre/tests/types/tests/int7 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/14_int7 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 4294967295U; return u != 4294967295U; Index: integre/tests/types/tests/int_s1 --- integre/tests/types/tests/int_s1 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/40_int_s1 1.1 600) +++ integre/tests/types/tests/int_s1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/40_int_s1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_s8 s1 = 10; int_s16 s2 = -20; int_s8 s3 = s1 + s2; Index: integre/tests/types/tests/int_s2b --- integre/tests/types/tests/int_s2b Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/38_int_s2b 1.1 600) +++ integre/tests/types/tests/int_s2b Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/38_int_s2b 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_s8 s1 = 10; int_s16 s2 = -200; int_s8 s3 = s1 - s2; // ABORT Index: integre/tests/types/tests/int_s2 --- integre/tests/types/tests/int_s2 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/39_int_s2 1.1 600) +++ integre/tests/types/tests/int_s2 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/39_int_s2 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_s8 s1 = 10; int_s16 s2 = -200; int_s8 s3 = s1 + s2; // ABORT Index: integre/tests/types/tests/int_sc1 --- integre/tests/types/tests/int_sc1 Mon, 26 Aug 2002 17:27:37 +0200 duret_g (oln/g/37_int_sc1 1.2 600) +++ integre/tests/types/tests/int_sc1 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/37_int_sc1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef cycle<int_s8, bounded_s<-128, +128> > int_s8c; int_s8c a = 300; // a == 44 int_s8c b = 10; Index: integre/tests/types/tests/int_sc2 --- integre/tests/types/tests/int_sc2 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/36_int_sc2 1.1 600) +++ integre/tests/types/tests/int_sc2 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/36_int_sc2 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef cycle<int_s8, bounded_s<-3, +12> > type; type a = 14; // a = -1 type b = a * 2; // b = -2 Index: integre/tests/types/tests/int_sc3 --- integre/tests/types/tests/int_sc3 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/35_int_sc3 1.1 600) +++ integre/tests/types/tests/int_sc3 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/g/35_int_sc3 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef cycle<int_s8, bounded_s<-128, +127> > int_s8c; int_s8c a = 255; // a == 0 int_s8c b = 256; // b == 1 Index: integre/tests/types/tests/int_sc4 --- integre/tests/types/tests/int_sc4 Mon, 30 Sep 2002 19:51:13 +0200 burrus_n (oln/h/39_int_sc4 1.2 600) +++ integre/tests/types/tests/int_sc4 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/h/39_int_sc4 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef cycle<int_u32, bounded_u<0, 65536U * 65536U - 10> > int_u32c; int_u32c a = 65536; // a == 65536 a *= 65537; // a == 65446 // XFAIL: don't know how to calculate Index: integre/tests/types/tests/int_u1 --- integre/tests/types/tests/int_u1 Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/22_int_u1 1.1 600) +++ integre/tests/types/tests/int_u1 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/22_int_u1 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 65537U * 65535U; return u != 4294967295U; Index: integre/tests/types/tests/int_u2a --- integre/tests/types/tests/int_u2a Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/17_int_u2a 1.1 600) +++ integre/tests/types/tests/int_u2a Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/17_int_u2a 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 4; u -= 5; // ABORT Index: integre/tests/types/tests/int_u2b --- integre/tests/types/tests/int_u2b Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/20_int_u2b 1.1 600) +++ integre/tests/types/tests/int_u2b Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/20_int_u2b 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 4; u += -5; // ABORT Index: integre/tests/types/tests/int_u2c --- integre/tests/types/tests/int_u2c Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/21_int_u2c 1.1 600) +++ integre/tests/types/tests/int_u2c Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/21_int_u2c 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 0; --u; // ABORT Index: integre/tests/types/tests/int_u2d --- integre/tests/types/tests/int_u2d Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/16_int_u2d 1.1 600) +++ integre/tests/types/tests/int_u2d Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/16_int_u2d 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 0; u--; // ABORT std::cout << u << std::endl; Index: integre/tests/types/tests/int_u2e --- integre/tests/types/tests/int_u2e Sun, 15 Sep 2002 00:03:35 +0200 burrus_n (oln/h/38_int_u2e 1.1 600) +++ integre/tests/types/tests/int_u2e Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/38_int_u2e 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 65536; u *= 65537; // ABORT std::cout << u << std::endl; Index: integre/tests/types/tests/int_u2f --- integre/tests/types/tests/int_u2f Mon, 16 Sep 2002 12:47:07 +0200 burrus_n (oln/h/41_int_u2f 1.1 600) +++ integre/tests/types/tests/int_u2f Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/41_int_u2f 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u16s a = 65535; a *= 65538U; std::cout << a << std::endl; Index: integre/tests/types/tests/int_u3a --- integre/tests/types/tests/int_u3a Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/18_int_u3a 1.1 600) +++ integre/tests/types/tests/int_u3a Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/18_int_u3a 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 65537U * 65535U; u--; return u != 4294967294U; Index: integre/tests/types/tests/int_u3b --- integre/tests/types/tests/int_u3b Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/23_int_u3b 1.1 600) +++ integre/tests/types/tests/int_u3b Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/23_int_u3b 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 65537U * 65535U; --u; return u != 4294967294U; Index: integre/tests/types/tests/int_u4 --- integre/tests/types/tests/int_u4 Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/19_int_u4 1.1 600) +++ integre/tests/types/tests/int_u4 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/19_int_u4 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u = 65537U * 65535U; u = u - 1; // ABORT Index: integre/tests/types/tests/int_u6 --- integre/tests/types/tests/int_u6 Wed, 11 Sep 2002 18:41:26 +0200 burrus_n (oln/h/37_int_u6 1.2 600) +++ integre/tests/types/tests/int_u6 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/37_int_u6 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 a = 5; int_s8 b = -a;
Index: integre/tests/types/tests/op1 --- integre/tests/types/tests/op1 Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/15_op1 1.2 600) +++ integre/tests/types/tests/op1 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/15_op1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 a = 2; int_u8 b = a * a * a * a * a * a * a; // 128 int_u16 c = b * a; // 256 Index: integre/tests/types/tests/op2 --- integre/tests/types/tests/op2 Wed, 28 Aug 2002 12:39:05 +0200 duret_g (oln/h/6_op2 1.2 600) +++ integre/tests/types/tests/op2 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/6_op2 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 a = 65536; int_u32 b = (a + 1U) * int_u32(a - 1); return b != 4294967295U; Index: integre/tests/types/tests/optrait1a --- integre/tests/types/tests/optrait1a Sun, 04 May 2003 16:11:37 +0200 burrus_n (oln/h/25_optrait1a 1.3 600) +++ integre/tests/types/tests/optrait1a Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/25_optrait1a 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u1 = ntg_max_val(int_u32); int_u16 u2 = ntg_max_val(int_u16); int_u8 u3 = ntg_max_val(int_u8); Index: integre/tests/types/tests/optrait1b --- integre/tests/types/tests/optrait1b Sun, 04 May 2003 16:11:37 +0200 burrus_n (oln/h/26_optrait1b 1.3 600) +++ integre/tests/types/tests/optrait1b Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/26_optrait1b 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32 u1 = ntg_max_val(int_u32); int_u16 u2 = ntg_max_val(int_u16); int_u8 u3 = ntg_max_val(int_u8); Index: integre/tests/types/tests/optrait2a --- integre/tests/types/tests/optrait2a Sun, 04 May 2003 16:11:37 +0200 burrus_n (oln/h/28_optrait2a 1.4 600) +++ integre/tests/types/tests/optrait2a Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/28_optrait2a 1.4 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_s s = ntg_max_val(float_s); // COMPFAIL (void) s; Index: integre/tests/types/tests/optrait2b --- integre/tests/types/tests/optrait2b Sun, 04 May 2003 16:11:37 +0200 burrus_n (oln/h/27_optrait2b 1.3 600) +++ integre/tests/types/tests/optrait2b Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/27_optrait2b 1.3 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_d s = ntg_min_val(float_d); // COMPFAIL (void) s; Index: integre/tests/types/tests/optrait3 --- integre/tests/types/tests/optrait3 Tue, 13 May 2003 21:32:45 +0200 burrus_n (oln/h/24_optrait3 1.6 600) +++ integre/tests/types/tests/optrait3 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/24_optrait3 1.6 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + float_s s1 = ntg_sup_val(float_s); float_d d1 = ntg_sup_val(float_d); float_s s2 = ntg_inf_val(float_s); Index: integre/tests/types/tests/range1 --- integre/tests/types/tests/range1 Sun, 04 May 2003 21:38:39 +0200 burrus_n (oln/h/34_range1 1.2 600) +++ integre/tests/types/tests/range1 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/34_range1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + typedef range<int_u8, bounded_u<10, 13>, strict> t1; typedef range<int, bounded_u<5, 72>, strict> t2; typedef range<float_s, bounded_s<-15, 28>, strict> t3; Index: integre/tests/types/tests/range2b --- integre/tests/types/tests/range2b Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/36_range2b 1.1 600) +++ integre/tests/types/tests/range2b Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/36_range2b 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<10, 13> > u = 14; // ABORT (void) u; Index: integre/tests/types/tests/range2 --- integre/tests/types/tests/range2 Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/33_range2 1.1 600) +++ integre/tests/types/tests/range2 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/33_range2 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<10, 13>, strict> u = 14; // ABORT (void) u; Index: integre/tests/types/tests/range3b --- integre/tests/types/tests/range3b Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/32_range3b 1.1 600) +++ integre/tests/types/tests/range3b Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/32_range3b 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<10, 13>, saturate> u = 20; return u != 13; Index: integre/tests/types/tests/range3c --- integre/tests/types/tests/range3c Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/30_range3c 1.1 600) +++ integre/tests/types/tests/range3c Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/30_range3c 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<10, 13>, saturate> u = 11; u += u; return u != 13; Index: integre/tests/types/tests/range3d --- integre/tests/types/tests/range3d Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/29_range3d 1.1 600) +++ integre/tests/types/tests/range3d Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/29_range3d 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<10, 13>, saturate> u = 2; u += 10; return u != 13; Index: integre/tests/types/tests/range3 --- integre/tests/types/tests/range3 Tue, 10 Sep 2002 16:42:40 +0200 duret_g (oln/h/31_range3 1.1 600) +++ integre/tests/types/tests/range3 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/h/31_range3 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<10, 13>, saturate> u = 9; return u != 10; Index: integre/tests/types/tests/sizes --- integre/tests/types/tests/sizes Fri, 27 Sep 2002 13:15:39 +0200 burrus_n (oln/i/15_sizes 1.1 600) +++ integre/tests/types/tests/sizes Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/i/15_sizes 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + // FIXME: add more exhaustive tests based on C_for_* instead of hard coded // types
Index: integre/tests/types/tests/unsafe1 --- integre/tests/types/tests/unsafe1 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/h/2_unsafe1 1.1 600) +++ integre/tests/types/tests/unsafe1 Tue, 20 Apr 2004 12:23:43 +0200 van-vl_n (oln/h/2_unsafe1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<8, unsafe> u = 200; u += 56; return u != 0; Index: integre/tests/types/tests/unsafe2 --- integre/tests/types/tests/unsafe2 Mon, 26 Aug 2002 17:20:52 +0200 duret_g (oln/g/41_unsafe2 1.1 600) +++ integre/tests/types/tests/unsafe2 Tue, 20 Apr 2004 12:23:43 +0200 van-vl_n (oln/g/41_unsafe2 1.1 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u<7, unsafe> u = 140; (void) u; Index: integre/tests/types/tests/vec1 --- integre/tests/types/tests/vec1 Mon, 16 Sep 2002 19:52:22 +0200 duret_g (oln/h/49_vec1 1.1 600) +++ integre/tests/types/tests/vec1 Tue, 20 Apr 2004 12:23:43 +0200 van-vl_n (oln/h/49_vec1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<3, int> foo; foo[0] = 5; foo[1] = 7; Index: integre/tests/types/tests/vec2 --- integre/tests/types/tests/vec2 Mon, 16 Sep 2002 19:52:22 +0200 duret_g (oln/h/48_vec2 1.1 600) +++ integre/tests/types/tests/vec2 Tue, 20 Apr 2004 12:23:43 +0200 van-vl_n (oln/h/48_vec2 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<3, int> v1; v1[0] = 5; v1[1] = 7; Index: integre/tests/types/tests/vec3 --- integre/tests/types/tests/vec3 Mon, 16 Sep 2002 19:52:22 +0200 duret_g (oln/h/47_vec3 1.1 600) +++ integre/tests/types/tests/vec3 Tue, 20 Apr 2004 12:23:44 +0200 van-vl_n (oln/h/47_vec3 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<3, int> v1; v1[0] = 5; v1[1] = 7; Index: integre/tests/types/tests/vec4 --- integre/tests/types/tests/vec4 Mon, 16 Sep 2002 19:52:22 +0200 duret_g (oln/h/46_vec4 1.1 600) +++ integre/tests/types/tests/vec4 Tue, 20 Apr 2004 12:23:44 +0200 van-vl_n (oln/h/46_vec4 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<3, int_u16> v1; v1[0] = 5; v1[1] = 7; Index: integre/tests/types/tests/vec5 --- integre/tests/types/tests/vec5 Tue, 17 Sep 2002 14:23:38 +0200 burrus_n (oln/h/45_vec5 1.2 600) +++ integre/tests/types/tests/vec5 Tue, 20 Apr 2004 12:23:44 +0200 van-vl_n (oln/h/45_vec5 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<1, int_u16> v1; v1[0] = 20; vec<1, int_u32> v2 = v1; Index: integre/tests/types/tests/vec6 --- integre/tests/types/tests/vec6 Mon, 16 Sep 2002 19:52:22 +0200 duret_g (oln/h/44_vec6 1.1 600) +++ integre/tests/types/tests/vec6 Tue, 20 Apr 2004 12:23:44 +0200 van-vl_n (oln/h/44_vec6 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<2, int_s<9> > v1; v1[0] = 5; v1[1] = -7; Index: integre/tests/types/tests/vec7 --- integre/tests/types/tests/vec7 Tue, 17 Sep 2002 17:57:34 +0200 duret_g (oln/h/50_vec7 1.1 600) +++ integre/tests/types/tests/vec7 Tue, 20 Apr 2004 12:23:45 +0200 van-vl_n (oln/h/50_vec7 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + vec<3, int_u16> v1; v1[0] = 5; v1[1] = 7; Index: metalic/tests/main/tests/is_a1 --- metalic/tests/main/tests/is_a1 Thu, 15 May 2003 21:00:10 +0200 burrus_n (oln/r/17_is_a1 1.3 600) +++ metalic/tests/main/tests/is_a1 Tue, 20 Apr 2004 12:17:36 +0200 van-vl_n (oln/r/17_is_a1 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <mlc/bool.hh> #include <mlc/is_a.hh>
Index: metalic/tests/main/tests/ensure3 --- metalic/tests/main/tests/ensure3 Thu, 07 Aug 2003 02:37:23 +0200 burrus_n (oln/r/18_ensure3 1.3 600) +++ metalic/tests/main/tests/ensure3 Tue, 20 Apr 2004 12:17:40 +0200 van-vl_n (oln/r/18_ensure3 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <mlc/bool.hh>
using namespace mlc; Index: metalic/tests/main/tests/ensure2 --- metalic/tests/main/tests/ensure2 Thu, 07 Aug 2003 02:37:23 +0200 burrus_n (oln/r/19_ensure2 1.3 600) +++ metalic/tests/main/tests/ensure2 Tue, 20 Apr 2004 12:17:43 +0200 van-vl_n (oln/r/19_ensure2 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <mlc/bool.hh>
using namespace mlc; Index: metalic/tests/main/tests/pow2sup2 --- metalic/tests/main/tests/pow2sup2 Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/r/20_pow2sup2 1.2 600) +++ metalic/tests/main/tests/pow2sup2 Tue, 20 Apr 2004 12:17:24 +0200 van-vl_n (oln/r/20_pow2sup2 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <mlc/math.hh>
using namespace mlc; Index: metalic/tests/main/tests/ensure1 --- metalic/tests/main/tests/ensure1 Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/r/21_ensure1 1.2 600) +++ metalic/tests/main/tests/ensure1 Tue, 20 Apr 2004 12:17:46 +0200 van-vl_n (oln/r/21_ensure1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <mlc/bool.hh>
using namespace mlc; Index: metalic/tests/main/tests/pow2sup1 --- metalic/tests/main/tests/pow2sup1 Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/r/22_pow2sup1 1.2 600) +++ metalic/tests/main/tests/pow2sup1 Tue, 20 Apr 2004 12:17:32 +0200 van-vl_n (oln/r/22_pow2sup1 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <mlc/math.hh>
using namespace mlc; Index: olena/tests/topo/tests/inter-pixel --- olena/tests/topo/tests/inter-pixel Thu, 31 Jul 2003 11:12:56 +0200 sylvain (oln/r/27_test-inter 1.6 600) +++ olena/tests/topo/tests/inter-pixel Tue, 20 Apr 2004 12:04:14 +0200 van-vl_n (oln/r/27_test-inter 1.6 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> #include <oln/topo/inter-pixel/inter-pixel.hh> Index: olena/tests/topo/tests/cmap --- olena/tests/topo/tests/cmap Fri, 02 Apr 2004 16:53:54 +0200 palma_g (oln/r/28_test-cmap. 1.9 600) +++ olena/tests/topo/tests/cmap Tue, 20 Apr 2004 12:04:52 +0200 van-vl_n (oln/r/28_test-cmap. 1.9 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> Index: integre/tests/types/tests/builtin1 --- integre/tests/types/tests/builtin1 Wed, 30 Apr 2003 13:26:19 +0200 burrus_n (oln/s/7_builtin1 1.1 600) +++ integre/tests/types/tests/builtin1 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/s/7_builtin1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 i = 11; unsigned long l = 12; return l < i; Index: olena/tests/core/tests/w_window --- olena/tests/core/tests/w_window Fri, 02 May 2003 18:44:04 +0200 burrus_n (oln/s/8_w_window 1.1 600) +++ olena/tests/core/tests/w_window Tue, 20 Apr 2004 12:14:16 +0200 van-vl_n (oln/s/8_w_window 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/core/w_window1d.hh> #include <oln/core/w_window2d.hh> #include <oln/core/w_window3d.hh> Index: integre/tests/types/tests/int_u5c --- integre/tests/types/tests/int_u5c Fri, 02 May 2003 18:44:04 +0200 burrus_n (oln/s/11_int_u5c 1.1 600) +++ integre/tests/types/tests/int_u5c Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/s/11_int_u5c 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u32s i(4294967295U); i = i + int_u32s(1); return i != 4294967295U; Index: integre/tests/types/tests/range4 --- integre/tests/types/tests/range4 Sun, 04 May 2003 18:22:34 +0200 burrus_n (oln/s/24_range4 1.1 600) +++ integre/tests/types/tests/range4 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/s/24_range4 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + range<int_u8, bounded_u<2, 5> > r1 = 3; range<int_u16, bounded_u<2, 5> > r2 = 4; return (r1 + r2) != 7; Index: integre/tests/utils/tests/debug1 --- integre/tests/utils/tests/debug1 Wed, 30 Jul 2003 18:49:16 +0200 burrus_n (oln/s/41_debug1 1.3 600) +++ integre/tests/utils/tests/debug1 Tue, 20 Apr 2004 12:33:52 +0200 van-vl_n (oln/s/41_debug1 1.3 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + // #define NTG_DEBUG
#include <ntg/int.hh> Index: integre/tests/types/tests/int_sc5 --- integre/tests/types/tests/int_sc5 Wed, 04 Jun 2003 08:35:02 +0200 burrus_n (oln/t/3_int_sc5 1.2 600) +++ integre/tests/types/tests/int_sc5 Tue, 20 Apr 2004 12:23:41 +0200 van-vl_n (oln/t/3_int_sc5 1.2 600) @@ -1,2 +1,30 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + cycle<int_u8, bounded_u<0,5> > c1 = 1U; return !c1; Index: olena/tests/core/tests/print_image --- olena/tests/core/tests/print_image Sat, 12 Jul 2003 02:06:12 +0200 burrus_n (oln/t/22_print_imag 1.2 600) +++ olena/tests/core/tests/print_image Tue, 20 Apr 2004 12:14:30 +0200 van-vl_n (oln/t/22_print_imag 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> Index: integre/tests/types/tests/char1 --- integre/tests/types/tests/char1 Sat, 12 Jul 2003 20:16:01 +0200 burrus_n (oln/t/23_char1 1.1 600) +++ integre/tests/types/tests/char1 Tue, 20 Apr 2004 12:23:40 +0200 van-vl_n (oln/t/23_char1 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int a = ntg_max_val(char); a = ntg_max_val(signed char); a = ntg_max_val(unsigned char); Index: olena/tests/core/tests/image1 --- olena/tests/core/tests/image1 Tue, 29 Jul 2003 10:53:19 +0200 burrus_n (oln/t/31_image1 1.4 600) +++ olena/tests/core/tests/image1 Tue, 20 Apr 2004 12:14:55 +0200 van-vl_n (oln/t/31_image1 1.4 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <iostream>
Index: olena/tests/core/tests/borders --- olena/tests/core/tests/borders Sun, 03 Aug 2003 19:36:17 +0200 burrus_n (oln/t/35_borders 1.3 600) +++ olena/tests/core/tests/borders Tue, 20 Apr 2004 12:15:00 +0200 van-vl_n (oln/t/35_borders 1.3 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> Index: olena/tests/core/tests/clone --- olena/tests/core/tests/clone Tue, 22 Jul 2003 11:43:44 +0200 david (oln/t/36_clone 1.1 600) +++ olena/tests/core/tests/clone Tue, 20 Apr 2004 12:14:58 +0200 van-vl_n (oln/t/36_clone 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <iostream>
Index: olena/tests/core/tests/ref --- olena/tests/core/tests/ref Thu, 24 Jul 2003 17:46:03 +0200 burrus_n (oln/t/37_ref 1.3 600) +++ olena/tests/core/tests/ref Tue, 20 Apr 2004 12:14:24 +0200 van-vl_n (oln/t/37_ref 1.3 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <iostream>
Index: olena/tests/level/tests/cc --- olena/tests/level/tests/cc Fri, 25 Jul 2003 12:00:20 +0200 sylvain (oln/t/47_cc.cc 1.1 600) +++ olena/tests/level/tests/cc Tue, 20 Apr 2004 12:13:02 +0200 van-vl_n (oln/t/47_cc.cc 1.1 600) @@ -1,4 +1,5 @@ -// Copyright (C) 2002, 2003 EPITA Research and Development Laboratory +// -*- c++ -*- +// 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 Index: olena/tests/level/tests/compare --- olena/tests/level/tests/compare Fri, 25 Jul 2003 12:00:20 +0200 sylvain (oln/t/48_compare.cc 1.1 600) +++ olena/tests/level/tests/compare Tue, 20 Apr 2004 12:12:54 +0200 van-vl_n (oln/t/48_compare.cc 1.1 600) @@ -1,4 +1,5 @@ -// Copyright (C) 2002, 2003 EPITA Research and Development Laboratory +// -*- c++ -*- +// 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 Index: olena/tests/level/tests/connected --- olena/tests/level/tests/connected Thu, 31 Jul 2003 11:31:36 +0200 sylvain (oln/t/49_connected. 1.2 600) +++ olena/tests/level/tests/connected Tue, 20 Apr 2004 12:12:50 +0200 van-vl_n (oln/t/49_connected. 1.2 600) @@ -1,4 +1,5 @@ -// Copyright (C) 2002, 2003 EPITA Research and Development Laboratory +// -*- c++ -*- +// 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 Index: olena/tests/level/tests/invert --- olena/tests/level/tests/invert Thu, 31 Jul 2003 11:50:30 +0200 sylvain (oln/t/50_invert.cc 1.2 600) +++ olena/tests/level/tests/invert Tue, 20 Apr 2004 12:12:44 +0200 van-vl_n (oln/t/50_invert.cc 1.2 600) @@ -1,4 +1,5 @@ -// Copyright (C) 2002, 2003 EPITA Research and Development Laboratory +// -*- c++ -*- +// 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 Index: olena/tests/level/tests/set_level --- olena/tests/level/tests/set_level Fri, 25 Jul 2003 12:00:20 +0200 sylvain (oln/t/51_set_level. 1.1 600) +++ olena/tests/level/tests/set_level Tue, 20 Apr 2004 12:12:15 +0200 van-vl_n (oln/t/51_set_level. 1.1 600) @@ -1,4 +1,5 @@ -// Copyright (C) 2002, 2003 EPITA Research and Development Laboratory +// -*- c++ -*- +// 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 Index: olena/tests/level/tests/threshold --- olena/tests/level/tests/threshold Fri, 25 Jul 2003 12:00:20 +0200 sylvain (oln/u/0_threshold. 1.1 600) +++ olena/tests/level/tests/threshold Tue, 20 Apr 2004 12:12:10 +0200 van-vl_n (oln/u/0_threshold. 1.1 600) @@ -1,4 +1,5 @@ -// Copyright (C) 2002, 2003 EPITA Research and Development Laboratory +// -*- c++ -*- +// 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 Index: olena/tests/core/tests/window --- olena/tests/core/tests/window Sat, 26 Jul 2003 17:15:42 +0200 david (oln/u/1_window 1.1 600) +++ olena/tests/core/tests/window Tue, 20 Apr 2004 12:14:12 +0200 van-vl_n (oln/u/1_window 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/core/window1d.hh> #include <oln/core/window2d.hh> #include <oln/core/window3d.hh> Index: olena/tests/core/tests/neighborhood --- olena/tests/core/tests/neighborhood Sat, 26 Jul 2003 17:15:42 +0200 david (oln/u/2_neighborho 1.1 600) +++ olena/tests/core/tests/neighborhood Tue, 20 Apr 2004 12:14:34 +0200 van-vl_n (oln/u/2_neighborho 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/core/neighborhood1d.hh> #include <oln/core/neighborhood2d.hh> #include <oln/core/neighborhood3d.hh> Index: olena/tests/core/tests/traverse --- olena/tests/core/tests/traverse Sun, 27 Jul 2003 19:14:42 +0200 burrus_n (oln/u/7_traverse 1.1 600) +++ olena/tests/core/tests/traverse Tue, 20 Apr 2004 12:14:22 +0200 van-vl_n (oln/u/7_traverse 1.1 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/core/traverse.hh> Index: integre/tests/types/tests/int_u7 --- integre/tests/types/tests/int_u7 Sun, 27 Jul 2003 19:14:42 +0200 burrus_n (oln/u/8_int_u7 1.1 600) +++ integre/tests/types/tests/int_u7 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/u/8_int_u7 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u16 a = 12; char c = 3; return a < c; Index: olena/tests/io/tests/bin --- olena/tests/io/tests/bin Wed, 30 Jul 2003 13:55:59 +0200 burrus_n (oln/u/20_bin.cc 1.1 600) +++ olena/tests/io/tests/bin Tue, 20 Apr 2004 12:13:52 +0200 van-vl_n (oln/u/20_bin.cc 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/all.hh>
Index: olena/tests/topo/tests/dmap --- olena/tests/topo/tests/dmap Thu, 31 Jul 2003 11:12:56 +0200 sylvain (oln/u/23_test-dmap. 1.2 600) +++ olena/tests/topo/tests/dmap Tue, 20 Apr 2004 12:04:20 +0200 van-vl_n (oln/u/23_test-dmap. 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> #include <oln/topo/dmap.hh> Index: olena/tests/utils/tests/histogram --- olena/tests/utils/tests/histogram Fri, 06 Feb 2004 15:26:24 +0100 van-vl_n (oln/u/27_histogram. 1.2.1.3 600) +++ olena/tests/utils/tests/histogram Tue, 20 Apr 2004 12:01:59 +0200 van-vl_n (oln/u/27_histogram. 1.2.1.3 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> Index: olena/tests/utils/tests/stat --- olena/tests/utils/tests/stat Thu, 07 Aug 2003 02:37:23 +0200 burrus_n (oln/u/28_stat.cc 1.2 600) +++ olena/tests/utils/tests/stat Tue, 20 Apr 2004 12:01:48 +0200 van-vl_n (oln/u/28_stat.cc 1.2 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> Index: olena/tests/utils/tests/timer --- olena/tests/utils/tests/timer Fri, 07 Nov 2003 17:34:52 +0100 burrus_n (oln/u/29_timer.cc 1.4 600) +++ olena/tests/utils/tests/timer Tue, 20 Apr 2004 12:01:37 +0200 van-vl_n (oln/u/29_timer.cc 1.4 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/utils/timer.hh> Index: olena/tests/topo/tests/tarjan --- olena/tests/topo/tests/tarjan Fri, 02 Apr 2004 18:35:46 +0200 palma_g (oln/u/30_test-tarja 1.2 600) +++ olena/tests/topo/tests/tarjan Tue, 20 Apr 2004 12:03:50 +0200 van-vl_n (oln/u/30_test-tarja 1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/bin.hh> #include <oln/basics2d.hh> #include <oln/topo/tarjan/flat-zone.hh> Index: olena/tests/math/tests/macros --- olena/tests/math/tests/macros Thu, 07 Aug 2003 02:37:23 +0200 burrus_n (oln/u/37_macros 1.2 600) +++ olena/tests/math/tests/macros Tue, 20 Apr 2004 12:12:00 +0200 van-vl_n (oln/u/37_macros 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/math/macros.hh>
Index: olena/tests/io/tests/1d --- olena/tests/io/tests/1d Sat, 02 Aug 2003 17:02:58 +0200 burrus_n (oln/u/39_1d 1.2 600) +++ olena/tests/io/tests/1d Tue, 20 Apr 2004 12:14:03 +0200 van-vl_n (oln/u/39_1d 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
Index: olena/tests/core/tests/image_list --- olena/tests/core/tests/image_list Sat, 02 Aug 2003 17:02:58 +0200 burrus_n (oln/u/41_image_list 1.1 600) +++ olena/tests/core/tests/image_list Tue, 20 Apr 2004 12:14:49 +0200 van-vl_n (oln/u/41_image_list 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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>
Index: olena/tests/io/tests/3d --- olena/tests/io/tests/3d Sat, 02 Aug 2003 18:17:10 +0200 burrus_n (oln/u/42_3d 1.2 600) +++ olena/tests/io/tests/3d Tue, 20 Apr 2004 12:13:57 +0200 van-vl_n (oln/u/42_3d 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
Index: olena/tests/io/tests/se_3d --- olena/tests/io/tests/se_3d Sat, 02 Aug 2003 18:17:10 +0200 burrus_n (oln/u/46_se_3d 1.1 600) +++ olena/tests/io/tests/se_3d Tue, 20 Apr 2004 12:13:19 +0200 van-vl_n (oln/u/46_se_3d 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
Index: olena/tests/io/tests/se_1d --- olena/tests/io/tests/se_1d Sat, 02 Aug 2003 18:17:10 +0200 burrus_n (oln/u/47_se_1d 1.1 600) +++ olena/tests/io/tests/se_1d Tue, 20 Apr 2004 12:13:21 +0200 van-vl_n (oln/u/47_se_1d 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
Index: olena/tests/core/tests/image2 --- olena/tests/core/tests/image2 Wed, 06 Aug 2003 15:28:37 +0200 david (oln/v/12_image2 1.2 600) +++ olena/tests/core/tests/image2 Tue, 20 Apr 2004 12:14:52 +0200 van-vl_n (oln/v/12_image2 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <iostream>
Index: olena/tests/utils/tests/copy --- olena/tests/utils/tests/copy Thu, 07 Aug 2003 02:37:23 +0200 burrus_n (oln/v/13_copy 1.1 600) +++ olena/tests/utils/tests/copy Tue, 20 Apr 2004 12:02:02 +0200 van-vl_n (oln/v/13_copy 1.1 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> Index: olena/tests/morpho/tests/builtin_types --- olena/tests/morpho/tests/builtin_types Wed, 08 Oct 2003 23:36:51 +0200 burrus_n (oln/v/30_builtin_ty 1.2 600) +++ olena/tests/morpho/tests/builtin_types Tue, 20 Apr 2004 12:11:10 +0200 van-vl_n (oln/v/30_builtin_ty 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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>
Index: olena/tests/core/tests/without_ntg --- olena/tests/core/tests/without_ntg Sun, 02 Nov 2003 17:27:23 +0100 burrus_n (oln/v/31_without_nt 1.1 600) +++ olena/tests/core/tests/without_ntg Tue, 20 Apr 2004 12:14:06 +0200 van-vl_n (oln/v/31_without_nt 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <iostream> Index: olena/tests/io/tests/headers --- olena/tests/io/tests/headers Mon, 03 Nov 2003 21:57:43 +0100 burrus_n (oln/v/32_headers 1.1 600) +++ olena/tests/io/tests/headers Tue, 20 Apr 2004 12:13:34 +0200 van-vl_n (oln/v/32_headers 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "loadsave.hh"
Index: olena/tests/morpho/tests/overall_benchs --- olena/tests/morpho/tests/overall_benchs Fri, 07 Nov 2003 17:34:52 +0100 burrus_n (oln/v/36_overall_be 1.1 600) +++ olena/tests/morpho/tests/overall_benchs Tue, 20 Apr 2004 12:05:23 +0200 van-vl_n (oln/v/36_overall_be 1.1 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> Index: olena/tests/core/tests/benchs --- olena/tests/core/tests/benchs Fri, 07 Nov 2003 17:34:52 +0100 burrus_n (oln/v/37_benchs 1.1 600) +++ olena/tests/core/tests/benchs Tue, 20 Apr 2004 12:15:03 +0200 van-vl_n (oln/v/37_benchs 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <iostream>
Index: tools/swilena/python/Makefile.am --- tools/swilena/python/Makefile.am Wed, 14 Apr 2004 20:42:25 +0200 thivol_d (oln/w/2_Makefile.a 1.4 600) +++ tools/swilena/python/Makefile.am Tue, 20 Apr 2004 15:13:06 +0200 van-vl_n (oln/w/2_Makefile.a 1.4 600) @@ -9,5 +9,4 @@
include makefile.swig
-clean-local: - rm -f *.pyc *.cxx +CLEANFILES = *.pyc *.cxx \ No newline at end of file Index: integre/tests/types/tests/int_u8 --- integre/tests/types/tests/int_u8 Thu, 27 Nov 2003 11:26:27 +0100 burrus_n (oln/w/6_int_u8 1.1 600) +++ integre/tests/types/tests/int_u8 Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/w/6_int_u8 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + int_u8 u1 = (unsigned char) 56; int_u8 u2 = (unsigned char) 153; int_u32 u = 0U; Index: olena/tests/convol/tests/uniform2_gauss --- olena/tests/convol/tests/uniform2_gauss Fri, 30 Jan 2004 10:25:13 +0100 palma_g (oln/j/40_uniform2_g 1.1 600) +++ olena/tests/convol/tests/uniform2_gauss Tue, 20 Apr 2004 12:15:40 +0200 van-vl_n (oln/j/40_uniform2_g 1.1 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> #include <oln/convert/basics.hh> Index: olena/tests/convol/tests/uniform_gauss --- olena/tests/convol/tests/uniform_gauss Tue, 10 Feb 2004 15:35:04 +0100 palma_g (oln/j/41_uniform_ga 1.2 600) +++ olena/tests/convol/tests/uniform_gauss Tue, 20 Apr 2004 12:15:20 +0200 van-vl_n (oln/j/41_uniform_ga 1.2 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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> #include <oln/convert/basics.hh> Index: olena/tests/morpho/tests/area --- olena/tests/morpho/tests/area Mon, 15 Mar 2004 17:17:49 +0100 palma_g (oln/j/44_area 1.2 600) +++ olena/tests/morpho/tests/area Tue, 20 Apr 2004 12:11:20 +0200 van-vl_n (oln/j/44_area 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/basics1d.hh> Index: olena/tests/morpho/tests/attribute --- olena/tests/morpho/tests/attribute Thu, 25 Mar 2004 15:00:37 +0100 palma_g (oln/j/51_attribute 1.5 600) +++ olena/tests/morpho/tests/attribute Tue, 20 Apr 2004 12:11:13 +0200 van-vl_n (oln/j/51_attribute 1.5 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/attribute_closing_opening.hh> Index: olena/tests/morpho/tests/attr_op_cl --- olena/tests/morpho/tests/attr_op_cl Thu, 15 Apr 2004 13:56:35 +0200 palma_g (oln/k/0_attr_op_cl 1.4 600) +++ olena/tests/morpho/tests/attr_op_cl Tue, 20 Apr 2004 12:11:17 +0200 van-vl_n (oln/k/0_attr_op_cl 1.4 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/attribute_closing_opening.hh> Index: olena/tests/utils/tests/md5 --- olena/tests/utils/tests/md5 Fri, 19 Mar 2004 17:28:35 +0100 palma_g (oln/k/15_md5 1.1 600) +++ olena/tests/utils/tests/md5 Tue, 20 Apr 2004 12:01:55 +0200 van-vl_n (oln/k/15_md5 1.1 600) @@ -1,4 +1,30 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 <ntg/int.hh> #include <oln/basics2d.hh> Index: olena/tests/core/tests/md5_apply --- olena/tests/core/tests/md5_apply Tue, 23 Mar 2004 14:13:04 +0100 palma_g (oln/k/22_md5_apply 1.1 600) +++ olena/tests/core/tests/md5_apply Tue, 20 Apr 2004 12:14:40 +0200 van-vl_n (oln/k/22_md5_apply 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/md5_convol_fast_gaussian_hh5 --- olena/tests/convol/tests/md5_convol_fast_gaussian_hh5 Mon, 29 Mar 2004 15:45:23 +0200 palma_g (oln/k/23_md5_convol 1.2 600) +++ olena/tests/convol/tests/md5_convol_fast_gaussian_hh5 Tue, 20 Apr 2004 12:16:08 +0200 van-vl_n (oln/k/23_md5_convol 1.2 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/md5_convol_fast_gaussian_hh4 --- olena/tests/convol/tests/md5_convol_fast_gaussian_hh4 Wed, 14 Apr 2004 00:29:46 +0200 thivol_d (oln/k/24_md5_convol 1.3 600) +++ olena/tests/convol/tests/md5_convol_fast_gaussian_hh4 Tue, 20 Apr 2004 12:16:12 +0200 van-vl_n (oln/k/24_md5_convol 1.3 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/md5_convol_fast_gaussian_hh3 --- olena/tests/convol/tests/md5_convol_fast_gaussian_hh3 Tue, 13 Apr 2004 13:53:26 +0200 palma_g (oln/k/25_md5_convol 1.3 600) +++ olena/tests/convol/tests/md5_convol_fast_gaussian_hh3 Tue, 20 Apr 2004 12:16:15 +0200 van-vl_n (oln/k/25_md5_convol 1.3 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/md5_convol_fast_gaussian_hh2 --- olena/tests/convol/tests/md5_convol_fast_gaussian_hh2 Mon, 29 Mar 2004 15:45:23 +0200 palma_g (oln/k/26_md5_convol 1.2 600) +++ olena/tests/convol/tests/md5_convol_fast_gaussian_hh2 Tue, 20 Apr 2004 12:16:17 +0200 van-vl_n (oln/k/26_md5_convol 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/md5_convol_fast_gaussian_hh1 --- olena/tests/convol/tests/md5_convol_fast_gaussian_hh1 Wed, 14 Apr 2004 00:29:46 +0200 thivol_d (oln/k/27_md5_convol 1.3 600) +++ olena/tests/convol/tests/md5_convol_fast_gaussian_hh1 Tue, 20 Apr 2004 12:16:20 +0200 van-vl_n (oln/k/27_md5_convol 1.3 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/md5_convol_fast_gaussian_hh0 --- olena/tests/convol/tests/md5_convol_fast_gaussian_hh0 Tue, 13 Apr 2004 13:53:26 +0200 palma_g (oln/k/28_md5_convol 1.3 600) +++ olena/tests/convol/tests/md5_convol_fast_gaussian_hh0 Tue, 20 Apr 2004 12:16:23 +0200 van-vl_n (oln/k/28_md5_convol 1.3 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_watershed_hh1 --- olena/tests/morpho/tests/md5_morpho_watershed_hh1 Wed, 14 Apr 2004 16:52:13 +0200 palma_g (oln/k/29_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_watershed_hh1 Tue, 20 Apr 2004 12:05:31 +0200 van-vl_n (oln/k/29_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_watershed_hh0 --- olena/tests/morpho/tests/md5_morpho_watershed_hh0 Wed, 14 Apr 2004 16:52:13 +0200 palma_g (oln/k/30_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_watershed_hh0 Tue, 20 Apr 2004 12:05:36 +0200 van-vl_n (oln/k/30_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc7 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc7 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/31_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc7 Tue, 20 Apr 2004 12:05:41 +0200 van-vl_n (oln/k/31_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc6 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc6 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/32_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc6 Tue, 20 Apr 2004 12:05:46 +0200 van-vl_n (oln/k/32_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc5 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc5 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/33_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc5 Tue, 20 Apr 2004 12:05:52 +0200 van-vl_n (oln/k/33_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc4 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc4 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/34_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc4 Tue, 20 Apr 2004 12:06:03 +0200 van-vl_n (oln/k/34_md5_morpho 1.1 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc3 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc3 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/35_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc3 Tue, 20 Apr 2004 12:06:07 +0200 van-vl_n (oln/k/35_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc2 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/36_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc2 Tue, 20 Apr 2004 12:06:11 +0200 van-vl_n (oln/k/36_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc1 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/37_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc1 Tue, 20 Apr 2004 12:06:14 +0200 van-vl_n (oln/k/37_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_top_hat_inc0 --- olena/tests/morpho/tests/md5_morpho_top_hat_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/38_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_top_hat_inc0 Tue, 20 Apr 2004 12:06:17 +0200 van-vl_n (oln/k/38_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_thinning_inc0 --- olena/tests/morpho/tests/md5_morpho_thinning_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/39_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_thinning_inc0 Tue, 20 Apr 2004 12:06:20 +0200 van-vl_n (oln/k/39_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_thickening_inc0 --- olena/tests/morpho/tests/md5_morpho_thickening_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/40_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_thickening_inc0 Tue, 20 Apr 2004 12:06:23 +0200 van-vl_n (oln/k/40_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_reconstruction_hh5 --- olena/tests/morpho/tests/md5_morpho_reconstruction_hh5 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/k/41_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_reconstruction_hh5 Tue, 20 Apr 2004 12:06:26 +0200 van-vl_n (oln/k/41_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_reconstruction_hh4 --- olena/tests/morpho/tests/md5_morpho_reconstruction_hh4 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/k/42_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_reconstruction_hh4 Tue, 20 Apr 2004 12:06:29 +0200 van-vl_n (oln/k/42_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_reconstruction_hh3 --- olena/tests/morpho/tests/md5_morpho_reconstruction_hh3 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/k/43_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_reconstruction_hh3 Tue, 20 Apr 2004 12:06:32 +0200 van-vl_n (oln/k/43_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_reconstruction_hh2 --- olena/tests/morpho/tests/md5_morpho_reconstruction_hh2 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/k/44_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_reconstruction_hh2 Tue, 20 Apr 2004 12:06:35 +0200 van-vl_n (oln/k/44_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_reconstruction_hh1 --- olena/tests/morpho/tests/md5_morpho_reconstruction_hh1 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/k/45_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_reconstruction_hh1 Tue, 20 Apr 2004 12:06:38 +0200 van-vl_n (oln/k/45_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_reconstruction_hh0 --- olena/tests/morpho/tests/md5_morpho_reconstruction_hh0 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/k/46_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_reconstruction_hh0 Tue, 20 Apr 2004 12:06:41 +0200 van-vl_n (oln/k/46_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_opening_inc0 --- olena/tests/morpho/tests/md5_morpho_opening_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/47_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_opening_inc0 Tue, 20 Apr 2004 12:06:44 +0200 van-vl_n (oln/k/47_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_laplacian_inc1 --- olena/tests/morpho/tests/md5_morpho_laplacian_inc1 Fri, 02 Apr 2004 17:50:27 +0200 van-vl_n (oln/k/48_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_laplacian_inc1 Tue, 20 Apr 2004 12:06:48 +0200 van-vl_n (oln/k/48_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_laplacian_inc0 --- olena/tests/morpho/tests/md5_morpho_laplacian_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/49_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_laplacian_inc0 Tue, 20 Apr 2004 12:06:51 +0200 van-vl_n (oln/k/49_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc5 --- olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc5 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/50_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc5 Tue, 20 Apr 2004 12:06:54 +0200 van-vl_n (oln/k/50_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc4 --- olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc4 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/k/51_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc4 Tue, 20 Apr 2004 12:06:57 +0200 van-vl_n (oln/k/51_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc3 --- olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc3 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/0_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc3 Tue, 20 Apr 2004 12:06:59 +0200 van-vl_n (oln/l/0_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc2 --- olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/1_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc2 Tue, 20 Apr 2004 12:07:02 +0200 van-vl_n (oln/l/1_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc1 --- olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/2_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc1 Tue, 20 Apr 2004 12:07:04 +0200 van-vl_n (oln/l/2_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc0 --- olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/3_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_hit_or_miss_inc0 Tue, 20 Apr 2004 12:07:07 +0200 van-vl_n (oln/l/3_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_gradient_inc0 --- olena/tests/morpho/tests/md5_morpho_gradient_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/4_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_gradient_inc0 Tue, 20 Apr 2004 12:07:15 +0200 van-vl_n (oln/l/4_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh1 --- olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh1 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/l/5_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh1 Tue, 20 Apr 2004 12:07:18 +0200 van-vl_n (oln/l/5_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh0 --- olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh0 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/l/6_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_geodesic_erosion_hh0 Tue, 20 Apr 2004 12:07:20 +0200 van-vl_n (oln/l/6_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh1 --- olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh1 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/l/7_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh1 Tue, 20 Apr 2004 12:07:34 +0200 van-vl_n (oln/l/7_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh0 --- olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh0 Wed, 14 Apr 2004 17:30:56 +0200 thivol_d (oln/l/8_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_geodesic_dilation_hh0 Tue, 20 Apr 2004 12:07:39 +0200 van-vl_n (oln/l/8_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_fast_morpho_hxx0 --- olena/tests/morpho/tests/md5_morpho_fast_morpho_hxx0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/9_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_fast_morpho_hxx0 Tue, 20 Apr 2004 12:07:43 +0200 van-vl_n (oln/l/9_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_extrema_killer_hh3 --- olena/tests/morpho/tests/md5_morpho_extrema_killer_hh3 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/10_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_extrema_killer_hh3 Tue, 20 Apr 2004 12:07:46 +0200 van-vl_n (oln/l/10_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_extrema_killer_hh2 --- olena/tests/morpho/tests/md5_morpho_extrema_killer_hh2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/11_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_extrema_killer_hh2 Tue, 20 Apr 2004 12:07:49 +0200 van-vl_n (oln/l/11_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_extrema_killer_hh1 --- olena/tests/morpho/tests/md5_morpho_extrema_killer_hh1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/12_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_extrema_killer_hh1 Tue, 20 Apr 2004 12:07:52 +0200 van-vl_n (oln/l/12_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_extrema_killer_hh0 --- olena/tests/morpho/tests/md5_morpho_extrema_killer_hh0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/13_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_extrema_killer_hh0 Tue, 20 Apr 2004 12:07:55 +0200 van-vl_n (oln/l/13_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_extrema_hxx1 --- olena/tests/morpho/tests/md5_morpho_extrema_hxx1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/14_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_extrema_hxx1 Tue, 20 Apr 2004 12:07:59 +0200 van-vl_n (oln/l/14_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_extrema_hxx0 --- olena/tests/morpho/tests/md5_morpho_extrema_hxx0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/15_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_extrema_hxx0 Tue, 20 Apr 2004 12:08:02 +0200 van-vl_n (oln/l/15_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_erosion_hh2 --- olena/tests/morpho/tests/md5_morpho_erosion_hh2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/16_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_erosion_hh2 Tue, 20 Apr 2004 12:08:05 +0200 van-vl_n (oln/l/16_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_erosion_hh1 --- olena/tests/morpho/tests/md5_morpho_erosion_hh1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/17_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_erosion_hh1 Tue, 20 Apr 2004 12:08:07 +0200 van-vl_n (oln/l/17_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_erosion_hh0 --- olena/tests/morpho/tests/md5_morpho_erosion_hh0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/18_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_erosion_hh0 Tue, 20 Apr 2004 12:08:10 +0200 van-vl_n (oln/l/18_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_dilation_hh1 --- olena/tests/morpho/tests/md5_morpho_dilation_hh1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/19_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_dilation_hh1 Tue, 20 Apr 2004 12:08:13 +0200 van-vl_n (oln/l/19_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_dilation_hh0 --- olena/tests/morpho/tests/md5_morpho_dilation_hh0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/20_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_dilation_hh0 Tue, 20 Apr 2004 12:08:15 +0200 van-vl_n (oln/l/20_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_closing_inc0 --- olena/tests/morpho/tests/md5_morpho_closing_inc0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/21_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_closing_inc0 Tue, 20 Apr 2004 12:08:18 +0200 van-vl_n (oln/l/21_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh9 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh9 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/22_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh9 Tue, 20 Apr 2004 12:08:21 +0200 van-vl_n (oln/l/22_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh8 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh8 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/23_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh8 Tue, 20 Apr 2004 12:08:24 +0200 van-vl_n (oln/l/23_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh7 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh7 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/24_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh7 Tue, 20 Apr 2004 12:08:26 +0200 van-vl_n (oln/l/24_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh6 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh6 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/25_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh6 Tue, 20 Apr 2004 12:08:29 +0200 van-vl_n (oln/l/25_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh5 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh5 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/26_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh5 Tue, 20 Apr 2004 12:08:36 +0200 van-vl_n (oln/l/26_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh4 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh4 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/27_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh4 Tue, 20 Apr 2004 12:08:39 +0200 van-vl_n (oln/l/27_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh3 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh3 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/28_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh3 Tue, 20 Apr 2004 12:08:41 +0200 van-vl_n (oln/l/28_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh2 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/29_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh2 Tue, 20 Apr 2004 12:08:44 +0200 van-vl_n (oln/l/29_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh17 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh17 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/30_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh17 Tue, 20 Apr 2004 12:08:48 +0200 van-vl_n (oln/l/30_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh16 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh16 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/31_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh16 Tue, 20 Apr 2004 12:08:51 +0200 van-vl_n (oln/l/31_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh15 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh15 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/32_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh15 Tue, 20 Apr 2004 12:08:54 +0200 van-vl_n (oln/l/32_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh14 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh14 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/33_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh14 Tue, 20 Apr 2004 12:08:58 +0200 van-vl_n (oln/l/33_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh13 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh13 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/34_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh13 Tue, 20 Apr 2004 12:09:00 +0200 van-vl_n (oln/l/34_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh12 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh12 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/35_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh12 Tue, 20 Apr 2004 12:09:03 +0200 van-vl_n (oln/l/35_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh11 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh11 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/36_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh11 Tue, 20 Apr 2004 12:09:06 +0200 van-vl_n (oln/l/36_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh10 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh10 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/37_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh10 Tue, 20 Apr 2004 12:09:08 +0200 van-vl_n (oln/l/37_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh1 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/38_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh1 Tue, 20 Apr 2004 12:09:12 +0200 van-vl_n (oln/l/38_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh0 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/39_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_map_hh0 Tue, 20 Apr 2004 12:03:02 +0200 van-vl_n (oln/l/39_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh5 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh5 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/40_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh5 Tue, 20 Apr 2004 12:09:15 +0200 van-vl_n (oln/l/40_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh4 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh4 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/41_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh4 Tue, 20 Apr 2004 12:09:18 +0200 van-vl_n (oln/l/41_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh3 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh3 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/42_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh3 Tue, 20 Apr 2004 12:09:27 +0200 van-vl_n (oln/l/42_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh2 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/43_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh2 Tue, 20 Apr 2004 12:09:30 +0200 van-vl_n (oln/l/43_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh1 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/44_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh1 Tue, 20 Apr 2004 12:09:33 +0200 van-vl_n (oln/l/44_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh0 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/45_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_light_hh0 Tue, 20 Apr 2004 12:09:38 +0200 van-vl_n (oln/l/45_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh9 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh9 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/46_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh9 Tue, 20 Apr 2004 12:09:41 +0200 van-vl_n (oln/l/46_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh8 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh8 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/47_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh8 Tue, 20 Apr 2004 12:09:44 +0200 van-vl_n (oln/l/47_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh7 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh7 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/48_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh7 Tue, 20 Apr 2004 12:09:46 +0200 van-vl_n (oln/l/48_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh6 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh6 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/49_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh6 Tue, 20 Apr 2004 12:09:49 +0200 van-vl_n (oln/l/49_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh5 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh5 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/50_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh5 Tue, 20 Apr 2004 12:09:55 +0200 van-vl_n (oln/l/50_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh4 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh4 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/l/51_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh4 Tue, 20 Apr 2004 12:09:58 +0200 van-vl_n (oln/l/51_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh3 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh3 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/0_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh3 Tue, 20 Apr 2004 12:10:00 +0200 van-vl_n (oln/m/0_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh2 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh2 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/1_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh2 Tue, 20 Apr 2004 12:10:03 +0200 van-vl_n (oln/m/1_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh17 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh17 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/2_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh17 Tue, 20 Apr 2004 12:10:06 +0200 van-vl_n (oln/m/2_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh16 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh16 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/3_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh16 Tue, 20 Apr 2004 12:10:08 +0200 van-vl_n (oln/m/3_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh15 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh15 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/4_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh15 Tue, 20 Apr 2004 12:10:11 +0200 van-vl_n (oln/m/4_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh14 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh14 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/5_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh14 Tue, 20 Apr 2004 12:10:16 +0200 van-vl_n (oln/m/5_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh13 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh13 Thu, 15 Apr 2004 13:56:35 +0200 palma_g (oln/m/6_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh13 Tue, 20 Apr 2004 12:10:20 +0200 van-vl_n (oln/m/6_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh12 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh12 Thu, 15 Apr 2004 13:56:35 +0200 palma_g (oln/m/7_md5_morpho 1.2 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh12 Tue, 20 Apr 2004 12:10:23 +0200 van-vl_n (oln/m/7_md5_morpho 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh11 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh11 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/8_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh11 Tue, 20 Apr 2004 12:10:26 +0200 van-vl_n (oln/m/8_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh10 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh10 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/9_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh10 Tue, 20 Apr 2004 12:10:30 +0200 van-vl_n (oln/m/9_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh1 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh1 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/10_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh1 Tue, 20 Apr 2004 12:10:33 +0200 van-vl_n (oln/m/10_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh0 --- olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh0 Tue, 23 Mar 2004 14:36:33 +0100 palma_g (oln/m/11_md5_morpho 1.1 600) +++ olena/tests/morpho/tests/md5_morpho_attribute_closing_opening_hh0 Tue, 20 Apr 2004 12:10:35 +0200 van-vl_n (oln/m/11_md5_morpho 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/topo/tests/md5_topo_tarjan_flat-zone_hh0 --- olena/tests/topo/tests/md5_topo_tarjan_flat-zone_hh0 Fri, 02 Apr 2004 18:35:46 +0200 palma_g (oln/m/12_md5_topo_t 1.2 600) +++ olena/tests/topo/tests/md5_topo_tarjan_flat-zone_hh0 Tue, 20 Apr 2004 12:03:59 +0200 van-vl_n (oln/m/12_md5_topo_t 1.2 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/topo/tests/md5_topo_dmap_hh0 --- olena/tests/topo/tests/md5_topo_dmap_hh0 Tue, 23 Mar 2004 15:48:17 +0100 palma_g (oln/m/13_md5_topo_d 1.1 600) +++ olena/tests/topo/tests/md5_topo_dmap_hh0 Tue, 20 Apr 2004 12:04:06 +0200 van-vl_n (oln/m/13_md5_topo_d 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/level/tests/md5_level_threshold_hh0 --- olena/tests/level/tests/md5_level_threshold_hh0 Tue, 23 Mar 2004 15:58:17 +0100 palma_g (oln/m/14_md5_level_ 1.1 600) +++ olena/tests/level/tests/md5_level_threshold_hh0 Tue, 20 Apr 2004 12:12:28 +0200 van-vl_n (oln/m/14_md5_level_ 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/level/tests/md5_level_set_level_hh0 --- olena/tests/level/tests/md5_level_set_level_hh0 Tue, 23 Mar 2004 15:58:17 +0100 palma_g (oln/m/15_md5_level_ 1.1 600) +++ olena/tests/level/tests/md5_level_set_level_hh0 Tue, 20 Apr 2004 12:12:32 +0200 van-vl_n (oln/m/15_md5_level_ 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/level/tests/md5_level_hh0 --- olena/tests/level/tests/md5_level_hh0 Tue, 23 Mar 2004 16:05:55 +0100 palma_g (oln/m/16_md5_level_ 1.1 600) +++ olena/tests/level/tests/md5_level_hh0 Tue, 20 Apr 2004 12:12:35 +0200 van-vl_n (oln/m/16_md5_level_ 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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 "data.hh" #include <oln/utils/md5.hh>
Index: olena/tests/convol/tests/nagao --- olena/tests/convol/tests/nagao Tue, 13 Apr 2004 15:18:24 +0200 palma_g (oln/m/19_nagao 1.2 600) +++ olena/tests/convol/tests/nagao Tue, 20 Apr 2004 12:16:04 +0200 van-vl_n (oln/m/19_nagao 1.2 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/convol/nagao.hh> #include <oln/basics2d.hh> #include <ntg/all.hh> Index: integre/tests/types/tests/ntg_compare_nb_comp --- integre/tests/types/tests/ntg_compare_nb_comp Fri, 26 Mar 2004 20:56:28 +0100 van-vl_n (oln/m/20_ntg_compar 1.1 600) +++ integre/tests/types/tests/ntg_compare_nb_comp Tue, 20 Apr 2004 12:23:42 +0200 van-vl_n (oln/m/20_ntg_compar 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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. + bool should_just_compile; should_just_compile = ntg_if_vectorial_nb_comp_(int);
Index: olena/tests/morpher/tests/compose_morph --- olena/tests/morpher/tests/compose_morph Tue, 30 Mar 2004 22:10:11 +0200 thivol_d (oln/m/43_compose_mo 1.1 600) +++ olena/tests/morpher/tests/compose_morph Tue, 20 Apr 2004 12:11:53 +0200 van-vl_n (oln/m/43_compose_mo 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/morpher/color_morpher.hh> #include <oln/morpher/subq_morpher.hh> #include <oln/basics2d.hh> Index: olena/tests/morpher/tests/sq_morph --- olena/tests/morpher/tests/sq_morph Tue, 30 Mar 2004 22:10:11 +0200 thivol_d (oln/m/44_sq_morph 1.1 600) +++ olena/tests/morpher/tests/sq_morph Tue, 20 Apr 2004 12:11:26 +0200 van-vl_n (oln/m/44_sq_morph 1.1 600) @@ -1,4 +1,32 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/morpher/subq_morpher.hh> #include <oln/basics2d.hh> #include <ntg/all.hh> Index: olena/tests/morpher/tests/color_morph --- olena/tests/morpher/tests/color_morph Sat, 03 Apr 2004 23:02:21 +0200 thivol_d (oln/m/45_color_morp 1.3 600) +++ olena/tests/morpher/tests/color_morph Tue, 20 Apr 2004 12:11:57 +0200 van-vl_n (oln/m/45_color_morp 1.3 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/morpher/color_morpher.hh> #include <oln/basics2d.hh> #include <ntg/all.hh> Index: olena/tests/morpher/tests/iter --- olena/tests/morpher/tests/iter Sun, 04 Apr 2004 16:48:06 +0200 odou_s (oln/q/3_iter 1.1 600) +++ olena/tests/morpher/tests/iter Tue, 20 Apr 2004 12:11:49 +0200 van-vl_n (oln/q/3_iter 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/morpher/iter_morpher.hh> #include <oln/basics2d.hh> #include <ntg/all.hh> Index: olena/tests/morpher/tests/piece --- olena/tests/morpher/tests/piece Sun, 04 Apr 2004 16:48:06 +0200 odou_s (oln/q/43_piece 1.1 600) +++ olena/tests/morpher/tests/piece Tue, 20 Apr 2004 12:11:46 +0200 van-vl_n (oln/q/43_piece 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/morpher/piece_morpher.hh> #include <oln/basics2d.hh> #include <ntg/all.hh> Index: olena/tests/morpher/tests/slicing --- olena/tests/morpher/tests/slicing Sun, 04 Apr 2004 16:48:06 +0200 odou_s (oln/q/44_slicing 1.1 600) +++ olena/tests/morpher/tests/slicing Tue, 20 Apr 2004 12:11:39 +0200 van-vl_n (oln/q/44_slicing 1.1 600) @@ -1,3 +1,31 @@ +// -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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/morpher/slicing_morpher.hh> #include <oln/basics2d.hh> #include <ntg/all.hh> Index: olena/tests/morpho/tests/gradient --- olena/tests/morpho/tests/gradient Mon, 12 Apr 2004 12:56:30 +0200 van-vl_n (oln/r/1_gradient 1.1 600) +++ olena/tests/morpho/tests/gradient Tue, 20 Apr 2004 12:10:40 +0200 van-vl_n (oln/r/1_gradient 1.1 600) @@ -1,4 +1,31 @@ // -*- c++ -*- +// 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, 59 Temple Place - Suite 330, Boston, +// MA 02111-1307, 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>
Tout le diff correspond à l'ajout de copyright, sauf cette portion:
Index: tools/swilena/python/Makefile.am --- tools/swilena/python/Makefile.am Wed, 14 Apr 2004 20:42:25 +0200 thivol_d (oln/w/2_Makefile.a 1.4 600) +++ tools/swilena/python/Makefile.am Tue, 20 Apr 2004 15:13:06 +0200 van-vl_n (oln/w/2_Makefile.a 1.4 600) @@ -9,5 +9,4 @@
include makefile.swig
-clean-local: - rm -f *.pyc *.cxx +CLEANFILES = *.pyc *.cxx \ No newline at end of file ^mea culpa. Je corrige.
"Niels" == Niels Van Vliet niels@lrde.epita.fr writes:
Index: olena/tests/morpho/tests/test-reconstruction --- olena/tests/morpho/tests/test-reconstruction Fri, 01 Aug 2003 11:42:33 +0200 burrus_n (oln/e/22_test-recon 1.7.1.3.1.2 600) +++ olena/tests/morpho/tests/test-reconstruction Tue, 20 Apr 2004 12:05:11 +0200 van-vl_n (oln/e/22_test-recon 1.7.1.3.1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*-
???
Akim Demaille wrote:
"Niels" == Niels Van Vliet niels@lrde.epita.fr writes:
Index: olena/tests/morpho/tests/test-reconstruction --- olena/tests/morpho/tests/test-reconstruction Fri, 01 Aug 2003 11:42:33 +0200 burrus_n (oln/e/22_test-recon 1.7.1.3.1.2 600) +++ olena/tests/morpho/tests/test-reconstruction Tue, 20 Apr 2004 12:05:11 +0200 van-vl_n (oln/e/22_test-recon 1.7.1.3.1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*-
???
Maintenant tous les fichiers de tests ont la ligne qui permet d'avoir la coloration syntaxique et le copyright. Quelques fichiers avaient déjà le copyright. La chose bizaroide correspond à la ligne suivante avec plus d'espaces:
// -*- c++ -*-
PS: Le dernier '-' est dans la 78ieme colonne dans test-reconstruction.
"Niels" == Niels Van Vliet niels@lrde.epita.fr writes:
Akim Demaille wrote:
"Niels" == Niels Van Vliet niels@lrde.epita.fr writes:
Index: olena/tests/morpho/tests/test-reconstruction --- olena/tests/morpho/tests/test-reconstruction Fri, 01 Aug 2003 11:42:33 +0200 burrus_n (oln/e/22_test-recon 1.7.1.3.1.2 600) +++ olena/tests/morpho/tests/test-reconstruction Tue, 20 Apr 2004 12:05:11 +0200 van-vl_n (oln/e/22_test-recon 1.7.1.3.1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*-
???
Maintenant tous les fichiers de tests ont la ligne qui permet d'avoir la coloration syntaxique et le copyright. Quelques fichiers avaient déjà le copyright. La chose bizaroide correspond à la ligne suivante avec plus d'espaces:
// -*- c++ -*-
Je connais bien ça, merci :), mais ce patch laisse entendre qu'il y a trois ligne. C'est louche. Comment ça se fait ?
PS: Le dernier '-' est dans la 78ieme colonne dans test-reconstruction.
Akim Demaille wrote:
"Niels" == Niels Van Vliet niels@lrde.epita.fr writes:
Akim Demaille wrote:
"Niels" == Niels Van Vliet niels@lrde.epita.fr writes:
Index: olena/tests/morpho/tests/test-reconstruction --- olena/tests/morpho/tests/test-reconstruction Fri, 01 Aug 2003 11:42:33 +0200 burrus_n (oln/e/22_test-recon 1.7.1.3.1.2 600) +++ olena/tests/morpho/tests/test-reconstruction Tue, 20 Apr 2004 12:05:11 +0200 van-vl_n (oln/e/22_test-recon 1.7.1.3.1.2 600) @@ -1,3 +1,31 @@ +// -*- c++ -*-
???
Maintenant tous les fichiers de tests ont la ligne qui permet d'avoir la coloration syntaxique et le copyright. Quelques fichiers avaient déjà le copyright. La chose bizaroide correspond à la ligne suivante avec plus d'espaces:
// -*- c++ -*-
Je connais bien ça, merci :), mais ce patch laisse entendre qu'il y a trois ligne. C'est louche. Comment ça se fait ?
Je pense que c'est ton lecteur de news. Sous mozilla c'est en une ligne.