Skip to content

Commit

Permalink
Tests: add copyright info
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidB137 committed Sep 6, 2024
1 parent ee136a5 commit 9ec2c3b
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/tests/local_addr.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file local_addr.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include "kvik/local_addr.hpp"

#include <catch2/catch_test_macros.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/tests/local_addr_mac.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file local_addr_mac.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include <catch2/catch_test_macros.hpp>

#include "kvik/local_addr_mac.hpp"
Expand Down
6 changes: 6 additions & 0 deletions test/tests/local_broker.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file local_broker.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include <chrono>
#include <string>
#include <thread>
Expand Down
6 changes: 6 additions & 0 deletions test/tests/local_msg.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file local_msg.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include "kvik/local_msg.hpp"

#include <catch2/catch_test_macros.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/tests/nonce_cache.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file nonce_cache.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include <chrono>
#include <thread>

Expand Down
6 changes: 6 additions & 0 deletions test/tests/pub_sub_struct.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file pub_sub_struct.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include "kvik/pub_sub_struct.hpp"

#include <catch2/catch_test_macros.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/tests/timer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file timer.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include <chrono>
#include <future>

Expand Down
6 changes: 6 additions & 0 deletions test/tests/version.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file version.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include <string>

#include <catch2/catch_test_macros.hpp>
Expand Down
6 changes: 6 additions & 0 deletions test/tests/wildcard_trie.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* @file wildcard_trie.cpp
* @author Dávid Benko (davidbenko@davidbenko.dev)
* @copyright Copyright (c) 2024
*/

#include <unordered_map>
#include <vector>

Expand Down

0 comments on commit 9ec2c3b

Please sign in to comment.