From b0bb2f78b3722a2afe626bc748d8c54c0cb41fde Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 30 Jan 2014 06:14:46 +0100 Subject: grt: update copyright years, switch to GMGPL. --- translate/grt/grt-files.adb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'translate/grt/grt-files.adb') diff --git a/translate/grt/grt-files.adb b/translate/grt/grt-files.adb index 422775b..1688a26 100644 --- a/translate/grt/grt-files.adb +++ b/translate/grt/grt-files.adb @@ -1,5 +1,5 @@ -- GHDL Run Time (GRT) - VHDL files subprograms. --- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Tristan Gingold +-- Copyright (C) 2002 - 2014 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 @@ -15,6 +15,13 @@ -- along with GCC; see the file COPYING. If not, write to the Free -- Software Foundation, 59 Temple Place - Suite 330, Boston, MA -- 02111-1307, USA. +-- +-- As a special exception, if other files instantiate generics from this +-- unit, or you link this unit with other files to produce an executable, +-- this unit does not by itself cause the resulting executable to be +-- covered by the GNU General Public License. This exception does not +-- however invalidate any other reasons why the executable file might be +-- covered by the GNU Public License. with Grt.Errors; use Grt.Errors; with Grt.Stdio; use Grt.Stdio; with Grt.C; use Grt.C; -- cgit