lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 30 Mar 2021 15:22:03 +0800
From:   Leo Yan <leo.yan@...aro.org>
To:     Hao Fang <fanghao11@...wei.com>
Cc:     jassisinghbrar@...il.com, linux-kernel@...r.kernel.org,
        prime.zeng@...ilicon.com
Subject: Re: [PATCH] mailbox: hisilicon: Use the correct HiSilicon copyright

On Tue, Mar 30, 2021 at 02:48:40PM +0800, Hao Fang wrote:
> s/Hisilicon/HiSilicon/g.
> It should use capital S, according to
> https://www.hisilicon.com/en/terms-of-use.
> 
> Signed-off-by: Hao Fang <fanghao11@...wei.com>

Though the kernel has tons of "Hisilicon", for this patch:

Reviewed-by: Leo Yan <leo.yan@...aro.org>

> ---
>  drivers/mailbox/hi3660-mailbox.c | 4 ++--
>  drivers/mailbox/hi6220-mailbox.c | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/mailbox/hi3660-mailbox.c b/drivers/mailbox/hi3660-mailbox.c
> index 53f4bc2..45c6d69 100644
> --- a/drivers/mailbox/hi3660-mailbox.c
> +++ b/drivers/mailbox/hi3660-mailbox.c
> @@ -1,5 +1,5 @@
>  // SPDX-License-Identifier: GPL-2.0
> -// Copyright (c) 2017-2018 Hisilicon Limited.
> +// Copyright (c) 2017-2018 HiSilicon Limited.
>  // Copyright (c) 2017-2018 Linaro Limited.
>  
>  #include <linux/bitops.h>
> @@ -297,5 +297,5 @@ static void __exit hi3660_mbox_exit(void)
>  module_exit(hi3660_mbox_exit);
>  
>  MODULE_LICENSE("GPL");
> -MODULE_DESCRIPTION("Hisilicon Hi3660 Mailbox Controller");
> +MODULE_DESCRIPTION("HiSilicon Hi3660 Mailbox Controller");
>  MODULE_AUTHOR("Leo Yan <leo.yan@...aro.org>");
> diff --git a/drivers/mailbox/hi6220-mailbox.c b/drivers/mailbox/hi6220-mailbox.c
> index cc236ac..9fdc25e 100644
> --- a/drivers/mailbox/hi6220-mailbox.c
> +++ b/drivers/mailbox/hi6220-mailbox.c
> @@ -1,8 +1,8 @@
>  // SPDX-License-Identifier: GPL-2.0-only
>  /*
> - * Hisilicon's Hi6220 mailbox driver
> + * HiSilicon's Hi6220 mailbox driver
>   *
> - * Copyright (c) 2015 Hisilicon Limited.
> + * Copyright (c) 2015 HiSilicon Limited.
>   * Copyright (c) 2015 Linaro Limited.
>   *
>   * Author: Leo Yan <leo.yan@...aro.org>
> -- 
> 2.8.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ