New License

[SVN r20607]
This commit is contained in:
Fernando Cacciola
2003-11-03 02:59:08 +00:00
parent d0cf7efaf0
commit 38c609e126
24 changed files with 120 additions and 196 deletions

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 # Use, modification, and distribution is subject to the Boost Software
# or implied. Any use is at your own risk. # 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.
# #
subproject libs/optional/test ; subproject libs/optional/test ;

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com
// //
#ifdef ENABLE_TRACE #ifdef ENABLE_TRACE
#define TRACE(msg) std::cout << msg << std::endl ; #define TRACE(msg) std::cout << msg << std::endl ;
#else #else

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com

View File

@ -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 // Use, modification, and distribution is subject to the Boost Software
// or implied. Any use is at your own risk. // 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 // See http://www.boost.org/lib/optional for documentation.
// 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.
// //
// You are welcome to contact the author at: // You are welcome to contact the author at:
// fernando_cacciola@hotmail.com // fernando_cacciola@hotmail.com