diff options
author | 2019-09-02 16:36:12 +0000 | |
---|---|---|
committer | 2019-09-02 16:36:12 +0000 | |
commit | a305f3d61899470938d6d20bc0376674d8b447ed (patch) | |
tree | eb12cf0e2be82ccc52be3f6e33b27dedccf12a0a | |
parent | Implement setting the CPU clock for Allwinner A64 SoCs. (diff) | |
download | wireguard-openbsd-a305f3d61899470938d6d20bc0376674d8b447ed.tar.xz wireguard-openbsd-a305f3d61899470938d6d20bc0376674d8b447ed.zip |
Fix copyright lines, the "one-inode file system" in i386_softraid.c is my
invention; and I have had little to do with the i386_installboot.[ch] files.
This was mixed up in the giant reshuffle a few years back. ok jsing@
-rw-r--r-- | usr.sbin/installboot/i386_installboot.c | 3 | ||||
-rw-r--r-- | usr.sbin/installboot/i386_installboot.h | 3 | ||||
-rw-r--r-- | usr.sbin/installboot/i386_softraid.c | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/installboot/i386_installboot.c b/usr.sbin/installboot/i386_installboot.c index 8ff7b09a9b6..bca5e7120dc 100644 --- a/usr.sbin/installboot/i386_installboot.c +++ b/usr.sbin/installboot/i386_installboot.c @@ -1,9 +1,8 @@ -/* $OpenBSD: i386_installboot.c,v 1.32 2019/06/28 13:32:48 deraadt Exp $ */ +/* $OpenBSD: i386_installboot.c,v 1.33 2019/09/02 16:36:12 otto Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* * Copyright (c) 2011 Joel Sing <jsing@openbsd.org> - * Copyright (c) 2010 Otto Moerbeek <otto@openbsd.org> * Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> * Copyright (c) 1997 Michael Shalayeff * Copyright (c) 1994 Paul Kranenburg diff --git a/usr.sbin/installboot/i386_installboot.h b/usr.sbin/installboot/i386_installboot.h index 315e19279af..407c61eeaee 100644 --- a/usr.sbin/installboot/i386_installboot.h +++ b/usr.sbin/installboot/i386_installboot.h @@ -1,7 +1,6 @@ -/* $OpenBSD: i386_installboot.h,v 1.4 2015/10/25 21:21:15 stsp Exp $ */ +/* $OpenBSD: i386_installboot.h,v 1.5 2019/09/02 16:36:12 otto Exp $ */ /* * Copyright (c) 2011 Joel Sing <jsing@openbsd.org> - * Copyright (c) 2010 Otto Moerbeek <otto@openbsd.org> * Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> * Copyright (c) 1997 Michael Shalayeff * Copyright (c) 1994 Paul Kranenburg diff --git a/usr.sbin/installboot/i386_softraid.c b/usr.sbin/installboot/i386_softraid.c index 8790db06806..3e9e60433eb 100644 --- a/usr.sbin/installboot/i386_softraid.c +++ b/usr.sbin/installboot/i386_softraid.c @@ -1,6 +1,7 @@ -/* $OpenBSD: i386_softraid.c,v 1.11 2019/06/28 13:32:48 deraadt Exp $ */ +/* $OpenBSD: i386_softraid.c,v 1.12 2019/09/02 16:36:12 otto Exp $ */ /* * Copyright (c) 2012 Joel Sing <jsing@openbsd.org> + * Copyright (c) 2010 Otto Moerbeek <otto@drijf.net> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |