]> Kevux Git Server - kevux.org-website/commitdiff
Update: Note the copyright and fix grammar mistake.
authorKevin Day <Kevin@kevux.org>
Sun, 14 Jul 2024 21:33:27 +0000 (16:33 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 14 Jul 2024 21:33:27 +0000 (16:33 -0500)
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
fll/specifications/other/time.html

index 6f03c278d824152c111a22baf48f6d48e35a3a49..3c0f2f3d3f67049b53be23e31686f75522a1a947 100644 (file)
@@ -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 <code class="code">2024/06/11</code>.
               </p>
               <p class="p">
+                The license (copyright) is <a href="licenses/oslv1.html" class="link">Open Standard License 1.0 or greater</a>.
+              </p>
+              <p class="p">
                 IKI is a minimally structured WIKI-like syntax meant to be simpler than WIKI syntax.
               </p>
               <p class="p">
@@ -507,6 +510,9 @@ Contents (also called variable value) would be:
               <ul>
                 <li><a href="fll/specifications/other/time.html" class="link">Time and EpochTime</a></li>
               </ul>
+              <p class="p">
+                Unless otherwise specified, these have a license (copyright) of <a href="licenses/oslv1.html" class="link">Open Standard License 1.0 or greater</a>.
+              </p>
             </div>
           </section>
 
index 50c16ffb151790befdb36c45d7752234fb062a86..479b2e8bdfaf1d6244e302d73b9fb69f6dbf8367 100644 (file)
@@ -85,6 +85,9 @@
                 The version date of this specification is <code class="code">2023/12/16</code>.
               </p>
               <p class="p">
+                The license (copyright) is <a href="licenses/oslv1.html" class="link">Open Standard License 1.0 or greater</a>.
+              </p>
+              <p class="p">
                 There are two units of <strong class="strong">Time</strong>, the first is simply called <strong class="strong">Time</strong> and the second is called <strong class="strong">EpochTime</strong>.
               </p>
               <p class="p">
                 This is simply not expected to be interpreted as a unit of time on a computer (but nothing stops it from being interpreted).
               </p>
               <p class="p">
-                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.