From d2d3574c4a97763a6f43f0d8e71709ca1887f750 Mon Sep 17 00:00:00 2001
From: Kevin Day <thekevinday@gmail.com>
Date: Sun, 15 May 2022 11:16:05 -0500
Subject: [PATCH] Bugfix: Use correct copyright date.

I noticed that I used the wrong year for the first copyright reference by accident.
I reviewed the original commit in the Sourceforge repository and the date is 2007/03/07.
That means the copyright is 2007 rather than 2011.
This is when the FLL project and its specifications were drafted and first committed to a source code repository.
---
 licenses.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/licenses.html b/licenses.html
index 8394dfb..9b75b3f 100644
--- a/licenses.html
+++ b/licenses.html
@@ -122,12 +122,12 @@
             </header>
             <div class="article-content">
               <p>
-                The <abbr title="Featureless Linux Library">FLL</abbr> source code is © 2011-2022 Kevin Day under the <abbr title="GNU Lesser General Public License version 2.1 or greater">LGPLv2.1+</abbr> license.
+                The <abbr title="Featureless Linux Library">FLL</abbr> source code is © 2007-2022 Kevin Day under the <abbr title="GNU Lesser General Public License version 2.1 or greater">LGPLv2.1+</abbr> license.
               </p>
               <p>
-                The <abbr title="Featureless Linux Library">FLL</abbr> standards and specifications are © 2011-2022 Kevin Day under the <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr>. The <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr> is under active development and may be of a lesser version, such as 0.5. For simplicity, these are being referred to as 1.0 as the goal and intent of the license grant is for version 1 or greater. Therefore any version less than 1 is implicitly assumed to be of version 1 or greater.
+                The <abbr title="Featureless Linux Library">FLL</abbr> standards and specifications are © 2007-2022 Kevin Day under the <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr>. The <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr> is under active development and may be of a lesser version, such as 0.5. For simplicity, these are being referred to as 1.0 as the goal and intent of the license grant is for version 1 or greater. Therefore any version less than 1 is implicitly assumed to be of version 1 or greater.
               <p>
-                Documentation contained within the <abbr title="Featureless Linux Library">FLL</abbr> that is not under a specification license is © 2011-2022 Kevin Day under the <abbr title="Creative Commons Attribution Share Alike 4.0 International">CC By SA 4.0</abbr>.
+                Documentation contained within the <abbr title="Featureless Linux Library">FLL</abbr> that is not under a specification license is © 2007-2022 Kevin Day under the <abbr title="Creative Commons Attribution Share Alike 4.0 International">CC By SA 4.0</abbr>.
               </p>
             </div>
           </article>
@@ -138,7 +138,7 @@
             </header>
             <div class="article-content">
               <p>
-                All of the projects listed on the Projects pages are either part of the <abbr title="Featureless Linux Library">FLL</abbr> or are based on the <abbr title="Featureless Linux Library">FLL</abbr>. As a result they are © 2011-2022 Kevin Day under the <abbr title="GNU Lesser General Public License version 2.1 or greater">LGPLv2.1+</abbr>.
+                All of the projects listed on the Projects pages are either part of the <abbr title="Featureless Linux Library">FLL</abbr> or are based on the <abbr title="Featureless Linux Library">FLL</abbr>. As a result they are © 2007-2022 Kevin Day under the <abbr title="GNU Lesser General Public License version 2.1 or greater">LGPLv2.1+</abbr>.
               </p>
             </div>
           </article>
@@ -149,10 +149,10 @@
             </header>
             <div class="article-content">
               <p>
-                Documentation that is used to described specifications (included Application Programming Interfaces) are © 2011-2022 Kevin Day under the <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr>.
+                Documentation that is used to described specifications (included Application Programming Interfaces) are © 2007-2022 Kevin Day under the <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr>.
               </p>
               <p>
-                ALl remaining documentation that does not fall under the <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr> are © 2011-2022 Kevin Day under the <abbr title="Creative Commons Attribution Share Alike 4.0 International">CC By SA 4.0</abbr>.
+                ALl remaining documentation that does not fall under the <abbr title="Open Standard License version 1 or greater">OSLv1+</abbr> are © 2007-2022 Kevin Day under the <abbr title="Creative Commons Attribution Share Alike 4.0 International">CC By SA 4.0</abbr>.
               </p>
             </div>
           </article>
-- 
1.8.3.1