diff options
Diffstat (limited to 'gas/testsuite/gas/all')
-rw-r--r-- | gas/testsuite/gas/all/itbl-test.c | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/all/test-example.c | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/test-gen.c | 4 |
3 files changed, 6 insertions, 8 deletions
diff --git a/gas/testsuite/gas/all/itbl-test.c b/gas/testsuite/gas/all/itbl-test.c index 4900185811d..c578f1bbb16 100644 --- a/gas/testsuite/gas/all/itbl-test.c +++ b/gas/testsuite/gas/all/itbl-test.c @@ -1,14 +1,12 @@ - - /* itbl-test.c - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS 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) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, diff --git a/gas/testsuite/gas/all/test-example.c b/gas/testsuite/gas/all/test-example.c index 9a7f19ffce9..955ea54a2b9 100644 --- a/gas/testsuite/gas/all/test-example.c +++ b/gas/testsuite/gas/all/test-example.c @@ -1,9 +1,9 @@ -/* Copyright (C) 2000, 2003 Free Software Foundation +/* Copyright (C) 2000, 2003, 2007 Free Software Foundation Contributed by Alexandre Oliva <aoliva@cygnus.com> This file 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, but diff --git a/gas/testsuite/gas/all/test-gen.c b/gas/testsuite/gas/all/test-gen.c index bb175dbe529..aaab748934c 100644 --- a/gas/testsuite/gas/all/test-gen.c +++ b/gas/testsuite/gas/all/test-gen.c @@ -1,12 +1,12 @@ #ifndef TEST_GEN_C #define TEST_GEN_C 1 -/* Copyright (C) 2000, 2003 Free Software Foundation +/* Copyright (C) 2000, 2003, 2007 Free Software Foundation Contributed by Alexandre Oliva <aoliva@cygnus.com> This file 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, but |