diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-04 21:57:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-08 19:46:35 -0400 |
commit | 5588bc15c6df5eb225c315ed82e2a8239ef26d36 (patch) | |
tree | e6cdd554aa7ae86ee3db233452516518c01cde89 /src/doc_reform/spine.d | |
parent | fix issues raised by dmd2.095.1 ldc2 1.25.0 (diff) |
headers: copyright, license, year; also https
Diffstat (limited to 'src/doc_reform/spine.d')
-rwxr-xr-x | src/doc_reform/spine.d | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d index cbd7b0e..b62af46 100755 --- a/src/doc_reform/spine.d +++ b/src/doc_reform/spine.d @@ -7,7 +7,7 @@ - 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: @@ -28,12 +28,12 @@ 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 @@ -42,19 +42,18 @@ - 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] +/ 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" +/ import std.algorithm, |