forked from mirrors/nixpkgs
license: Add isc
This commit is contained in:
parent
d0c0c2f9ba
commit
ae48ab82ad
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@ rec {
|
||||||
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
|
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
isc = {
|
||||||
|
shortName = "ISC License";
|
||||||
|
fullName = "Internet Systems Consortium License";
|
||||||
|
url = http://www.isc.org/downloads/software-support-policy/isc-license/;
|
||||||
|
};
|
||||||
|
|
||||||
inria = {
|
inria = {
|
||||||
shortName = "INRIA-NCLA";
|
shortName = "INRIA-NCLA";
|
||||||
fullName = "INRIA Non-Commercial License Agreement";
|
fullName = "INRIA Non-Commercial License Agreement";
|
||||||
|
|
Loading…
Add table
Reference in a new issue