mirror of
https://github.com/boostorg/filesystem.git
synced 2025-05-12 13:41:47 +00:00
Change license message to reference Boost Software License
[SVN r20038]
This commit is contained in:
parent
63bc5d1f3b
commit
3ca5d3daab
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user