summary refs log tree commit diff stats
path: root/.reuse
diff options
context:
space:
mode:
Diffstat (limited to '.reuse')
-rw-r--r--.reuse/templates/default.jinja212
1 files changed, 12 insertions, 0 deletions
diff --git a/.reuse/templates/default.jinja2 b/.reuse/templates/default.jinja2
index 744f101..a22b225 100644
--- a/.reuse/templates/default.jinja2
+++ b/.reuse/templates/default.jinja2
@@ -1,3 +1,15 @@
+{#
+nixLib - A library of nix functions for vhack.eu
+
+Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: AGPL-3.0-or-later
+
+This file is part of vhack.eu's nix library.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+#}
+
 nixLib - A library of nix functions for vhack.eu
 
 {% for copyright_line in copyright_lines %}