summaryrefslogtreecommitdiff
path: root/gdb/copying.awk
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-08-23 20:33:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-08-23 20:33:48 +0000
commitdb58ab52334741d3f473769a40ba59efb2fac86f (patch)
tree576dd9cf6cdb045bf9be9dc43302d36dbc836a96 /gdb/copying.awk
parentce4045c3b68e4c54aaee4925d039e99b13431fde (diff)
downloadgdb-db58ab52334741d3f473769a40ba59efb2fac86f.tar.gz
* Makefile.in (copying.c): Use the top-level COPYING3 as the file
that contains the GDB license. * copying.awk: Adjust to the GPLv3 wording. * copying.c: Regenerate.
Diffstat (limited to 'gdb/copying.awk')
-rw-r--r--gdb/copying.awk8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/copying.awk b/gdb/copying.awk
index 94e5f1b2105..936f435c98e 100644
--- a/gdb/copying.awk
+++ b/gdb/copying.awk
@@ -19,12 +19,12 @@ BEGIN {
print "{";
print " immediate_quit++;";
}
-NR == 1,/^[ ]*NO WARRANTY[ ]*$/ {
+NR == 1,/^[ ]*15\. Disclaimer of Warranty\.[ ]*$/ {
if ($0 ~ / /)
{
printf " printf_filtered (\"\\n\");\n";
}
- else if ($0 !~ /^[ ]*NO WARRANTY[ ]*$/)
+ else if ($0 !~ /^[ ]*15\. Disclaimer of Warranty\.[ ]*$/)
{
printf " printf_filtered (\"";
for (i = 1; i < NF; i++)
@@ -32,7 +32,7 @@ NR == 1,/^[ ]*NO WARRANTY[ ]*$/ {
printf "%s\\n\");\n", $NF;
}
}
-/^[ ]*NO WARRANTY[ ]*$/ {
+/^[ ]*15\. Disclaimer of Warranty\.[ ]*$/ {
print " immediate_quit--;";
print "}";
print "";
@@ -41,7 +41,7 @@ NR == 1,/^[ ]*NO WARRANTY[ ]*$/ {
print "{";
print " immediate_quit++;";
}
-/^[ ]*NO WARRANTY[ ]*$/, /^[ ]*END OF TERMS AND CONDITIONS[ ]*$/{
+/^[ ]*15\. Disclaimer of Warranty\.[ ]*$/, /^[ ]*END OF TERMS AND CONDITIONS[ ]*$/{
if (! ($0 ~ /^[ ]*END OF TERMS AND CONDITIONS[ ]*$/))
{
printf " printf_filtered (\"";