diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-23 21:36:52 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-23 21:36:52 -0500 |
commit | a1b1a5ca1ceac173bede74801a2f3aef2d46d618 (patch) | |
tree | 391b043d8a271ee885621a61856977e147447936 | |
parent | 2d02f3d01138f392e4d3483bef871b7bee893489 (diff) | |
download | horizon-a1b1a5ca1ceac173bede74801a2f3aef2d46d618.tar.gz horizon-a1b1a5ca1ceac173bede74801a2f3aef2d46d618.tar.bz2 horizon-a1b1a5ca1ceac173bede74801a2f3aef2d46d618.tar.xz horizon-a1b1a5ca1ceac173bede74801a2f3aef2d46d618.zip |
More documentation
-rw-r--r-- | LICENSE | 5 | ||||
-rw-r--r-- | README.rst | 41 |
2 files changed, 46 insertions, 0 deletions
@@ -0,0 +1,5 @@ +See LICENSE-code for the terms of the NCSA license, which the source code +in this repository is licensed under. + +See LICENSE-doc for the terms of the CC BY-NC-SA 4.0 license, which the +development documentation in this repository is licensed under. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..f9f6fd4 --- /dev/null +++ b/README.rst @@ -0,0 +1,41 @@ +============================ + README for Project Horizon +============================ +:Authors: + * **A. Wilcox**, principal author, project manager + * **Laurent Bercot**, design and requirements + * **Ariadne Conill**, design and requirements + * **Elizabeth Myers**, former project champion + * **Zach van Rijn**, design and requirements + * **Alyx Wolcott**, analyst assistant +:Status: + Requirements Phase +:Copyright: + © 2015-2019 Adélie Linux. + Code: NCSA license. + Documentation: CC BY-NC-SA open source license. + + + +Introduction +============ + +This repository contains the development documentation, script specification, +back-end source code, and front-end source code for Project Horizon. + + +License +``````` +Development documentation documentation is licensed under a +Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. + +You should have received a copy of the license along with this +work. If not, see <http://creativecommons.org/licenses/by-nc-sa/4.0/>. + +Code is licensed under the Adélie-standard NCSA license. + + +Changes +``````` +Any changes to this repository must be reviewed before being pushed to the +master branch. |