Updated copyright declarations

[SVN r9842]
This commit is contained in:
John Maddock
2001-04-21 12:05:19 +00:00
parent c63ac58736
commit 596e7a94f1
2 changed files with 16 additions and 3 deletions

View File

@ -9,12 +9,13 @@
// defines traits classes for composite types:
// is_array, is_pointer, is_reference, is_member_pointer, is_enum, is_union.
//
// Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
// is_member_pointer based on the Simulated Partial Specialization work
// of Mat Marcus and Jesse Jones. See http://opensource.adobe.com or
// http://groups.yahoo.com/group/boost/message/5441
// Some workarounds in here use ideas suggested from "Generic<Programming>:
// Mappings between Types and Values"
// by Andrei Alexandrescu (see http://www.cuj.com/experts/1810/alexandr.html).
// Mat Marcus and Jesse Jones posted a version of is_pointer very similar to this one
// on the boost list (Copyright 2000 Adobe Systems Incorporated and others.
// All rights reserved.).
// Fixes for is_array are based on a newgroup posting by Jonathan Lundquist.
//

View File

@ -11,6 +11,18 @@
//
// 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