aboutsummaryrefslogtreecommitdiff
path: root/spdx
diff options
context:
space:
mode:
authorKeith Zantow <kzantow@gmail.com>2022-10-07 15:29:25 -0400
committerKeith Zantow <kzantow@gmail.com>2022-10-07 15:29:25 -0400
commitbe2eb824595afe28c87c9a33c2da565480d1eb54 (patch)
tree243550f594ace0770760900f8e4747487d672b01 /spdx
parent066a798c363d64d11c5831c11c0aff4ce3eb286e (diff)
downloadspdx-tools-be2eb824595afe28c87c9a33c2da565480d1eb54.tar.gz
chore: add tag value reader and parser for v2.3
Signed-off-by: Keith Zantow <kzantow@gmail.com>
Diffstat (limited to 'spdx')
-rw-r--r--spdx/v2_3/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdx/v2_3/file.go b/spdx/v2_3/file.go
index 1dd59fa..c472fdb 100644
--- a/spdx/v2_3/file.go
+++ b/spdx/v2_3/file.go
@@ -41,7 +41,7 @@ type File struct {
// DEPRECATED in version 2.1 of spec
// 8.9-8.11: Artifact of Project variables (defined below)
// Cardinality: optional, one or many
- ArtifactOfProjects []ArtifactOfProject `json:"artifactOfs,omitempty"`
+ ArtifactOfProjects []*ArtifactOfProject `json:"artifactOfs,omitempty"`
// 8.12: File Comment
// Cardinality: optional, one