2007-02-09 Roland Levillain <roland@lrde.epita.fr> Add missing copyright headers, and fix the dates of existing ones. * Makefile.am, mlc/Makefile.am, mlc/makefile.src * tests/array/gen_test.cc, tests/check/check.hh, * tests/check/main.cc, tests/check/Makefile.am, * tests/check/Makefile.check, tests/check/Makefile.flags, * tests/check/srcdir.cc, tests/check/srcdir.hh, * tests/check/verbose.cc, tests/check/verbose.hh, * tests/array/gen_test_utils/errors.cc, * tests/array/gen_test_utils/errors.hh, tests/array/Makefile.am, * tests/array/test_array1d.cc, tests/array/test_array2d.cc, * tests/array/test_array3d.cc, tests/check/compile.cc, * tests/check/compile.hh, tests/Makefile.am, * tests/main/Makefile.am, tests/check/defs.in, * tests/sanity/includes.test, tests/sanity/Makefile.am, * tests/check/Makefile.runtests: Add copyright header. * tests/main/tests/is_a1, tests/main/tests/ensure1, * tests/main/tests/ensure2, tests/main/tests/ensure3, * tests/main/tests/pow2sup1, tests/main/tests/pow2sup2: Fix the dates in copyright headers. --- 10.275/ChangeLog Fri, 09 Feb 2007 16:35:16 +0100 levill_r (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.33 600) +++ 10.276/ChangeLog Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.34 600) @@ -1,5 +1,9 @@ 2007-02-09 Roland Levillain <roland@lrde.epita.fr> + * configure: Aesthetic changes. + +2007-02-09 Roland Levillain <roland@lrde.epita.fr> + Add more missing copyright header. * bootstrap.sh, cleanup.sh, config/oln.m4, config/oln-local.m4, --- 10.275/configure.ac Fri, 09 Feb 2007 16:25:42 +0100 levill_r (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.14 644) +++ 10.276/configure.ac Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.15 644) @@ -1,3 +1,5 @@ +# Process this file with autoconf to produce a configure script. + # Copyright (C) 2002, 2003, 2004, 2006, 2007 EPITA Research and # Development Laboratory # @@ -26,7 +28,6 @@ # reasons why the executable file might be covered by the GNU General # Public License. -# Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) --- 10.275/metalic/tests/check/check.hh Sat, 01 Mar 2003 14:07:38 +0100 burrus_n (oln/e/40_check.hh 1.4 600) +++ 10.276/metalic/tests/check/check.hh Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/40_check.hh 1.5 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #ifndef OLENA__TESTS__CHECK__CHECK__H # define OLENA__TESTS__CHECK__CHECK__H --- 10.275/metalic/tests/check/main.cc Thu, 28 Mar 2002 19:30:36 +0100 adl (oln/e/43_main.cc 1.1 600) +++ 10.276/metalic/tests/check/main.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/43_main.cc 1.2 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2002 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include <iostream> #include "verbose.hh" #include "check.hh" --- 10.275/metalic/tests/check/Makefile.am Wed, 12 Mar 2003 17:13:14 +0100 burrus_n (oln/e/44_Makefile.a 1.10 600) +++ 10.276/metalic/tests/check/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/44_Makefile.a 1.11 600) @@ -1,5 +1,33 @@ ## Process this file through Automake to create Makefile.in -*- Makefile -*- +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + include Makefile.flags AM_CPPFLAGS += -DCXX=\""$(CXX)"\" \ --- 10.275/metalic/tests/check/Makefile.check Sat, 01 Mar 2003 14:07:38 +0100 burrus_n (oln/e/37_Makefile.c 1.8 600) +++ 10.276/metalic/tests/check/Makefile.check Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/37_Makefile.c 1.9 600) @@ -1,4 +1,32 @@ -# -*- Makefile -*- +## -*- Makefile -*- + +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + include ../check/Makefile.flags LDADD = ../check/libcheck.a --- 10.275/metalic/tests/check/Makefile.flags Tue, 04 Mar 2003 13:57:40 +0100 burrus_n (oln/e/36_Makefile.f 1.12.1.3 600) +++ 10.276/metalic/tests/check/Makefile.flags Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/36_Makefile.f 1.12.1.4 600) @@ -1,4 +1,32 @@ -# -*- Makefile -*- +## -*- Makefile -*- + +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + AM_CXXFLAGS = $(CXXFLAGS_OPTIMIZE) $(CXXFLAGS_STRICT_ERRORS) AM_CPPFLAGS = -I$(top_srcdir)/metalic/tests/check --- 10.275/metalic/tests/check/srcdir.cc Wed, 22 Jan 2003 21:26:05 +0100 raph (oln/e/38_srcdir.cc 1.7 600) +++ 10.276/metalic/tests/check/srcdir.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/38_srcdir.cc 1.8 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include "srcdir.hh" #include <cstdlib> --- 10.275/metalic/tests/check/srcdir.hh Wed, 22 Jan 2003 21:26:05 +0100 raph (oln/e/35_srcdir.hh 1.6 600) +++ 10.276/metalic/tests/check/srcdir.hh Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/35_srcdir.hh 1.7 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #ifndef OLENA__TESTS__CHECK__SRCDIR__H # define OLENA__TESTS__CHECK__SRCDIR__H --- 10.275/metalic/tests/check/verbose.cc Fri, 03 Jan 2003 10:04:52 +0100 elrond (oln/e/41_verbose.cc 1.3 600) +++ 10.276/metalic/tests/check/verbose.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/41_verbose.cc 1.4 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include "verbose.hh" #include <unistd.h> #include <cstdlib> --- 10.275/metalic/tests/check/verbose.hh Thu, 16 Jan 2003 10:36:53 +0100 akim (oln/e/42_verbose.hh 1.3 600) +++ 10.276/metalic/tests/check/verbose.hh Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/e/42_verbose.hh 1.4 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #ifndef OLENA__TESTS__CHECK__VERBOSE__H # define OLENA__TESTS__CHECK__VERBOSE__H --- 10.275/metalic/tests/array/gen_test.cc Wed, 30 Jul 2003 18:49:16 +0200 burrus_n (oln/f/34_gen_test.c 1.11.1.4 600) +++ 10.276/metalic/tests/array/gen_test.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/34_gen_test.c 1.11.1.5 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include "config.h" #include <sys/types.h> #include <sys/wait.h> --- 10.275/metalic/tests/array/gen_test_utils/errors.cc Tue, 09 Jul 2002 11:50:07 +0200 astrid (oln/f/33_errors.cc 1.1 600) +++ 10.276/metalic/tests/array/gen_test_utils/errors.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/33_errors.cc 1.2 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include <iostream> #include <fstream> #include <sstream> --- 10.275/metalic/tests/array/gen_test_utils/errors.hh Tue, 09 Jul 2002 11:50:07 +0200 astrid (oln/f/32_errors.hh 1.1 600) +++ 10.276/metalic/tests/array/gen_test_utils/errors.hh Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/32_errors.hh 1.2 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include <iostream> #include <fstream> --- 10.275/metalic/tests/array/Makefile.am Sat, 01 Mar 2003 14:07:38 +0100 burrus_n (oln/f/27_Makefile.a 1.6.1.2 600) +++ 10.276/metalic/tests/array/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/27_Makefile.a 1.6.1.3 600) @@ -1,5 +1,33 @@ ## Process this file through Automake to create Makefile.in -*- Makefile -*- +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + include ../check/Makefile.check check_PROGRAMS = test_array1d test_array2d test_array3d gen_test --- 10.275/metalic/tests/array/test_array1d.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/f/26_test_array 1.5 600) +++ 10.276/metalic/tests/array/test_array1d.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/26_test_array 1.6 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include <mlc/array/all.hh> #include <iostream> using std::cout; --- 10.275/metalic/tests/array/test_array2d.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/f/25_test_array 1.5 600) +++ 10.276/metalic/tests/array/test_array2d.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/25_test_array 1.6 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include <mlc/array/all.hh> #include <iostream> using std::cout; --- 10.275/metalic/tests/array/test_array3d.cc Fri, 07 Mar 2003 15:57:20 +0100 burrus_n (oln/f/24_test_array 1.5 600) +++ 10.276/metalic/tests/array/test_array3d.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/f/24_test_array 1.6 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include <mlc/array/all.hh> #include <iostream> using std::cout; --- 10.275/metalic/tests/check/compile.hh Wed, 22 Jan 2003 21:26:05 +0100 raph (oln/p/35_compile.hh 1.1 600) +++ 10.276/metalic/tests/check/compile.hh Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/p/35_compile.hh 1.2 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #ifndef OLENA__TESTS__CHECK__COMPILE__HH # define OLENA__TESTS__CHECK__COMPILE__HH --- 10.275/metalic/tests/check/compile.cc Wed, 22 Jan 2003 21:26:05 +0100 raph (oln/p/36_compile.cc 1.1 600) +++ 10.276/metalic/tests/check/compile.cc Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/p/36_compile.cc 1.2 600) @@ -1,3 +1,31 @@ +// Copyright (C) 2003 EPITA Research and Development Laboratory +// +// This file is part of the Olena Library. This library is free +// software; you can redistribute it and/or modify it under the terms +// of the GNU General Public License version 2 as published by the +// Free Software Foundation. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this library; see the file COPYING. If not, write to +// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +// Boston, MA 02110-1301, USA. +// +// As a special exception, you may use this file as part of a free +// software library without restriction. Specifically, if other files +// instantiate templates or use macros or inline functions from this +// file, or you compile this file and link it with other files to +// produce an executable, this file does not by itself cause the +// resulting executable to be covered by the GNU General Public +// License. This exception does not however invalidate any other +// reasons why the executable file might be covered by the GNU General +// Public License. + + #include "compile.hh" using namespace std; --- 10.275/metalic/tests/Makefile.am Wed, 12 Mar 2003 18:27:06 +0100 burrus_n (oln/q/31_Makefile.a 1.4 600) +++ 10.276/metalic/tests/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/q/31_Makefile.a 1.5 600) @@ -1,3 +1,31 @@ ## Process this file through Automake to create Makefile.in -*- Makefile -*- +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + SUBDIRS = check $(MLC_TESTS_SUBDIRS) --- 10.275/metalic/Makefile.am Sat, 22 Mar 2003 17:03:07 +0100 burrus_n (oln/q/32_Makefile.a 1.3 600) +++ 10.276/metalic/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/q/32_Makefile.a 1.4 600) @@ -1,3 +1,31 @@ ## Process this file through Automake to create Makefile.in -*- Makefile -*- +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + SUBDIRS = mlc $(MLC_SRC_SUBDIRS) --- 10.275/metalic/mlc/Makefile.am Tue, 13 Apr 2004 13:53:26 +0200 palma_g (oln/q/33_Makefile.a 1.7.1.1 600) +++ 10.276/metalic/mlc/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/q/33_Makefile.a 1.7.1.2 600) @@ -1,4 +1,33 @@ ## Process this file with Automake to produce Makefile.in -*- Makefile -*- + +## Copyright (C) 2003, 2004 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + EXTRA_DIST = makefile.src include $(srcdir)/makefile.src --- 10.275/metalic/tests/main/tests/is_a1 Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/r/17_is_a1 1.4 600) +++ 10.276/metalic/tests/main/tests/is_a1 Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/17_is_a1 1.5 600) @@ -1,5 +1,5 @@ // -*- c++ -*- -// Copyright (C) 2004 EPITA Research and Development Laboratory +// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms --- 10.275/metalic/tests/main/tests/ensure3 Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/r/18_ensure3 1.4 600) +++ 10.276/metalic/tests/main/tests/ensure3 Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/18_ensure3 1.5 600) @@ -1,5 +1,5 @@ // -*- c++ -*- -// Copyright (C) 2004 EPITA Research and Development Laboratory +// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms --- 10.275/metalic/tests/main/tests/ensure2 Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/r/19_ensure2 1.4 600) +++ 10.276/metalic/tests/main/tests/ensure2 Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/19_ensure2 1.5 600) @@ -1,5 +1,5 @@ // -*- c++ -*- -// Copyright (C) 2004 EPITA Research and Development Laboratory +// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms --- 10.275/metalic/tests/main/tests/pow2sup2 Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/r/20_pow2sup2 1.3 600) +++ 10.276/metalic/tests/main/tests/pow2sup2 Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/20_pow2sup2 1.4 600) @@ -1,5 +1,5 @@ // -*- c++ -*- -// Copyright (C) 2004 EPITA Research and Development Laboratory +// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms --- 10.275/metalic/tests/main/tests/ensure1 Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/r/21_ensure1 1.3 600) +++ 10.276/metalic/tests/main/tests/ensure1 Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/21_ensure1 1.4 600) @@ -1,5 +1,5 @@ // -*- c++ -*- -// Copyright (C) 2004 EPITA Research and Development Laboratory +// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms --- 10.275/metalic/tests/main/tests/pow2sup1 Tue, 20 Apr 2004 15:16:21 +0200 van-vl_n (oln/r/22_pow2sup1 1.3 600) +++ 10.276/metalic/tests/main/tests/pow2sup1 Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/22_pow2sup1 1.4 600) @@ -1,5 +1,5 @@ // -*- c++ -*- -// Copyright (C) 2004 EPITA Research and Development Laboratory +// Copyright (C) 2003, 2004 EPITA Research and Development Laboratory // // This file is part of the Olena Library. This library is free // software; you can redistribute it and/or modify it under the terms --- 10.275/metalic/tests/main/Makefile.am Fri, 01 Aug 2003 02:45:53 +0200 burrus_n (oln/r/23_Makefile.a 1.2 600) +++ 10.276/metalic/tests/main/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/23_Makefile.a 1.3 600) @@ -1,3 +1,31 @@ ## Process this file with Automake to produce Makefile.in -*- Makefile -*- +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + include ../check/Makefile.runtests --- 10.275/metalic/tests/check/defs.in Wed, 05 Mar 2003 11:40:54 +0100 burrus_n (oln/r/25_defs.in 1.1 600) +++ 10.276/metalic/tests/check/defs.in Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/25_defs.in 1.2 600) @@ -1,5 +1,33 @@ # -*- shell-script -*- +# Copyright (C) 2003 EPITA Research and Development Laboratory +# +# This file is part of the Olena Library. This library is free +# software; you can redistribute it and/or modify it under the terms +# of the GNU General Public License version 2 as published by the +# Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this library; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# As a special exception, you may use this file as part of a free +# software library without restriction. Specifically, if other files +# instantiate templates or use macros or inline functions from this +# file, or you compile this file and link it with other files to +# produce an executable, this file does not by itself cause the +# resulting executable to be covered by the GNU General Public +# License. This exception does not however invalidate any other +# reasons why the executable file might be covered by the GNU General +# Public License. + + # User can set VERBOSE to see all output. if test "x$VERBOSE" = x; then exec > /dev/null 2>&1 --- 10.275/metalic/tests/sanity/includes.test Tue, 13 May 2003 21:32:45 +0200 burrus_n (oln/t/1_includes.t 1.1 700) +++ 10.276/metalic/tests/sanity/includes.test Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/t/1_includes.t 1.2 700) @@ -1,5 +1,33 @@ #! /bin/sh +# Copyright (C) 2003 EPITA Research and Development Laboratory +# +# This file is part of the Olena Library. This library is free +# software; you can redistribute it and/or modify it under the terms +# of the GNU General Public License version 2 as published by the +# Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this library; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# +# As a special exception, you may use this file as part of a free +# software library without restriction. Specifically, if other files +# instantiate templates or use macros or inline functions from this +# file, or you compile this file and link it with other files to +# produce an executable, this file does not by itself cause the +# resulting executable to be covered by the GNU General Public +# License. This exception does not however invalidate any other +# reasons why the executable file might be covered by the GNU General +# Public License. + + # Check that each header is self contained and generates no warning. : ${VERBOSE=1} --- 10.275/metalic/tests/sanity/Makefile.am Tue, 20 Apr 2004 18:09:05 +0200 van-vl_n (oln/t/2_Makefile.a 1.2 600) +++ 10.276/metalic/tests/sanity/Makefile.am Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/t/2_Makefile.a 1.3 600) @@ -1,3 +1,31 @@ +## Copyright (C) 2003, 2004 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + EXTRA_DIST = includes.test check: --- 10.275/metalic/tests/check/Makefile.runtests Fri, 01 Aug 2003 02:45:53 +0200 burrus_n (oln/u/34_Makefile.r 1.1 600) +++ 10.276/metalic/tests/check/Makefile.runtests Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/u/34_Makefile.r 1.2 600) @@ -1,3 +1,33 @@ +## -*- Makefile -*- + +## Copyright (C) 2003 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + include ../check/Makefile.flags EXTRA_DIST = tests --- 10.275/metalic/mlc/makefile.src Tue, 13 Apr 2004 13:42:44 +0200 palma_g (oln/r/3_makefile.s 1.1 600) +++ 10.276/metalic/mlc/makefile.src Fri, 09 Feb 2007 18:31:11 +0100 levill_r (oln/r/3_makefile.s 1.2 600) @@ -1,3 +1,33 @@ +## -*- Makefile -*- + +## Copyright (C) 2004 EPITA Research and Development Laboratory +## +## This file is part of the Olena Library. This library is free +## software; you can redistribute it and/or modify it under the terms +## of the GNU General Public License version 2 as published by the +## Free Software Foundation. +## +## This library is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +## General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with this library; see the file COPYING. If not, write to +## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +## Boston, MA 02110-1301, USA. +## +## As a special exception, you may use this file as part of a free +## software library without restriction. Specifically, if other files +## instantiate templates or use macros or inline functions from this +## file, or you compile this file and link it with other files to +## produce an executable, this file does not by itself cause the +## resulting executable to be covered by the GNU General Public +## License. This exception does not however invalidate any other +## reasons why the executable file might be covered by the GNU General +## Public License. + + ## ## List of headers in metalic ## Include this file to have access to their name. Index: 10.275/oln.prj --- 10.275/oln.prj +++ 10.276/oln.prj @@ -1,21 +1,33 @@ ;; -*- Prcs -*- (Created-By-Prcs-Version 1 3 3) (Project-Description "Olena") -(Project-Version oln 10 275) -(Parent-Version oln 10 274) +(Project-Version oln 10 276) +(Parent-Version oln 10 275) (Version-Log "2007-02-09 Roland Levillain <roland@lrde.epita.fr> Add missing copyright headers, and fix the dates of existing ones. - * ntg/bin.hh, ntg/color/color.hh, ntg/color/hsi.hh, - * ntg/color/nrgb.hh, ntg/color/rgb.hh, ntg/color/xyz.hh, - * ntg/color/yiq.hh, ntg/color/yuv.hh, ntg/core/predecls.hh, - * ntg/vect/vec.hh, ntg/vect/cplx.hh: Fix date in copyright header. - * Makefile.am, ntg/Makefile.am, ntg/makefile.src: - Add copyright header. + * Makefile.am, mlc/Makefile.am, mlc/makefile.src + * tests/array/gen_test.cc, tests/check/check.hh, + * tests/check/main.cc, tests/check/Makefile.am, + * tests/check/Makefile.check, tests/check/Makefile.flags, + * tests/check/srcdir.cc, tests/check/srcdir.hh, + * tests/check/verbose.cc, tests/check/verbose.hh, + * tests/array/gen_test_utils/errors.cc, + * tests/array/gen_test_utils/errors.hh, tests/array/Makefile.am, + * tests/array/test_array1d.cc, tests/array/test_array2d.cc, + * tests/array/test_array3d.cc, tests/check/compile.cc, + * tests/check/compile.hh, tests/Makefile.am, + * tests/main/Makefile.am, tests/check/defs.in, + * tests/sanity/includes.test, tests/sanity/Makefile.am, + * tests/check/Makefile.runtests: Add copyright header. + * tests/main/tests/is_a1, tests/main/tests/ensure1, + * tests/main/tests/ensure2, tests/main/tests/ensure3, + * tests/main/tests/pow2sup1, tests/main/tests/pow2sup2: Fix the + dates in copyright headers. ") (New-Version-Log "") -(Checkin-Time "Fri, 09 Feb 2007 17:48:56 +0100") +(Checkin-Time "Fri, 09 Feb 2007 18:31:11 +0100") (Checkin-Login levill_r) ;; diff-ignore tests/data/.*pbm$ ;; diff-ignore .*\.pbm$ @@ -128,10 +140,10 @@ (Project-Keywords) (Files - (ChangeLog (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.33 600)) + (ChangeLog (oln/o/33_ChangeLog 1.37.1.16.1.17.1.19.1.34 600)) (doc/ChangeLog (oln/o/31_ChangeLog 1.38.1.7.1.5.1.14.1.19 600)) - (integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.52 755)) - (metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.44 600)) + (integre/ChangeLog (oln/q/35_ChangeLog 1.12.1.2.1.53 755)) + (metalic/ChangeLog (oln/q/30_ChangeLog 1.3.1.45 600)) (olena/ChangeLog (oln/o/30_ChangeLog 1.27.1.36.1.3.1.11.1.5.1.64.1.47.1.93.1.27.2.18.1.10 600)) (tools/ChangeLog (oln/o/32_ChangeLog 1.10.1.17 600)) (tools/swilena/ChangeLog (oln/n/37_ChangeLog 1.7.1.52 600)) @@ -144,7 +156,7 @@ (cleanup.sh (oln/o/29_cleanup.sh 1.7 755)) - (configure.ac (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.14 644)) + (configure.ac (oln/3_configure. 1.47.1.1.1.1.1.4.1.15.1.16.1.15 644)) (doc/demo/image.cc (oln/d/46_image.cc 1.9 600)) (doc/demo/Makefile.am (oln/d/44_Makefile.a 1.16.1.3 600)) @@ -424,17 +436,17 @@ (olena/tests/arith/Makefile.am (oln/o/43_Makefile.a 1.5.1.1 600)) (olena/tests/arith/tests/min1 (oln/o/44_min1 1.1.1.9 600)) - (metalic/tests/check/check.hh (oln/e/40_check.hh 1.4 600)) + (metalic/tests/check/check.hh (oln/e/40_check.hh 1.5 600)) (olena/tests/check/data.cc (oln/f/5_data.cc 1.9 600)) (olena/tests/check/data.hh (oln/f/6_data.hh 1.4 600)) - (metalic/tests/check/main.cc (oln/e/43_main.cc 1.1 600)) - (metalic/tests/check/Makefile.am (oln/e/44_Makefile.a 1.10 600)) - (metalic/tests/check/Makefile.check (oln/e/37_Makefile.c 1.8 600)) - (metalic/tests/check/Makefile.flags (oln/e/36_Makefile.f 1.12.1.3 600)) - (metalic/tests/check/srcdir.cc (oln/e/38_srcdir.cc 1.7 600)) - (metalic/tests/check/srcdir.hh (oln/e/35_srcdir.hh 1.6 600)) - (metalic/tests/check/verbose.cc (oln/e/41_verbose.cc 1.3 600)) - (metalic/tests/check/verbose.hh (oln/e/42_verbose.hh 1.3 600)) + (metalic/tests/check/main.cc (oln/e/43_main.cc 1.2 600)) + (metalic/tests/check/Makefile.am (oln/e/44_Makefile.a 1.11 600)) + (metalic/tests/check/Makefile.check (oln/e/37_Makefile.c 1.9 600)) + (metalic/tests/check/Makefile.flags (oln/e/36_Makefile.f 1.12.1.4 600)) + (metalic/tests/check/srcdir.cc (oln/e/38_srcdir.cc 1.8 600)) + (metalic/tests/check/srcdir.hh (oln/e/35_srcdir.hh 1.7 600)) + (metalic/tests/check/verbose.cc (oln/e/41_verbose.cc 1.4 600)) + (metalic/tests/check/verbose.hh (oln/e/42_verbose.hh 1.4 600)) (olena/tests/convert/convcomp.cc (oln/f/3_convcomp.c 1.9 600)) (olena/tests/convert/convcomp.hh (oln/f/1_convcomp.h 1.10 600)) @@ -454,15 +466,15 @@ (olena/tests/io/tests/se_pass (oln/i/44_se_pass.cc 1.3 600)) (olena/tests/Makefile.am (oln/e/45_Makefile.a 1.20 600)) - (metalic/tests/array/gen_test.cc (oln/f/34_gen_test.c 1.11.1.4 600)) - (metalic/tests/array/gen_test_utils/errors.cc (oln/f/33_errors.cc 1.1 600)) - (metalic/tests/array/gen_test_utils/errors.hh (oln/f/32_errors.hh 1.1 600)) + (metalic/tests/array/gen_test.cc (oln/f/34_gen_test.c 1.11.1.5 600)) + (metalic/tests/array/gen_test_utils/errors.cc (oln/f/33_errors.cc 1.2 600)) + (metalic/tests/array/gen_test_utils/errors.hh (oln/f/32_errors.hh 1.2 600)) (metalic/tests/array/gen_test_utils/postlude (oln/f/31_postlude 1.1 600)) (metalic/tests/array/gen_test_utils/prelude (oln/f/30_prelude 1.5 600)) - (metalic/tests/array/Makefile.am (oln/f/27_Makefile.a 1.6.1.2 600)) - (metalic/tests/array/test_array1d.cc (oln/f/26_test_array 1.5 600)) - (metalic/tests/array/test_array2d.cc (oln/f/25_test_array 1.5 600)) - (metalic/tests/array/test_array3d.cc (oln/f/24_test_array 1.5 600)) + (metalic/tests/array/Makefile.am (oln/f/27_Makefile.a 1.6.1.3 600)) + (metalic/tests/array/test_array1d.cc (oln/f/26_test_array 1.6 600)) + (metalic/tests/array/test_array2d.cc (oln/f/25_test_array 1.6 600)) + (metalic/tests/array/test_array3d.cc (oln/f/24_test_array 1.6 600)) (olena/tests/morpho/tests/edoc (oln/f/13_edoc.cc 1.4.1.7 600)) (olena/tests/morpho/tests/extrkiller (oln/e/31_extrkiller 1.5.1.8 600)) (olena/tests/morpho/Makefile.am (oln/e/32_Makefile.a 1.13 600)) @@ -695,8 +707,8 @@ ;; Files added by populate at Wed, 22 Jan 2003 18:36:01 +0100, ;; to version 7.33(w), by raph: - (metalic/tests/check/compile.hh (oln/p/35_compile.hh 1.1 600)) - (metalic/tests/check/compile.cc (oln/p/36_compile.cc 1.1 600)) + (metalic/tests/check/compile.hh (oln/p/35_compile.hh 1.2 600)) + (metalic/tests/check/compile.cc (oln/p/36_compile.cc 1.2 600)) ;; Files deleted by depopulate at Wed, 22 Jan 2003 18:58:45 +0100, ;; from version 7.33(w), by raph: @@ -788,15 +800,15 @@ (olena/tests/convol () :directory) (metalic/config (../config) :symlink) - (metalic/m4 () :directory) + (metalic/doc () :directory) (metalic/tests () :directory) (metalic/mlc () :directory) (metalic/lib (../lib) :symlink) (olena/lib (../lib) :symlink) - (metalic/tests/Makefile.am (oln/q/31_Makefile.a 1.4 600)) - (metalic/Makefile.am (oln/q/32_Makefile.a 1.3 600)) - (metalic/mlc/Makefile.am (oln/q/33_Makefile.a 1.7.1.1 600)) + (metalic/tests/Makefile.am (oln/q/31_Makefile.a 1.5 600)) + (metalic/Makefile.am (oln/q/32_Makefile.a 1.4 600)) + (metalic/mlc/Makefile.am (oln/q/33_Makefile.a 1.7.1.2 600)) (integre () :directory) (integre/ntg () :directory) (integre/Makefile.am (oln/q/34_Makefile.a 1.4 644)) @@ -811,15 +823,15 @@ (metalic/mlc/config/system.hh (oln/q/46_system.hh 1.2 600)) (olena/oln/Makefile.am (oln/q/47_Makefile.a 1.3.1.1.1.6.1.7.1.7.1.4 600)) (integre/ntg/config/system.hh (oln/q/48_system.hh 1.2 644)) - (metalic/tests/main/tests/is_a1 (oln/r/17_is_a1 1.4 600)) - (metalic/tests/main/tests/ensure3 (oln/r/18_ensure3 1.4 600)) - (metalic/tests/main/tests/ensure2 (oln/r/19_ensure2 1.4 600)) - (metalic/tests/main/tests/pow2sup2 (oln/r/20_pow2sup2 1.3 600)) - (metalic/tests/main/tests/ensure1 (oln/r/21_ensure1 1.3 600)) - (metalic/tests/main/tests/pow2sup1 (oln/r/22_pow2sup1 1.3 600)) - (metalic/tests/main/Makefile.am (oln/r/23_Makefile.a 1.2 600)) + (metalic/tests/main/tests/is_a1 (oln/r/17_is_a1 1.5 600)) + (metalic/tests/main/tests/ensure3 (oln/r/18_ensure3 1.5 600)) + (metalic/tests/main/tests/ensure2 (oln/r/19_ensure2 1.5 600)) + (metIndex: 10.275/ChangeLog Index: 10.275/metalic/ChangeLog alic/tests/main/tests/pow2sup2 (oln/r/20_pow2sup2 1.4 600)) + (metalic/tests/main/tests/ensure1 (oln/r/21_ensure1 1.4 600)) + (metalic/tests/main/tests/pow2sup1 (oln/r/22_pow2sup1 1.4 600)) + (metalic/tests/main/Makefile.am (oln/r/23_Makefile.a 1.3 600)) - (metalic/tests/check/defs.in (oln/r/25_defs.in 1.1 600)) + (metalic/tests/check/defs.in (oln/r/25_defs.in 1.2 600)) ;; Files added by populate at Wed, 19 Mar 2003 13:39:57 +0100, ;; to version 8.21(w), by sylvain: @@ -917,8 +929,8 @@ (integre/ntg/enum/builtin_bool.hh (oln/s/50_builtin_bo 1.4.1.1 644)) (integre/tests/sanity/includes.test (oln/s/51_includes.t 1.1 755)) (integre/tests/sanity/Makefile.am (oln/t/0_Makefile.a 1.2 644)) - (metalic/tests/sanity/includes.test (oln/t/1_includes.t 1.1 700)) - (metalic/tests/sanity/Makefile.am (oln/t/2_Makefile.a 1.2 600)) + (metalic/tests/sanity/includes.test (oln/t/1_includes.t 1.2 700)) + (metalic/tests/sanity/Makefile.am (oln/t/2_Makefile.a 1.3 600)) (integre/tests/types/tests/int_sc5 (oln/t/3_int_sc5 1.3 755)) ;; Files added by populate at Mon, 02 Jun 2003 17:20:22 +0200, @@ -1011,7 +1023,7 @@ (olena/oln/convert/abstract/conversion.hh (oln/u/31_conversion 1.6 600)) (olena/tests/check/Makefile.runtests (oln/u/32_Makefile.r 1.3 600)) (contrib/runtests (oln/u/33_runtests 1.4 700)) - (metalic/tests/check/Makefile.runtests (oln/u/34_Makefile.r 1.1 600)) + (metalic/tests/check/Makefile.runtests (oln/u/34_Makefile.r 1.2 600)) (integre/tests/check/Makefile.runtests (oln/u/35_Makefile.r 1.2 644)) (integre/tests/check/Makefile.flags (oln/u/36_Makefile.f 1.1 644)) (olena/tests/math/tests/macros (oln/u/37_macros 1.3 600)) @@ -1452,7 +1464,7 @@ (olena/tests/morpho/tests/gradient (oln/r/1_gradient 1.2 600)) (integre/ntg/makefile.src (oln/r/2_makefile.s 1.2 644)) - (metalic/mlc/makefile.src (oln/r/3_makefile.s 1.1 600)) + (metalic/mlc/makefile.src (oln/r/3_makefile.s 1.2 600)) (olena/oln/makefile.src (oln/r/4_makefile.s 1.10 600)) (olena/oln/convol/slow_gaussian.hh (oln/r/7_slow_gauss 1.4 600)) @@ -1675,6 +1687,11 @@ ;; to version 10.271(w), by levill_r: (config/strip-lrde (oln/y/18_strip-lrde 1.2 755)) + +;; Files deleted by depopulate at Fri, 09 Feb 2007 17:53:54 +0100, +;; from version 10.275(w), by levill_r: + + ; (metalic/m4 () :directory) ) (Merge-Parents) (New-Merge-Parents)