mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 05:23:58 +00:00
Missing copyright messages
This commit is contained in:
parent
a477d70f32
commit
ce0f16f328
@ -1,4 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright 2017-2018 Daniel James
|
||||||
|
Distributed under 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)
|
||||||
|
-->
|
||||||
<explicit-failures-markup>
|
<explicit-failures-markup>
|
||||||
<!-- unordered -->
|
<!-- unordered -->
|
||||||
<library name="unordered">
|
<library name="unordered">
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
// Copyright 2017-2018 Daniel James.
|
||||||
|
// Distributed under 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)
|
||||||
|
|
||||||
#include "../helpers/exception_test.hpp"
|
#include "../helpers/exception_test.hpp"
|
||||||
#include "../helpers/invariants.hpp"
|
#include "../helpers/invariants.hpp"
|
||||||
#include "../helpers/metafunctions.hpp"
|
#include "../helpers/metafunctions.hpp"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
// Copyright 2017-2018 Daniel James.
|
||||||
|
// Distributed under 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)
|
||||||
|
|
||||||
#include <boost/unordered_map.hpp>
|
#include <boost/unordered_map.hpp>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user