commit | 29e00ba6db02bfd5ee9e5cef5d27d1bbdeafbf98 | [log] [tgz] |
---|---|---|
author | Gavin Howard <yzena.tech@gmail.com> | Tue Jun 30 09:25:21 2020 -0600 |
committer | Gavin Howard <yzena.tech@gmail.com> | Tue Jun 30 09:25:21 2020 -0600 |
tree | 5572a651cdd5bd1edd9b84a49155dfca585e19f0 | |
parent | 34fd93864759d852bd18fe2520a12dc171c95738 [diff] [blame] |
Add SPDX identifiers to files This is a request from FreeBSD.
diff --git a/functions.sh b/functions.sh index 254e81c..a6cf1c0 100755 --- a/functions.sh +++ b/functions.sh
@@ -1,5 +1,7 @@ #! /bin/sh # +# SPDX-License-Identifier: BSD-2-Clause +# # Copyright (c) 2018-2020 Gavin D. Howard and contributors. # # All rights reserved.