aboutsummaryrefslogtreecommitdiff
path: root/report.go
diff options
context:
space:
mode:
Diffstat (limited to 'report.go')
-rw-r--r--report.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/report.go b/report.go
index 55e18d9..f229e81 100644
--- a/report.go
+++ b/report.go
@@ -138,6 +138,12 @@ func (rep *report) scan(conv *SPDXConv, listFile []string) (err error) {
func (rep *report) write() (err error) {
var buf bytes.Buffer
+
+ // REUSE-IgnoreStart
+ buf.WriteString("// SPDX-License-Identifier: CC0-1.0\n")
+ buf.WriteString("// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info>\n\n")
+ // REUSE-IgnoreEnd
+
buf.WriteString(reportMetaPrefix + "version:v1\n")
buf.WriteString(reportMetaPrefix +
"header:path,license_id,idx_license_id,year,copyright_id,idx_copyright_id\n")