Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2007-11-06 08:41:20


Author: bemandawes
Date: 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
New Revision: 40835
URL: http://svn.boost.org/trac/boost/changeset/40835

Log:
Add missing copyright and license
Text files modified:
   trunk/doc/Jamfile.v2 | 5 +++++
   trunk/libs/config/test/link/test/Jamfile.v2 | 4 ++++
   trunk/libs/disjoint_sets/Jamfile | 4 ++++
   trunk/libs/dynamic_bitset/Jamfile.v2 | 6 ++++++
   trunk/libs/integer/cstdint.htm | 11 +++++++----
   trunk/libs/integer/index.html | 9 +++++++--
   trunk/libs/integer/integer_traits.html | 9 +++++++--
   trunk/libs/maintainers.txt | 4 ++++
   trunk/libs/platform_maintainers.txt | 4 ++++
   trunk/tools/regression/index.htm | 13 +++++++++----
   10 files changed, 57 insertions(+), 12 deletions(-)

Modified: trunk/doc/Jamfile.v2
==============================================================================
--- trunk/doc/Jamfile.v2 (original)
+++ trunk/doc/Jamfile.v2 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -1,3 +1,8 @@
+# Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+#
+# 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)
 project boost/doc ;
 import boostbook : boostbook ;
 

Modified: trunk/libs/config/test/link/test/Jamfile.v2
==============================================================================
--- trunk/libs/config/test/link/test/Jamfile.v2 (original)
+++ trunk/libs/config/test/link/test/Jamfile.v2 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -1,3 +1,7 @@
+# copyright John Maddock 2006
+# Use, modification and distribution are 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)
 
 import type ;
 

Modified: trunk/libs/disjoint_sets/Jamfile
==============================================================================
--- trunk/libs/disjoint_sets/Jamfile (original)
+++ trunk/libs/disjoint_sets/Jamfile 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -1,3 +1,7 @@
+# Copyright Jeremy Siek 2002
+# Use, modification and distribution are 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)
 
 test-suite disjoint_sets :
     [ run disjoint_set_test.cpp ]

Modified: trunk/libs/dynamic_bitset/Jamfile.v2
==============================================================================
--- trunk/libs/dynamic_bitset/Jamfile.v2 (original)
+++ trunk/libs/dynamic_bitset/Jamfile.v2 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -1,3 +1,9 @@
+#
+# Copyright Vladimir Prus 2004
+#
+# 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-suite dynamic_bitset :
 

Modified: trunk/libs/integer/cstdint.htm
==============================================================================
--- trunk/libs/integer/cstdint.htm (original)
+++ trunk/libs/integer/cstdint.htm 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -2,7 +2,7 @@
 
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
+<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
 <meta name="ProgId" content="FrontPage.Editor.Document">
 <title>Header boost/cstdint.hpp</title>
 </head>
@@ -69,10 +69,13 @@
 capable of representing any value of any unsigned integer type.</p>
 <p>These types are required.</p>
 <hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->19 Aug 2001<!--webbot bot="Timestamp" endspan i-checksum="14767" -->
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->06 Nov 2007<!--webbot bot="Timestamp" endspan i-checksum="15272" -->
 </p>
-<p>&nbsp;</p>
+<p>© Copyright Beman Dawes 2000</p>
+
+<p>Distributed under the Boost Software License, Version 1.0. See
+www.boost.org/LICENSE_1_0.txt</p>
 
 </body>
 
-</html>
+</html>
\ No newline at end of file

Modified: trunk/libs/integer/index.html
==============================================================================
--- trunk/libs/integer/index.html (original)
+++ trunk/libs/integer/index.html 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -121,8 +121,13 @@
 
 <hr>
 
-<p>Revised: <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %b %Y" startspan -->03 Oct 2001<!--webbot bot="Timestamp" endspan i-checksum="14373" -->
+<p>Revised: <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %b %Y" startspan -->06 Nov 2007<!--webbot bot="Timestamp" endspan i-checksum="15272" -->
 </p>
 
+<p>© Copyright Beman Dawes 2003</p>
+
+<p>Distributed under the Boost Software License, Version 1.0. See
+www.boost.org/LICENSE_1_0.txt</p>
+
 </body>
-</html>
+</html>
\ No newline at end of file

Modified: trunk/libs/integer/integer_traits.html
==============================================================================
--- trunk/libs/integer/integer_traits.html (original)
+++ trunk/libs/integer/integer_traits.html 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -85,5 +85,10 @@
 Beman Dawes, Ed Brey, Steve Cleary, and Nathan Myers discussed the integer
 traits idea on the boost mailing list in August 1999.
 <hr>
-<a href="../../people/jens_maurer.htm">
-Jens Maurer</a>, 2000-02-20
\ No newline at end of file
+<p>Revised
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" startspan -->06 November 2007<!--webbot bot="Timestamp" endspan i-checksum="40336" --></p>
+<p>© Copyright Beman Dawes 2000</p>
+
+<p>Distributed under the Boost Software License, Version 1.0. See
+www.boost.org/LICENSE_1_0.txt</p>
+

Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt (original)
+++ trunk/libs/maintainers.txt 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -69,3 +69,7 @@
 wave Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
 xpressive Eric Niebler <eric -at- boost-consulting.com>
 
+© Copyright Douglas Gregor 2005
+Distributed under the Boost Software License, Version 1.0. See www.boost.org/LICENSE_1_0.txt
+
+

Modified: trunk/libs/platform_maintainers.txt
==============================================================================
--- trunk/libs/platform_maintainers.txt (original)
+++ trunk/libs/platform_maintainers.txt 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -1,2 +1,6 @@
 gcc-3_3-darwin Noel Belcourt <kbelco -at- sandia.gov>
 cw-9_5-darwin Noel Belcourt <kbelco -at- sandia.gov>
+
+© Copyright Douglas Gregor 2005
+Distributed under the Boost Software License, Version 1.0. See www.boost.org/LICENSE_1_0.txt
+

Modified: trunk/tools/regression/index.htm
==============================================================================
--- trunk/tools/regression/index.htm (original)
+++ trunk/tools/regression/index.htm 2007-11-06 08:41:19 EST (Tue, 06 Nov 2007)
@@ -5,7 +5,7 @@
 <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
 <meta name="ProgId" content="FrontPage.Editor.Document">
-<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
 <title>Regression Test Reporting Tools</title>
 </head>
 
@@ -42,7 +42,12 @@
 <hr>
 
 <p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
-s-format="%d %B, %Y" -->09 January, 2003<!--webbot bot="Timestamp"
-i-checksum="38582" endspan --></p>
+s-format="%d %B, %Y" -->06 November, 2007<!--webbot bot="Timestamp"
+i-checksum="39367" endspan --></p>
+<p>© Copyright Beman Dawes 2003</p>
+
+<p>Distributed under the Boost Software License, Version 1.0. See
+www.boost.org/LICENSE_1_0.txt</p>
+
 </body>
-</html>
+</html>
\ No newline at end of file


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