Skip to content

Commit

Permalink
Add more license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Feb 16, 2018
1 parent b379315 commit eab46fc
Show file tree
Hide file tree
Showing 65 changed files with 390 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/in.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
in.cpp
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)
==============================================================================*/
/*=============================================================================
Copyright (c) 2016 Paul Fultz II
in.cpp
Expand Down
6 changes: 6 additions & 0 deletions example/pointfree.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
pointfree.cpp
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)
==============================================================================*/
/*=============================================================================
Copyright (c) 2016 Paul Fultz II
pointfree.cpp
Expand Down
6 changes: 6 additions & 0 deletions example/print.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
print.cpp
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)
==============================================================================*/
/*=============================================================================
Copyright (c) 2016 Paul Fultz II
print.cpp
Expand Down
6 changes: 6 additions & 0 deletions example/sequence.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
sequence.cpp
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)
==============================================================================*/
/*=============================================================================
Copyright (c) 2016 Paul Fultz II
print.cpp
Expand Down
6 changes: 6 additions & 0 deletions example/static_if.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
static_if.cpp
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)
==============================================================================*/
/*=============================================================================
Copyright (c) 2016 Paul Fultz II
static_if.cpp
Expand Down
6 changes: 6 additions & 0 deletions test/alias.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
alias.cpp
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/hof/alias.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/always.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
always.cpp
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/hof/always.hpp>
#include <boost/hof/function.hpp>
#include <memory>
Expand Down
6 changes: 6 additions & 0 deletions test/apply.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
apply.cpp
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/hof/apply.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/apply_eval.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
apply_eval.cpp
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/hof/apply_eval.hpp>
#include <boost/hof/always.hpp>
#include <boost/hof/placeholders.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/arg.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
arg.cpp
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/hof/arg.hpp>
#include <boost/hof/is_invocable.hpp>
#include <type_traits>
Expand Down
6 changes: 6 additions & 0 deletions test/capture.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
capture.cpp
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/hof/capture.hpp>
#include <boost/hof/identity.hpp>
#include "test.hpp"
Expand Down
6 changes: 6 additions & 0 deletions test/combine.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
combine.cpp
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/hof/combine.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/compose.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
compose.cpp
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/hof/compose.hpp>
#include <boost/hof/function.hpp>
#include <boost/hof/lambda.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/construct.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
construct.cpp
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/hof/construct.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/decay.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
decay.cpp
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/hof/decay.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/decorate.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
decorate.cpp
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/hof/decorate.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/fail/always.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
always.cpp
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/hof/always.hpp>
#include <memory>

Expand Down
6 changes: 6 additions & 0 deletions test/fail/apply_eval.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
apply_eval.cpp
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/hof/apply_eval.hpp>

int main() {
Expand Down
6 changes: 6 additions & 0 deletions test/fail/flip_lazy.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
flip_lazy.cpp
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/hof/lazy.hpp>
#include <boost/hof/placeholders.hpp>
#include <boost/hof/flip.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/fail/implicit.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
implicit.cpp
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/hof/implicit.hpp>

template<class T>
Expand Down
6 changes: 6 additions & 0 deletions test/fail/rotate_lazy.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
rotate_lazy.cpp
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/hof/lazy.hpp>
#include <boost/hof/placeholders.hpp>
#include <boost/hof/rotate.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/fail/unpack.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
unpack.cpp
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/hof/unpack.hpp>

struct foo
Expand Down
6 changes: 6 additions & 0 deletions test/fail/unpack_uncallable.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
unpack_uncallable.cpp
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/hof/unpack.hpp>

struct foo
Expand Down
6 changes: 6 additions & 0 deletions test/filter.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
filter.cpp
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/hof/if.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/final_base.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
final_base.cpp
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/hof/flip.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/first_of.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
first_of.cpp
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/hof/first_of.hpp>
#include <boost/hof/static.hpp>
#include <boost/hof/lambda.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/fix.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
fix.cpp
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/hof/fix.hpp>
#include <boost/hof/static.hpp>
#include <boost/hof/reveal.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/flip.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
flip.cpp
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/hof/flip.hpp>
#include <boost/hof/placeholders.hpp>
#include "test.hpp"
Expand Down
6 changes: 6 additions & 0 deletions test/flow.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
flow.cpp
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/hof/flow.hpp>
#include <boost/hof/function.hpp>
#include <boost/hof/lambda.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/fold.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
fold.cpp
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/hof/fold.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/function.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
function.cpp
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/hof/function.hpp>
#include <boost/hof/partial.hpp>
#include <boost/hof/infix.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/identity.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
identity.cpp
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/hof/identity.hpp>
#include <boost/hof/is_invocable.hpp>
#include <boost/hof/detail/move.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/if.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
if.cpp
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/hof/if.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/implicit.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
implicit.cpp
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/hof/implicit.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/indirect.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
indirect.cpp
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/hof/indirect.hpp>
#include "test.hpp"

Expand Down
6 changes: 6 additions & 0 deletions test/infix.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
infix.cpp
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/hof/infix.hpp>
#include <boost/hof/function.hpp>
#include <boost/hof/lambda.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/is_invocable.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
is_invocable.cpp
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/hof/is_invocable.hpp>
#include <ciso646>
#include "test.hpp"
Expand Down
6 changes: 6 additions & 0 deletions test/issue8.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
issue8.cpp
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 "test.hpp"
#include <vector>
Expand Down
6 changes: 6 additions & 0 deletions test/lambda.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
lambda.cpp
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/hof/lambda.hpp>
#include <boost/hof/first_of.hpp>
#include <boost/hof/partial.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/lazy.cpp
@@ -1,3 +1,9 @@
/*=============================================================================
Copyright (c) 2017 Paul Fultz II
lazy.cpp
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/hof/lazy.hpp>
#include <memory>
#include "test.hpp"
Expand Down

0 comments on commit eab46fc

Please sign in to comment.