diff options
| author | 2017-01-01 07:00:56 +0000 | |
|---|---|---|
| committer | 2017-01-01 07:00:56 +0000 | |
| commit | 0be44d81b62749dd20e4dc762d2f91d8515c24e3 (patch) | |
| tree | 2f127243a5d170a2d450c89ecafc3eec2e34c18b /sys/kern/init_main.c | |
| parent | Switch the arm default config from arm9e (armv5te) to mpcore (armv6k). (diff) | |
| download | wireguard-openbsd-0be44d81b62749dd20e4dc762d2f91d8515c24e3.tar.xz wireguard-openbsd-0be44d81b62749dd20e4dc762d2f91d8515c24e3.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 f90fc05373c..d030dcc0a02 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.263 2016/11/14 10:32:46 mpi Exp $ */ +/* $OpenBSD: init_main.c,v 1.264 2017/01/01 07:00:56 jsg Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -105,7 +105,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-2016 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"; +"Copyright (c) 1995-2017 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |
