--- a/tool/src/spdxlib/DocumentCreate.java
+++ b/tool/src/spdxlib/DocumentCreate.java
@@ -173,7 +173,13 @@
String temp =
addSection("File")
- + addText("FileName: " + thisFile.getName())
+ + addText("FileName: "
+ // in my conscience, path has no place on file name
+ // and only makes difficult to identify the name
+ // uncomment for strict compatibility with SPDX
+ //+ filePath
+ + thisFile.getName())
+ // not needed if standard is followed
+ addText("FilePath: " + filePath)
+ addText("FileType: OTHER")
+ addText("FileChecksum: SHA1: "