diff options
author | Valentine Reboul <reboul@adacore.com> | 2018-05-31 10:46:43 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-31 10:46:43 +0000 |
commit | 9977c78567279b5f44106394a79466cec0e7ca7c (patch) | |
tree | be50dfa4c5be5e6cd4a52473e08b56284550429a /gcc | |
parent | 446ac3e5da2253ce51563d3227ce4f567145ac21 (diff) | |
download | gcc-9977c78567279b5f44106394a79466cec0e7ca7c.zip gcc-9977c78567279b5f44106394a79466cec0e7ca7c.tar.gz gcc-9977c78567279b5f44106394a79466cec0e7ca7c.tar.bz2 |
[Ada] Rename "GPL" version to "Community"
2018-05-31 Valentine Reboul <reboul@adacore.com>
gcc/ada/
* gnatvsn.ads: Rename "GPL" version to "Community".
From-SVN: r261005
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/gnatvsn.ads | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 6c9d57d..d3942ff 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2018-05-31 Valentine Reboul <reboul@adacore.com> + + * gnatvsn.ads: Rename "GPL" version to "Community". + 2018-05-31 Ed Schonberg <schonberg@adacore.com> * einfo.ads: Improve documentation for the Is_Unsigned_Type entity diff --git a/gcc/ada/gnatvsn.ads b/gcc/ada/gnatvsn.ads index 25ad7d6..5a7b56c 100644 --- a/gcc/ada/gnatvsn.ads +++ b/gcc/ada/gnatvsn.ads @@ -69,8 +69,8 @@ package Gnatvsn is -- and list the "no warranty" information. -- -- GPL - -- GNAT GPL Edition. This is a special version of GNAT, released by - -- Ada Core Technologies and intended for academic users and free + -- GNAT Community Edition. This is a special version of GNAT, released + -- by Ada Core Technologies and intended for academic users and free -- software developers. The bug box generated by the package Comperr -- gives appropriate bug submission instructions that do not reference -- customer number etc. |