From c18f57f62bd092346b569bf7d81f67203a5a7554 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 4 Apr 2017 22:04:07 +0100 Subject: [PATCH] Add missing copyright/license to a couple of files --- include/boost/unordered/detail/implementation.hpp | 3 +++ test/unordered/insert_node_type_fail.cpp | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/include/boost/unordered/detail/implementation.hpp b/include/boost/unordered/detail/implementation.hpp index aa77aa39..c293ae2f 100644 --- a/include/boost/unordered/detail/implementation.hpp +++ b/include/boost/unordered/detail/implementation.hpp @@ -1,6 +1,9 @@ // Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard. // Copyright (C) 2005-2016 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) #ifndef BOOST_UNORDERED_DETAIL_IMPLEMENTATION_HPP #define BOOST_UNORDERED_DETAIL_IMPLEMENTATION_HPP diff --git a/test/unordered/insert_node_type_fail.cpp b/test/unordered/insert_node_type_fail.cpp index 153dbb35..27bab78b 100644 --- a/test/unordered/insert_node_type_fail.cpp +++ b/test/unordered/insert_node_type_fail.cpp @@ -1,3 +1,8 @@ + +// Copyright 2017 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 #include