diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2014-01-01 07:08:11 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2014-01-01 07:08:11 +0000 |
commit | b25c05797536e34f68d99046e4ad09c6fdf00e9c (patch) | |
tree | b53ed2040dc4187b9abaee287b9d9c43c5edb798 /sys/kern | |
parent | aa782bbd25b92573c5332297dd87a1dd8daa9509 (diff) |
copyright++
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/init_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 01061f865ab..185b9ba113c 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.196 2013/12/28 20:52:48 deraadt Exp $ */ +/* $OpenBSD: init_main.c,v 1.197 2014/01/01 07:08:10 fgsch Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -107,7 +107,7 @@ extern void nfs_init(void); const char copyright[] = "Copyright (c) 1982, 1986, 1989, 1991, 1993\n" "\tThe Regents of the University of California. All rights reserved.\n" -"Copyright (c) 1995-2013 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2014 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |