You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm considering packaging this project for Debian, since it appears to be required for the age self-tests in v1.2.0. The alternative is to patch age to avoid using this package, but that doesn't sound ideal. However the license terms are not clear.
Could you clarify what license this project generally uses, and review each file if it is actually is consistent with that license? Or add per-file license statements. Or at least add some guidance on how license matters are dealt with in this project.
There are some license statements today, but they are a bit confusing. For example, there is a BSD-3-Clause statement in age/internal/LICENSE but the file age/internal/bech32/bech32.go has a Expat license.
Thanks,
Simon
The text was updated successfully, but these errors were encountered:
CCTV in general doesn't have a global license, and shouldn't be packaged as a whole, so for example you will want to package c2sp-org-cctv-age.
The licenses of the age directory are admittedly a bit complicated.
age/* and age/testdata: 0BSD OR CC0 OR Unlicense
age/internal: BSD-3-Clause
age/internal/bech32/bech32.go: Expat
Note that age/internal is a generator, you can patch it out and age tests will work fine, at which point the entire package will be 0BSD OR CC0 OR Unlicense.
Hi! I'm considering packaging this project for Debian, since it appears to be required for the
age
self-tests in v1.2.0. The alternative is to patchage
to avoid using this package, but that doesn't sound ideal. However the license terms are not clear.Could you clarify what license this project generally uses, and review each file if it is actually is consistent with that license? Or add per-file license statements. Or at least add some guidance on how license matters are dealt with in this project.
There are some license statements today, but they are a bit confusing. For example, there is a BSD-3-Clause statement in
age/internal/LICENSE
but the fileage/internal/bech32/bech32.go
has a Expat license.Thanks,
Simon
The text was updated successfully, but these errors were encountered: