aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia/license/assurance.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/assurance.lux
parentaf3e6e2cb011dc2ad9204440990731a2f272716d (diff)
Extracted Licentia out of the standard library.
Diffstat (limited to '')
-rw-r--r--licentia/source/program/licentia/license/assurance.lux (renamed from stdlib/source/program/licentia/license/assurance.lux)6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/program/licentia/license/assurance.lux b/licentia/source/program/licentia/license/assurance.lux
index 155472cd1..5c1adfef7 100644
--- a/stdlib/source/program/licentia/license/assurance.lux
+++ b/licentia/source/program/licentia/license/assurance.lux
@@ -15,11 +15,11 @@
" are its original creation(s) or it has sufficient rights to grant the rights to its " ($.plural _.contribution)
" conveyed by " _.license)))
-(def: #export fair-use
- (let [copyright-doctrines (: (List Text)
+(def: #export fair_use
+ (let [copyright_doctrines (: (List Text)
(list "fair use"
"fair dealing"
"other equivalents"))]
($.sentence (format _.license
" is not intended to limit any rights " _.recipient
- " has under applicable copyright doctrines of " ($.or copyright-doctrines)))))
+ " has under applicable copyright doctrines of " ($.or copyright_doctrines)))))