Date: Fri, 8 Jan 2021 11:39:49 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 89c0b4fa1172 - main - Bump some copyrights in mlx5en(4). Message-ID: <202101081139.108BdnGO014659@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=89c0b4fa1172dc7238346f9edb11d0e4a5d8c64e commit 89c0b4fa1172dc7238346f9edb11d0e4a5d8c64e Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2021-01-08 11:21:58 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2021-01-08 11:35:55 +0000 Bump some copyrights in mlx5en(4). MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking --- sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c | 2 +- sys/dev/mlx5/mlx5_en/port_buffer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c b/sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c index ebf61d521cec..f453b4759e27 100644 --- a/sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c +++ b/sys/dev/mlx5/mlx5_en/mlx5_en_port_buffer.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2018 Mellanox Technologies. All rights reserved. + * Copyright (c) 2018-2019 Mellanox Technologies. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/mlx5/mlx5_en/port_buffer.h b/sys/dev/mlx5/mlx5_en/port_buffer.h index 1a64749c4ee5..d16347f31a62 100644 --- a/sys/dev/mlx5/mlx5_en/port_buffer.h +++ b/sys/dev/mlx5/mlx5_en/port_buffer.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2018 Mellanox Technologies. All rights reserved. + * Copyright (c) 2018-2019 Mellanox Technologies. All rights reserved. * * 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?202101081139.108BdnGO014659>