From ffc0a775ce95d08ad6fa3f45cf2d100901466c1b Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 10 May 2023 10:58:24 +0200 Subject: Blunder regarding the license comment --- src/keltest/macro.h | 2 ++ src/keltest/test.cpp | 2 ++ src/keltest/test.h | 2 ++ 3 files changed, 6 insertions(+) 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 . +*/ #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 . +*/ #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 . +*/ #pragma once -- cgit v1.2.3