diff --git a/include/boost/detail/in_place_factory_prefix.hpp b/include/boost/detail/in_place_factory_prefix.hpp index ba658d1..65001e8 100644 --- a/include/boost/detail/in_place_factory_prefix.hpp +++ b/include/boost/detail/in_place_factory_prefix.hpp @@ -1,13 +1,10 @@ -// (C) 2002, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/include/boost/detail/in_place_factory_suffix.hpp b/include/boost/detail/in_place_factory_suffix.hpp index 344748e..20fc14a 100644 --- a/include/boost/detail/in_place_factory_suffix.hpp +++ b/include/boost/detail/in_place_factory_suffix.hpp @@ -1,13 +1,10 @@ -// (C) 2002, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/include/boost/detail/none_t.hpp b/include/boost/detail/none_t.hpp index e0974f6..76ba97a 100644 --- a/include/boost/detail/none_t.hpp +++ b/include/boost/detail/none_t.hpp @@ -1,13 +1,10 @@ -// (C) 2002, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/Jamfile b/test/Jamfile index dcb4391..2daf32a 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,15 +1,10 @@ -# Boost.Optional Library test Jamfile +# Boost.Optional Library test Jamfile # -# Copyright (C) 2003, Fernando Luis Cacciola Carballal. +# Copyright (C) 2003, Fernando Luis Cacciola Carballal. # -# This material is provided "as is", with absolutely no warranty expressed -# or implied. Any use is at your own risk. -# -# Permission to use or copy this software for any purpose is hereby granted -# without fee, provided the above notices are retained on all copies. -# Permission to modify the code and to distribute modified code is granted, -# provided the above notices are retained, and a notice that the code was -# modified is included with the above copyright notice. +# Use, modification, and distribution is 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) # subproject libs/optional/test ; diff --git a/test/optional_test.cpp b/test/optional_test.cpp index 31ecf22..ff0e06d 100644 --- a/test/optional_test.cpp +++ b/test/optional_test.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_common.cpp b/test/optional_test_common.cpp index ad865ee..fffe6fd 100644 --- a/test/optional_test_common.cpp +++ b/test/optional_test_common.cpp @@ -1,19 +1,14 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com // - - #ifdef ENABLE_TRACE #define TRACE(msg) std::cout << msg << std::endl ; #else diff --git a/test/optional_test_fail1.cpp b/test/optional_test_fail1.cpp index 408e6cb..6073466 100644 --- a/test/optional_test_fail1.cpp +++ b/test/optional_test_fail1.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_fail2.cpp b/test/optional_test_fail2.cpp index c242315..36b42bf 100644 --- a/test/optional_test_fail2.cpp +++ b/test/optional_test_fail2.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_fail3.cpp b/test/optional_test_fail3.cpp index 1e08364..1ce685a 100644 --- a/test/optional_test_fail3.cpp +++ b/test/optional_test_fail3.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_fail3a.cpp b/test/optional_test_fail3a.cpp index 771ef73..6204853 100644 --- a/test/optional_test_fail3a.cpp +++ b/test/optional_test_fail3a.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_fail3b.cpp b/test/optional_test_fail3b.cpp index 1d00d2b..a7d2f1a 100644 --- a/test/optional_test_fail3b.cpp +++ b/test/optional_test_fail3b.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_inplace.cpp b/test/optional_test_inplace.cpp index 6e90a67..dc6865d 100644 --- a/test/optional_test_inplace.cpp +++ b/test/optional_test_inplace.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_inplace_fail.cpp b/test/optional_test_inplace_fail.cpp index da6c5a9..49d8f17 100644 --- a/test/optional_test_inplace_fail.cpp +++ b/test/optional_test_inplace_fail.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_inplace_fail2.cpp b/test/optional_test_inplace_fail2.cpp index 87a613a..e5d0260 100644 --- a/test/optional_test_inplace_fail2.cpp +++ b/test/optional_test_inplace_fail2.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references.cpp b/test/optional_test_references.cpp index 510446b..e687415 100644 --- a/test/optional_test_references.cpp +++ b/test/optional_test_references.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail1.cpp b/test/optional_test_references_fail1.cpp index 27ec6e3..1842741 100644 --- a/test/optional_test_references_fail1.cpp +++ b/test/optional_test_references_fail1.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail1a.cpp b/test/optional_test_references_fail1a.cpp index f60935b..8f89bae 100644 --- a/test/optional_test_references_fail1a.cpp +++ b/test/optional_test_references_fail1a.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail1b.cpp b/test/optional_test_references_fail1b.cpp index fbb2c0f..7bdce79 100644 --- a/test/optional_test_references_fail1b.cpp +++ b/test/optional_test_references_fail1b.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail1c.cpp b/test/optional_test_references_fail1c.cpp index 27ec6e3..1842741 100644 --- a/test/optional_test_references_fail1c.cpp +++ b/test/optional_test_references_fail1c.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail2.cpp b/test/optional_test_references_fail2.cpp index 53a7e5d..732c995 100644 --- a/test/optional_test_references_fail2.cpp +++ b/test/optional_test_references_fail2.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail3.cpp b/test/optional_test_references_fail3.cpp index f2f5b5d..e630d07 100644 --- a/test/optional_test_references_fail3.cpp +++ b/test/optional_test_references_fail3.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail4.cpp b/test/optional_test_references_fail4.cpp index 51f748b..0425243 100644 --- a/test/optional_test_references_fail4.cpp +++ b/test/optional_test_references_fail4.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_references_fail5.cpp b/test/optional_test_references_fail5.cpp index 51f748b..0425243 100644 --- a/test/optional_test_references_fail5.cpp +++ b/test/optional_test_references_fail5.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com diff --git a/test/optional_test_tie.cpp b/test/optional_test_tie.cpp index 0925667..c4fc4ed 100644 --- a/test/optional_test_tie.cpp +++ b/test/optional_test_tie.cpp @@ -1,13 +1,10 @@ -// (C) 2003, Fernando Luis Cacciola Carballal. +// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // -// This material is provided "as is", with absolutely no warranty expressed -// or implied. Any use is at your own risk. +// Use, modification, and distribution is 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) // -// Permission to use or copy this software for any purpose is hereby granted -// without fee, provided the above notices are retained on all copies. -// Permission to modify the code and to distribute modified code is granted, -// provided the above notices are retained, and a notice that the code was -// modified is included with the above copyright notice. +// See http://www.boost.org/lib/optional for documentation. // // You are welcome to contact the author at: // fernando_cacciola@hotmail.com