From owner-cvs-bin Sun Dec 21 04:14:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA26042 for cvs-bin-outgoing; Sun, 21 Dec 1997 04:14:49 -0800 (PST) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA26020; Sun, 21 Dec 1997 04:14:32 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA07265; Sun, 21 Dec 1997 04:11:14 -0800 (PST) Date: Sun, 21 Dec 1997 04:11:14 -0800 (PST) Message-Id: <199712211211.EAA07265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/bin/date vary.c vary.h src/usr.sbin/ppp alias_cmd.c alias_cmd.h async.h deflate.c deflate.h defs.c id.c id.h iplist.c iplist.h loadalias.c loadalias.h log.c log.h phase.c pred.c server.c server.h sig.c sig.h throughput.c throughput.h ... Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/21 04:11:14 PST Modified files: bin/date vary.c vary.h usr.sbin/ppp alias_cmd.c alias_cmd.h async.h deflate.c deflate.h defs.c id.c id.h iplist.c iplist.h loadalias.c loadalias.h log.c log.h phase.c pred.c server.c server.h sig.c sig.h throughput.c throughput.h tun.c tun.h vjcomp.h usr.sbin/pppctl pppctl.c Log: Add (BSD) copyright headers. Revision Changes Path 1.3 +28 -0 src/bin/date/vary.c 1.3 +28 -0 src/bin/date/vary.h 1.9 +26 -2 src/usr.sbin/ppp/alias_cmd.c 1.5 +26 -2 src/usr.sbin/ppp/alias_cmd.h 1.2 +26 -2 src/usr.sbin/ppp/async.h 1.4 +26 -2 src/usr.sbin/ppp/deflate.c 1.3 +26 -2 src/usr.sbin/ppp/deflate.h 1.6 +26 -2 src/usr.sbin/ppp/defs.c 1.4 +26 -2 src/usr.sbin/ppp/id.c 1.2 +26 -2 src/usr.sbin/ppp/id.h 1.2 +26 -2 src/usr.sbin/ppp/iplist.c 1.2 +26 -2 src/usr.sbin/ppp/iplist.h 1.12 +26 -2 src/usr.sbin/ppp/loadalias.c 1.4 +26 -2 src/usr.sbin/ppp/loadalias.h 1.23 +26 -2 src/usr.sbin/ppp/log.c 1.18 +26 -2 src/usr.sbin/ppp/log.h 1.6 +26 -2 src/usr.sbin/ppp/phase.c 1.19 +27 -7 src/usr.sbin/ppp/pred.c 1.14 +26 -2 src/usr.sbin/ppp/server.c 1.4 +26 -2 src/usr.sbin/ppp/server.h 1.11 +26 -2 src/usr.sbin/ppp/sig.c 1.11 +26 -2 src/usr.sbin/ppp/sig.h 1.4 +26 -2 src/usr.sbin/ppp/throughput.c 1.2 +26 -2 src/usr.sbin/ppp/throughput.h 1.4 +26 -2 src/usr.sbin/ppp/tun.c 1.3 +26 -2 src/usr.sbin/ppp/tun.h 1.4 +26 -2 src/usr.sbin/ppp/vjcomp.h 1.14 +26 -2 src/usr.sbin/pppctl/pppctl.c