aboutsummaryrefslogtreecommitdiff
path: root/licentia/source/program/licentia/license/liability.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--licentia/source/program/licentia/license/liability.lux18
1 files changed, 9 insertions, 9 deletions
diff --git a/licentia/source/program/licentia/license/liability.lux b/licentia/source/program/licentia/license/liability.lux
index 1ad88c43d..b4c410444 100644
--- a/licentia/source/program/licentia/license/liability.lux
+++ b/licentia/source/program/licentia/license/liability.lux
@@ -30,7 +30,7 @@
(def: #export warranty
(let [on_basics (let [applicability_escape "Unless required by applicable law or agreed to in writing"
work_provisioning (format _.licensor
- " provides " _.work
+ " provides " _.licensed_work
", and each " _.contributor
" provides its " ($.plural _.contribution))]
(format applicability_escape ", "
@@ -38,18 +38,18 @@
" under " _.license
" on an " ($.quote "as is")
" basis, without warranty or condition of any kind, either " ($.or warranty_communications)
- " including, without limitation, any warranties or conditions that " _.work
+ " including, without limitation, any warranties or conditions that " _.licensed_work
" is " ($.or work_disclamers)))
on_distribution (format _.recipient
- " is solely responsible for determining the appropriateness of using or redistributing " _.work)
- on_risk (format "The entire risk as to the quality and performance of " _.work
+ " is solely responsible for determining the appropriateness of using or redistributing " _.licensed_work)
+ on_risk (format "The entire risk as to the quality and performance of " _.licensed_work
" is with " _.recipient)
- on_fixes (format "Should " _.work
+ on_fixes (format "Should " _.licensed_work
" prove defective in any respect, " _.recipient
", not any " _.contributor
", assumes the cost of any necessary " ($.or fixes))
on_importance (format "This disclaimer of warranty constitutes an essential part of "_.license)
- on_authorization (format "No use of "_.work
+ on_authorization (format "No use of "_.licensed_work
" is authorized under " _.license
" except under this disclaimer")]
($.paragraph (list on_basics
@@ -108,7 +108,7 @@
(format "rights consistent with " _.license)))
(def: #export can_accept
- (let [on_acceptance_of_liability (let [condition (format "While redistributing " _.work " or " ($.plural _.extension) " thereof")
+ (let [on_acceptance_of_liability (let [condition (format "While redistributing " _.licensed_work " or " ($.plural _.extension) " thereof")
right (format _.recipient " may choose to offer, and charge a fee for, acceptance of " ($.and/or ..liability_obligations))]
(format condition ", " right))
on_responsibility (let [but "However, in accepting such obligations"
@@ -146,11 +146,11 @@
"personal injury"
"severe physical damage"
"environmental damage"))
- disclaim (format _.work " is not fault tolerant"
+ disclaim (format _.licensed_work " is not fault tolerant"
", and is not " ($.or intentions)
" as on-line control equipment in hazardous environments requiring fail-safe performance")
examples (format "such as in the operation of " ($.or hazardous_environments))
- further (format "in which the failure of " _.work " could lead directly to " ($.or consequences))]
+ further (format "in which the failure of " _.licensed_work " could lead directly to " ($.or consequences))]
(format disclaim ", " examples ", " further))
on_contributors (let [claim "any express or implied warranty of fitness for high risk activities"]
(format _.licensor