copyright++;
This commit is contained in:
parent
f437ff84be
commit
cc712618e1
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: init_main.c,v 1.323 2023/12/11 22:12:53 kettenis Exp $ */
|
/* $OpenBSD: init_main.c,v 1.324 2024/01/01 07:00:18 jsgs Exp $ */
|
||||||
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
|
/* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -106,8 +106,8 @@ extern void stoeplitz_init(void);
|
|||||||
const char copyright[] =
|
const char copyright[] =
|
||||||
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
|
"Copyright (c) 1982, 1986, 1989, 1991, 1993\n"
|
||||||
"\tThe Regents of the University of California. All rights reserved.\n"
|
"\tThe Regents of the University of California. All rights reserved.\n"
|
||||||
"Copyright (c) 1995-2023 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"
|
"Copyright (c) 1995-2024 OpenBSD. All rights reserved. https://www.OpenBSD.org\n"
|
||||||
"Copyright (c) 2018-2023 SecBSD. All rights reserved. https://secbsd.org\n";
|
"Copyright (c) 2018-2024 SecBSD. All rights reserved. https://secbsd.org\n";
|
||||||
|
|
||||||
/* Components of the first process -- never freed. */
|
/* Components of the first process -- never freed. */
|
||||||
struct session session0;
|
struct session session0;
|
||||||
|
Loading…
Reference in New Issue
Block a user