From fb943b77d5e9515939ebb03a6ffc60966f73fedd Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 19 Aug 2004 15:19:17 +0000 Subject: [PATCH] License updates [SVN r24597] --- include/boost/utility/value_init.hpp | 11 +++-------- value_init_test.cpp | 11 +++-------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/include/boost/utility/value_init.hpp b/include/boost/utility/value_init.hpp index 7b6894f..d991486 100644 --- a/include/boost/utility/value_init.hpp +++ b/include/boost/utility/value_init.hpp @@ -1,13 +1,8 @@ // (C) 2002, 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. +// Distributed under 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) // // 21 Ago 2002 (Created) Fernando Cacciola // diff --git a/value_init_test.cpp b/value_init_test.cpp index 8172525..8e3940e 100644 --- a/value_init_test.cpp +++ b/value_init_test.cpp @@ -1,13 +1,8 @@ // (C) 2002, 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. +// Distributed under 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) // // Test program for "boost/utility/value_init.hpp" //