octeontx2-af: Fix inconsistent license text

Fixed inconsistent license text across the RVU admin
function driver.

Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Sunil Goutham 2021-08-27 17:16:44 +05:30 committed by David S. Miller
parent cb0e3ec4e6
commit c7cd6c5a46
33 changed files with 63 additions and 108 deletions

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for Marvell's OcteonTX2 RVU Admin Function driver
# Makefile for Marvell's RVU Admin Function driver
#
ccflags-y += -I$(src)

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 CGX driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/acpi.h>

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 CGX driver
/* Marvell OcteonTx2 CGX driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef CGX_H

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 CGX driver
/* Marvell OcteonTx2 CGX driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __CGX_FW_INTF_H__

View file

@ -1,11 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
* Copyright (C) 2018 Marvell.
*/
#ifndef COMMON_H

View file

@ -1,7 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RPM driver
/* Marvell CN10K RPM driver
*
* Copyright (C) 2020 Marvell.
*
*/
#ifndef LMAC_COMMON_H

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
@ -412,5 +409,5 @@ const char *otx2_mbox_id2name(u16 id)
}
EXPORT_SYMBOL(otx2_mbox_id2name);
MODULE_AUTHOR("Marvell International Ltd.");
MODULE_AUTHOR("Marvell.");
MODULE_LICENSE("GPL v2");

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef MBOX_H

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef NPC_H

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef NPC_PROFILE_H

View file

@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell PTP driver
*
* Copyright (C) 2020 Marvell International Ltd.
* Copyright (C) 2020 Marvell.
*
*/
#include <linux/bitfield.h>

View file

@ -1,7 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell PTP driver
*
* Copyright (C) 2020 Marvell International Ltd.
* Copyright (C) 2020 Marvell.
*
*/
#ifndef PTP_H

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RPM driver
/* Marvell CN10K RPM driver
*
* Copyright (C) 2020 Marvell.
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RPM driver
/* Marvell CN10K RPM driver
*
* Copyright (C) 2020 Marvell.
*

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef RVU_H

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/types.h>

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell RPM CN10K driver
/* Marvell RPM CN10K driver
*
* Copyright (C) 2020 Marvell.
*/

View file

@ -1,5 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2020 Marvell. */
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2020 Marvell.
*
*/
#include <linux/bitfield.h>
#include <linux/pci.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2019 Marvell International Ltd.
* Copyright (C) 2019 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifdef CONFIG_DEBUG_FS

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Devlink
/* Marvell RVU Admin Function Devlink
*
* Copyright (C) 2020 Marvell.
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Devlink
/* Marvell RVU Admin Function Devlink
*
* Copyright (C) 2020 Marvell.
*

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/bitfield.h>

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2020 Marvell.
*/

View file

@ -1,11 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef RVU_REG_H

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2021 Marvell.
*

View file

@ -1,11 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018 Marvell.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef RVU_STRUCT_H

View file

@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2021 Marvell.
*
*/
#include <linux/bitfield.h>

View file

@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/* Marvell OcteonTx2 RVU Admin Function driver tracepoints
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2020 Marvell.
*
* Copyright (C) 2020 Marvell International Ltd.
*/
#define CREATE_TRACE_POINTS

View file

@ -1,7 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Marvell OcteonTx2 RVU Admin Function driver tracepoints
/* Marvell RVU Admin Function driver
*
* Copyright (C) 2020 Marvell.
*
* Copyright (C) 2020 Marvell International Ltd.
*/
#undef TRACE_SYSTEM