diff options
Diffstat (limited to 'libraries/openieee/numeric_common.proto')
-rw-r--r-- | libraries/openieee/numeric_common.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/openieee/numeric_common.proto b/libraries/openieee/numeric_common.proto index aa940e22f..ab426bc8b 100644 --- a/libraries/openieee/numeric_common.proto +++ b/libraries/openieee/numeric_common.proto @@ -1,6 +1,6 @@ -- This -*- vhdl -*- file is part of GHDL. -- Common part of numeric_bit and numeric_std defined by IEEE 1076.3 --- Copyright (C) 2015 Tristan Gingold +-- Copyright (C) 2015-2021 Tristan Gingold -- -- GHDL is free software; you can redistribute it and/or modify it under -- the terms of the GNU General Public License as published by the Free @@ -13,7 +13,7 @@ -- for more details. -- -- You should have received a copy of the GNU General Public License --- along with GCC; see the file COPYING2. If not see +-- along with GHDL; see the file COPYING.md. If not see -- <http://www.gnu.org/licenses/>. function TO_INTEGER (ARG : UNSIGNED) return NATURAL; |