Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/kern Pull up revision 1.215 (requested by fair in t...
details: https://anonhg.NetBSD.org/src/rev/b34283619809
branches: netbsd-1-6
changeset: 530220:b34283619809
user: tron <tron%NetBSD.org@localhost>
date: Mon Jun 02 09:29:21 2003 +0000
description:
Pull up revision 1.215 (requested by fair in ticket #1303):
Update copyright notice.
diffstat:
sys/kern/init_main.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c4078f2c762b -r b34283619809 sys/kern/init_main.c
--- a/sys/kern/init_main.c Sun May 25 12:16:26 2003 +0000
+++ b/sys/kern/init_main.c Mon Jun 02 09:29:21 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_main.c,v 1.199.8.1 2002/12/15 11:21:52 jmc Exp $ */
+/* $NetBSD: init_main.c,v 1.199.8.2 2003/06/02 09:29:21 tron Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou. All rights reserved.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.199.8.1 2002/12/15 11:21:52 jmc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.199.8.2 2003/06/02 09:29:21 tron Exp $");
#include "fs_nfs.h"
#include "opt_nfsserver.h"
@@ -116,7 +116,7 @@
#include <net/raw_cb.h>
const char copyright[] =
-"Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002\n"
+"Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003\n"
" The NetBSD Foundation, Inc. All rights reserved.\n"
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
" The Regents of the University of California. All rights reserved.\n"
Home |
Main Index |
Thread Index |
Old Index