diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-19 21:45:55 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | 7423f48c2d85c8439181a4213ae65b2c1ed833af (patch) | |
tree | 6a2839d33f9a25987ca4cc2f912c82545d5679ed /doc/intro | |
parent | f7eb81fad69185fc19ad8e3976252a2263040b60 (diff) | |
download | ghdl-7423f48c2d85c8439181a4213ae65b2c1ed833af.tar.gz ghdl-7423f48c2d85c8439181a4213ae65b2c1ed833af.tar.bz2 ghdl-7423f48c2d85c8439181a4213ae65b2c1ed833af.zip |
Allow markdown
Last files from oldmds removed. All the content is in the new structure now. COPYING replaced with the md version.
Update NEWS.md
Diffstat (limited to 'doc/intro')
-rw-r--r-- | doc/intro/Contributing.rst | 7 | ||||
-rw-r--r-- | doc/intro/Copyrights.rst | 26 |
2 files changed, 31 insertions, 2 deletions
diff --git a/doc/intro/Contributing.rst b/doc/intro/Contributing.rst index 3c9b50862..6919d4496 100644 --- a/doc/intro/Contributing.rst +++ b/doc/intro/Contributing.rst @@ -72,4 +72,9 @@ Again, rewriting part of it is a good way to improve it. - Minimum-(non)-Working-Example (MWE) - Pull Requests (PRs) - Check Building -> GHDL -> Directory Structure] - - Beware that some commit messages can `automatically close <https://help.github.com/articles/closing-issues-via-commit-messages/>`_ PRs]
\ No newline at end of file + - Beware that some commit messages can `automatically close <https://help.github.com/articles/closing-issues-via-commit-messages/>`_ PRs] + + There is a mailing list for any questions. You can subscribe via: https://mail.gna.org/listinfo/ghdl-discuss/ + Please report bugs on https://github.com/tgingold/ghdl/issues + + If you cannot compile, please report the gcc version, GNAT version and gcc source version.
\ No newline at end of file diff --git a/doc/intro/Copyrights.rst b/doc/intro/Copyrights.rst index 3db6050c6..07c1780b3 100644 --- a/doc/intro/Copyrights.rst +++ b/doc/intro/Copyrights.rst @@ -48,4 +48,28 @@ points in distributing VHDL executable. Please, send a comment - https://www.gnu.org/licenses/old-licenses/gpl-2.0.html - Available in the following formats: plain text, Texinfo, LaTeX, standalone HTML, Docbook, Markdown, ODF, RT - - See `#280 <https://github.com/tgingold/ghdl/issues/280#issuecomment-279595802>`_
\ No newline at end of file + - See `#280 <https://github.com/tgingold/ghdl/issues/280#issuecomment-279595802>`_ + + GHDL is copyright (c) 2002 - 2015 Tristan Gingold. + + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + - Contributors to ghdl: + - Tristan Gingold (sole author of ghdl as a whole) + - Brian Drummond (gcc4.8.2 update, OSVVM port, some bugfixes) + - David Koontz (Mac OSX builds, LRM compliance work, bugfix analyses) + - Joris van Rantwijk (Debian packaging) + - Brian Davis (Windows Mcode builds) + - Adam Jensen (FreeBSD builds) + - Felix Bertram (VPI interface) + +with apologies to anyone who ought to be on this list but isn't. +Thanks also to all those who have reported bugs and support issues, +and often patches and testcases to either: +https://gna.org/bugs/?group=ghdl +or +https://sourceforge.net/p/ghdl-updates/tickets/
\ No newline at end of file |