From 4234b4cb392c0e70085edfbc80585fb9476629f9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 11 May 2022 14:33:08 +0200 Subject: Fix up any missing license and copyright headers --- lib/util/pkg.bash | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/util/pkg.bash') diff --git a/lib/util/pkg.bash b/lib/util/pkg.bash index de70f78..1cdae2c 100644 --- a/lib/util/pkg.bash +++ b/lib/util/pkg.bash @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2022 Patrick Spek +# +# SPDX-License-Identifier: AGPL-3.0-or-later + # OS independent package management pkg() { local system="bashtard/pkg" -- cgit v1.1