-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Nick,
I'd like to package ipv6utils for Debian, but the repo doesn't mention any license so it cannot be included as-is.
Could you decide on a license and declare it?
Easiest would be to just add a SPDX header in ipv6utils.go along with Copyright statement:
// SPDX-License-Identifier: MIT
// Copyright (C) <Your name and/or E-Mail>
See https://writefreesoftware.org/learn/participate/choose-a-license/ on how to choose and https://spdx.org/licenses/ for full the identifier list)
You can also go the extra mile and include a LICENSE file if you like, but it's not necessary for my purposes.
Thanks,
--Daniel <3
PS: I also notice the repo includes a compiled version of ipv6utils, I'd have to remove it when packaging -- which is a hassle ;-). You may want to consider using release assets for binaries instead of including them with the source code: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository