diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-10-21 03:13:10 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-10-21 03:13:10 -0500 |
commit | b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6 (patch) | |
tree | 19798f06fd4a7826151aa0c8858472c89a8ed377 | |
parent | f0de9c6f13eeb2e20506aae0a315daabfaf2e956 (diff) | |
download | gcompat-b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6.tar.gz gcompat-b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6.tar.bz2 gcompat-b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6.tar.xz gcompat-b7bfe0b08c52fdc72e0c1d9d4dcb2129f1642bd6.zip |
Update documentation for 1.1 release1.1.0
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | CONTRIBUTING.rst | 8 | ||||
-rw-r--r-- | LICENSE | 12 | ||||
-rw-r--r-- | README.rst | 15 |
4 files changed, 19 insertions, 20 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de625b0..33d8b4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,10 +5,10 @@ * **A. Wilcox**, documentation writer * **Contributors**, code :Copyright: - © 2016-2020 Adélie Software and contributors. NCSA open source license. + © 2016-2022 Adélie Linux and contributors. NCSA open source license. -1.1 (202?-??-??) +1.1 (202?-10-21) ================ For detailed contributor information, see the gcompat Git repository. diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c15df27..4c72cec 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,7 +4,7 @@ :Author: * **A. Wilcox**, documentation writer :Copyright: - © 2016-2018 Adélie Linux and contributors. NCSA open source licence. + © 2016-2022 Adélie Linux and contributors. NCSA open source licence. @@ -86,7 +86,7 @@ GitLab Pull Requests #. Review your changes to ensure they are correct, and then submit the form. -.. GitLab_: https://code.foxkit.us/ +.. GitLab_: https://git.adelielinux.org/ Mailing List @@ -110,5 +110,5 @@ Mailing List if you have made three commits, you will use the command ``git format-patch HEAD^^^``. -#. Email the resulting patch to the gcompat@lists.adelielinux.org mailing - list, or use ``git send-email``. +#. Email the resulting patch to the gcompat mailing list, or use + ``git send-email``. @@ -1,8 +1,8 @@ -Copyright (c) 2016-2020 Adélie Software and its contributors. +Copyright (c) 2016-2022 Adélie Linux and its contributors. All rights reserved. -Developed by: Adélie Software in the Public Benefit, Inc. - and its contributors +Developed by: Wilcox Technologies Inc., A. Wilcox, + Ariadne Conill, and contributors https://www.adelielinux.org/ Permission is hereby granted, free of charge, to any person obtaining @@ -20,9 +20,9 @@ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution. -Neither the names of Adélie Software, Adélie Linux, nor the names of its -contributors, may be used to endorse or promote products derived from -this Software without specific prior written permission. +Neither the names of Adélie Linux nor the names of its contributors may +be used to endorse or promote products derived from this Software +without specific prior written permission. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF @@ -3,12 +3,11 @@ ==================== :Authors: * **A. Wilcox**, initial concept, maintainer, lead developer - * **Adélie Software and its contributors**, development + * **Adélie Linux and its contributors**, development :Status: Production :Copyright: - © 2020 Adélie Software in the Public Benefit, Inc. and its contributors. - NCSA open source license. + © 2022 Adélie Linux and its contributors. NCSA open source license. .. image:: https://img.shields.io/badge/chat-on%20IRC-blue.svg @@ -227,9 +226,9 @@ gcompat is released by the Adélie Linux project in the hopes that it is useful to the community. Current issues may be found at our BTS_; you may also `submit an issue`_ there. -For general discussion, questions, or to submit a patch, please use the -`gcompat mailing list`_. +For general discussion, questions, or to submit a patch, please use the gcompat +mailing list, hosted on `WTI Lists`_. -.. _BTS: https://bts.adelielinux.org/buglist.cgi?product=gcompat&resolution=--- -.. _`submit an issue`: https://bts.adelielinux.org/enter_bug.cgi?product=gcompat -.. _`gcompat mailing list`: https://lists.adelielinux.org/postorius/lists/gcompat.lists.adelielinux.org/ +.. _BTS: https://git.adelielinux.org/adelie/gcompat/-/issues +.. _`submit an issue`: https://git.adelielinux.org/adelie/gcompat/-/issues/new +.. _`WTI Lists`: https://lists.wilcox-tech.com/ |