From 4868294436574660552ccef50a5b0849559393de Mon Sep 17 00:00:00 2001 From: umarcor Date: Wed, 13 Jan 2021 03:07:10 +0100 Subject: update license headers --- libraries/openieee/v87/numeric_bit-body.vhdl | 19 +++++++++---------- libraries/openieee/v87/numeric_bit.vhdl | 19 +++++++++---------- libraries/openieee/v87/numeric_std-body.vhdl | 19 +++++++++---------- libraries/openieee/v87/numeric_std.vhdl | 19 +++++++++---------- libraries/openieee/v87/std_logic_1164-body.vhdl | 19 +++++++++---------- libraries/openieee/v87/std_logic_1164.vhdl | 19 +++++++++---------- 6 files changed, 54 insertions(+), 60 deletions(-) (limited to 'libraries/openieee/v87') diff --git a/libraries/openieee/v87/numeric_bit-body.vhdl b/libraries/openieee/v87/numeric_bit-body.vhdl index 63551d264..adbaf9997 100644 --- a/libraries/openieee/v87/numeric_bit-body.vhdl +++ b/libraries/openieee/v87/numeric_bit-body.vhdl @@ -4,19 +4,18 @@ -- The implementation is based only on the specifications. -- Copyright (C) 2015 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 --- Software Foundation; either version 2, or (at your option) any later --- version. +-- This program 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 Software Foundation, either version 2 of the License, or +-- (at your option) any later version. -- --- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or --- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --- for more details. +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License 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 this program. If not, see . package body NUMERIC_BIT is constant NO_WARNING : Boolean := False; diff --git a/libraries/openieee/v87/numeric_bit.vhdl b/libraries/openieee/v87/numeric_bit.vhdl index 6a6dcc393..ec13d636a 100644 --- a/libraries/openieee/v87/numeric_bit.vhdl +++ b/libraries/openieee/v87/numeric_bit.vhdl @@ -2,19 +2,18 @@ -- IEEE 1076.3 compliant numeric bit package. -- Copyright (C) 2015 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 --- Software Foundation; either version 2, or (at your option) any later --- version. +-- This program 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 Software Foundation, either version 2 of the License, or +-- (at your option) any later version. -- --- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or --- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --- for more details. +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License 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 this program. If not, see . package NUMERIC_BIT is type UNSIGNED is array (natural range <>) of BIT; diff --git a/libraries/openieee/v87/numeric_std-body.vhdl b/libraries/openieee/v87/numeric_std-body.vhdl index 6942bd4e1..19bbf7b7b 100644 --- a/libraries/openieee/v87/numeric_std-body.vhdl +++ b/libraries/openieee/v87/numeric_std-body.vhdl @@ -4,19 +4,18 @@ -- The implementation is based only on the specifications. -- Copyright (C) 2015 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 --- Software Foundation; either version 2, or (at your option) any later --- version. +-- This program 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 Software Foundation, either version 2 of the License, or +-- (at your option) any later version. -- --- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or --- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --- for more details. +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License 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 this program. If not, see . package body NUMERIC_STD is constant NO_WARNING : Boolean := False; diff --git a/libraries/openieee/v87/numeric_std.vhdl b/libraries/openieee/v87/numeric_std.vhdl index e1fa946ca..7b0f10cc5 100644 --- a/libraries/openieee/v87/numeric_std.vhdl +++ b/libraries/openieee/v87/numeric_std.vhdl @@ -2,19 +2,18 @@ -- IEEE 1076.3 compliant numeric std package. -- Copyright (C) 2015 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 --- Software Foundation; either version 2, or (at your option) any later --- version. +-- This program 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 Software Foundation, either version 2 of the License, or +-- (at your option) any later version. -- --- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or --- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --- for more details. +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License 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 this program. If not, see . library IEEE; use IEEE.STD_LOGIC_1164.all; diff --git a/libraries/openieee/v87/std_logic_1164-body.vhdl b/libraries/openieee/v87/std_logic_1164-body.vhdl index b6dd265d0..951b6a525 100644 --- a/libraries/openieee/v87/std_logic_1164-body.vhdl +++ b/libraries/openieee/v87/std_logic_1164-body.vhdl @@ -3,19 +3,18 @@ -- on the specifications. This file is part of GHDL. -- Copyright (C) 2015 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 --- Software Foundation; either version 2, or (at your option) any later --- version. +-- This program 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 Software Foundation, either version 2 of the License, or +-- (at your option) any later version. -- --- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or --- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --- for more details. +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License 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 this program. If not, see . -- This is a template file. To avoid errors and duplication, the python -- script build.py generate most of the bodies. diff --git a/libraries/openieee/v87/std_logic_1164.vhdl b/libraries/openieee/v87/std_logic_1164.vhdl index 67e63dac5..000657044 100644 --- a/libraries/openieee/v87/std_logic_1164.vhdl +++ b/libraries/openieee/v87/std_logic_1164.vhdl @@ -2,19 +2,18 @@ -- on the specifications. This file is part of GHDL. -- Copyright (C) 2015 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 --- Software Foundation; either version 2, or (at your option) any later --- version. +-- This program 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 Software Foundation, either version 2 of the License, or +-- (at your option) any later version. -- --- GHDL is distributed in the hope that it will be useful, but WITHOUT ANY --- WARRANTY; without even the implied warranty of MERCHANTABILITY or --- FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License --- for more details. +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License 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 this program. If not, see . package std_logic_1164 is -- cgit v1.2.3