Skip to content

Commit

Permalink
Add metadata for deprecated licenses. Fixes issue where the fsf-Libre…
Browse files Browse the repository at this point in the history
… flag is not being set for deprecated licenses

Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
  • Loading branch information
goneall committed Apr 13, 2018
1 parent 7b196ef commit caec781
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -510,6 +510,7 @@ private static void writeLicenseList(String version, String releaseDate,
while (depIter.hasNext()) {
System.out.print(".");
DeprecatedLicenseInfo deprecatedLicense = depIter.next();
addExternalMetaData(deprecatedLicense.getLicense());
for (ILicenseFormatWriter writer : writers) {
writer.writeLicense(deprecatedLicense.getLicense(), true, deprecatedLicense.getDeprecatedVersion());
}

0 comments on commit caec781

Please # to comment.