diff options
| author | 2011-01-01 06:54:51 +0000 | |
|---|---|---|
| committer | 2011-01-01 06:54:51 +0000 | |
| commit | ad88aeb338ed5318065430f1eb9a5e8c2605a745 (patch) | |
| tree | 026ac06fce220ee9e81796880c37fe41cf8aa18f /sys/kern/init_main.c | |
| parent | Last few tables that should be const. (diff) | |
| download | wireguard-openbsd-ad88aeb338ed5318065430f1eb9a5e8c2605a745.tar.xz wireguard-openbsd-ad88aeb338ed5318065430f1eb9a5e8c2605a745.zip | |
copyright++;
Diffstat (limited to 'sys/kern/init_main.c')
| -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 61805f1e16c..cb964b3a96f 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.172 2010/12/21 14:56:24 claudio Exp $ */ +/* $OpenBSD: init_main.c,v 1.173 2011/01/01 06:54:51 deraadt 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-2010 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2011 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |
