From 5588bc15c6df5eb225c315ed82e2a8239ef26d36 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 4 Apr 2021 21:57:11 -0400 Subject: headers: copyright, license, year; also https --- org/spine.org | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'org/spine.org') diff --git a/org/spine.org b/org/spine.org index 011bb39..59215b7 100644 --- a/org/spine.org +++ b/org/spine.org @@ -4,7 +4,7 @@ #+FILETAGS: :spine:hub: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2020 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 - 2021 Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t @@ -49,7 +49,7 @@ enum _ver = Version(0, 11, 3); ** compilation restrictions (supported compilers) - set compilation restrictions -http://dlang.org/spec/version.html#predefined-versions +https://dlang.org/spec/version.html#predefined-versions #+NAME: spine_compiler_restrictions #+BEGIN_SRC d @@ -89,7 +89,7 @@ module doc_reform.sisu_document_parser; /++ name "spine" description "A SiSU inspired document parser writen in D." -homepage "http://sisudoc.org" +homepage "https://sisudoc.org" +/ <> <> @@ -183,7 +183,7 @@ string program_name = "spine"; - Author: Ralph Amissah [ralph.amissah@gmail.com] - - Copyright: (C) 2015 - 2020 Ralph Amissah, All Rights + - Copyright: (C) 2015 - 2021 Ralph Amissah, All Rights Reserved. - License: AGPL 3 or later: @@ -204,12 +204,12 @@ string program_name = "spine"; more details. You should have received a copy of the GNU General Public License along with - this program. If not, see [http://www.gnu.org/licenses/]. + this program. If not, see [https://www.gnu.org/licenses/]. If you have Internet connection, the latest version of the AGPL should be available at these locations: - [http://www.fsf.org/licensing/licenses/agpl.html] - [http://www.gnu.org/licenses/agpl.html] + [https://www.fsf.org/licensing/licenses/agpl.html] + [https://www.gnu.org/licenses/agpl.html] - Spine (by Doc Reform, related to SiSU) uses standard: - docReform markup syntax @@ -218,12 +218,11 @@ string program_name = "spine"; - standard SiSU object citation numbering & system - Hompages: - [http://www.doc_reform.org] - [http://www.sisudoc.org] + [https://www.doc_reform.org] + [https://www.sisudoc.org] - Git - [http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary] - [http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/html.rb;hb=HEAD] + [https://git.sisudoc.org/projects/?p=software/spine.git;a=summary] +/ #+END_SRC @@ -1511,7 +1510,7 @@ struct DocumentMatters { ); } @safe string url_home() { - return "http://sisudoc.org"; + return "https://sisudoc.org"; } @safe string url_git() { return "https://git.sisudoc.org/software/sisu"; -- cgit v1.2.3