diff options
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map/tests/test_simple.sh')
-rwxr-xr-x | pkgs/by-name/lf/lf-make-map/tests/test_simple.sh | 10 |
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)" |