aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-elocations.adb.in
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/vhdl/vhdl-elocations.adb.in
parent8e58f10787a209cadb18699b47fc9b127121440a (diff)
downloadghdl-63c58468dbe996c59b17869ed1a935e4e47e5027.tar.gz
ghdl-63c58468dbe996c59b17869ed1a935e4e47e5027.tar.bz2
ghdl-63c58468dbe996c59b17869ed1a935e4e47e5027.zip
Update copyright headers for vhdl-elocations*
Diffstat (limited to 'src/vhdl/vhdl-elocations.adb.in')
-rw-r--r--src/vhdl/vhdl-elocations.adb.in22
1 files changed, 10 insertions, 12 deletions
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;