diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/licentia/license.lux | 6 |
1 files changed, 3 insertions, 3 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 |