diff options
Diffstat (limited to 'contrib/awk')
-rw-r--r-- | contrib/awk/FREEBSD-upgrade | 2 | ||||
-rw-r--r-- | contrib/awk/awk.h | 2 | ||||
-rw-r--r-- | contrib/awk/builtin.c | 2 | ||||
-rw-r--r-- | contrib/awk/doc/awk.1 | 2 | ||||
-rw-r--r-- | contrib/awk/eval.c | 2 | ||||
-rw-r--r-- | contrib/awk/field.c | 2 | ||||
-rw-r--r-- | contrib/awk/io.c | 2 | ||||
-rw-r--r-- | contrib/awk/main.c | 2 | ||||
-rw-r--r-- | contrib/awk/node.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/contrib/awk/FREEBSD-upgrade b/contrib/awk/FREEBSD-upgrade index 97e4270e182c..e23bcea5dbd0 100644 --- a/contrib/awk/FREEBSD-upgrade +++ b/contrib/awk/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/contrib/awk/FREEBSD-upgrade,v 1.5.2.1 1999/12/08 17:57:51 sheldonh Exp $ Import of GNU awk 3.0.4 diff --git a/contrib/awk/awk.h b/contrib/awk/awk.h index 621a98109574..dfad49cccb6f 100644 --- a/contrib/awk/awk.h +++ b/contrib/awk/awk.h @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/awk.h,v 1.4.2.1 1999/12/08 17:57:54 sheldonh Exp $ */ /* ------------------------------ Includes ------------------------------ */ diff --git a/contrib/awk/builtin.c b/contrib/awk/builtin.c index 0fee05459a2a..8178c583ddbf 100644 --- a/contrib/awk/builtin.c +++ b/contrib/awk/builtin.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/builtin.c,v 1.5.2.1 1999/12/08 17:57:55 sheldonh Exp $ */ diff --git a/contrib/awk/doc/awk.1 b/contrib/awk/doc/awk.1 index 807f79f156b9..28322e10d63e 100644 --- a/contrib/awk/doc/awk.1 +++ b/contrib/awk/doc/awk.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/contrib/awk/doc/awk.1,v 1.3.2.1 1999/12/08 17:58:01 sheldonh Exp $ .ds PX \s-1POSIX\s+1 .ds UX \s-1UNIX\s+1 .ds AN \s-1ANSI\s+1 diff --git a/contrib/awk/eval.c b/contrib/awk/eval.c index 37c5fef86789..37adf2acd3be 100644 --- a/contrib/awk/eval.c +++ b/contrib/awk/eval.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/eval.c,v 1.3.2.1 1999/12/08 17:57:56 sheldonh Exp $ */ #include "awk.h" diff --git a/contrib/awk/field.c b/contrib/awk/field.c index 72cbd78e8c20..19403bab9c05 100644 --- a/contrib/awk/field.c +++ b/contrib/awk/field.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/field.c,v 1.3.2.1 1999/12/08 17:57:56 sheldonh Exp $ */ #include "awk.h" diff --git a/contrib/awk/io.c b/contrib/awk/io.c index 0a24f8af30ce..0b796170436a 100644 --- a/contrib/awk/io.c +++ b/contrib/awk/io.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/io.c,v 1.3.2.1 1999/12/08 17:57:57 sheldonh Exp $ */ #include "awk.h" diff --git a/contrib/awk/main.c b/contrib/awk/main.c index 27452f00aed3..db972f72b1f5 100644 --- a/contrib/awk/main.c +++ b/contrib/awk/main.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/main.c,v 1.3.2.1 1999/12/08 17:57:57 sheldonh Exp $ */ #include "awk.h" diff --git a/contrib/awk/node.c b/contrib/awk/node.c index a8892a35678b..5691757453d3 100644 --- a/contrib/awk/node.c +++ b/contrib/awk/node.c @@ -22,7 +22,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $FreeBSD$ + * $FreeBSD: src/contrib/awk/node.c,v 1.3.2.1 1999/12/08 17:57:57 sheldonh Exp $ */ #include "awk.h" |