Skip to content

Commit 0b10062

Browse files
Replace copyright symbol in standard libraries to prevent errors using UTF-8 coding (#338)
1 parent 504ee2d commit 0b10062

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vhdl_libraries/ieee2008/numeric_bit.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use STD.TEXTIO.all;
5858

5959
package NUMERIC_BIT is
6060
constant CopyRightNotice : STRING
61-
:= "Copyright © 2008 IEEE. All rights reserved.";
61+
:= "Copyright (c) 2008 IEEE. All rights reserved.";
6262

6363
--============================================================================
6464
-- Numeric Array Type Definitions

vhdl_libraries/ieee2008/numeric_std.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ use IEEE.STD_LOGIC_1164.all;
6868

6969
package NUMERIC_STD is
7070
constant CopyRightNotice : STRING
71-
:= "Copyright © 2008 IEEE. All rights reserved.";
71+
:= "Copyright (c) 2008 IEEE. All rights reserved.";
7272

7373

7474
--============================================================================

0 commit comments

Comments
 (0)