Change license message to reference Boost Software License

[SVN r20038]
This commit is contained in:
Beman Dawes 2003-09-12 17:09:29 +00:00
parent 63bc5d1f3b
commit 3ca5d3daab
10 changed files with 27 additions and 55 deletions

View File

@ -1,12 +1,9 @@
// boost/filesystem/convenience.hpp ----------------------------------------//
// (C) Copyright Beman Dawes, 2002
// (C) Copyright 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 Beman Dawes, 2002
// Copyright Vladimir Prus, 2002
// See accompanying license for terms and conditions of use.
// See http://www.boost.org/libs/filesystem for documentation.

View File

@ -1,9 +1,7 @@
// boost/filesystem/fstream.hpp --------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2002.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org/libs/filesystem for documentation.

View File

@ -1,10 +1,7 @@
// boost/filesystem/path.hpp -----------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2002.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org/libs/filesystem for documentation.

View File

@ -1,11 +1,8 @@
// libs/filesystem/src/convenience.cpp -------------------------------------//
// (C) Copyright Beman Dawes, 2002
// (C) Copyright 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 Beman Dawes, 2002
// Copyright Vladimir Prus, 2002
// See accompanying license for terms and conditions of use.
// See http://www.boost.org/libs/filesystem for documentation.

View File

@ -1,10 +1,7 @@
// path implementation -----------------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2002.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org/libs/filesystem for documentation.

View File

@ -1,11 +1,8 @@
// libs/filesystem/test/convenience_test.cpp -------------------------------//
// (C) Copyright Beman Dawes, 2002
// (C) Copyright 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 Beman Dawes, 2002
// (Copyright Vladimir Prus, 2002
// See accompanying license for terms and conditions of use.
// See http://www.boost.org/libs/filesystem for documentation.

View File

@ -1,12 +1,9 @@
// default_name_check_test program ------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2003.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org for most recent version including documentation.
// See http://www.boost.org/libs/filesystem for documentation.
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>

View File

@ -1,11 +1,9 @@
// fstream_test.cpp --------------------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2002.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org for most recent version including documentation.
// See http://www.boost.org/libs/filesystem for documentation.
#include <boost/filesystem/fstream.hpp>
#include <string>

View File

@ -1,12 +1,9 @@
// Boost operations_test.cpp -----------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2002.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org for most recent version including documentation.
// See http://www.boost.org/libs/filesystem for documentation.
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>

View File

@ -1,12 +1,9 @@
// path_test program -------------------------------------------------------//
// (C) Copyright Beman Dawes 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 Beman Dawes 2002.
// See accompanying license for terms and conditions of use.
// See http://www.boost.org for most recent version including documentation.
// See http://www.boost.org/libs/filesystem for documentation.
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>