Skip to content

Commit 1d65b74

Browse files
committed
Add missing license/copyright
[SVN r35070]
1 parent 3c1ae68 commit 1d65b74

88 files changed

Lines changed: 270 additions & 4 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/Jamfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# (C) Copyright David Abrahams 2001. Permission to copy, use, modify, sell and
2-
# distribute this software is granted provided this copyright notice appears
3-
# in all copies. This software is provided "as is" without express or implied
4-
# warranty, and with no claim as to its suitability for any purpose.
1+
# Copyright David Abrahams 2001-2006. Distributed under the Boost
2+
# Software License, Version 1.0. (See accompanying
3+
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
54
#
65
# Boost.Python library Jamfile
76

build/Jamfile.v2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright David Abrahams 2001-2006. Distributed under the Boost
2+
# Software License, Version 1.0. (See accompanying
3+
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4+
15
import os ;
26
import modules ;
37

doc/PyConDC_2003/bpl.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
22

3+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4+
<!-- Software License, Version 1.0. (See accompanying -->
5+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
6+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
7+
<!-- Software License, Version 1.0. (See accompanying -->
8+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
39
<html>
410
<head>
511
<meta name="generator" content=

doc/PyConDC_2003/bpl.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
.. Copyright David Abrahams 2006. Distributed under the Boost
2+
.. Software License, Version 1.0. (See accompanying
3+
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4+
15
This file has been moved to http://www.boost-consulting.com/writing/bpl.txt.

doc/PyConDC_2003/bpl_mods.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Copyright David Abrahams 2006. Distributed under the Boost
2+
Software License, Version 1.0. (See accompanying
3+
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4+
15
.. This is a comment. Note how any initial comments are moved by
26
transforms to after the document title, subtitle, and docinfo.
37

doc/building.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22

3+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4+
<!-- Software License, Version 1.0. (See accompanying -->
5+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
36
<html>
47
<head>
58
<meta name="generator" content=

doc/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22

3+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4+
<!-- Software License, Version 1.0. (See accompanying -->
5+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
36
<html>
47
<head>
58
<meta name="generator" content=

doc/news.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22

3+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4+
<!-- Software License, Version 1.0. (See accompanying -->
5+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
36
<html>
47
<head>
58
<meta name="generator" content=

doc/projects.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22

3+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4+
<!-- Software License, Version 1.0. (See accompanying -->
5+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
36
<html>
47
<head>
58
<meta name="generator" content=

doc/support.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
22

3+
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
4+
<!-- Software License, Version 1.0. (See accompanying -->
5+
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
36
<html>
47
<head>
58
<meta name="generator" content=

0 commit comments

Comments
 (0)