We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f54362e + 8cbef0c commit e718e7eCopy full SHA for e718e7e
1 file changed
src/main/java/org/spdx/library/model/SpdxItem.java
@@ -111,7 +111,6 @@ public String getCopyrightText() throws InvalidSPDXAnalysisException {
111
if (retval.isPresent()) {
112
return retval.get();
113
} else {
114
- logger.warn("Missing required copyright text. Returning empty string");
115
return "";
116
}
117
0 commit comments