From 922dbf72de013f33e6a18c3ae86b9609133aa28c Mon Sep 17 00:00:00 2001 From: Graham Nelson Date: Thu, 28 Apr 2022 15:49:28 +0100 Subject: [PATCH] Licence date added --- README.md | 7 +++++-- build.txt | 4 ++-- scripts/inweb.rmscript | 5 ++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 507a082..c3136f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Inweb 7 -v7-alpha.1+1A95 'Escape to Danger' (26 April 2022) +v7-alpha.1+1A96 'Escape to Danger' (28 April 2022) ## About Inweb @@ -29,7 +29,8 @@ as static HTML files stored in "docs". Except as noted, copyright in material in this repository (the "Package") is held by Graham Nelson (the "Author"), who retains copyright so that there is a single point of reference. As from the first date of this repository -becoming public, the Package is placed under the [Artistic License 2.0](https://opensource.org/licenses/Artistic-2.0). +becoming public, 28 April 2022, the Package is placed under the +[Artistic License 2.0](https://opensource.org/licenses/Artistic-2.0). This is a highly permissive licence, used by Perl among other notable projects, recognised by the Open Source Initiative as open and by the Free Software Foundation as free in both senses. @@ -56,6 +57,8 @@ though only because its build settings are currently missing from the inweb distribution. The older macos32 platform won't build with the MacOS SDK from 10.14 onwards, and in any case 32-bit executables won't run from 10.15 onwards: so use the default macos unless you need to build for an old version of MacOS. +(Settings for making Apple Silicon and universal binaries on MacOS will follow, +but are not yet ready.) * "bash inweb/scripts/first.sh linux" * "bash inweb/scripts/first.sh macos" * "bash inweb/scripts/first.sh macos32" diff --git a/build.txt b/build.txt index 0a46481..5e345d7 100644 --- a/build.txt +++ b/build.txt @@ -1,3 +1,3 @@ Prerelease: alpha.1 -Build Date: 26 April 2022 -Build Number: 1A95 +Build Date: 28 April 2022 +Build Number: 1A96 diff --git a/scripts/inweb.rmscript b/scripts/inweb.rmscript index 2d9e50b..a409795 100644 --- a/scripts/inweb.rmscript +++ b/scripts/inweb.rmscript @@ -33,7 +33,8 @@ as static HTML files stored in "docs". Except as noted, copyright in material in this repository (the "Package") is held by Graham Nelson (the "Author"), who retains copyright so that there is a single point of reference. As from the first date of this repository -becoming public, the Package is placed under the [Artistic License 2.0](https://opensource.org/licenses/Artistic-2.0). +becoming public, 28 April 2022, the Package is placed under the +[Artistic License 2.0](https://opensource.org/licenses/Artistic-2.0). This is a highly permissive licence, used by Perl among other notable projects, recognised by the Open Source Initiative as open and by the Free Software Foundation as free in both senses. @@ -60,6 +61,8 @@ though only because its build settings are currently missing from the inweb distribution. The older macos32 platform won't build with the MacOS SDK from 10.14 onwards, and in any case 32-bit executables won't run from 10.15 onwards: so use the default macos unless you need to build for an old version of MacOS. +(Settings for making Apple Silicon and universal binaries on MacOS will follow, +but are not yet ready.) * "bash inweb/scripts/first.sh linux" * "bash inweb/scripts/first.sh macos" * "bash inweb/scripts/first.sh macos32"