diff options
Diffstat (limited to 'translate')
-rw-r--r-- | translate/gcc/INSTALL | 2 | ||||
-rw-r--r-- | translate/gcc/README | 2 | ||||
-rwxr-xr-x | translate/gcc/dist.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/translate/gcc/INSTALL b/translate/gcc/INSTALL index ddfdcb6..2f5c5e1 100644 --- a/translate/gcc/INSTALL +++ b/translate/gcc/INSTALL @@ -1,6 +1,6 @@ Install file for the binary distribution of GHDL. -GHDL is Copyright 2002, 2003, 2004, 2005 Tristan Gingold. +GHDL is Copyright 2002, 2003, 2004, 2005, 2006 Tristan Gingold. GHDL 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 diff --git a/translate/gcc/README b/translate/gcc/README index 6bebe80..e2e1efb 100644 --- a/translate/gcc/README +++ b/translate/gcc/README @@ -4,7 +4,7 @@ To get the binary distribution or more information, go to http://ghdl.free.fr Copyright: ********** -GHDL is copyright (c) 2002, 2003, 2004, 2005 Tristan Gingold. +GHDL is copyright (c) 2002, 2003, 2004, 2005, 2006 Tristan Gingold. See the GHDL manual for more details. This program is free software; you can redistribute it and/or modify diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh index d2e5cb0..65aa920 100755 --- a/translate/gcc/dist.sh +++ b/translate/gcc/dist.sh @@ -1,7 +1,7 @@ #!/bin/sh # Script used to create tar balls. -# Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold +# Copyright (C) 2002, 2003, 2004, 2005, 2006 Tristan Gingold # # GHDL 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 |