diff --git a/CMakeLists.txt b/CMakeLists.txt
index 005a78f..a1d587b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2023 Google LLC
+# Copyright 2024 Khalil Estell
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 76358fe..a57947b 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -14,22 +14,22 @@ race, religion, or sexual identity and orientation.
Examples of behavior that contributes to creating a positive environment
include:
-* Using welcoming and inclusive language
-* Being respectful of differing viewpoints and experiences
-* Gracefully accepting constructive criticism
-* Focusing on what is best for the community
-* Showing empathy towards other community members
+* Using welcoming and inclusive language
+* Being respectful of differing viewpoints and experiences
+* Gracefully accepting constructive criticism
+* Focusing on what is best for the community
+* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
-* The use of sexualized language or imagery and unwelcome sexual attention or
- advances
-* Trolling, insulting/derogatory comments, and personal or political attacks
-* Public or private harassment
-* Publishing others' private information, such as a physical or electronic
- address, without explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
- professional setting
+* The use of sexualized language or imagery and unwelcome sexual attention or
+ advances
+* Trolling, insulting/derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or electronic
+ address, without explicit permission
+* Other conduct which could reasonably be considered inappropriate in a
+ professional setting
## Our Responsibilities
@@ -69,14 +69,6 @@ dispute. If you are unable to resolve the matter for any reason, or if the
behavior is threatening or harassing, report it. We are dedicated to providing
an environment where participants feel welcome and safe.
-Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
-Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
-receive and address reported violations of the code of conduct. They will then
-work with a committee consisting of representatives from the Open Source
-Programs Office and the Google Open Source Strategy team. If for any reason you
-are uncomfortable reaching out to the Project Steward, please email
-opensource@google.com.
-
We will investigate every complaint, but you may not receive a direct response.
We will use our discretion in determining when and how to follow up on reported
incidents, which may range from not taking action to permanent expulsion from
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f05f41a..561ff1b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,27 +2,6 @@
We would love to accept your patches and contributions to this project.
-## Before you begin
-
-### Sign our Contributor License Agreement
-
-Contributions to this project must be accompanied by a
-[Contributor License Agreement](https://cla.developers.google.com/about) (CLA).
-You (or your employer) retain the copyright to your contribution; this simply
-gives us permission to use and redistribute your contributions as part of the
-project.
-
-If you or your current employer have already signed the Google CLA (even if it
-was for a different project), you probably don't need to do it again.
-
-Visit to see your current agreements or to
-sign a new one.
-
-### Review our Community Guidelines
-
-This project follows [Google's Open Source Community
-Guidelines](https://opensource.google/conduct/).
-
## Contribution process
### :raised_hand: Self Assigning to an Issue
diff --git a/conanfile.py b/conanfile.py
index 47a93f9..2769b6b 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright 2023 Google LLC
+# Copyright 2024 Khalil Estell
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/as_bytes.hpp b/include/libhal-util/as_bytes.hpp
index 9eb5c0f..76b8450 100644
--- a/include/libhal-util/as_bytes.hpp
+++ b/include/libhal-util/as_bytes.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -51,9 +51,9 @@ constexpr std::span as_bytes(const T* p_address,
template
concept convertible_to_bytes = requires(T a) {
- *a.data();
- a.size();
-};
+ *a.data();
+ a.size();
+ };
constexpr std::span as_writable_bytes(
convertible_to_bytes auto& p_container)
diff --git a/include/libhal-util/bit.hpp b/include/libhal-util/bit.hpp
index 9730df9..838331c 100644
--- a/include/libhal-util/bit.hpp
+++ b/include/libhal-util/bit.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/bit_limits.hpp b/include/libhal-util/bit_limits.hpp
index f94f597..8f9a936 100644
--- a/include/libhal-util/bit_limits.hpp
+++ b/include/libhal-util/bit_limits.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/can.hpp b/include/libhal-util/can.hpp
index 1574f11..59a740b 100644
--- a/include/libhal-util/can.hpp
+++ b/include/libhal-util/can.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/comparison.hpp b/include/libhal-util/comparison.hpp
index 181bb1f..bcf640b 100644
--- a/include/libhal-util/comparison.hpp
+++ b/include/libhal-util/comparison.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/enum.hpp b/include/libhal-util/enum.hpp
index 87ceef2..fca19bc 100644
--- a/include/libhal-util/enum.hpp
+++ b/include/libhal-util/enum.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/i2c.hpp b/include/libhal-util/i2c.hpp
index 8c1e26e..f1bfdf0 100644
--- a/include/libhal-util/i2c.hpp
+++ b/include/libhal-util/i2c.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/input_pin.hpp b/include/libhal-util/input_pin.hpp
index c089977..d0f7577 100644
--- a/include/libhal-util/input_pin.hpp
+++ b/include/libhal-util/input_pin.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/interrupt_pin.hpp b/include/libhal-util/interrupt_pin.hpp
index 4dace59..94ca21a 100644
--- a/include/libhal-util/interrupt_pin.hpp
+++ b/include/libhal-util/interrupt_pin.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/map.hpp b/include/libhal-util/map.hpp
index c3af928..6f476ec 100644
--- a/include/libhal-util/map.hpp
+++ b/include/libhal-util/map.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/math.hpp b/include/libhal-util/math.hpp
index bc2abbc..2f67195 100644
--- a/include/libhal-util/math.hpp
+++ b/include/libhal-util/math.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/move_interceptor.hpp b/include/libhal-util/move_interceptor.hpp
index 647ef3b..79a3591 100644
--- a/include/libhal-util/move_interceptor.hpp
+++ b/include/libhal-util/move_interceptor.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/output_pin.hpp b/include/libhal-util/output_pin.hpp
index 9d700db..cfbb385 100644
--- a/include/libhal-util/output_pin.hpp
+++ b/include/libhal-util/output_pin.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/overflow_counter.hpp b/include/libhal-util/overflow_counter.hpp
index 4a14dce..04a98ca 100644
--- a/include/libhal-util/overflow_counter.hpp
+++ b/include/libhal-util/overflow_counter.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/serial.hpp b/include/libhal-util/serial.hpp
index a26ce34..903d034 100644
--- a/include/libhal-util/serial.hpp
+++ b/include/libhal-util/serial.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/serial_coroutines.hpp b/include/libhal-util/serial_coroutines.hpp
index 78f062d..2fc2c61 100644
--- a/include/libhal-util/serial_coroutines.hpp
+++ b/include/libhal-util/serial_coroutines.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/spi.hpp b/include/libhal-util/spi.hpp
index 8dde1c0..51de0bb 100644
--- a/include/libhal-util/spi.hpp
+++ b/include/libhal-util/spi.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/static_callable.hpp b/include/libhal-util/static_callable.hpp
index ebd6730..b85b62f 100644
--- a/include/libhal-util/static_callable.hpp
+++ b/include/libhal-util/static_callable.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/static_list.hpp b/include/libhal-util/static_list.hpp
index 14dfbd9..cf4c1af 100644
--- a/include/libhal-util/static_list.hpp
+++ b/include/libhal-util/static_list.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/steady_clock.hpp b/include/libhal-util/steady_clock.hpp
index 84ad9b7..d7b4e1e 100644
--- a/include/libhal-util/steady_clock.hpp
+++ b/include/libhal-util/steady_clock.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -160,7 +160,8 @@ void delay(hal::steady_clock& p_steady_clock, hal::time_duration p_duration);
*/
inline auto timeout_generator(hal::steady_clock& p_steady_clock)
{
- return [&p_steady_clock](hal::time_duration p_duration) -> auto {
+ return [&p_steady_clock](hal::time_duration p_duration) -> auto
+ {
return create_timeout(p_steady_clock, p_duration);
};
}
diff --git a/include/libhal-util/streams.hpp b/include/libhal-util/streams.hpp
index 33516b0..d258a4c 100644
--- a/include/libhal-util/streams.hpp
+++ b/include/libhal-util/streams.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/timeout.hpp b/include/libhal-util/timeout.hpp
index 930b592..cef5191 100644
--- a/include/libhal-util/timeout.hpp
+++ b/include/libhal-util/timeout.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -66,10 +66,10 @@ constexpr bool failed(work_state p_state)
template
concept has_work_state = requires(T a) {
- {
- a.state()
- } -> std::same_as;
-};
+ {
+ a.state()
+ } -> std::same_as;
+ };
constexpr bool terminated(has_work_state auto p_worker)
{
diff --git a/include/libhal-util/to_array.hpp b/include/libhal-util/to_array.hpp
index feaf5c9..486fade 100644
--- a/include/libhal-util/to_array.hpp
+++ b/include/libhal-util/to_array.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/include/libhal-util/units.hpp b/include/libhal-util/units.hpp
index 0f18f18..a105dea 100644
--- a/include/libhal-util/units.hpp
+++ b/include/libhal-util/units.hpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/steady_clock.cpp b/src/steady_clock.cpp
index 3464f1d..cf45b23 100644
--- a/src/steady_clock.cpp
+++ b/src/steady_clock.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/src/streams.cpp b/src/streams.cpp
index 82857e7..7a8b5a1 100644
--- a/src/streams.cpp
+++ b/src/streams.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/test_package/CMakeLists.txt b/test_package/CMakeLists.txt
index 0e5b35e..e951d82 100644
--- a/test_package/CMakeLists.txt
+++ b/test_package/CMakeLists.txt
@@ -1,4 +1,4 @@
-# Copyright 2023 Google LLC
+# Copyright 2024 Khalil Estell
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/test_package/conanfile.py b/test_package/conanfile.py
index de498a1..33a0a1c 100644
--- a/test_package/conanfile.py
+++ b/test_package/conanfile.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright 2023 Google LLC
+# Copyright 2024 Khalil Estell
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/test_package/main.cpp b/test_package/main.cpp
index 39bf08b..a656b91 100644
--- a/test_package/main.cpp
+++ b/test_package/main.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/as_bytes.test.cpp b/tests/as_bytes.test.cpp
index 4c25a34..f28a95a 100644
--- a/tests/as_bytes.test.cpp
+++ b/tests/as_bytes.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/bit.functions.test.cpp b/tests/bit.functions.test.cpp
index 11cfee5..da1ab2c 100644
--- a/tests/bit.functions.test.cpp
+++ b/tests/bit.functions.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/bit.test.cpp b/tests/bit.test.cpp
index edf24bc..9f34831 100644
--- a/tests/bit.test.cpp
+++ b/tests/bit.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/enum.test.cpp b/tests/enum.test.cpp
index d38fc02..ae49c7c 100644
--- a/tests/enum.test.cpp
+++ b/tests/enum.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/i2c.test.cpp b/tests/i2c.test.cpp
index 2812fd4..6c440ee 100644
--- a/tests/i2c.test.cpp
+++ b/tests/i2c.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/input_pin.test.cpp b/tests/input_pin.test.cpp
index 70228fe..6a890c1 100644
--- a/tests/input_pin.test.cpp
+++ b/tests/input_pin.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/interrupt_pin.test.cpp b/tests/interrupt_pin.test.cpp
index 491b2dd..bd89150 100644
--- a/tests/interrupt_pin.test.cpp
+++ b/tests/interrupt_pin.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/main.test.cpp b/tests/main.test.cpp
index 9336a29..0703219 100644
--- a/tests/main.test.cpp
+++ b/tests/main.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/map.test.cpp b/tests/map.test.cpp
index 50a26d7..d71af02 100644
--- a/tests/map.test.cpp
+++ b/tests/map.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/math.test.cpp b/tests/math.test.cpp
index 40596e2..542ca0e 100644
--- a/tests/math.test.cpp
+++ b/tests/math.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/move_interceptor.test.cpp b/tests/move_interceptor.test.cpp
index 02dacaf..8ebec81 100644
--- a/tests/move_interceptor.test.cpp
+++ b/tests/move_interceptor.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/output_pin.test.cpp b/tests/output_pin.test.cpp
index dafe027..705db6d 100644
--- a/tests/output_pin.test.cpp
+++ b/tests/output_pin.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/overflow_counter.test.cpp b/tests/overflow_counter.test.cpp
index 2710f33..c8fef1a 100644
--- a/tests/overflow_counter.test.cpp
+++ b/tests/overflow_counter.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/serial.test.cpp b/tests/serial.test.cpp
index 2c7fd1d..60ec11a 100644
--- a/tests/serial.test.cpp
+++ b/tests/serial.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/spi.test.cpp b/tests/spi.test.cpp
index 97a6c58..9a13e50 100644
--- a/tests/spi.test.cpp
+++ b/tests/spi.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/static_callable.test.cpp b/tests/static_callable.test.cpp
index b8ed114..053d569 100644
--- a/tests/static_callable.test.cpp
+++ b/tests/static_callable.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/static_list.test.cpp b/tests/static_list.test.cpp
index 453c3b4..f7e6905 100644
--- a/tests/static_list.test.cpp
+++ b/tests/static_list.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -349,7 +349,8 @@ void static_list_test()
"static_list::dtor() handles dandling list items"_test = []() {
// Setup
- auto destroy_list_keep_items = []() -> auto {
+ auto destroy_list_keep_items = []() -> auto
+ {
static_list list;
return std::array::item, 5>{
diff --git a/tests/steady_clock.test.cpp b/tests/steady_clock.test.cpp
index d25aff3..e0b2863 100644
--- a/tests/steady_clock.test.cpp
+++ b/tests/steady_clock.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/streams.test.cpp b/tests/streams.test.cpp
index 9846b19..d62b860 100644
--- a/tests/streams.test.cpp
+++ b/tests/streams.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/timeout.test.cpp b/tests/timeout.test.cpp
index 0388c7a..ef9f5e6 100644
--- a/tests/timeout.test.cpp
+++ b/tests/timeout.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/tests/units.test.cpp b/tests/units.test.cpp
index 34dada8..3f24e2d 100644
--- a/tests/units.test.cpp
+++ b/tests/units.test.cpp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google LLC
+// Copyright 2024 Khalil Estell
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.