Replace copyright symbol in standard libraries to prevent errors using UTF-8 coding (#338)

This commit is contained in:
Carlos Alberto Ruiz Naranjo 2024-08-27 20:23:30 +02:00 committed by GitHub
parent 504ee2d450
commit 0b10062948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.";
--============================================================================