From 5ec92ad34f50d366e5e94da05a0b6c276c068836 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 27 Apr 2025 21:47:06 +0200 Subject: pkgs/lf-make-map: Add copyright headers --- pkgs/by-name/lf/lf-make-map/src/mapping/map_key.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pkgs/by-name/lf/lf-make-map/src/mapping/map_key.rs') diff --git a/pkgs/by-name/lf/lf-make-map/src/mapping/map_key.rs b/pkgs/by-name/lf/lf-make-map/src/mapping/map_key.rs index e66a1635..10b612fd 100644 --- a/pkgs/by-name/lf/lf-make-map/src/mapping/map_key.rs +++ b/pkgs/by-name/lf/lf-make-map/src/mapping/map_key.rs @@ -1,3 +1,13 @@ +// nixos-config - My current NixOS configuration +// +// Copyright (C) 2025 Benedikt Peetz +// 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 . + use std::fmt::Write; use anyhow::bail; -- cgit 1.4.1