diff options
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map/tests')
-rw-r--r-- | pkgs/by-name/lf/lf-make-map/tests/output.old.license | 9 | ||||
-rwxr-xr-x | pkgs/by-name/lf/lf-make-map/tests/test_simple.sh | 10 |
2 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/tests/output.old.license b/pkgs/by-name/lf/lf-make-map/tests/output.old.license new file mode 100644 index 00000000..eae6a84c --- /dev/null +++ b/pkgs/by-name/lf/lf-make-map/tests/output.old.license @@ -0,0 +1,9 @@ +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>. 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)" |