forked from boostorg/unordered
Remove non-ascii copyright characters and the old filenames from the start of
the unordered container headers. [SVN r2924]
This commit is contained in:
@ -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 <20> 2003-2004 Jeremy B. Maitin-Shepard.
|
||||
// Copyright <20> 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
|
||||
|
@ -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 <20> 2003-2004 Jeremy B. Maitin-Shepard.
|
||||
// Copyright <20> 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
|
||||
|
||||
|
@ -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 <20> 2003-2004 Jeremy B. Maitin-Shepard.
|
||||
// Copyright <20> 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
|
||||
|
Reference in New Issue
Block a user