diff --git a/example/simple_ls.cpp b/example/simple_ls.cpp index 152fdf4..f8dd394 100644 --- a/example/simple_ls.cpp +++ b/example/simple_ls.cpp @@ -1,10 +1,10 @@ // simple_ls program -------------------------------------------------------// -// (C) Copyright Jeff Garland and 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 Jeff Garland and Beman Dawes, 2002 + +// Use, modification, and distribution is subject to 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) // See http://www.boost.org/libs/filesystem for documentation. diff --git a/index.html b/index.html index 6576c88..7b6908d 100644 --- a/index.html +++ b/index.html @@ -5,5 +5,11 @@ Automatic redirection failed, please go to doc/index.htm. +
+

© Copyright Beman Dawes, 2003

+

Use, modification, and distribution are subject to the Boost Software +License, Version 1.0. (See accompanying file +LICENSE_1_0.txt or copy at +www.boost.org/LICENSE_1_0.txt)

\ No newline at end of file diff --git a/src/exception.cpp b/src/exception.cpp index e78919f..33250a6 100644 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -1,12 +1,10 @@ // Exception implementation file -------------------------------------------// -// < ----------------------------------------------------------------------- > -// < Copyright © 2002 Beman Dawes > -// < Copyright © 2001 Dietmar Kühl > -// < Use, modification, and distribution is subject to 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) > -// < ----------------------------------------------------------------------- > +// Copyright © 2002 Beman Dawes +// Copyright © 2001 Dietmar Kühl +// Use, modification, and distribution is subject to 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) // See library home page at http://www.boost.org/libs/filesystem diff --git a/src/operations_posix_windows.cpp b/src/operations_posix_windows.cpp index df31b8d..4be25b9 100644 --- a/src/operations_posix_windows.cpp +++ b/src/operations_posix_windows.cpp @@ -1,12 +1,10 @@ // directory_posix_windows.cpp ---------------------------------------------// -// < ----------------------------------------------------------------------- > -// < Copyright © 2002 Beman Dawes. > -// < Copyright © 2001 Dietmar Kühl. > -// < Use, modification, and distribution is subject to 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) > -// < ----------------------------------------------------------------------- > +// Copyright © 2002 Beman Dawes +// Copyright © 2001 Dietmar Kühl +// Use, modification, and distribution is subject to 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) // See library home page at http://www.boost.org/libs/filesystem