summaryrefslogtreecommitdiffstats
path: root/contrib/awk/main.c
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>1999-09-27 08:57:04 +0000
committersheldonh <sheldonh@FreeBSD.org>1999-09-27 08:57:04 +0000
commitfd12515e9fc4be7176fa5d58edeef092e5b4e09d (patch)
tree8e801099997d6dd9285e5794abcda7b7cdfdd155 /contrib/awk/main.c
parentb54765f9845daf3cf7b91b9709780162d1a3e9f3 (diff)
downloadFreeBSD-src-fd12515e9fc4be7176fa5d58edeef092e5b4e09d.zip
FreeBSD-src-fd12515e9fc4be7176fa5d58edeef092e5b4e09d.tar.gz
Fix conflicts. Add $FreeBSD$ as needed.
Diffstat (limited to 'contrib/awk/main.c')
-rw-r--r--contrib/awk/main.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/awk/main.c b/contrib/awk/main.c
index 92445de..27452f0 100644
--- a/contrib/awk/main.c
+++ b/contrib/awk/main.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-1997 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-1999 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -21,6 +21,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ *
+ * $FreeBSD$
*/
#include "awk.h"
@@ -439,8 +441,8 @@ FILE *fp;
fputs("\t-W traditional\t\t--traditional\n", fp);
fputs("\t-W usage\t\t--usage\n", fp);
fputs("\t-W version\t\t--version\n", fp);
- fputs("\nReport bugs to bug-gnu-utils@prep.ai.mit.edu,\n", fp);
- fputs("with a Cc: to arnold@gnu.ai.mit.edu\n", fp);
+ fputs("\nReport bugs to bug-gnu-utils@gnu.org,\n", fp);
+ fputs("with a Cc: to arnold@gnu.org\n", fp);
exit(exitval);
}
@@ -450,7 +452,7 @@ static void
copyleft()
{
static char blurb_part1[] =
-"Copyright (C) 1989, 1991-1997 Free Software Foundation.\n\
+"Copyright (C) 1989, 1991-1999 Free Software Foundation.\n\
\n\
This program is free software; you can redistribute it and/or modify\n\
it under the terms of the GNU General Public License as published by\n\
OpenPOWER on IntegriCloud