aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia/license/addendum.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-06-14 18:33:54 -0400
committerEduardo Julian2021-06-14 18:33:54 -0400
commit519c0c0c71cdf7ce3dfc64b9781ab826760b3d94 (patch)
tree75fa0672afceff129e5e75afb7a5fed197ce1773 /stdlib/source/program/licentia/license/addendum.lux
parentaf3e6e2cb011dc2ad9204440990731a2f272716d (diff)
Extracted Licentia out of the standard library.
Diffstat (limited to '')
-rw-r--r--licentia/source/program/licentia/license/addendum.lux (renamed from stdlib/source/program/licentia/license/addendum.lux)6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/program/licentia/license/addendum.lux b/licentia/source/program/licentia/license/addendum.lux
index 7e467c630..e4a8d6364 100644
--- a/stdlib/source/program/licentia/license/addendum.lux
+++ b/licentia/source/program/licentia/license/addendum.lux
@@ -8,7 +8,7 @@
["$" document]]])
## https://commonsclause.com/
-(def: #export commons-clause
+(def: #export commons_clause
Text
(format ($.block "The Software is provided to you by the Licensor under the License, as defined below, subject to the following condition.")
($.block "Without limiting other conditions in the License, the grant of rights under the License will not include, and the License does not grant to you, the right to Sell the Software.")
@@ -23,6 +23,6 @@
"")]
["“Commons Clause” License Condition v1.0"
- (get@ #//.commons-clause? value)
- ..commons-clause]
+ (get@ #//.commons_clause? value)
+ ..commons_clause]
)))))