diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-12 06:08:01 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-12 06:08:01 +0100 |
commit | 6496bc9045f9c07c71ca92dbe9d7afbc107c7d7d (patch) | |
tree | 3be918702233aeee10a21b5ffe5008e6f8bdab3a /libraries | |
parent | 5d156e9e414d6dc4b94928c4d9786ffd7a55dce9 (diff) | |
download | ghdl-6496bc9045f9c07c71ca92dbe9d7afbc107c7d7d.tar.gz ghdl-6496bc9045f9c07c71ca92dbe9d7afbc107c7d7d.tar.bz2 ghdl-6496bc9045f9c07c71ca92dbe9d7afbc107c7d7d.zip |
libraries/openieee: update license headers
Diffstat (limited to 'libraries')
-rwxr-xr-x | libraries/openieee/build_1164.py | 4 | ||||
-rwxr-xr-x | libraries/openieee/build_numeric.py | 4 | ||||
-rw-r--r-- | libraries/openieee/math_real-body.vhdl | 4 | ||||
-rw-r--r-- | libraries/openieee/math_real.vhdl | 4 | ||||
-rw-r--r-- | libraries/openieee/numeric_bit-body.proto | 4 | ||||
-rw-r--r-- | libraries/openieee/numeric_bit.proto | 4 | ||||
-rw-r--r-- | libraries/openieee/numeric_common.proto | 4 | ||||
-rw-r--r-- | libraries/openieee/numeric_std-body.proto | 4 | ||||
-rw-r--r-- | libraries/openieee/numeric_std.proto | 4 | ||||
-rw-r--r-- | libraries/openieee/std_logic_1164-body.proto | 4 | ||||
-rw-r--r-- | libraries/openieee/std_logic_1164.proto | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/libraries/openieee/build_1164.py b/libraries/openieee/build_1164.py index 20bd120ff..40a7ba7e2 100755 --- a/libraries/openieee/build_1164.py +++ b/libraries/openieee/build_1164.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Generate the body of ieee.std_logic_1164 from a template. # This file is part of GHDL. -# 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 @@ -14,7 +14,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/>. import sys diff --git a/libraries/openieee/build_numeric.py b/libraries/openieee/build_numeric.py index 5eef89b2a..df6c8515f 100755 --- a/libraries/openieee/build_numeric.py +++ b/libraries/openieee/build_numeric.py @@ -5,7 +5,7 @@ # The algorithms are very simple: carry ripple adder, restoring division. # This file is part of GHDL. # Both this file and the outputs of this file are copyrighted. -# 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 @@ -18,7 +18,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/>. import re diff --git a/libraries/openieee/math_real-body.vhdl b/libraries/openieee/math_real-body.vhdl index e825a7801..782444b12 100644 --- a/libraries/openieee/math_real-body.vhdl +++ b/libraries/openieee/math_real-body.vhdl @@ -1,6 +1,6 @@ -- This -*- vhdl -*- file is part of GHDL. -- IEEE 1076.2 math_real package body. --- 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/>. package body MATH_REAL is diff --git a/libraries/openieee/math_real.vhdl b/libraries/openieee/math_real.vhdl index b8c2150d9..b84748a9d 100644 --- a/libraries/openieee/math_real.vhdl +++ b/libraries/openieee/math_real.vhdl @@ -1,6 +1,6 @@ -- This -*- vhdl -*- file is part of GHDL. -- IEEE 1076.2 math_real package. --- 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/>. package MATH_REAL is diff --git a/libraries/openieee/numeric_bit-body.proto b/libraries/openieee/numeric_bit-body.proto index 91a5bd6a7..47d2569cd 100644 --- a/libraries/openieee/numeric_bit-body.proto +++ b/libraries/openieee/numeric_bit-body.proto @@ -1,7 +1,7 @@ -- This -*- vhdl -*- file is part of GHDL. -- IEEE 1076.3 compliant numeric bit package body. -- The implementation is based only on the specifications. --- 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 @@ -14,7 +14,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/>. package body NUMERIC_BIT is diff --git a/libraries/openieee/numeric_bit.proto b/libraries/openieee/numeric_bit.proto index ef7bfb72e..9443751ea 100644 --- a/libraries/openieee/numeric_bit.proto +++ b/libraries/openieee/numeric_bit.proto @@ -1,6 +1,6 @@ -- This -*- vhdl -*- file is part of GHDL. -- IEEE 1076.3 compliant numeric bit package. --- 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/>. package NUMERIC_BIT is 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; diff --git a/libraries/openieee/numeric_std-body.proto b/libraries/openieee/numeric_std-body.proto index 757db6299..f38584c9e 100644 --- a/libraries/openieee/numeric_std-body.proto +++ b/libraries/openieee/numeric_std-body.proto @@ -1,7 +1,7 @@ -- This -*- vhdl -*- file is part of GHDL. -- IEEE 1076.3 compliant numeric std package body. -- The implementation is based only on the specifications. --- 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 @@ -14,7 +14,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/>. package body NUMERIC_STD is diff --git a/libraries/openieee/numeric_std.proto b/libraries/openieee/numeric_std.proto index 83a7af76a..426db8752 100644 --- a/libraries/openieee/numeric_std.proto +++ b/libraries/openieee/numeric_std.proto @@ -1,6 +1,6 @@ -- This -*- vhdl -*- file is part of GHDL. -- IEEE 1076.3 compliant numeric std package. --- 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/>. library IEEE; diff --git a/libraries/openieee/std_logic_1164-body.proto b/libraries/openieee/std_logic_1164-body.proto index 21cabbf5f..b5f724e26 100644 --- a/libraries/openieee/std_logic_1164-body.proto +++ b/libraries/openieee/std_logic_1164-body.proto @@ -1,6 +1,6 @@ -- This is an implementation of -*- vhdl -*- ieee.std_logic_1164 based only -- on the specifications. This file is part of GHDL. --- 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/>. -- This is a template file. To avoid errors and duplication, the python diff --git a/libraries/openieee/std_logic_1164.proto b/libraries/openieee/std_logic_1164.proto index f5828ec6e..95c6f5c83 100644 --- a/libraries/openieee/std_logic_1164.proto +++ b/libraries/openieee/std_logic_1164.proto @@ -1,6 +1,6 @@ -- This is an implementation of -*- vhdl -*- ieee.std_logic_1164 based only -- on the specifications. This file is part of GHDL. --- 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/>. use std.textio.all; --V08 |