aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-06-14 14:04:55 +0000
committerK. Richard Pixley <rich@cygnus>1991-06-14 14:04:55 +0000
commit6026cd06e0e4d6008469673446ef5ff2ade95058 (patch)
treeacbca32afb4efcbdcbfcb6c0dff07319bb70b345 /gas
parentcd1b1f8eef881d277e9e840d96c76bbd9da8ebc7 (diff)
downloadgdb-6026cd06e0e4d6008469673446ef5ff2ade95058.zip
gdb-6026cd06e0e4d6008469673446ef5ff2ade95058.tar.gz
gdb-6026cd06e0e4d6008469673446ef5ff2ade95058.tar.bz2
Version 2 GPL.
Diffstat (limited to 'gas')
-rw-r--r--gas/bignum-copy.c2
-rwxr-xr-xgas/config/a.out.h2
-rw-r--r--gas/config/cplus-dem.c2
-rwxr-xr-xgas/config/ho-a29k.h7
-rw-r--r--gas/config/ho-ansi.h7
-rwxr-xr-xgas/config/ho-cygnus.h7
-rw-r--r--gas/config/ho-decstation.h2
-rw-r--r--gas/config/ho-generic.h7
-rw-r--r--gas/config/ho-hpux.h2
-rw-r--r--gas/config/ho-i386.h2
-rw-r--r--gas/config/ho-rs6000.h2
-rw-r--r--gas/config/ho-sysv.h2
-rw-r--r--gas/config/ho-vax.h2
-rw-r--r--gas/config/obj-bout.c2
-rw-r--r--gas/config/obj-bout.h2
-rwxr-xr-xgas/config/signame.h2
-rw-r--r--gas/config/tc-a29k.c2
-rw-r--r--gas/config/tc-a29k.h2
-rwxr-xr-xgas/config/te-sparc.h2
-rwxr-xr-xgas/flonum-const.c2
-rw-r--r--gas/hex-value.c2
-rw-r--r--gas/strstr.c2
-rw-r--r--gas/xmalloc.c2
-rw-r--r--gas/xrealloc.c2
24 files changed, 40 insertions, 28 deletions
diff --git a/gas/bignum-copy.c b/gas/bignum-copy.c
index 0dd5f9c..5c70128 100644
--- a/gas/bignum-copy.c
+++ b/gas/bignum-copy.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/a.out.h b/gas/config/a.out.h
index 5043249..5872241 100755
--- a/gas/config/a.out.h
+++ b/gas/config/a.out.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/cplus-dem.c b/gas/config/cplus-dem.c
index 0ea6186..12b9d06 100644
--- a/gas/config/cplus-dem.c
+++ b/gas/config/cplus-dem.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 1, or (at your option)
+ the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
diff --git a/gas/config/ho-a29k.h b/gas/config/ho-a29k.h
index d7411d3..949e07c 100755
--- a/gas/config/ho-a29k.h
+++ b/gas/config/ho-a29k.h
@@ -7,7 +7,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
@@ -27,7 +27,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $Log$
- * Revision 1.1 1991/04/13 10:03:23 rich
+ * Revision 1.2 1991/06/14 14:01:53 rich
+ * Version 2 GPL.
+ *
+ * Revision 1.1 1991/04/13 10:03:23 rich
* Initial revision
*
* Revision 1.1.1.1 1991/04/04 18:15:43 rich
diff --git a/gas/config/ho-ansi.h b/gas/config/ho-ansi.h
index 977808f..1e8ed7d 100644
--- a/gas/config/ho-ansi.h
+++ b/gas/config/ho-ansi.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
@@ -31,7 +31,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $Log$
- * Revision 1.1.1.1 1991/04/04 18:15:39 rich
+ * Revision 1.2 1991/06/14 14:01:54 rich
+ * Version 2 GPL.
+ *
+ * Revision 1.1.1.1 1991/04/04 18:15:39 rich
* new gas main line
*
* Revision 1.1 1991/04/04 18:15:38 rich
diff --git a/gas/config/ho-cygnus.h b/gas/config/ho-cygnus.h
index e2667a0..27cfebd 100755
--- a/gas/config/ho-cygnus.h
+++ b/gas/config/ho-cygnus.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
@@ -32,7 +32,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $Log$
- * Revision 1.1.1.1 1991/04/04 18:15:42 rich
+ * Revision 1.2 1991/06/14 14:01:55 rich
+ * Version 2 GPL.
+ *
+ * Revision 1.1.1.1 1991/04/04 18:15:42 rich
* new gas main line
*
* Revision 1.1 1991/04/04 18:15:40 rich
diff --git a/gas/config/ho-decstation.h b/gas/config/ho-decstation.h
index f307e20..b703d97 100644
--- a/gas/config/ho-decstation.h
+++ b/gas/config/ho-decstation.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/ho-generic.h b/gas/config/ho-generic.h
index c474665..7a06c36 100644
--- a/gas/config/ho-generic.h
+++ b/gas/config/ho-generic.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
@@ -23,7 +23,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/*
* $Log$
- * Revision 1.1.1.1 1991/04/04 18:15:43 rich
+ * Revision 1.2 1991/06/14 14:01:58 rich
+ * Version 2 GPL.
+ *
+ * Revision 1.1.1.1 1991/04/04 18:15:43 rich
* new gas main line
*
* Revision 1.1 1991/04/04 18:15:42 rich
diff --git a/gas/config/ho-hpux.h b/gas/config/ho-hpux.h
index 751b4ee..015fd20 100644
--- a/gas/config/ho-hpux.h
+++ b/gas/config/ho-hpux.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/ho-i386.h b/gas/config/ho-i386.h
index 94dd8c2..d701b1a 100644
--- a/gas/config/ho-i386.h
+++ b/gas/config/ho-i386.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/ho-rs6000.h b/gas/config/ho-rs6000.h
index 8f624f4..250b23c 100644
--- a/gas/config/ho-rs6000.h
+++ b/gas/config/ho-rs6000.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/ho-sysv.h b/gas/config/ho-sysv.h
index af8dd6e..18560af 100644
--- a/gas/config/ho-sysv.h
+++ b/gas/config/ho-sysv.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/ho-vax.h b/gas/config/ho-vax.h
index 735a215..6c2b89d 100644
--- a/gas/config/ho-vax.h
+++ b/gas/config/ho-vax.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/obj-bout.c b/gas/config/obj-bout.c
index 846175f..b759ff0 100644
--- a/gas/config/obj-bout.c
+++ b/gas/config/obj-bout.c
@@ -5,7 +5,7 @@ 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 1,
+published by the Free Software Foundation; either version 2,
or (at your option) any later version.
GAS is distributed in the hope that it will be useful, but
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h
index 67e866a..00ba2a4 100644
--- a/gas/config/obj-bout.h
+++ b/gas/config/obj-bout.h
@@ -5,7 +5,7 @@ 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 1,
+published by the Free Software Foundation; either version 2,
or (at your option) any later version.
GAS is distributed in the hope that it will be useful, but
diff --git a/gas/config/signame.h b/gas/config/signame.h
index 549bab7..d3d075e 100755
--- a/gas/config/signame.h
+++ b/gas/config/signame.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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c
index 8bb6d2a..cee99f9 100644
--- a/gas/config/tc-a29k.c
+++ b/gas/config/tc-a29k.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h
index e689cfc..89e0e80 100644
--- a/gas/config/tc-a29k.h
+++ b/gas/config/tc-a29k.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/config/te-sparc.h b/gas/config/te-sparc.h
index fcd3535..c1a3743 100755
--- a/gas/config/te-sparc.h
+++ b/gas/config/te-sparc.h
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/flonum-const.c b/gas/flonum-const.c
index 25e7baf..7f54197 100755
--- a/gas/flonum-const.c
+++ b/gas/flonum-const.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/hex-value.c b/gas/hex-value.c
index 64420f5..36021a0 100644
--- a/gas/hex-value.c
+++ b/gas/hex-value.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/strstr.c b/gas/strstr.c
index 9823249..69e94e5 100644
--- a/gas/strstr.c
+++ b/gas/strstr.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/xmalloc.c b/gas/xmalloc.c
index 6602987..08d30ee 100644
--- a/gas/xmalloc.c
+++ b/gas/xmalloc.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,
diff --git a/gas/xrealloc.c b/gas/xrealloc.c
index 83d3ce6..4be4f69 100644
--- a/gas/xrealloc.c
+++ b/gas/xrealloc.c
@@ -5,7 +5,7 @@ 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 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GAS is distributed in the hope that it will be useful,