aboutsummaryrefslogtreecommitdiff
path: root/rdfloader/parser2v2/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'rdfloader/parser2v2/types.go')
-rw-r--r--rdfloader/parser2v2/types.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdfloader/parser2v2/types.go b/rdfloader/parser2v2/types.go
index d37c14b..aade7a7 100644
--- a/rdfloader/parser2v2/types.go
+++ b/rdfloader/parser2v2/types.go
@@ -47,7 +47,7 @@ type ExtractedLicensingInfo struct {
type OrLaterOperator struct {
AnyLicenseInfo
- license SimpleLicensingInfo
+ member SimpleLicensingInfo
}
type ConjunctiveLicenseSet struct {
@@ -67,7 +67,6 @@ type License struct {
standardLicenseHeader string
standardLicenseTemplate string
standardLicenseHeaderTemplate string
- seeAlso string
isDeprecatedLicenseID bool
isFsfLibre bool
}
@@ -82,11 +81,12 @@ type LicenseException struct {
seeAlso string // must be a valid uri
name string
example string
+ comment string
}
type WithExceptionOperator struct {
AnyLicenseInfo
- license SimpleLicensingInfo
+ member SimpleLicensingInfo
licenseException LicenseException
}