aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Winslow <swinslow@gmail.com>2018-12-05 20:58:08 +0900
committerSteve Winslow <swinslow@gmail.com>2018-12-05 20:58:08 +0900
commit0a6f2a8270f826d6a2ee8ec64715c3fc279378a5 (patch)
tree571ca2c30348a70bd40cbbaf881d797fa22690f2 /docs
parent0530d3b27335913b329509a1eb093111326e81ea (diff)
downloadspdx-tools-0a6f2a8270f826d6a2ee8ec64715c3fc279378a5.tar.gz
Added implementation for license diff basic pairs
Signed-off-by: Steve Winslow <swinslow@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/licensediff-assumptions.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/licensediff-assumptions.md b/docs/licensediff-assumptions.md
new file mode 100644
index 0000000..d587791
--- /dev/null
+++ b/docs/licensediff-assumptions.md
@@ -0,0 +1,7 @@
+SPDX-License-Identifier: CC-BY-4.0
+
+The License diff tool in `package licensediff` makes the following assumptions:
+
+- In any single Package, a given filename will only appear once. This may or may
+ not be required by the SPDX spec, but it's kind of implicit in being able to
+ create a diff indexed by filename. \ No newline at end of file