From 246794db2a6578d365be603a19ed06f525417333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Br=C3=B6nnimann?= Date: Thu, 29 Jul 2004 20:27:38 +0000 Subject: [PATCH] Added copyright notices. [SVN r24171] --- minmax/example/minmax_ex.cpp | 5 +++++ minmax/example/minmax_timer.cpp | 5 +++++ minmax/test/minmax_element_test.cpp | 5 +++++ minmax/test/minmax_test.cpp | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/minmax/example/minmax_ex.cpp b/minmax/example/minmax_ex.cpp index 36cd34e..d806709 100644 --- a/minmax/example/minmax_ex.cpp +++ b/minmax/example/minmax_ex.cpp @@ -1,3 +1,8 @@ +// (C) Copyright Herve Bronnimann 2004. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + #include #include #include diff --git a/minmax/example/minmax_timer.cpp b/minmax/example/minmax_timer.cpp index e9cbebd..0ab51a8 100644 --- a/minmax/example/minmax_timer.cpp +++ b/minmax/example/minmax_timer.cpp @@ -1,3 +1,8 @@ +// (C) Copyright Herve Bronnimann 2004. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + #include #include #include diff --git a/minmax/test/minmax_element_test.cpp b/minmax/test/minmax_element_test.cpp index 633cc47..96844b6 100644 --- a/minmax/test/minmax_element_test.cpp +++ b/minmax/test/minmax_element_test.cpp @@ -1,3 +1,8 @@ +// (C) Copyright Herve Bronnimann 2004. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + #include #include #include diff --git a/minmax/test/minmax_test.cpp b/minmax/test/minmax_test.cpp index aae7eda..7d4b823 100644 --- a/minmax/test/minmax_test.cpp +++ b/minmax/test/minmax_test.cpp @@ -1,3 +1,8 @@ +// (C) Copyright Herve Bronnimann 2004. +// Use, modification and distribution are subject to the +// Boost Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + #include #include