Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Oct 15, 2023
1 parent 86e5b87 commit 7b3048d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::thread_wait` can be used safely in a multi-threaded environment.

Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

#include "dispatcher/dispatcher.hpp"
#include "dispatcher/object_id.hpp"
Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/dispatcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::dispatcher::dispatcher` can be used safely in a multi-threaded environment.

Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/extra/dispatcher_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::dispatcher::extra::dispatcher_client` can be used safely in a multi-threaded environment.

Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/extra/shared_dispatcher.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::dispatcher::extra::shared_dispatcher` can be used safely in a multi-threaded environment.

Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/extra/timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::dispatcher::extra::timer` can be used safely in a multi-threaded environment.

Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/object_id.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::dispatcher::object_id` can be used safely in a multi-threaded environment.

Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/time_source.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::dispatcher::hardware_time_source` can be used safely in a multi-threaded environment.
// `pqrs::dispatcher::pseudo_time_source` can be used safely in a multi-threaded environment.
Expand Down
2 changes: 1 addition & 1 deletion include/pqrs/dispatcher/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

#include <chrono>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// 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)
// https://www.boost.org/LICENSE_1_0.txt)
//
#if defined(__cpp_modules) && !defined(BOOST_UT_DISABLE_MODULE)
export module boost.ut;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
// (See https://www.boost.org/LICENSE_1_0.txt)

// `pqrs::thread_wait` can be used safely in a multi-threaded environment.

Expand Down

0 comments on commit 7b3048d

Please sign in to comment.