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/source/program/licentia.lux | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'licentia/source/program/licentia.lux') 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 -- cgit v1.2.3