Skip to content

Commit 7b9d0f1

Browse files
creekorfulzhsj
authored andcommitted
Manage MIT (Expat) license
As you can view here https://en.wikipedia.org/wiki/MIT_License#Variants "MIT License" may refer to the Expat License (used for the XML parsing library Expat).
1 parent ab7810e commit 7b9d0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ var githubLicenseToDebianLicense = map[string]string{
2626
"isc": "ISC",
2727
"lgpl-2.1": "LGPL-2.1",
2828
"lgpl-3.0": "LGPL-3.0",
29-
//"mit" - expat?
30-
"mpl-2.0": "MPL-2.0", // include in base-files >= 9.9
29+
"mit": "Expat",
30+
"mpl-2.0": "MPL-2.0", // include in base-files >= 9.9
3131
//"unlicense" (not in debian)
3232
}
3333

0 commit comments

Comments
 (0)