diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:11:55 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 14:25:45 -0600 |
commit | 8d0bbfc6e4d29dc6a3c5969b0f58c42a7347e09d (patch) | |
tree | efb9247e12d2dee46124017b794bc094ed9ceb27 /lib | |
parent | 17d1dca1e762f23171ae73af27dd9de7df43a48b (diff) |
Add license and copyright info
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/generic.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/util/generic.go b/lib/util/generic.go index 6882724..61e045b 100644 --- a/lib/util/generic.go +++ b/lib/util/generic.go @@ -1,3 +1,7 @@ +// Copyright (C) 2022 Luke Shumaker <lukeshu@lukeshu.com> +// +// SPDX-License-Identifier: GPL-2.0-or-later + package util import ( |