Skip to content

Commit

Permalink
Merge pull request #27 from spdx/adddepmetadata
Browse files Browse the repository at this point in the history
Add metadata for deprecated licenses.
  • Loading branch information
goneall authored Apr 14, 2018
2 parents f56759c + caec781 commit 70986c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 70986c3

Please # to comment.