git: fb47286c38a5 - main - ena: Switch driver owners from semihalf to amazon in man file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 16:09:08 UTC
The branch main has been updated by mw:
URL: https://cgit.FreeBSD.org/src/commit/?id=fb47286c38a5315bdd93389b0547b8ccccdc7327
commit fb47286c38a5315bdd93389b0547b8ccccdc7327
Author: Arthur Kiyanovski <akiyano@amazon.com>
AuthorDate: 2022-12-13 12:34:08 +0000
Commit: Marcin Wojtas <mw@FreeBSD.org>
CommitDate: 2023-01-13 16:06:43 +0000
ena: Switch driver owners from semihalf to amazon in man file
1. Update ena.4 manual file to include amazon owner emails.
2. State that the driver is developed by amazon but leave
that it was originally written by Semihalf, similarly to other
drivers in the /share/man/ directory of the FreeBSD source code.
3. Advance year in copyright notice to 2022.
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
---
share/man/man4/ena.4 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/share/man/man4/ena.4 b/share/man/man4/ena.4
index ba9654c8c19a..744b0bd236ee 100644
--- a/share/man/man4/ena.4
+++ b/share/man/man4/ena.4
@@ -1,6 +1,6 @@
.\" SPDX-License-Identifier: BSD-2-Clause
.\"
-.\" Copyright (c) 2015-2020 Amazon.com, Inc. or its affiliates.
+.\" Copyright (c) 2015-2022 Amazon.com, Inc. or its affiliates.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -516,10 +516,10 @@ for more details.
.Sh SUPPORT
If an issue is identified with the released source code with a supported
adapter, please email the specific information related to the issue to
-.Aq Mt mk@semihalf.com ,
-.Aq Mt dgr@semihalf.com
+.Aq Mt akiyano@amazon.com ,
+.Aq Mt osamaabb@amazon.com
and
-.Aq Mt mw@semihalf.com .
+.Aq Mt darinzon@amazon.com .
.Sh SEE ALSO
.Xr netmap 4 ,
.Xr vlan 4 ,
@@ -532,5 +532,5 @@ driver first appeared in
.Sh AUTHORS
The
.Nm
-driver was written by
+driver was developed by Amazon and originally written by
.An Semihalf .