All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: netlogic: Add SPDX-License-Identifier in platform_net.h
@ 2019-02-23  7:01 Bhagyashri Dighole
  2019-02-23  7:17 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 4+ messages in thread
From: Bhagyashri Dighole @ 2019-02-23  7:01 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Outreachy

Adds the SPDX GPL-2.0 or BSD-2-CLAUSE license identifier, which solves
the checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1".
Adds GNU term: "Redistributions of source code must retain the above
copyright".

Signed-off-by: Bhagyashri Dighole <digholebhagyashri@gmail.com>
---
 drivers/staging/netlogic/platform_net.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/netlogic/platform_net.h b/drivers/staging/netlogic/platform_net.h
index e1b27f6..2265927 100644
--- a/drivers/staging/netlogic/platform_net.h
+++ b/drivers/staging/netlogic/platform_net.h
@@ -1,9 +1,10 @@
-/*
+/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-CLAUSE)
  * Copyright (c) 2003-2012 Broadcom Corporation
  * All Rights Reserved
  *
  * This software is available to you under a choice of one of two
  * licenses.  You may choose to be licensed under the terms of the GNU
+ * 1. Redistributions of source code must retain the above copyright
  * General Public License (GPL) Version 2, available from the file
  * COPYING in the main directory of this source tree, or the Broadcom
  * license below:
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-23  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-23  7:01 [PATCH] staging: netlogic: Add SPDX-License-Identifier in platform_net.h Bhagyashri Dighole
2019-02-23  7:17 ` [Outreachy kernel] " Julia Lawall
2019-02-23  7:42   ` Bhagyashri Dighole
2019-02-23  8:25     ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.