aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteve Winslow <swinslow@gmail.com>2018-12-06 13:49:23 +0900
committerGitHub <noreply@github.com>2018-12-06 13:49:23 +0900
commitb7ba1c5e88bf4fecc99d5c1b7eaa8181b1b812ef (patch)
tree30450e3e9c63bf4082312d85bfeb991e87cdbb86 /README.md
parentf2a02a074474f548200d5efda6317dc39f004f0f (diff)
parentc7f466f2e6a0afb7a52546fb5ab6b248e024e7bd (diff)
downloadspdx-tools-b7ba1c5e88bf4fecc99d5c1b7eaa8181b1b812ef.tar.gz
Merge pull request #32 from swinslow/licensediff
Enable making diff of licenses between two SPDX Packages Signed-off-by: Steve Winslow <swinslow@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0a53e9..c78d768 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ spdx-go provides the following packages:
* *v0/tvsaver* - tag-value file saver
* *v0/builder* - builds "empty" SPDX document (with hashes) for directory contents
* *v0/idsearcher* - searches for [SPDX short-form IDs](https://spdx.org/ids/) and builds SPDX document
+* *v0/licensediff* - compares concluded licenses between files in two packages
* *v0/reporter* - generates basic license count report from SPDX document
* *v0/utils* - various utility functions that support the other spdx-go packages