libs/filesystem/example/Jamfile.v2 missing copyright?

Index: libs/filesystem/example/Jamfile.v2 =================================================================== --- libs/filesystem/example/Jamfile.v2 (revision 40672) +++ libs/filesystem/example/Jamfile.v2 (working copy) @@ -1,4 +1,12 @@ +# Boost System Library Build Jamfile +# (C) Copyright Beman Dawes 2002, 2006 + +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt) + +# See library home page at http://www.boost.org/libs/filesystem + project : requirements <library>../build//boost_filesystem <hardcode-dll-paths>true -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

David Abrahams wrote:
Index: libs/filesystem/example/Jamfile.v2 =================================================================== --- libs/filesystem/example/Jamfile.v2 (revision 40672) +++ libs/filesystem/example/Jamfile.v2 (working copy) @@ -1,4 +1,12 @@ +# Boost System Library Build Jamfile
+# (C) Copyright Beman Dawes 2002, 2006 + +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or www.boost.org/LICENSE_1_0.txt) + +# See library home page at http://www.boost.org/libs/filesystem + project : requirements <library>../build//boost_filesystem <hardcode-dll-paths>true
Done. I changed the copyright to Vladimir, since he wrote the file and is the only one who has ever edited it. Also changed the date to 2003. Thanks, --Beman
participants (2)
-
Beman Dawes
-
David Abrahams