about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-27 21:47:06 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-27 21:47:06 +0200
commit5ec92ad34f50d366e5e94da05a0b6c276c068836 (patch)
tree79c60057a7605226fa7f42db8263786e6147fe4f /pkgs/by-name/lf/lf-make-map/tests/test_simple.sh
parentpkgs/lf-make-map: Add a basic regression test (diff)
downloadnixos-config-5ec92ad34f50d366e5e94da05a0b6c276c068836.zip
pkgs/lf-make-map: Add copyright headers
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map/tests/test_simple.sh')
-rwxr-xr-xpkgs/by-name/lf/lf-make-map/tests/test_simple.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh b/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh
index 5c7dd4a8..79ba9db2 100755
--- a/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh
+++ b/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh
@@ -1,5 +1,15 @@
 #! /usr/bin/env sh
 
+# nixos-config - My current NixOS configuration
+#
+# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of my nixos-config.
+#
+# 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>.
+
 # We need to hard code this, so that our output matches the golden sample.
 base="/tmp/tmp.DfcgjemfCG"
 test="$(mktemp --directory)"