aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/config
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-13 03:07:10 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-14 07:28:09 +0100
commit4868294436574660552ccef50a5b0849559393de (patch)
tree31c7ba66dc379c421d230cfc4bfd439c6ceb66f9 /src/grt/config
parenta6a956c6b35108ab171d67b54056ed14984590e2 (diff)
downloadghdl-4868294436574660552ccef50a5b0849559393de.tar.gz
ghdl-4868294436574660552ccef50a5b0849559393de.tar.bz2
ghdl-4868294436574660552ccef50a5b0849559393de.zip
update license headers
Diffstat (limited to 'src/grt/config')
-rw-r--r--src/grt/config/chkstk.S20
-rw-r--r--src/grt/config/clock.c20
-rw-r--r--src/grt/config/grt_itf.h20
-rw-r--r--src/grt/config/jumps.c20
-rw-r--r--src/grt/config/math.c20
-rw-r--r--src/grt/config/times.c20
-rw-r--r--src/grt/config/win32.c20
7 files changed, 63 insertions, 77 deletions
diff --git a/src/grt/config/chkstk.S b/src/grt/config/chkstk.S
index 29debd44f..c97ef415f 100644
--- a/src/grt/config/chkstk.S
+++ b/src/grt/config/chkstk.S
@@ -1,20 +1,18 @@
/* GRT stack implementation for x86.
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
- 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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
diff --git a/src/grt/config/clock.c b/src/grt/config/clock.c
index 8f5d26fc9..bd598eaab 100644
--- a/src/grt/config/clock.c
+++ b/src/grt/config/clock.c
@@ -1,20 +1,18 @@
/* GRT C bindings for time.
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
- 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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
diff --git a/src/grt/config/grt_itf.h b/src/grt/config/grt_itf.h
index 1b17c3a8b..933e439ac 100644
--- a/src/grt/config/grt_itf.h
+++ b/src/grt/config/grt_itf.h
@@ -1,20 +1,18 @@
/* Declarations to interface with Ada code.
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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
diff --git a/src/grt/config/jumps.c b/src/grt/config/jumps.c
index 60825112b..9a2ee1046 100644
--- a/src/grt/config/jumps.c
+++ b/src/grt/config/jumps.c
@@ -1,20 +1,18 @@
/* Longjump/Setjump wrapper
Copyright (C) 2002 - 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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
diff --git a/src/grt/config/math.c b/src/grt/config/math.c
index 704225f67..93ec62342 100644
--- a/src/grt/config/math.c
+++ b/src/grt/config/math.c
@@ -1,20 +1,18 @@
/* Math routines for Win32
Copyright (C) 2005 - 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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
diff --git a/src/grt/config/times.c b/src/grt/config/times.c
index 9c0b4ebba..4ca5b1a88 100644
--- a/src/grt/config/times.c
+++ b/src/grt/config/times.c
@@ -1,20 +1,18 @@
/* GRT C bindings for time.
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
- 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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,
diff --git a/src/grt/config/win32.c b/src/grt/config/win32.c
index a90a2891d..7dbb257c2 100644
--- a/src/grt/config/win32.c
+++ b/src/grt/config/win32.c
@@ -1,20 +1,18 @@
/* GRT stack implementation for Win32 using fibers.
Copyright (C) 2005 - 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
- 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 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>.
As a special exception, if other files instantiate generics from this
unit, or you link this unit with other files to produce an executable,