Added Licensing information and headers
authorRuben Rodriguez <ruben@gnu.org>
Tue, 13 Dec 2022 18:22:34 +0000 (19:22 +0100)
committerRuben Rodriguez <ruben@gnu.org>
Tue, 13 Dec 2022 18:22:34 +0000 (19:22 +0100)
README [deleted file]
README.md [new file with mode: 0644]
content/2018.md
output/author/free-software-foundation.html
output/fy2018.html
output/index.html
plugins/comment.py
plugins/matplotlib.py
theme/templates/partials/body-footer.html

diff --git a/README b/README
deleted file mode 100644 (file)
index 89b7e6f..0000000
--- a/README
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#Installation (using python-pip + virtualenv)
-
-virtualenv ~/virtualenvs/pelican
-cd ~/virtualenvs/pelican
-source bin/activate
-
-python -m pip install pelican[markdown]
-python -m pip install pelican-liquid-tags
-python -m pip install pelican-image-process
-
-Requires font droid sans for svg generation
-
-Theme based on pelican-b-side
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..34feec4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,60 @@
+
+# Installation (using python-pip + virtualenv)
+
+    virtualenv ~/virtualenvs/pelican
+    cd ~/virtualenvs/pelican
+    source bin/activate
+
+    python -m pip install pelican[markdown]
+    python -m pip install pelican-liquid-tags
+    python -m pip install pelican-image-process
+
+Requires font droid sans for svg generation
+
+# License information
+
+/theme/
+
+  Theme based on pelican-b-side
+  
+  Copyright (c) 2020 jhauh
+  Copyright (c) 2022 Free Software Foundation, Inc.
+  
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in all
+  copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+  SOFTWARE.
+
+/content/, /output/
+
+  Copyright (c) 2022 Free Software Foundation, Inc.
+  This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
+  International license (https://creativecommons.org/licenses/by-sa/4.0/)
+
+/plugins/, and Pelican generated files
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU Affero General Public License as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
+  
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU Affero General Public License for more details.
+  
+  You should have received a copy of the GNU Affero General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
index 7043caa777a8b6ea58c81bccfe92b7549e2143ac..6d6ce8db6f44ec6a4c90e1062cbf0495a18d6079 100644 (file)
@@ -3,6 +3,16 @@ Summary: Highlighting activities and detailed financials for Fiscal Year 2018
 Date: 2018-12-05 10:20
 Slug: fy2018
 
+{% comment {
+
+  Copyright (c) 2022 Free Software Foundation, Inc.
+
+  This work is licensed under the Creative Commons Attribution-ShareAlike 4.0
+  International license (https://creativecommons.org/licenses/by-sa/4.0/)
+
+}%}
+
+
 
 <div class="grid">
  <div class="column">
index bed1ccb72d0bf34f64cdaeae961d1248df774bc7..16219ea54a606fd07df189a4ac509bee0ee3eec6 100644 (file)
@@ -33,7 +33,7 @@
 </section>
 <footer class="bside-footer">
 <div>
-    Copyright ©  2018  Free Software Foundation
+    Copyright ©  2018  Free Software Foundation, Inc. This work is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International license</a> (CC BY-SA 4.0).
   </div>
 </footer>
 </body>
index c135655cc01a067547e8e59a899e09ef7c75bb3e..5f9e17866951bb84560288ae77ed9a7cc3ca67fd 100644 (file)
 </article>
 <footer class="bside-footer">
 <div>
-    Copyright ©  2018  Free Software Foundation
+    Copyright ©  2018  Free Software Foundation, Inc. This work is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International license</a> (CC BY-SA 4.0).
   </div>
 </footer>
 </body>
index 38c66cc94d2392ea7f2463841bd6d161e1f26291..f04b7cd33a8b8e673f59e87de342f280b375b82d 100644 (file)
@@ -33,7 +33,7 @@
 </section>
 <footer class="bside-footer">
 <div>
-    Copyright ©  2018  Free Software Foundation
+    Copyright ©  2018  Free Software Foundation, Inc. This work is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International license</a> (CC BY-SA 4.0).
   </div>
 </footer>
 </body>
index 567b11a8b10c44c9410700299cde2269c0e35c25..3e5d56e2485b512f1164848138620382ed5b61ac 100644 (file)
@@ -1,3 +1,20 @@
+'''
+  Copyright (c) 2022 Free Software Foundation, Inc.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU Affero General Public License as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU Affero General Public License for more details.
+
+  You should have received a copy of the GNU Affero General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+'''
+
 from json import loads
 import re
 
index ffa36539b2bc2a711fc111dceb3f9ca21b814afe..c929164076fe6cfde6065b3c0dd867cb53e6fada 100644 (file)
@@ -1,3 +1,24 @@
+'''
+  Based on liquid-tags pygalcharts.py
+
+  Copyright (c) 2016-2022 Pelican Dev Team <authors@getpelican.com>
+  Copyright (c) 2022 Free Software Foundation, Inc.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU Affero General Public License as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU Affero General Public License for more details.
+
+  You should have received a copy of the GNU Affero General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+'''
+
+
 """
 matplotlib pie Tag
 ---------
index c9c8eacfd0ebba36c3113e4011b9d1fbcb4784ac..7bf289b84c779f37fbcc33940c1fa241eba2ddd2 100644 (file)
@@ -3,7 +3,7 @@
     {% set years = dates|groupby('date.year')|sort(reverse=False) %}
     {% set sinceYear = years|first|first|default('2014') %}
     {% set toYear = years|last|first|default('2014') %}
-    Copyright &copy; {% if sinceYear == toYear %} {{ sinceYear }} {% else %} {{ sinceYear }}&ndash;{{ toYear }} {% endif%} {{ AUTHOR }}
+    Copyright &copy; {% if sinceYear == toYear %} {{ sinceYear }} {% else %} {{ sinceYear }}&ndash;{{ toYear }} {% endif%} Free Software Foundation, Inc. This work is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International license</a> (CC BY-SA 4.0).
   </div>
 </footer>