Skip to content

Commit

Permalink
Minor tweaks, copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffg-softwarelibre committed May 22, 2024
1 parent 110fac0 commit 9c6a2f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions example/periodic_timer_example.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
/** @file
*
* @brief Example code demonstrating use of @c chops::periodic_timer
* @brief Example code demonstrating use of @c chops::periodic_timer
*
* @author Thurman Gillespy
* @author Thurman Gillespy
*
* Copyright (c)2019 by Thurman Gillespy
* 3/23/19
* @copyright (c) 2019 by Thurman Gillespy
* 3/23/19
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*
* Sample make file:
* g++ -std=c++17 -I ~/Projects/utility-rack/include/ \
* -I ~/Projects/asio/asio/include/ \
* -I ~/Projects/ timer_demo.cpp -lpthread
* Sample make file:
* g++ -std=c++17 -I ~/Projects/utility-rack/include/ \
* -I ~/Projects/asio/asio/include/ \
* -I ~/Projects/ timer_demo.cpp -lpthread
*
* This also builds with CMake files with C++ 20 specified
* This also builds with CMake files with C++ 20 specified
*/

#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion include/timer/periodic_timer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
*
* @author Cliff Green
*
* Copyright (c) 2017-2024 by Cliff Green
* @copyright (c) 2017-2024 by Cliff Green
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
10 changes: 5 additions & 5 deletions test/periodic_timer_test.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/** @file
*
* @brief Test scenarios for @c periodic_timer class template.
* @brief Test scenarios for @c periodic_timer class template.
*
* @author Cliff Green
* @author Cliff Green
*
* Copyright (c) 2017-2024 by Cliff Green
* @copyright (c) 2017-2024 by Cliff Green
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*
*/

Expand Down

0 comments on commit 9c6a2f5

Please sign in to comment.