diff --git a/include/boost/unordered/detail/hash_table.hpp b/include/boost/unordered/detail/hash_table.hpp index 0e46219c..8996cc1d 100644 --- a/include/boost/unordered/detail/hash_table.hpp +++ b/include/boost/unordered/detail/hash_table.hpp @@ -1,10 +1,6 @@ -// JTC1/SC22/WG21 N1456 Hash table implementation -// http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1456.html -// boost/detail/hash_table.hpp - -// Copyright © 2003-2004 Jeremy B. Maitin-Shepard. -// Copyright © 2005 Daniel James +// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard. +// Copyright (C) 2005 Daniel James // 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/unordered_map.hpp b/include/boost/unordered_map.hpp index e44341b3..2d26fc63 100644 --- a/include/boost/unordered_map.hpp +++ b/include/boost/unordered_map.hpp @@ -1,17 +1,11 @@ -// JTC1/SC22/WG21 N1456 Hash table implementation -// http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1456.html - -// boost/unordered_map.hpp - -// Copyright © 2003-2004 Jeremy B. Maitin-Shepard. -// Copyright © 2005-2006 Daniel James. +// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard. +// Copyright (C) 2005-2006 Daniel James. // 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) - #ifndef BOOST_UNORDERED_MAP_HPP_INCLUDED #define BOOST_UNORDERED_MAP_HPP_INCLUDED diff --git a/include/boost/unordered_set.hpp b/include/boost/unordered_set.hpp index 0db03dba..75d16031 100644 --- a/include/boost/unordered_set.hpp +++ b/include/boost/unordered_set.hpp @@ -1,11 +1,6 @@ -// JTC1/SC22/WG21 N1456 Hash table implementation -// http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1456.html - -// boost/unordered_set.hpp - -// Copyright © 2003-2004 Jeremy B. Maitin-Shepard. -// Copyright © 2005-2006 Daniel James. +// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard. +// Copyright (C) 2005-2006 Daniel James. // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy