summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius Holeksa <mail@keldu.de>2023-05-10 10:58:24 +0200
committerClaudius Holeksa <mail@keldu.de>2023-05-10 10:58:24 +0200
commitffc0a775ce95d08ad6fa3f45cf2d100901466c1b (patch)
tree5f210692d864adf4dd5fdab23b18c2003280de55
parenta5bb64f9cc957348df68b49976908d0c08d05fbd (diff)
downloadmini-test-ffc0a775ce95d08ad6fa3f45cf2d100901466c1b.tar.gz
Blunder regarding the license comment
-rw-r--r--src/keltest/macro.h2
-rw-r--r--src/keltest/test.cpp2
-rw-r--r--src/keltest/test.h2
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