From 5baef32925c91fed6a365f88f10dd29c3911b3ce Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 11 Sep 2006 22:08:18 +0000 Subject: [PATCH] add missing license/copyright info [SVN r35068] --- doc/Jamfile.v2 | 3 +++ test/Jamfile | 4 ++++ test/Jamfile.v2 | 4 ++++ test/python.py | 4 ++++ 4 files changed, 15 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 9e9a0b8..30439ef 100755 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,3 +1,6 @@ +# Copyright David Abrahams 2006. 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) import docutils ; import path ; diff --git a/test/Jamfile b/test/Jamfile index 30fe9e7..47dad13 100755 --- a/test/Jamfile +++ b/test/Jamfile @@ -1,3 +1,7 @@ +# Copyright David Abrahams, Daniel Wallin 2006. 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) + # Boost Parameter Library test Jamfile subproject libs/parameter/test ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8a6be9a..f5ebfd9 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,3 +1,7 @@ +# Copyright David Abrahams, Daniel Wallin 2006. 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) + # Boost Parameter Library test Jamfile project boost/parameter diff --git a/test/python.py b/test/python.py index 8bd2a56..cf4d8de 100644 --- a/test/python.py +++ b/test/python.py @@ -1,3 +1,7 @@ +# Copyright Daniel Wallin 2006. 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) + ''' >>> from python_parameter import X >>> x = X(y = 'baz')