diff options
| -rw-r--r-- | src/keltest/macro.h | 2 | ||||
| -rw-r--r-- | src/keltest/test.cpp | 2 | ||||
| -rw-r--r-- | src/keltest/test.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/keltest/macro.h b/src/keltest/macro.h index 0670e9f..52d291d 100644 --- a/src/keltest/macro.h +++ b/src/keltest/macro.h @@ -1,3 +1,4 @@ +/** Copyright (C) 2023 Claudius "keldu" Holeksa This program is free software: you can redistribute it and/or modify @@ -12,6 +13,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ #pragma once diff --git a/src/keltest/test.cpp b/src/keltest/test.cpp index 63c02d3..8947f0f 100644 --- a/src/keltest/test.cpp +++ b/src/keltest/test.cpp @@ -1,3 +1,4 @@ +/** Copyright (C) 2023 Claudius "keldu" Holeksa This program is free software: you can redistribute it and/or modify @@ -12,6 +13,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ #include "test.h" diff --git a/src/keltest/test.h b/src/keltest/test.h index 4d04ade..9a9f7e0 100644 --- a/src/keltest/test.h +++ b/src/keltest/test.h @@ -1,3 +1,4 @@ +/** Copyright (C) 2023 Claudius "keldu" Holeksa This program is free software: you can redistribute it and/or modify @@ -12,6 +13,7 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ #pragma once |
