aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/spine.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-04-04 21:57:11 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-04-08 19:46:35 -0400
commit5588bc15c6df5eb225c315ed82e2a8239ef26d36 (patch)
treee6cdd554aa7ae86ee3db233452516518c01cde89 /org/spine.org
parentfix issues raised by dmd2.095.1 ldc2 1.25.0 (diff)
headers: copyright, license, year; also https
Diffstat (limited to 'org/spine.org')
-rw-r--r--org/spine.org23
1 files changed, 11 insertions, 12 deletions
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"
+/
<<imports_spine>>
<<mixin_spine_version>>
@@ -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";