From de0e80582a5618eb8fa57506cf2a5783c9005d72 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 29 Jan 2025 00:24:37 +0100 Subject: chore(treewide): License under the LGPL-3.0-or-later --- default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'default.nix') diff --git a/default.nix b/default.nix index cb9f6ef..9098bce 100644 --- a/default.nix +++ b/default.nix @@ -1,3 +1,13 @@ +# nixLib - A library of nix functions for vhack.eu +# +# Copyright (C) 2025 Benedikt Peetz +# SPDX-License-Identifier: LGPL-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 . + {}: let # string -> string -> string colorize = color: string: "[${color}m${string}"; -- cgit 1.4.1