diff options
author | 2012-01-01 12:17:33 +0000 | |
---|---|---|
committer | 2012-01-01 12:17:33 +0000 | |
commit | 19430462732a5574512fce83a4ff4a45093322d8 (patch) | |
tree | ff94e8c38313f43ded0179285adb67536ac2ed37 | |
parent | Fix thinko in previous (diff) | |
download | wireguard-openbsd-19430462732a5574512fce83a4ff4a45093322d8.tar.xz wireguard-openbsd-19430462732a5574512fce83a4ff4a45093322d8.zip |
copyright++
-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 b2362b29af3..a3b43e4ec28 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.180 2011/07/07 18:00:33 guenther Exp $ */ +/* $OpenBSD: init_main.c,v 1.181 2012/01/01 12:17:33 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-2011 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2012 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |