From fc704a470a6c914d7733d27ad1c1526fd9d3c994 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 14 Jul 2024 16:33:27 -0500 Subject: [PATCH] Update: Note the copyright and fix grammar mistake. The copyright is printed on the specification file but some of the pages are not displaying the copyright. Add the copyright to be more explicit. Fix a grammar mistake that I noticed. --- fll/specifications.html | 6 ++++++ fll/specifications/other/time.html | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fll/specifications.html b/fll/specifications.html index 6f03c27..3c0f2f3 100644 --- a/fll/specifications.html +++ b/fll/specifications.html @@ -380,6 +380,9 @@ Object_2 This is multiple\" Contents and the trailing quote does not need to be The version date of this specification is 2024/06/11.

+ The license (copyright) is Open Standard License 1.0 or greater. +

+

IKI is a minimally structured WIKI-like syntax meant to be simpler than WIKI syntax.

@@ -507,6 +510,9 @@ Contents (also called variable value) would be:

+

+ Unless otherwise specified, these have a license (copyright) of Open Standard License 1.0 or greater. +

diff --git a/fll/specifications/other/time.html b/fll/specifications/other/time.html index 50c16ff..479b2e8 100644 --- a/fll/specifications/other/time.html +++ b/fll/specifications/other/time.html @@ -85,6 +85,9 @@ The version date of this specification is 2023/12/16.

+ The license (copyright) is Open Standard License 1.0 or greater. +

+

There are two units of Time, the first is simply called Time and the second is called EpochTime.

@@ -98,7 +101,7 @@ This is simply not expected to be interpreted as a unit of time on a computer (but nothing stops it from being interpreted).

- The technical forms are limit to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that. + The technical forms are limited to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that. The systems should expect 64-bit and larger bits would have to become common before something larger than 64-bit is the expected or assumed default. Negative signs can be allowed but they must not prevent the full use of the 64-bit. The implementation of how this is done is left to the implementer except that the signs are immediately to the left of the digit. -- 1.8.3.1