Add support for the GNU LGPL 3 license for pkgsrc
This commit is contained in:
parent
41ebc20e59
commit
d8d097839d
|
@ -227,6 +227,9 @@ _package_guess_license()
|
|||
199341746)
|
||||
LICENSE="GNU GPL 3"
|
||||
;;
|
||||
3336459709)
|
||||
LICENSE="GNU LGPL 3"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
@ -698,6 +701,9 @@ _package_pkgsrc()
|
|||
"GNU GPL 3")
|
||||
license="gnu-gpl-v3"
|
||||
;;
|
||||
"GNU LGPL 3")
|
||||
license="gnu-lgpl-v3"
|
||||
;;
|
||||
esac
|
||||
[ -z "$license" ] && _warning "Unknown license"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user