mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-08-04 19:08:22 +00:00
Replace copyright symbol in standard libraries to prevent errors using UTF-8 coding (#338)
This commit is contained in:
parent
504ee2d450
commit
0b10062948
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ use STD.TEXTIO.all;
|
|||
|
||||
package NUMERIC_BIT is
|
||||
constant CopyRightNotice : STRING
|
||||
:= "Copyright © 2008 IEEE. All rights reserved.";
|
||||
:= "Copyright (c) 2008 IEEE. All rights reserved.";
|
||||
|
||||
--============================================================================
|
||||
-- Numeric Array Type Definitions
|
||||
|
|
|
@ -68,7 +68,7 @@ use IEEE.STD_LOGIC_1164.all;
|
|||
|
||||
package NUMERIC_STD is
|
||||
constant CopyRightNotice : STRING
|
||||
:= "Copyright © 2008 IEEE. All rights reserved.";
|
||||
:= "Copyright (c) 2008 IEEE. All rights reserved.";
|
||||
|
||||
|
||||
--============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue