mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add copyright
This commit is contained in:
parent
d663ca160b
commit
cb1077d247
1844 changed files with 13073 additions and 165 deletions
|
@ -1,3 +1,11 @@
|
|||
/*=============================================================================
|
||||
Copyright (c) 2011-2013 Bolero MURAKAMI
|
||||
Copyright (C) 2011 RiSK (sscrisk)
|
||||
https://github.com/bolero-MURAKAMI/Sprout
|
||||
|
||||
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 SPROUT_RANGE_ALGORITHM_EQUAL_HPP
|
||||
#define SPROUT_RANGE_ALGORITHM_EQUAL_HPP
|
||||
|
||||
|
@ -7,7 +15,6 @@
|
|||
|
||||
namespace sprout {
|
||||
namespace range {
|
||||
// Copyright (C) 2011 RiSK (sscrisk)
|
||||
|
||||
// 25.2.11 Equal
|
||||
template<typename InputRange1, typename InputRange2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue