summaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-19 07:12:02 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-19 07:12:02 +0000
commit3fd725ef34e474e36bf2bea93a770589c69ee1e6 (patch)
tree1bf6eccd9c7b2bb0353ffacde731e1987b62d51e /sim/arm
parent249729c4e9056ceca365cf9ab552e4b18ee91705 (diff)
downloadbinutils-gdb-3fd725ef34e474e36bf2bea93a770589c69ee1e6.tar.gz
Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/COPYING2
-rw-r--r--sim/arm/armcopro.c2
-rw-r--r--sim/arm/armdefs.h2
-rw-r--r--sim/arm/armemu.c2
-rw-r--r--sim/arm/armemu.h2
-rw-r--r--sim/arm/armfpe.h2
-rw-r--r--sim/arm/arminit.c2
-rw-r--r--sim/arm/armopts.h2
-rw-r--r--sim/arm/armos.c2
-rw-r--r--sim/arm/armos.h2
-rw-r--r--sim/arm/armrdi.c2
-rw-r--r--sim/arm/armsupp.c2
-rw-r--r--sim/arm/armvirt.c2
-rw-r--r--sim/arm/bag.c2
-rw-r--r--sim/arm/bag.h2
-rw-r--r--sim/arm/communicate.c2
-rw-r--r--sim/arm/communicate.h2
-rw-r--r--sim/arm/dbg_conf.h2
-rw-r--r--sim/arm/dbg_cp.h2
-rw-r--r--sim/arm/dbg_hif.h2
-rw-r--r--sim/arm/dbg_rdi.h2
-rw-r--r--sim/arm/gdbhost.c2
-rw-r--r--sim/arm/gdbhost.h2
-rw-r--r--sim/arm/kid.c2
-rw-r--r--sim/arm/main.c2
-rw-r--r--sim/arm/parent.c2
-rw-r--r--sim/arm/thumbemu.c2
27 files changed, 27 insertions, 27 deletions
diff --git a/sim/arm/COPYING b/sim/arm/COPYING
index ebb24a85e9d..f938b573149 100644
--- a/sim/arm/COPYING
+++ b/sim/arm/COPYING
@@ -295,7 +295,7 @@ the "copyright" line and a pointer to where the full notice is found.
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c
index 29303c00b78..57d32c51166 100644
--- a/sim/arm/armcopro.c
+++ b/sim/arm/armcopro.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h
index 2942023b7d8..e175ebcde83 100644
--- a/sim/arm/armdefs.h
+++ b/sim/arm/armdefs.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c
index 558e897582a..282a06ee16b 100644
--- a/sim/arm/armemu.c
+++ b/sim/arm/armemu.c
@@ -4,7 +4,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armemu.h b/sim/arm/armemu.h
index ec188038291..63e6ecd12a6 100644
--- a/sim/arm/armemu.h
+++ b/sim/arm/armemu.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armfpe.h b/sim/arm/armfpe.h
index c5a291f0a2a..a348f893f75 100644
--- a/sim/arm/armfpe.h
+++ b/sim/arm/armfpe.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/arminit.c b/sim/arm/arminit.c
index c84fb5cce44..f2328438188 100644
--- a/sim/arm/arminit.c
+++ b/sim/arm/arminit.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armopts.h b/sim/arm/armopts.h
index 8fad7477504..4eeac9dc021 100644
--- a/sim/arm/armopts.h
+++ b/sim/arm/armopts.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armos.c b/sim/arm/armos.c
index 39b9d4f0615..942b41ca408 100644
--- a/sim/arm/armos.c
+++ b/sim/arm/armos.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armos.h b/sim/arm/armos.h
index ce2d5bc0e4d..a39dbc94b76 100644
--- a/sim/arm/armos.h
+++ b/sim/arm/armos.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armrdi.c b/sim/arm/armrdi.c
index 05f1c69005c..b21be11637c 100644
--- a/sim/arm/armrdi.c
+++ b/sim/arm/armrdi.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armsupp.c b/sim/arm/armsupp.c
index 2e49af8f0e1..9d61245db91 100644
--- a/sim/arm/armsupp.c
+++ b/sim/arm/armsupp.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c
index 969085d24f4..d0e36f2c68e 100644
--- a/sim/arm/armvirt.c
+++ b/sim/arm/armvirt.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/bag.c b/sim/arm/bag.c
index 1998f3947c0..ef3bdbab314 100644
--- a/sim/arm/bag.c
+++ b/sim/arm/bag.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/bag.h b/sim/arm/bag.h
index 5592bc838c2..acc341a45ab 100644
--- a/sim/arm/bag.h
+++ b/sim/arm/bag.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/communicate.c b/sim/arm/communicate.c
index fac2b60244e..06b66b65d56 100644
--- a/sim/arm/communicate.c
+++ b/sim/arm/communicate.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/communicate.h b/sim/arm/communicate.h
index b7f32e6a25c..69de5e78847 100644
--- a/sim/arm/communicate.h
+++ b/sim/arm/communicate.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/dbg_conf.h b/sim/arm/dbg_conf.h
index 81e37c0ff54..42dd10d22f0 100644
--- a/sim/arm/dbg_conf.h
+++ b/sim/arm/dbg_conf.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/dbg_cp.h b/sim/arm/dbg_cp.h
index 68f4f63ecd1..f262aa36b6e 100644
--- a/sim/arm/dbg_cp.h
+++ b/sim/arm/dbg_cp.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/dbg_hif.h b/sim/arm/dbg_hif.h
index 90056c3b687..8066066345f 100644
--- a/sim/arm/dbg_hif.h
+++ b/sim/arm/dbg_hif.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/dbg_rdi.h b/sim/arm/dbg_rdi.h
index c04a47622ed..0a9cf1761c0 100644
--- a/sim/arm/dbg_rdi.h
+++ b/sim/arm/dbg_rdi.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/gdbhost.c b/sim/arm/gdbhost.c
index 5058b7cf97c..555cd04dd83 100644
--- a/sim/arm/gdbhost.c
+++ b/sim/arm/gdbhost.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/gdbhost.h b/sim/arm/gdbhost.h
index 2ddc17ddc0e..a5b8da6e5b5 100644
--- a/sim/arm/gdbhost.h
+++ b/sim/arm/gdbhost.h
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/kid.c b/sim/arm/kid.c
index d9073e66c70..887533df309 100644
--- a/sim/arm/kid.c
+++ b/sim/arm/kid.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/main.c b/sim/arm/main.c
index 9bc20fef235..eb286baac6a 100644
--- a/sim/arm/main.c
+++ b/sim/arm/main.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/parent.c b/sim/arm/parent.c
index 159e8e35b62..0a0520cf149 100644
--- a/sim/arm/parent.c
+++ b/sim/arm/parent.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
diff --git a/sim/arm/thumbemu.c b/sim/arm/thumbemu.c
index 8707ca71a64..487feeb1600 100644
--- a/sim/arm/thumbemu.c
+++ b/sim/arm/thumbemu.c
@@ -3,7 +3,7 @@
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
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,