git: 235f2ddf9dff - stable/12 - ena: Switch driver owners from semihalf to amazon in man file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Jan 2023 13:18:09 UTC
The branch stable/12 has been updated by mw: URL: https://cgit.FreeBSD.org/src/commit/?id=235f2ddf9dff5e2377589814927df9bf5a50b4aa commit 235f2ddf9dff5e2377589814927df9bf5a50b4aa Author: Arthur Kiyanovski <akiyano@amazon.com> AuthorDate: 2022-12-13 12:34:08 +0000 Commit: Marcin Wojtas <mw@FreeBSD.org> CommitDate: 2023-01-31 12:46:50 +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. (cherry picked from commit fb47286c38a5315bdd93389b0547b8ccccdc7327) --- 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 6b41a50cf41d..80d82a639a8c 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 @@ -519,10 +519,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 , @@ -535,5 +535,5 @@ driver first appeared in .Sh AUTHORS The .Nm -driver was written by +driver was developed by Amazon and originally written by .An Semihalf.