multi ;
+
exe arrow : main.cpp arrow.cpp arrow.h /qt//QtGui ;
\ No newline at end of file
diff --git a/v2/test/.cvsignore b/v2/test/.cvsignore
deleted file mode 100644
index 77615057d..000000000
--- a/v2/test/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-*.pyc test_results.txt failed_test test-config.jam
\ No newline at end of file
diff --git a/v2/test/dependency_property.py b/v2/test/dependency_property.py
index 3004c3554..5383108b2 100644
--- a/v2/test/dependency_property.py
+++ b/v2/test/dependency_property.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-# Copyright (C) Vladimir Prus 2003. 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.
+# Copyright 2003 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# Regression test: virtual targets with different dependency properties
# were considered different by 'virtual-target.register', but the code
diff --git a/v2/test/dependency_test.py b/v2/test/dependency_test.py
index 6a1b4972e..be056f415 100644
--- a/v2/test/dependency_test.py
+++ b/v2/test/dependency_test.py
@@ -1,5 +1,10 @@
#!/usr/bin/python
+# Copyright 2003 Dave Abrahams
+# Copyright 2002, 2003, 2005, 2006 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+
from BoostBuild import Tester, List
t = Tester()
diff --git a/v2/test/double_loading.py b/v2/test/double_loading.py
index e1418dccd..14bb0ea43 100644
--- a/v2/test/double_loading.py
+++ b/v2/test/double_loading.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-# Copyright (C) Vladimir Prus 2003. 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.
+# Copyright 2003 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
from BoostBuild import Tester, List
import string
diff --git a/v2/test/duplicate.py b/v2/test/duplicate.py
index f26de455a..18922e75b 100644
--- a/v2/test/duplicate.py
+++ b/v2/test/duplicate.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-# Copyright (C) Vladimir Prus 2004. 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.
+# Copyright 2004 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# This test tries to stage the same file to the same location by *two*
# different stage rules, in two different projects. This is not exactly
diff --git a/v2/test/echo_args.jam b/v2/test/echo_args.jam
index 99fff9868..0f6956e46 100644
--- a/v2/test/echo_args.jam
+++ b/v2/test/echo_args.jam
@@ -1,3 +1,7 @@
+# Copyright 2001 Dave Abrahams
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
+
rule echo_args ( a b ? c ? : d + : e * )
{
ECHO a= $(a) b= $(b) c= $(c) ":" d= $(d) ":" e= $(e) ;
diff --git a/v2/test/empty.jam b/v2/test/empty.jam
index 712bd9a2e..895b1087e 100644
--- a/v2/test/empty.jam
+++ b/v2/test/empty.jam
@@ -1 +1,5 @@
-# This file is empty; it just suppresses warnings
\ No newline at end of file
+# This file is empty; it just suppresses warnings
+
+# Copyright 2001 Dave Abrahams
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
diff --git a/v2/test/expansion.py b/v2/test/expansion.py
index 71b0bc893..b3e93e38c 100644
--- a/v2/test/expansion.py
+++ b/v2/test/expansion.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-# Copyright (C) Vladimir Prus 2003. 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.
+# Copyright 2003 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# This file is template for Boost.Build tests. It creates a simple
# project that builds one exe from one source, and checks that the exe
diff --git a/v2/test/explicit.py b/v2/test/explicit.py
index 616ce9248..a2c183308 100644
--- a/v2/test/explicit.py
+++ b/v2/test/explicit.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-# Copyright (C) Vladimir Prus 2003. 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.
+# Copyright 2003 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# This file is template for Boost.Build tests. It creates a simple
# project that builds one exe from one source, and checks that the exe
diff --git a/v2/test/gcc_runtime.py b/v2/test/gcc_runtime.py
index 2efb68704..bb3bb75d2 100644
--- a/v2/test/gcc_runtime.py
+++ b/v2/test/gcc_runtime.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
-# Copyright (C) Vladimir Prus 2004. 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.
+# Copyright 2004 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# Tests that on gcc, we correctly report problem when static runtime
# is requested when building DLL.
diff --git a/v2/test/project-test3/lib3/Jamfile b/v2/test/project-test3/lib3/Jamfile
index a6e61f6b6..0d457817e 100644
--- a/v2/test/project-test3/lib3/Jamfile
+++ b/v2/test/project-test3/lib3/Jamfile
@@ -1,3 +1,6 @@
+# Copyright 2003, 2005 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
# This project-root.jam also serves the role of Jamfile
project lib3 ;
diff --git a/v2/test/readme.txt b/v2/test/readme.txt
index 0d2fb4631..b29e79dc0 100644
--- a/v2/test/readme.txt
+++ b/v2/test/readme.txt
@@ -1,3 +1,7 @@
Comprehensive tests for Boost.Build v2; requires Python. To test, execute:
python test_all.py
+
+# Copyright 2002 Dave Abrahams
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
diff --git a/v2/test/test_system.html b/v2/test/test_system.html
index d70935222..7cdb48529 100644
--- a/v2/test/test_system.html
+++ b/v2/test/test_system.html
@@ -545,11 +545,9 @@ t.cleanup()
Last modified: Mar 11, 2005
- © Copyright Vladimir Prus 2002, 2003, 2004, 2005. Permission to
- copy, use, modify, sell and distribute this document is granted provided
- this copyright notice appears in all copies. This document is provided
- ``as is'' without express or implied warranty, and with no claim as to
- its suitability for any purpose.
+ © Copyright Vladimir Prus 2002, 2003, 2004, 2005.
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)