Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp update copyright



details:   https://anonhg.NetBSD.org/src/rev/bc63b24c963a
branches:  trunk
changeset: 472918:bc63b24c963a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed May 12 11:06:00 1999 +0000

description:
update copyright

diffstat:

 usr.bin/ftp/cmds.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 86c3a659e996 -r bc63b24c963a usr.bin/ftp/cmds.c
--- a/usr.bin/ftp/cmds.c        Wed May 12 09:00:11 1999 +0000
+++ b/usr.bin/ftp/cmds.c        Wed May 12 11:06:00 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmds.c,v 1.47 1999/03/08 03:09:08 lukem Exp $  */
+/*     $NetBSD: cmds.c,v 1.48 1999/05/12 11:06:00 lukem Exp $  */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -8,6 +8,9 @@
  * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
  * NASA Ames Research Center.
  *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Luke Mewburn.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -75,7 +78,7 @@
 #if 0
 static char sccsid[] = "@(#)cmds.c     8.6 (Berkeley) 10/9/94";
 #else
-__RCSID("$NetBSD: cmds.c,v 1.47 1999/03/08 03:09:08 lukem Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.48 1999/05/12 11:06:00 lukem Exp $");
 #endif
 #endif /* not lint */
 



Home | Main Index | Thread Index | Old Index