git: fe83abacd4d0 - main - nvme: Add my copyright to logpage.c
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 22:57:49 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=fe83abacd4d097342cabef94b3128cd12c5fdccb
commit fe83abacd4d097342cabef94b3128cd12c5fdccb
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-04-03 18:10:08 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-05 22:53:47 +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
---
sbin/nvmecontrol/logpage.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sbin/nvmecontrol/logpage.c b/sbin/nvmecontrol/logpage.c
index a4004d3fe2ea..0df342fa51e8 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