From 0da7a994c949ada5e37683fb9d07767798689302 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 21 Dec 1997 14:28:24 +0000 Subject: [PATCH] Charles Mott created these (and told me via email that they were BSD copyright). Use his name, not mine. --- usr.sbin/ppp/alias_cmd.c | 4 ++-- usr.sbin/ppp/alias_cmd.h | 4 ++-- usr.sbin/ppp/nat_cmd.c | 4 ++-- usr.sbin/ppp/nat_cmd.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/usr.sbin/ppp/alias_cmd.c b/usr.sbin/ppp/alias_cmd.c index 166749aa60e5..2268d69a4cc5 100644 --- a/usr.sbin/ppp/alias_cmd.c +++ b/usr.sbin/ppp/alias_cmd.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1997 Brian Somers + * Copyright (c) 1997 Charles Mott * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: alias_cmd.c,v 1.9 1997/12/21 12:11:04 brian Exp $ */ #include diff --git a/usr.sbin/ppp/alias_cmd.h b/usr.sbin/ppp/alias_cmd.h index 50217c701487..9e5e911d385d 100644 --- a/usr.sbin/ppp/alias_cmd.h +++ b/usr.sbin/ppp/alias_cmd.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1997 Brian Somers + * Copyright (c) 1997 Charles Mott * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: alias_cmd.h,v 1.5 1997/12/21 12:11:04 brian Exp $ */ extern int AliasRedirectPort(struct cmdargs const *); diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index 166749aa60e5..2268d69a4cc5 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1997 Brian Somers + * Copyright (c) 1997 Charles Mott * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: alias_cmd.c,v 1.9 1997/12/21 12:11:04 brian Exp $ */ #include diff --git a/usr.sbin/ppp/nat_cmd.h b/usr.sbin/ppp/nat_cmd.h index 50217c701487..9e5e911d385d 100644 --- a/usr.sbin/ppp/nat_cmd.h +++ b/usr.sbin/ppp/nat_cmd.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1997 Brian Somers + * Copyright (c) 1997 Charles Mott * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: alias_cmd.h,v 1.5 1997/12/21 12:11:04 brian Exp $ */ extern int AliasRedirectPort(struct cmdargs const *);