Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/user Add RCS Id and Copyright.



details:   https://anonhg.NetBSD.org/src/rev/f7f96deca387
branches:  trunk
changeset: 481606:f7f96deca387
user:      agc <agc%NetBSD.org@localhost>
date:      Wed Feb 02 15:12:10 2000 +0000

description:
Add RCS Id and Copyright.

diffstat:

 usr.sbin/user/user.c |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 8a6595187b18 -r f7f96deca387 usr.sbin/user/user.c
--- a/usr.sbin/user/user.c      Wed Feb 02 14:54:50 2000 +0000
+++ b/usr.sbin/user/user.c      Wed Feb 02 15:12:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: user.c,v 1.10 1999/12/31 21:58:14 agc Exp $ */
+/* $NetBSD: user.c,v 1.11 2000/02/02 15:12:10 agc Exp $ */
 
 /*
  * Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -30,6 +30,15 @@
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+#include <sys/cdefs.h>
+
+#ifndef lint
+__COPYRIGHT(
+       "@(#) Copyright (c) 1999 \
+               The NetBSD Foundation, Inc.  All rights reserved.");
+__RCSID("$NetBSD: user.c,v 1.11 2000/02/02 15:12:10 agc Exp $");
+#endif
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index