From de04c65ce9aa4bd4259120739149d4f53dccdd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Thu, 28 Sep 2006 19:00:12 +0000 Subject: [PATCH] Added missing/changed to Boost Software license. Changed tests to use qt3 toolset. [SVN r35399] --- v2/test/railsys/libx/project-root.jam | 13 ++++++++++--- v2/test/railsys/libx/src/Jamfile | 9 +++++---- v2/test/railsys/program/Jamfile | 13 ++++++------- v2/test/railsys/program/liba/Jamfile | 10 +++++----- v2/test/railsys/program/main/Jamfile | 10 +++++----- v2/test/railsys/program/project-root.jam | 13 ++++++++++--- 6 files changed, 41 insertions(+), 27 deletions(-) diff --git a/v2/test/railsys/libx/project-root.jam b/v2/test/railsys/libx/project-root.jam index 0dc0d99eb..d09982dd1 100644 --- a/v2/test/railsys/libx/project-root.jam +++ b/v2/test/railsys/libx/project-root.jam @@ -1,6 +1,13 @@ +# Copyright (c) 2002 Institute of Transport, +# Railway Construction and Operation, +# University of Hanover, Germany +# Copyright (c) 2006 Jürgen Hunold +# +# 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) -# Tell that QT should be used. QTDIR will give installation -# prefix. -using qt ; +# Tell that Qt3 should be used. QTDIR will give installation prefix. +using qt3 ; diff --git a/v2/test/railsys/libx/src/Jamfile b/v2/test/railsys/libx/src/Jamfile index 89a910a97..639e0cc90 100644 --- a/v2/test/railsys/libx/src/Jamfile +++ b/v2/test/railsys/libx/src/Jamfile @@ -2,10 +2,11 @@ # Railway Construction and Operation, # University of Hanover, Germany # -# 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 (c) 2006 Jürgen Hunold +# +# 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 libx : requirements diff --git a/v2/test/railsys/program/Jamfile b/v2/test/railsys/program/Jamfile index 1b311e988..9e36f408f 100644 --- a/v2/test/railsys/program/Jamfile +++ b/v2/test/railsys/program/Jamfile @@ -6,11 +6,11 @@ # Copyright (c) 2002 Institute of Transport, # Railway Construction and Operation, # University of Hanover, Germany +# Copyright (c) 2006 Jürgen Hunold # -# 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. +# 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) # # 02/21/02! Jürgen Hunold # @@ -26,7 +26,7 @@ project program : requirements $(BOOST_ROOT) multi - /qt//qt + /qt3//qt true stlport /libx @@ -37,10 +37,9 @@ project program : default-build release multi - /qt//qt + /qt3//qt true ; - build-project main ; diff --git a/v2/test/railsys/program/liba/Jamfile b/v2/test/railsys/program/liba/Jamfile index 3e79425e3..f74311d0d 100644 --- a/v2/test/railsys/program/liba/Jamfile +++ b/v2/test/railsys/program/liba/Jamfile @@ -1,14 +1,14 @@ # Copyright (c) 2003 Institute of Transport, # Railway Construction and Operation, # University of Hanover, Germany +# Copyright (c) 2006 Jürgen Hunold # -# 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. +# 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 liba ; lib liba : test ../include/test_a.h ; -obj test : test_a.cpp : off ; \ No newline at end of file +obj test : test_a.cpp : off ; diff --git a/v2/test/railsys/program/main/Jamfile b/v2/test/railsys/program/main/Jamfile index b780da08a..095978eaf 100644 --- a/v2/test/railsys/program/main/Jamfile +++ b/v2/test/railsys/program/main/Jamfile @@ -1,12 +1,12 @@ # Copyright (c) 2002 Institute of Transport, # Railway Construction and Operation, # University of Hanover, Germany +# Copyright (c) 2006 Jürgen Hunold # -# 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. +# 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 main ; -exe test_a : main.cpp ../liba//liba /libx ; \ No newline at end of file +exe test_a : main.cpp ../liba//liba /libx ; diff --git a/v2/test/railsys/program/project-root.jam b/v2/test/railsys/program/project-root.jam index 6c08ebfe7..23d42195f 100644 --- a/v2/test/railsys/program/project-root.jam +++ b/v2/test/railsys/program/project-root.jam @@ -1,7 +1,14 @@ +# Copyright (c) 2002 Institute of Transport, +# Railway Construction and Operation, +# University of Hanover, Germany +# Copyright (c) 2006 Jürgen Hunold +# +# 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) -# Tell that QT should be used. QTDIR will give installation -# prefix. -using qt ; +# Tell that Qt3 should be used. QTDIR will give installation prefix. +using qt3 ; # Not that good, but sufficient for testing using stlport : : /path/to/stlport ;