Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52529 - in trunk/libs/property_map: . doc
From: jewillco_at_[hidden]
Date: 2009-04-21 16:10:25


Author: jewillco
Date: 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
New Revision: 52529
URL: http://svn.boost.org/trac/boost/changeset/52529

Log:
Changed docs (and one example) to Boost license
Text files modified:
   trunk/libs/property_map/LvaluePropertyMap.html | 14 +++++---------
   trunk/libs/property_map/ReadWritePropertyMap.html | 14 +++++---------
   trunk/libs/property_map/ReadablePropertyMap.html | 14 +++++---------
   trunk/libs/property_map/WritablePropertyMap.html | 14 +++++---------
   trunk/libs/property_map/associative_property_map.html | 14 +++++---------
   trunk/libs/property_map/const_assoc_property_map.html | 14 +++++---------
   trunk/libs/property_map/doc/dynamic_property_map.html | 7 +++++++
   trunk/libs/property_map/doc/dynamic_property_map.rst | 6 ++++++
   trunk/libs/property_map/example2.cpp | 8 +++-----
   trunk/libs/property_map/identity_property_map.html | 14 +++++---------
   trunk/libs/property_map/iterator_property_map.html | 14 +++++---------
   trunk/libs/property_map/property_map.html | 14 +++++---------
   trunk/libs/property_map/vector_property_map.html | 14 +++++---------
   13 files changed, 66 insertions(+), 95 deletions(-)

Modified: trunk/libs/property_map/LvaluePropertyMap.html
==============================================================================
--- trunk/libs/property_map/LvaluePropertyMap.html (original)
+++ trunk/libs/property_map/LvaluePropertyMap.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. Silicon Graphics makes no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek 2000
+
+ 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)
   -->
 <Head>
 <Title>LvaluePropertyMap</Title>

Modified: trunk/libs/property_map/ReadWritePropertyMap.html
==============================================================================
--- trunk/libs/property_map/ReadWritePropertyMap.html (original)
+++ trunk/libs/property_map/ReadWritePropertyMap.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. Silicon Graphics makes no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek 2000
+
+ 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)
   -->
 <Head>
 <Title>Read Write Property Map</Title>

Modified: trunk/libs/property_map/ReadablePropertyMap.html
==============================================================================
--- trunk/libs/property_map/ReadablePropertyMap.html (original)
+++ trunk/libs/property_map/ReadablePropertyMap.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. Silicon Graphics makes no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek 2000
+
+ 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)
   -->
 <Head>
 <Title>Readable Property Map</Title>

Modified: trunk/libs/property_map/WritablePropertyMap.html
==============================================================================
--- trunk/libs/property_map/WritablePropertyMap.html (original)
+++ trunk/libs/property_map/WritablePropertyMap.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. Silicon Graphics makes no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek 2000
+
+ 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)
   -->
 <Head>
 <Title>WritablePropertyMap</Title>

Modified: trunk/libs/property_map/associative_property_map.html
==============================================================================
--- trunk/libs/property_map/associative_property_map.html (original)
+++ trunk/libs/property_map/associative_property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. We make no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
+
+ 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)
   -->
 <Head>
 <Title>Iterator Property Map Adaptor</Title>

Modified: trunk/libs/property_map/const_assoc_property_map.html
==============================================================================
--- trunk/libs/property_map/const_assoc_property_map.html (original)
+++ trunk/libs/property_map/const_assoc_property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. We make no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
+
+ 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)
   -->
 <Head>
 <Title>Iterator Property Map Adaptor</Title>

Modified: trunk/libs/property_map/doc/dynamic_property_map.html
==============================================================================
--- trunk/libs/property_map/doc/dynamic_property_map.html (original)
+++ trunk/libs/property_map/doc/dynamic_property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Copyright 2004-5 The Trustees of Indiana University.
+
+ Use, modification and distribution is subject to 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)
+-->
+
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Modified: trunk/libs/property_map/doc/dynamic_property_map.rst
==============================================================================
--- trunk/libs/property_map/doc/dynamic_property_map.rst (original)
+++ trunk/libs/property_map/doc/dynamic_property_map.rst 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -2,6 +2,12 @@
 |(logo)|__ Dynamic Property Maps
 ================================
 
+.. Copyright 2004-5 The Trustees of Indiana University.
+
+ Use, modification and distribution is subject to 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)
+
 .. |(logo)| image:: ../../../boost.png
    :align: middle
    :alt: Boost

Modified: trunk/libs/property_map/example2.cpp
==============================================================================
--- trunk/libs/property_map/example2.cpp (original)
+++ trunk/libs/property_map/example2.cpp 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,9 +1,7 @@
 // (C) Copyright Ronald Garcia, Jeremy Siek 2002.
-// Permission to copy, use, modify,
-// sell and distribute this software is granted provided this
-// copyright notice appears in all copies. This software is provided
-// "as is" without express or implied warranty, and with no claim as
-// to its suitability for any purpose.
+// 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)
 
 #include <iostream>
 #include <map>

Modified: trunk/libs/property_map/identity_property_map.html
==============================================================================
--- trunk/libs/property_map/identity_property_map.html (original)
+++ trunk/libs/property_map/identity_property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. We make no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
+
+ 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)
   -->
 <Head>
 <Title>Identity Property Map</Title>

Modified: trunk/libs/property_map/iterator_property_map.html
==============================================================================
--- trunk/libs/property_map/iterator_property_map.html (original)
+++ trunk/libs/property_map/iterator_property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. We make no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
+
+ 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)
   -->
 <Head>
 <Title>Iterator Property Map Adaptor</Title>

Modified: trunk/libs/property_map/property_map.html
==============================================================================
--- trunk/libs/property_map/property_map.html (original)
+++ trunk/libs/property_map/property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. Silicon Graphics makes no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek 2000
+
+ 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)
   -->
 <Head>
 <Title>Property Map Library</Title>

Modified: trunk/libs/property_map/vector_property_map.html
==============================================================================
--- trunk/libs/property_map/vector_property_map.html (original)
+++ trunk/libs/property_map/vector_property_map.html 2009-04-21 16:10:22 EDT (Tue, 21 Apr 2009)
@@ -1,14 +1,10 @@
 <HTML>
 <!--
- -- Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
- --
- -- 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 that copyright notice and this permission notice appear
- -- in supporting documentation. We make no
- -- representations about the suitability of this software for any
- -- purpose. It is provided "as is" without express or implied warranty.
+ Copyright (c) Jeremy Siek, Lie-Quan Lee, and Andrew Lumsdaine 2000
+
+ 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)
   -->
 <Head>
 <Title>Vector Property Map</Title>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk