aboutsummaryrefslogtreecommitdiff
path: root/licentia/source/program/licentia/license.lux
diff options
context:
space:
mode:
Diffstat (limited to 'licentia/source/program/licentia/license.lux')
-rw-r--r--licentia/source/program/licentia/license.lux24
1 files changed, 12 insertions, 12 deletions
diff --git a/licentia/source/program/licentia/license.lux b/licentia/source/program/licentia/license.lux
index 811b983e0..9060915a3 100644
--- a/licentia/source/program/licentia/license.lux
+++ b/licentia/source/program/licentia/license.lux
@@ -5,52 +5,52 @@
[time (#+ Days Months Period)]
["#." copyright]])
-(type: #export Identification
+(type: .public Identification
{#name Text
#version Text})
-(type: #export Termination
+(type: .public Termination
{#patent_retaliation? Bit
#termination_period Days
#grace_period Days})
-(type: #export Liability
+(type: .public Liability
{#can_accept? Bit
#disclaim_high_risk? Bit})
-(type: #export Distribution
+(type: .public Distribution
{#can_re_license? Bit
#can_multi_license? Bit})
-(type: #export Commercial
+(type: .public Commercial
{#can_sell? Bit
#require_contributor_credit? Bit
#allow_contributor_endorsement? Bit})
-(type: #export Extension
+(type: .public Extension
{#same_license? Bit
#must_be_distinguishable? Bit
#notification_period (Maybe (Period Months))
#must_describe_modifications? Bit})
-(type: #export Entity Text)
+(type: .public Entity Text)
-(type: #export Black_List
+(type: .public Black_List
{#justification (Maybe Text)
#entities (List Entity)})
-(type: #export URL Text)
+(type: .public URL Text)
-(type: #export Attribution
+(type: .public Attribution
{#copyright_notice Text
#phrase (Maybe Text)
#url URL
#image (Maybe URL)})
-(type: #export Addendum
+(type: .public Addendum
{#commons_clause? Bit})
-(type: #export License
+(type: .public License
{#copyright_holders (List /copyright.Holder)
#identification (Maybe Identification)
#termination Termination