diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-18 11:36:17 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-19 14:43:34 -0400 | 
| commit | 9633dd413791c23572820ab50a1adab4ed8b2171 (patch) | |
| tree | 959decdc5d1e7d02f6233416e2415c456add27e4 /src | |
| parent | build nix derivation (using dub2nix helper tool) (diff) | |
spine info update
Diffstat (limited to 'src')
| -rw-r--r-- | src/COPYRIGHT | 111 | ||||
| -rw-r--r-- | src/doc_reform/COPYRIGHT | 111 | 
2 files changed, 218 insertions, 4 deletions
| diff --git a/src/COPYRIGHT b/src/COPYRIGHT index 05e171f..e6bc060 100644 --- a/src/COPYRIGHT +++ b/src/COPYRIGHT @@ -7,7 +7,7 @@    - Copyright: (C) 2015 - 2020 Ralph Amissah -  - code under src/ & org/ +  - code under src/* src/doc_reform/*      - License: AGPL 3 or later:        Spine, Doc Reform (SiSU), a framework for document structuring, publishing and @@ -43,7 +43,114 @@    - Hompages:      [http://www.sisudoc.org] -  - Spine, Doc Reform (SiSU) markup samples    Individual document content Copyright (Author) [as stated in document header]    Individual document content License (Author) [as stated in document header] + +- Dependencies [check dub.json or dub.sdl] + +  - Name: d2sqlite3 +    - Description: +      This is a small wrapper around SQLite for the D programming language. + +    - Author: +      [Nicolas Sicard] +      [https://github.com/dlang-community/d2sqlite3/graphs/contributors] + +    - Copyright: (C) 2011-2018, Nicolas Sicard + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/dlang-community/d2sqlite3] +      [https://code.dlang.org/packages/d2sqlite3] + +  - Name: dyaml +    - Description: +      D:YAML is an open source YAML parser and emitter library for the D programming language. + +    - Author: +      [Ferdinand Majerech] + +    - Copyright: (C) 2011-2018, Ferdinand Majerech + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/dlang-community/D-YAML] +      [https://code.dlang.org/packages/dyaml] + +  - Name: imageformats +    - Description: + +    - Author: +      [Tero Hänninen] + +    - Copyright: (C) Tero Hänninen + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/lgvz/imageformats] +      [https://code.dlang.org/packages/imageformats] + +  - Name: tinyendian (dyaml dependency) +    - Description: +      TinyEndian is a minimal endianness library for the D programming language. + +    - Author: +      [Ferdinand Majerech] + +    - Copyright: (C) 2014 Ferdinand Majerech + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/dlang-community/tinyendian] +      [http://code.dlang.org/packages/tinyendian] + +- Name: cgi.d +  - Description: + +  - Author: +    [Adam D. Ruppe] + +  - Copyright: (C) 2008 - 2020 Adam D. Ruppe + +  - code: cgi.d (copy in ./misc/ext_lib/src/arsd/) +    aria2c https://raw.githubusercontent.com/adamdruppe/arsd/master/cgi.d + +    - License: BSL-1.0 +      Boost Software License 1.0 +      [http://www.boost.org/LICENSE_1_0.txt] +      (Check the bottom of the file for details) + +  - Hompages: +    [https://github.com/adamdruppe/arsd] + + +- Name: dub2nix +  - Description: + +  - Author: +    [Lionello Lunesu] + +  - Copyright: (C) 2019 Lionello Lunesu + +  - code: mkDub.nix (modified as needed) +    - License: MIT License + +  - Hompages: +    [https://github.com/lionello/dub2nix] diff --git a/src/doc_reform/COPYRIGHT b/src/doc_reform/COPYRIGHT index 05e171f..e6bc060 100644 --- a/src/doc_reform/COPYRIGHT +++ b/src/doc_reform/COPYRIGHT @@ -7,7 +7,7 @@    - Copyright: (C) 2015 - 2020 Ralph Amissah -  - code under src/ & org/ +  - code under src/* src/doc_reform/*      - License: AGPL 3 or later:        Spine, Doc Reform (SiSU), a framework for document structuring, publishing and @@ -43,7 +43,114 @@    - Hompages:      [http://www.sisudoc.org] -  - Spine, Doc Reform (SiSU) markup samples    Individual document content Copyright (Author) [as stated in document header]    Individual document content License (Author) [as stated in document header] + +- Dependencies [check dub.json or dub.sdl] + +  - Name: d2sqlite3 +    - Description: +      This is a small wrapper around SQLite for the D programming language. + +    - Author: +      [Nicolas Sicard] +      [https://github.com/dlang-community/d2sqlite3/graphs/contributors] + +    - Copyright: (C) 2011-2018, Nicolas Sicard + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/dlang-community/d2sqlite3] +      [https://code.dlang.org/packages/d2sqlite3] + +  - Name: dyaml +    - Description: +      D:YAML is an open source YAML parser and emitter library for the D programming language. + +    - Author: +      [Ferdinand Majerech] + +    - Copyright: (C) 2011-2018, Ferdinand Majerech + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/dlang-community/D-YAML] +      [https://code.dlang.org/packages/dyaml] + +  - Name: imageformats +    - Description: + +    - Author: +      [Tero Hänninen] + +    - Copyright: (C) Tero Hänninen + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/lgvz/imageformats] +      [https://code.dlang.org/packages/imageformats] + +  - Name: tinyendian (dyaml dependency) +    - Description: +      TinyEndian is a minimal endianness library for the D programming language. + +    - Author: +      [Ferdinand Majerech] + +    - Copyright: (C) 2014 Ferdinand Majerech + +    - code: +      - License: BSL-1.0 +        Boost Software License 1.0 +        [http://www.boost.org/LICENSE_1_0.txt] + +    - Hompages: +      [https://github.com/dlang-community/tinyendian] +      [http://code.dlang.org/packages/tinyendian] + +- Name: cgi.d +  - Description: + +  - Author: +    [Adam D. Ruppe] + +  - Copyright: (C) 2008 - 2020 Adam D. Ruppe + +  - code: cgi.d (copy in ./misc/ext_lib/src/arsd/) +    aria2c https://raw.githubusercontent.com/adamdruppe/arsd/master/cgi.d + +    - License: BSL-1.0 +      Boost Software License 1.0 +      [http://www.boost.org/LICENSE_1_0.txt] +      (Check the bottom of the file for details) + +  - Hompages: +    [https://github.com/adamdruppe/arsd] + + +- Name: dub2nix +  - Description: + +  - Author: +    [Lionello Lunesu] + +  - Copyright: (C) 2019 Lionello Lunesu + +  - code: mkDub.nix (modified as needed) +    - License: MIT License + +  - Hompages: +    [https://github.com/lionello/dub2nix] | 
