Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2021 22:12:33 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: 6d6cca363392 - main - nvmecontrol: update copyright on passthru command
Message-ID:  <202105062212.146MCX9x054235@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=6d6cca363392943689204f920fa2da9226e42056

commit 6d6cca363392943689204f920fa2da9226e42056
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-05-06 22:05:42 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-05-06 22:09:31 +0000

    nvmecontrol: update copyright on passthru command
    
    I wrote this code, not Intel, so put my copyright on this. I mistakenly
    copied it for the initial commit.
    
    Sponsored by:           Netflix
---
 sbin/nvmecontrol/passthru.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sbin/nvmecontrol/passthru.c b/sbin/nvmecontrol/passthru.c
index 8284261b769b..0b24d7b1ea1f 100644
--- a/sbin/nvmecontrol/passthru.c
+++ b/sbin/nvmecontrol/passthru.c
@@ -1,8 +1,7 @@
 /*-
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
- * Copyright (C) 2012-2013 Intel Corporation
- * All rights reserved.
+ * Copyright (c) 2019-2021 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?202105062212.146MCX9x054235>