Date: Sat, 7 Jan 2023 20:22:35 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 538b73578b91 - main - kboot: hostdisk.c update copyright notice Message-ID: <202301072022.307KMZaV069818@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=538b73578b9190af1b2fd57ca886c79b40aa1c17 commit 538b73578b9190af1b2fd57ca886c79b40aa1c17 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-12-13 05:37:35 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-07 20:16:19 +0000 kboot: hostdisk.c update copyright notice I've rewritten a substantial portion of this file, so add Netflix copyright. Sponsored by: Netflix --- stand/kboot/hostdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/kboot/hostdisk.c b/stand/kboot/hostdisk.c index d83161f5bfee..bc31bef8e6d0 100644 --- a/stand/kboot/hostdisk.c +++ b/stand/kboot/hostdisk.c @@ -1,6 +1,7 @@ /*- * Copyright (C) 2014 Nathan Whitehorn * All rights reserved. + * Copyright 2022 Netflix, Inc * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301072022.307KMZaV069818>