From ef21153e5948ebabcc31deca309004bec878496f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 5 Nov 2006 06:40:20 +0000 Subject: [PATCH] Add/update copyrights+license (with help of a shell script). [SVN r35849] --- src/build/alias.jam | 7 +++---- src/build/feature.jam | 9 +++++---- src/build/project.jam | 10 +++++----- src/build/property-set.jam | 8 ++++---- src/build/property.jam | 9 +++++---- src/build/scanner.jam | 8 ++++---- src/build/toolset.jam | 9 +++++---- src/build/type.jam | 8 ++++---- src/build/version.jam | 7 +++---- src/build/virtual-target.jam | 9 +++++---- 10 files changed, 43 insertions(+), 41 deletions(-) diff --git a/src/build/alias.jam b/src/build/alias.jam index d7d68a376..993243b03 100644 --- a/src/build/alias.jam +++ b/src/build/alias.jam @@ -1,7 +1,6 @@ -# 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, 2004, 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) # This module defines the 'alias' rule and associated class. # diff --git a/src/build/feature.jam b/src/build/feature.jam index e6ad37f35..b9b9e8822 100644 --- a/src/build/feature.jam +++ b/src/build/feature.jam @@ -1,7 +1,8 @@ -# (C) Copyright David Abrahams 2001. 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 2001, 2002, 2003 Dave Abrahams +# Copyright 2002, 2006 Rene Rivera +# Copyright 2002, 2003, 2004, 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) import "class" : * ; diff --git a/src/build/project.jam b/src/build/project.jam index 9041a2ade..f37161f88 100644 --- a/src/build/project.jam +++ b/src/build/project.jam @@ -1,8 +1,8 @@ -# Copyright (C) Vladimir Prus and Rene Rivera 2002. -# 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 2002, 2003 Dave Abrahams +# Copyright 2002, 2005, 2006 Rene Rivera +# Copyright 2002, 2003, 2004, 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) # Implements project representation and loading. # Each project is represented by diff --git a/src/build/property-set.jam b/src/build/property-set.jam index 00e8383e6..bed3b4b4f 100644 --- a/src/build/property-set.jam +++ b/src/build/property-set.jam @@ -1,7 +1,7 @@ -# Copyright (C) Vladimir Prus 2002. 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 Dave Abrahams +# Copyright 2003, 2004, 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) import "class" : new ; import feature ; diff --git a/src/build/property.jam b/src/build/property.jam index 981a45680..21b4e389b 100644 --- a/src/build/property.jam +++ b/src/build/property.jam @@ -1,7 +1,8 @@ -# Copyright (C) Vladimir Prus 2002. 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 2001, 2002, 2003 Dave Abrahams +# Copyright 2006 Rene Rivera +# Copyright 2002, 2003, 2004, 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) import utility : ungrist ; import sequence : unique ; diff --git a/src/build/scanner.jam b/src/build/scanner.jam index b070f0fa5..2dae65d29 100644 --- a/src/build/scanner.jam +++ b/src/build/scanner.jam @@ -1,7 +1,7 @@ -# Copyright (C) Vladimir Prus 2002. 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 Dave Abrahams +# Copyright 2002, 2003, 2004, 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) # Implements scanners: objects that compute implicit dependencies for # files, such as includes in C++. diff --git a/src/build/toolset.jam b/src/build/toolset.jam index db94c9bba..95996af6f 100644 --- a/src/build/toolset.jam +++ b/src/build/toolset.jam @@ -1,7 +1,8 @@ -# Copyright (C) Vladimir Prus 2002. 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 Dave Abrahams +# Copyright 2005 Rene Rivera +# Copyright 2002, 2003, 2004, 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) # Support for toolset definition. diff --git a/src/build/type.jam b/src/build/type.jam index 5c98b379c..2c40d89f4 100644 --- a/src/build/type.jam +++ b/src/build/type.jam @@ -1,7 +1,7 @@ -# Copyright (C) Vladimir Prus 2002. 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 2002, 2003 Dave Abrahams +# Copyright 2002, 2003, 2004, 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) # Deals with target type declaration and defines target class which supports # typed targets. diff --git a/src/build/version.jam b/src/build/version.jam index 3eb71a172..62177b7f0 100644 --- a/src/build/version.jam +++ b/src/build/version.jam @@ -1,7 +1,6 @@ -# Copyright (C) Vladimir Prus 2002. 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 2002, 2003, 2004, 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) rule boost-build ( ) { diff --git a/src/build/virtual-target.jam b/src/build/virtual-target.jam index fb30279d5..34ca0475f 100644 --- a/src/build/virtual-target.jam +++ b/src/build/virtual-target.jam @@ -1,7 +1,8 @@ -# Copyright (C) Vladimir Prus 2002. 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 Dave Abrahams +# Copyright 2005, 2006 Rene Rivera +# Copyright 2002, 2003, 2004, 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) # Implements virtual targets, which correspond to actual files created during # build, but are not yet targets in Jam sense. They are needed, for example,