diff options
author | gingold | 2006-04-04 21:49:34 +0000 |
---|---|---|
committer | gingold | 2006-04-04 21:49:34 +0000 |
commit | 10ef0d3d5c8625ea680740203120e2b2a41266a0 (patch) | |
tree | c7f3a6cf7d64741bc3af20894907eac2164f2337 | |
parent | 00ef7b38c33fed7d895310b508987f14b66811ff (diff) | |
download | ghdl-10ef0d3d5c8625ea680740203120e2b2a41266a0.tar.gz ghdl-10ef0d3d5c8625ea680740203120e2b2a41266a0.tar.bz2 ghdl-10ef0d3d5c8625ea680740203120e2b2a41266a0.zip |
copyright years updated
-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 |