diff --git a/include/boost/type_traits/conversion_traits.hpp b/include/boost/type_traits/conversion_traits.hpp
index 01a869a..e95560a 100644
--- a/include/boost/type_traits/conversion_traits.hpp
+++ b/include/boost/type_traits/conversion_traits.hpp
@@ -12,17 +12,6 @@
// This software is provided "as is" without express or implied warranty,
// and with no claim as to its suitability for any purpose.
//
-//
-// Partial copyright for partial specialization workarounds
-//
-// based on work in PartialSpecialization.cpp
-// Authors: Mat Marcus and Jesse Jones
-// Copyright 2000 Adobe Systems Incorporated and others. All rights reserved.
-// The original version of PartialSpecialization.cpp may be found at
-// http://opensource.adobe.com.
-// The contents of PartialSpecialization.cpp are subject to the Adobe Open Source
-// License Version 1.0.
-//
#ifndef BOOST_CONVERSION_TYPE_TRAITS_HPP
#define BOOST_CONVERSION_TYPE_TRAITS_HPP
@@ -234,3 +223,4 @@ struct is_convertible Revised 01 Feb 2001 Revised 22 April 2001 © Copyright John Maddock 2001. Permission to copy, use,
-modify, sell and distribute this document is granted provided
-this copyright notice appears in all copies. This document is
-provided "as is" without express or implied warranty,
-and with no claim as to its suitability for any purpose. Documentation © Copyright John Maddock 2001. Permission to
+copy, use, modify, sell and distribute this document is granted
+provided this copyright notice appears in all copies. This
+document is provided "as is" without express or implied
+warranty, and with no claim as to its suitability for any purpose. The type traits library is based on contributions by Steve
-Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, John
-Maddock and Jeremy Siek.
-
Mat Marcus and Jesse Jones have worked on, and published a paper +describing the partial specialisation workarounds used in this +library.
+ +The is_convertible template is based on code originally +devised by Andrei Alexandrescu, see "Generic<Programming>: +Mappings between Types and Values".
Maintained by John Maddock, the latest version of this file can be found at