Skip to content

Commit

Permalink
copyright in coro tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Nov 19, 2023
1 parent 3df9151 commit 49463e6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions include/trompeloeil/stream_tracer.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Trompeloeil C++ mocking framework
*
* Copyright (C) Björn Fahller
*
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy atl
* http://www.boost.org/LICENSE_1_0.txt)
*
* Project home: https://github.com/rollbear/trompeloeil
*/

#ifndef TROMPELOEIL_STREAM_TRACER_HPP
#define TROMPELOEIL_STREAM_TRACER_HPP

Expand Down
13 changes: 13 additions & 0 deletions test/micro_coro.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Trompeloeil C++ mocking framework
*
* Copyright (C) Björn Fahller
*
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy atl
* http://www.boost.org/LICENSE_1_0.txt)
*
* Project home: https://github.com/rollbear/trompeloeil
*/

#ifndef TROMPELOEIL_MICRO_CORO_HPP
#define TROMPELOEIL_MICRO_CORO_HPP

Expand Down
13 changes: 13 additions & 0 deletions test/test_co_mock.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
/*
* Trompeloeil C++ mocking framework
*
* Copyright (C) Björn Fahller
*
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy atl
* http://www.boost.org/LICENSE_1_0.txt)
*
* Project home: https://github.com/rollbear/trompeloeil
*/

#ifdef __cpp_impl_coroutine

#define TROMPELOEIL_EXPERIMENTAL_COROUTINES
Expand Down

0 comments on commit 49463e6

Please sign in to comment.