From 0b10062948ba24c542c53cbd1c0bd2b2b92706f0 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Ruiz Naranjo Date: Tue, 27 Aug 2024 20:23:30 +0200 Subject: [PATCH] Replace copyright symbol in standard libraries to prevent errors using UTF-8 coding (#338) --- vhdl_libraries/ieee2008/numeric_bit.vhdl | 2 +- vhdl_libraries/ieee2008/numeric_std.vhdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vhdl_libraries/ieee2008/numeric_bit.vhdl b/vhdl_libraries/ieee2008/numeric_bit.vhdl index 5ef4554e..bd324b16 100644 --- a/vhdl_libraries/ieee2008/numeric_bit.vhdl +++ b/vhdl_libraries/ieee2008/numeric_bit.vhdl @@ -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 diff --git a/vhdl_libraries/ieee2008/numeric_std.vhdl b/vhdl_libraries/ieee2008/numeric_std.vhdl index 67dca128..28e72bf9 100644 --- a/vhdl_libraries/ieee2008/numeric_std.vhdl +++ b/vhdl_libraries/ieee2008/numeric_std.vhdl @@ -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."; --============================================================================