From ed6df529e4bb38f8789b43b7d9f9f5f8ffc4e716 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 17 Apr 2006 11:11:49 +0000 Subject: [PATCH] Remove non-ascii copyright characters and the old filenames from the start of the unordered container headers. [SVN r2924] --- include/boost/unordered/detail/hash_table.hpp | 8 ++------ include/boost/unordered_map.hpp | 10 ++-------- include/boost/unordered_set.hpp | 9 ++------- 3 files changed, 6 insertions(+), 21 deletions(-) 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