From 464b6e8f5e6c62f58fa8c7ff61ab2ad215e98bd1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 9 Aug 2021 23:02:01 -0400 Subject: Improved single-line comment syntax (from "##" to "..."). --- licentia/project.lux | 8 ++++---- licentia/source/program/licentia.lux | 24 +++++++++++----------- licentia/source/program/licentia/document.lux | 2 +- .../source/program/licentia/license/addendum.lux | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) (limited to 'licentia') diff --git a/licentia/project.lux b/licentia/project.lux index 6c31af881..9e25516a4 100644 --- a/licentia/project.lux +++ b/licentia/project.lux @@ -9,10 +9,10 @@ #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "jar"]] #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"] - ## #compiler ["com.github.luxlang" "lux-js" "0.6.0-SNAPSHOT" "js"] - ## #compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"] - ## #compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"] - ## #compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"] + ... #compiler ["com.github.luxlang" "lux-js" "0.6.0-SNAPSHOT" "js"] + ... #compiler ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT" "jar"] + ... #compiler ["com.github.luxlang" "lux-lua" "0.6.0-SNAPSHOT" "jar"] + ... #compiler ["com.github.luxlang" "lux-ruby" "0.6.0-SNAPSHOT" "jar"] #program "program/licentia" #test "test/licentia"} diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 523a0a55c..69080caba 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -1,15 +1,15 @@ -## The licenses produced by this program are inspired by: -## Apache License (Version 2.0): https://www.apache.org/licenses/LICENSE-2.0 -## Mozilla Public License (Version 2.0): https://www.mozilla.org/en-US/MPL/2.0/ -## MIT/Expat License: https://opensource.org/licenses/MIT -## BSD licenses: https://en.wikipedia.org/wiki/BSD_licenses -## Commons Clause: https://commonsclause.com/ -## Reciprocal Public License 1.5 (RPL-1.5): https://opensource.org/licenses/RPL-1.5 -## The Parity Public License: https://licensezero.com/licenses/parity -## The Charity Public License: https://licensezero.com/licenses/charity -## Lerna black-list: https://github.com/lerna/lerna/pull/1616 -## Common Public Attribution License Version 1.0 (CPAL-1.0): https://opensource.org/licenses/CPAL-1.0 -## Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-2.0/ +... The licenses produced by this program are inspired by: +... Apache License (Version 2.0): https://www.apache.org/licenses/LICENSE-2.0 +... Mozilla Public License (Version 2.0): https://www.mozilla.org/en-US/MPL/2.0/ +... MIT/Expat License: https://opensource.org/licenses/MIT +... BSD licenses: https://en.wikipedia.org/wiki/BSD_licenses +... Commons Clause: https://commonsclause.com/ +... Reciprocal Public License 1.5 (RPL-1.5): https://opensource.org/licenses/RPL-1.5 +... The Parity Public License: https://licensezero.com/licenses/parity +... The Charity Public License: https://licensezero.com/licenses/charity +... Lerna black-list: https://github.com/lerna/lerna/pull/1616 +... Common Public Attribution License Version 1.0 (CPAL-1.0): https://opensource.org/licenses/CPAL-1.0 +... Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-2.0/ (.module: [library diff --git a/licentia/source/program/licentia/document.lux b/licentia/source/program/licentia/document.lux index f09b8f5f5..94348f030 100644 --- a/licentia/source/program/licentia/document.lux +++ b/licentia/source/program/licentia/document.lux @@ -31,7 +31,7 @@ (template [ ] [(def: .public (-> (List Text) Text) - ## https://en.wikipedia.org/wiki/Serial_comma + ... https://en.wikipedia.org/wiki/Serial_comma (text.join_with (format ", " " ")))] [or "or"] diff --git a/licentia/source/program/licentia/license/addendum.lux b/licentia/source/program/licentia/license/addendum.lux index 5cde5a412..256b516cc 100644 --- a/licentia/source/program/licentia/license/addendum.lux +++ b/licentia/source/program/licentia/license/addendum.lux @@ -8,7 +8,7 @@ [// ["$" document]]]) -## https://commonsclause.com/ +... https://commonsclause.com/ (def: .public 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.") -- cgit v1.2.3