aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/licentia
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/licentia')
-rw-r--r--stdlib/source/program/licentia/license.lux6
-rw-r--r--stdlib/source/program/licentia/license/notice.lux6
2 files changed, 6 insertions, 6 deletions
diff --git a/stdlib/source/program/licentia/license.lux b/stdlib/source/program/licentia/license.lux
index c77718ce7..375ed8c12 100644
--- a/stdlib/source/program/licentia/license.lux
+++ b/stdlib/source/program/licentia/license.lux
@@ -1,8 +1,8 @@
(.module:
[lux #*]
- [/
- ["/." copyright]
- [time (#+ Days Months Period)]])
+ ["." / #_
+ [time (#+ Days Months Period)]
+ ["#." copyright]])
(type: #export Identification
{#name Text
diff --git a/stdlib/source/program/licentia/license/notice.lux b/stdlib/source/program/licentia/license/notice.lux
index b16dfbc9e..b1cf5658e 100644
--- a/stdlib/source/program/licentia/license/notice.lux
+++ b/stdlib/source/program/licentia/license/notice.lux
@@ -5,9 +5,9 @@
format]
[collection
["." list ("#/." functor)]]]]
- [//
- ["//." time]
- ["//." copyright]
+ ["." // #_
+ ["#." time]
+ ["#." copyright]
["_" term]
[//
["$" document]]])