aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-04 08:14:53 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-04 08:16:00 +0100
commit63c58468dbe996c59b17869ed1a935e4e47e5027 (patch)
tree820ac5c4c3de28f576cdfb6937176ca093c2408b /src
parent8e58f10787a209cadb18699b47fc9b127121440a (diff)
downloadghdl-63c58468dbe996c59b17869ed1a935e4e47e5027.tar.gz
ghdl-63c58468dbe996c59b17869ed1a935e4e47e5027.tar.bz2
ghdl-63c58468dbe996c59b17869ed1a935e4e47e5027.zip
Update copyright headers for vhdl-elocations*
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-elocations.adb2
-rw-r--r--src/vhdl/vhdl-elocations.adb.in22
-rw-r--r--src/vhdl/vhdl-elocations_meta.adb2
-rw-r--r--src/vhdl/vhdl-elocations_meta.adb.in22
-rw-r--r--src/vhdl/vhdl-elocations_meta.ads2
-rw-r--r--src/vhdl/vhdl-elocations_meta.ads.in22
6 files changed, 33 insertions, 39 deletions
diff --git a/src/vhdl/vhdl-elocations.adb b/src/vhdl/vhdl-elocations.adb
index 1627a13db..02526d33b 100644
--- a/src/vhdl/vhdl-elocations.adb
+++ b/src/vhdl/vhdl-elocations.adb
@@ -1,5 +1,5 @@
-- Extended locations for iir nodes
--- Copyright (C) 2017 Tristan Gingold
+-- Copyright (C) 2017-2021 Tristan Gingold
--
-- 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
diff --git a/src/vhdl/vhdl-elocations.adb.in b/src/vhdl/vhdl-elocations.adb.in
index 164fdb00c..9fe491103 100644
--- a/src/vhdl/vhdl-elocations.adb.in
+++ b/src/vhdl/vhdl-elocations.adb.in
@@ -1,20 +1,18 @@
-- Extended locations for iir nodes
--- Copyright (C) 2017 Tristan Gingold
+-- Copyright (C) 2017-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
--- 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 GHDL; see the file COPYING. If not, write to the Free
--- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
--- 02111-1307, USA.
+-- along with this program. If not, see <gnu.org/licenses>.
with Tables;
with Vhdl.Nodes_Priv;
diff --git a/src/vhdl/vhdl-elocations_meta.adb b/src/vhdl/vhdl-elocations_meta.adb
index 80a6976c3..751ae2cb5 100644
--- a/src/vhdl/vhdl-elocations_meta.adb
+++ b/src/vhdl/vhdl-elocations_meta.adb
@@ -1,5 +1,5 @@
-- Meta description of Elocations.
--- Copyright (C) 2017 Tristan Gingold
+-- Copyright (C) 2017-2021 Tristan Gingold
--
-- 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
diff --git a/src/vhdl/vhdl-elocations_meta.adb.in b/src/vhdl/vhdl-elocations_meta.adb.in
index f5dde00c6..1cb9b48f7 100644
--- a/src/vhdl/vhdl-elocations_meta.adb.in
+++ b/src/vhdl/vhdl-elocations_meta.adb.in
@@ -1,20 +1,18 @@
-- Meta description of Elocations.
--- Copyright (C) 2017 Tristan Gingold
+-- Copyright (C) 2017-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
--- 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 GHDL; see the file COPYING. If not, write to the Free
--- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
--- 02111-1307, USA.
+-- along with this program. If not, see <gnu.org/licenses>.
with Vhdl.Elocations; use Vhdl.Elocations;
diff --git a/src/vhdl/vhdl-elocations_meta.ads b/src/vhdl/vhdl-elocations_meta.ads
index 079469fce..ff4336f4c 100644
--- a/src/vhdl/vhdl-elocations_meta.ads
+++ b/src/vhdl/vhdl-elocations_meta.ads
@@ -1,5 +1,5 @@
-- Meta description of elocations
--- Copyright (C) 2017 Tristan Gingold
+-- Copyright (C) 2017-2021 Tristan Gingold
--
-- 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
diff --git a/src/vhdl/vhdl-elocations_meta.ads.in b/src/vhdl/vhdl-elocations_meta.ads.in
index 63ed26599..906984fcf 100644
--- a/src/vhdl/vhdl-elocations_meta.ads.in
+++ b/src/vhdl/vhdl-elocations_meta.ads.in
@@ -1,20 +1,18 @@
-- Meta description of elocations
--- Copyright (C) 2017 Tristan Gingold
+-- Copyright (C) 2017-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
--- 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 GHDL; see the file COPYING. If not, write to the Free
--- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
--- 02111-1307, USA.
+-- along with this program. If not, see <gnu.org/licenses>.
with Types; use Types;
with Vhdl.Nodes; use Vhdl.Nodes;