diff options
Diffstat (limited to 'spdxconv_test.go')
| -rw-r--r-- | spdxconv_test.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spdxconv_test.go b/spdxconv_test.go index 0e3d635..68dca0f 100644 --- a/spdxconv_test.go +++ b/spdxconv_test.go @@ -42,7 +42,10 @@ func TestScan(t *testing.T) { t.Fatal(err) } - exp := `//spdxconv:version:v1 + exp := `// SPDX-License-Identifier: CC0-1.0 +// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info> + +//spdxconv:version:v1 //spdxconv:header:path,license_id,idx_license_id,year,copyright_id,idx_copyright_id //spdxconv:regular test.go,match,1,unknown,match,0,// , |
