diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-12-31 15:32:06 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-12-31 15:32:06 +0000 |
commit | 98b69a5f37fb292a29f2f4b59727f0faf5f3f067 (patch) | |
tree | e48611f7216bfcaae3ff3f8bba3a9fed5da7d4ab /sys/kern | |
parent | e17f23e78aec9c66aa785018550e346d886deaba (diff) |
copyright_year=$(date +%Y)
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 e5a13fa5e31..b51700694f8 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.230 2014/12/28 21:32:45 krw Exp $ */ +/* $OpenBSD: init_main.c,v 1.231 2014/12/31 15:32:05 jsing Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -104,7 +104,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-2014 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; +"Copyright (c) 1995-2015 OpenBSD. All rights reserved. http://www.OpenBSD.org\n"; /* Components of the first process -- never freed. */ struct session session0; |