aboutsummaryrefslogtreecommitdiff
path: root/gtad
diff options
context:
space:
mode:
Diffstat (limited to 'gtad')
-rw-r--r--gtad/data.h.mustache4
-rw-r--r--gtad/operation.cpp.mustache4
-rw-r--r--gtad/operation.h.mustache4
3 files changed, 12 insertions, 0 deletions
diff --git a/gtad/data.h.mustache b/gtad/data.h.mustache
index 32ea85ee..a2193380 100644
--- a/gtad/data.h.mustache
+++ b/gtad/data.h.mustache
@@ -1,3 +1,7 @@
+{{!
+SPDX-FileCopyrightText: 2020 Kitsune Ral <Kitsune-Ral@users.sf.net>
+SPDX-License-Identifier: LGPL-2.1-or-later
+}}
{{>preamble}}
#pragma once
diff --git a/gtad/operation.cpp.mustache b/gtad/operation.cpp.mustache
index 3c3396e9..1d0ae476 100644
--- a/gtad/operation.cpp.mustache
+++ b/gtad/operation.cpp.mustache
@@ -1,3 +1,7 @@
+{{!
+SPDX-FileCopyrightText: 2020 Kitsune Ral <Kitsune-Ral@users.sf.net>
+SPDX-License-Identifier: LGPL-2.1-or-later
+}}
{{>preamble}}
#include "{{filenameBase}}.h"
diff --git a/gtad/operation.h.mustache b/gtad/operation.h.mustache
index 36963b9a..135eee55 100644
--- a/gtad/operation.h.mustache
+++ b/gtad/operation.h.mustache
@@ -1,3 +1,7 @@
+{{!
+SPDX-FileCopyrightText: 2020 Kitsune Ral <Kitsune-Ral@users.sf.net>
+SPDX-License-Identifier: LGPL-2.1-or-later
+}}
{{>preamble}}
#pragma once