diff options
author | Tristan Gingold <tgingold@free.fr> | 2015-06-02 21:54:42 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2015-06-02 21:54:42 +0200 |
commit | d363464f4a40cd999838aa5d229a3644bfbe2cec (patch) | |
tree | 4206b7faa739f3d789ea7ca2d95839ef3dd28ff8 /libraries/std/textio.vhdl | |
parent | c4cb0f1b51fcc1b2a1490e5f7bd9344ce8c05bb6 (diff) | |
download | ghdl-d363464f4a40cd999838aa5d229a3644bfbe2cec.tar.gz ghdl-d363464f4a40cd999838aa5d229a3644bfbe2cec.tar.bz2 ghdl-d363464f4a40cd999838aa5d229a3644bfbe2cec.zip |
Catch duplicated subprogram body.
Fix bug14.
Diffstat (limited to 'libraries/std/textio.vhdl')
-rw-r--r-- | libraries/std/textio.vhdl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/std/textio.vhdl b/libraries/std/textio.vhdl index 3b62d763e..939caf439 100644 --- a/libraries/std/textio.vhdl +++ b/libraries/std/textio.vhdl @@ -13,9 +13,8 @@ -- for more details. -- -- You should have received a copy of the GNU General Public License --- along with GCC; see the file COPYING. If not, write to the Free --- Software Foundation, 59 Temple Place - Suite 330, Boston, MA --- 02111-1307, USA. +-- along with GCC; see the file COPYING3. If not see +-- <http://www.gnu.org/licenses/>. package Textio is |