Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vhdl_libraries/ieee2008/numeric_bit.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vhdl_libraries/ieee2008/numeric_std.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -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.";


--============================================================================
Expand Down