From 3ce3fec1f5dd401397bb2f1803669d82c1435697 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Wed, 11 Oct 2023 09:18:22 +0200 Subject: [PATCH] Add license matching upstream (https://github.com/shadow-maint/shadow) --- subid_maximal.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/subid_maximal.c b/subid_maximal.c index 76a4206..7e88d80 100644 --- a/subid_maximal.c +++ b/subid_maximal.c @@ -1,3 +1,9 @@ +* +* SPDX-FileCopyrightText: 2020 Anders Blomdell, <anders.blomdell@gmail.com> + * + * SPDX-License-Identifier: BSD-3-Clause + */ + #include <stdlib.h> #include <pwd.h> #include <shadow/subid.h> -- GitLab