diff --git a/example/file_size.cpp b/example/file_size.cpp index 0b6ce2f..1e72e90 100644 --- a/example/file_size.cpp +++ b/example/file_size.cpp @@ -1,6 +1,6 @@ // file_size program -------------------------------------------------------// -// © Copyright Beman Dawes, 2004 +// Copyright Beman Dawes, 2004 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/mbcopy.cpp b/example/mbcopy.cpp index 7a31c19..4aaa433 100644 --- a/example/mbcopy.cpp +++ b/example/mbcopy.cpp @@ -1,6 +1,6 @@ // Boost.Filesystem mbcopy.cpp ---------------------------------------------// -// © Copyright Beman Dawes 2005 +// Copyright Beman Dawes 2005 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/mbpath.cpp b/example/mbpath.cpp index 89f7d3e..4468063 100644 --- a/example/mbpath.cpp +++ b/example/mbpath.cpp @@ -1,6 +1,6 @@ // Boost.Filesystem mbpath.hpp ---------------------------------------------// -// © Copyright Beman Dawes 2005 +// Copyright Beman Dawes 2005 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/mbpath.hpp b/example/mbpath.hpp index 8cd530f..77c7a6a 100644 --- a/example/mbpath.hpp +++ b/example/mbpath.hpp @@ -1,6 +1,6 @@ // Boost.Filesystem mbpath.hpp ---------------------------------------------// -// © Copyright Beman Dawes 2005 +// Copyright Beman Dawes 2005 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/example/simple_ls.cpp b/example/simple_ls.cpp index 7cd591f..8625b6b 100644 --- a/example/simple_ls.cpp +++ b/example/simple_ls.cpp @@ -1,6 +1,6 @@ // simple_ls program -------------------------------------------------------// -// © Copyright Jeff Garland and Beman Dawes, 2002 +// 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 diff --git a/include/boost/filesystem.hpp b/include/boost/filesystem.hpp index dc92095..aa65b21 100644 --- a/include/boost/filesystem.hpp +++ b/include/boost/filesystem.hpp @@ -1,6 +1,6 @@ // boost/filesystem/filesystem.hpp -----------------------------------------// -// © Copyright Beman Dawes 2005 +// Copyright Beman Dawes 2005 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at diff --git a/include/boost/filesystem/cerrno.hpp b/include/boost/filesystem/cerrno.hpp index 5a3f082..9f5391a 100644 --- a/include/boost/filesystem/cerrno.hpp +++ b/include/boost/filesystem/cerrno.hpp @@ -1,6 +1,6 @@ // Boost Filesystem cerrno.hpp header --------------------------------------// -// © Copyright Beman Dawes 2005. +// Copyright Beman Dawes 2005. // 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) diff --git a/include/boost/filesystem/config.hpp b/include/boost/filesystem/config.hpp index 8140055..4b81bbc 100644 --- a/include/boost/filesystem/config.hpp +++ b/include/boost/filesystem/config.hpp @@ -1,6 +1,6 @@ // boost/filesystem/config.hpp ---------------------------------------------// -// © Copyright Beman Dawes 2003 +// Copyright Beman Dawes 2003 // 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) diff --git a/include/boost/filesystem/convenience.hpp b/include/boost/filesystem/convenience.hpp index 2ea0364..a11d85e 100644 --- a/include/boost/filesystem/convenience.hpp +++ b/include/boost/filesystem/convenience.hpp @@ -1,7 +1,7 @@ // boost/filesystem/convenience.hpp ----------------------------------------// -// © Copyright Beman Dawes, 2002-2005 -// © Copyright Vladimir Prus, 2002 +// Copyright Beman Dawes, 2002-2005 +// Copyright Vladimir Prus, 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) diff --git a/include/boost/filesystem/exception.hpp b/include/boost/filesystem/exception.hpp index 23b3224..edea663 100644 --- a/include/boost/filesystem/exception.hpp +++ b/include/boost/filesystem/exception.hpp @@ -1,6 +1,6 @@ // boost/filesystem/exception.hpp -------------------------------------------// -// © Copyright Beman Dawes 2003 +// Copyright Beman Dawes 2003 // 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) diff --git a/include/boost/filesystem/operations.hpp b/include/boost/filesystem/operations.hpp index e00c993..a5daa9d 100644 --- a/include/boost/filesystem/operations.hpp +++ b/include/boost/filesystem/operations.hpp @@ -1,8 +1,8 @@ // boost/filesystem/operations.hpp -----------------------------------------// -// Copyright © 2002-2005 Beman Dawes -// Copyright © 2002 Jan Langer -// Copyright © 2001 Dietmar Kuehl +// Copyright 2002-2005 Beman Dawes +// Copyright 2002 Jan Langer +// Copyright 2001 Dietmar Kuehl // // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy diff --git a/include/boost/filesystem/path.hpp b/include/boost/filesystem/path.hpp index 065fe3d..c1d3aae 100644 --- a/include/boost/filesystem/path.hpp +++ b/include/boost/filesystem/path.hpp @@ -1,6 +1,6 @@ // boost/filesystem/path.hpp -----------------------------------------------// -// © Copyright Beman Dawes 2002-2005 +// Copyright Beman Dawes 2002-2005 // 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) diff --git a/src/exception.cpp b/src/exception.cpp index eed7b1e..83f066e 100644 --- a/src/exception.cpp +++ b/src/exception.cpp @@ -1,7 +1,7 @@ // Exception implementation file -------------------------------------------// -// Copyright © 2002 Beman Dawes -// Copyright © 2001 Dietmar Kuehl +// Copyright 2002 Beman Dawes +// Copyright 2001 Dietmar Kuehl // 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) diff --git a/src/operations.cpp b/src/operations.cpp index f401be1..fb92fcb 100644 --- a/src/operations.cpp +++ b/src/operations.cpp @@ -1,7 +1,7 @@ // operations.cpp ----------------------------------------------------------// -// Copyright © 2002-2005 Beman Dawes -// Copyright © 2001 Dietmar Kuehl +// Copyright 2002-2005 Beman Dawes +// Copyright 2001 Dietmar Kuehl // 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) diff --git a/src/path.cpp b/src/path.cpp index 171510e..ac85ee9 100644 --- a/src/path.cpp +++ b/src/path.cpp @@ -1,6 +1,6 @@ // path.cpp ----------------------------------------------------------------// -// Copyright © 2005 Beman Dawes +// Copyright 2005 Beman Dawes // 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)