From 9384b827b8c226d4e0387ff883fbb1221857ca18 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 11 Aug 2004 10:20:52 +0000 Subject: [PATCH] Removed Boost.org copyrights, and replace with original authors names (as based on cvs history). [SVN r24401] --- include/boost/mpl/if.hpp | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/include/boost/mpl/if.hpp b/include/boost/mpl/if.hpp index c29ca00..477dd58 100644 --- a/include/boost/mpl/if.hpp +++ b/include/boost/mpl/if.hpp @@ -5,15 +5,11 @@ // + file: boost/mpl/if.hpp // + last modified: 17/sep/03 -// Copyright (c) 2000-03 Boost.org +// Copyright (c) 2000-03 Aleksey Gurtovoy // -// Permission to use, copy, modify, distribute and sell this software -// and its documentation for any purpose is hereby granted without fee, -// provided that the above copyright notice appears in all copies and -// that both the copyright notice and this permission notice appear in -// supporting documentation. No representations are made about the -// suitability of this software for any purpose. It is provided "as is" -// without express or implied warranty. +// 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) // // See http://www.boost.org/libs/mpl for documentation.