git: 4837e07cd2af - stable/14 - nvme: Add my copyright to logpage.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 01:06:34 UTC
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=4837e07cd2af5d2698ed1fdb25ab7f3ece566917 commit 4837e07cd2af5d2698ed1fdb25ab7f3ece566917 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-04-03 18:10:08 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2024-08-26 18:31:02 +0000 nvme: Add my copyright to logpage.c Reflect the command line refactoring I did, and other changes. git blame says I'm to blame for ~1/4 of this file. Sponsored by: Netflix (cherry picked from commit fe83abacd4d097342cabef94b3128cd12c5fdccb) --- sbin/nvmecontrol/logpage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/nvmecontrol/logpage.c b/sbin/nvmecontrol/logpage.c index 8c03aa6fb7f4..6bdf83abefea 100644 --- a/sbin/nvmecontrol/logpage.c +++ b/sbin/nvmecontrol/logpage.c @@ -6,6 +6,7 @@ * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. + * Copyright (C) 2016-2023 Warner Losh <imp@FreeBSD.org> * Copyright (C) 2018-2019 Alexander Motin <mav@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without