From aa6a0c2a4575ac60c050deceb8a9272bb7c95f14 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 4 Feb 2025 17:36:01 +0100 Subject: chore(treewide): Add License via reuse --- .envrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index 0f36b0a..f051440 100644 --- a/.envrc +++ b/.envrc @@ -1,10 +1,20 @@ #! /usr/bin/env sh +# pgp-wkd - A web key directory for pgp-keys +# +# Copyright (C) 2025 Benedikt Peetz +# SPDX-License-Identifier: CC-BY-SA-4.0 +# +# This file is part of pgp-wkd. +# +# You should have received a copy of the License along with this program. +# If not, see . + use flake || use nix watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch + echo && git status --short --branch fi -- cgit 1.4.1