From e18d62150833976d267fb8388c27bc80ae94ac7c Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 11 Sep 2006 22:27:29 +0000 Subject: [PATCH] Add missing license/copyright [SVN r35070] --- 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 778d4ba..ae0636a 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 59607f2..5901b70 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')