Skip to content

Commit b4d0d23

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the gnu general public licence as published by the free software foundation either version 2 of the licence or at your option any later version extracted by the scancode license scanner the SPDX license identifier GPL-2.0-or-later has been chosen to replace the boilerplate/reference in 114 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190520170857.552531963@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 68252eb commit b4d0d23

File tree

113 files changed

+113
-566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+113
-566
lines changed

arch/c6x/include/asm/irqflags.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* C6X IRQ flag handling
34
*
45
* Copyright (C) 2010 Texas Instruments Incorporated
56
* Written by Mark Salter (msalter@redhat.com)
6-
*
7-
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public Licence
9-
* as published by the Free Software Foundation; either version
10-
* 2 of the Licence, or (at your option) any later version.
117
*/
128

139
#ifndef _ASM_IRQFLAGS_H

arch/riscv/include/asm/atomic.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/*
23
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
34
* Copyright (C) 2012 Regents of the University of California
45
* Copyright (C) 2017 SiFive
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#ifndef _ASM_RISCV_ATOMIC_H

certs/blacklist.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* System hash blacklist.
23
*
34
* Copyright (C) 2016 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "blacklist: "fmt

certs/system_keyring.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* System trusted keyring for trusted public keys
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/export.h>

crypto/asymmetric_keys/asymmetric_keys.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/* Internal definitions for asymmetric key type
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <keys/asymmetric-type.h>

crypto/asymmetric_keys/asymmetric_type.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Asymmetric public-key cryptography key type
23
*
34
* See Documentation/crypto/asymmetric-keys.txt
45
*
56
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
67
* Written by David Howells (dhowells@redhat.com)
7-
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public Licence
10-
* as published by the Free Software Foundation; either version
11-
* 2 of the Licence, or (at your option) any later version.
128
*/
139
#include <keys/asymmetric-subtype.h>
1410
#include <keys/asymmetric-parser.h>

crypto/asymmetric_keys/mscode_parser.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Parse a Microsoft Individual Code Signing blob
23
*
34
* Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "MSCODE: "fmt

crypto/asymmetric_keys/pkcs7_key_type.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Testing module to load key from trusted PKCS#7 message
23
*
34
* Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "PKCS7key: "fmt

crypto/asymmetric_keys/pkcs7_parser.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* PKCS#7 parser
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "PKCS7: "fmt

crypto/asymmetric_keys/pkcs7_parser.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/* PKCS#7 crypto data parser internal definitions
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/oid_registry.h>

crypto/asymmetric_keys/pkcs7_trust.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Validate the trust chain of a PKCS#7 message.
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "PKCS7: "fmt

crypto/asymmetric_keys/pkcs7_verify.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Verify the signature on a PKCS#7 message.
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "PKCS7: "fmt

crypto/asymmetric_keys/pkcs8_parser.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* PKCS#8 Private Key parser [RFC 5208].
23
*
34
* Copyright (C) 2016 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "PKCS8: "fmt

crypto/asymmetric_keys/public_key.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* In-software asymmetric public-key crypto subtype
23
*
34
* See Documentation/crypto/asymmetric-keys.txt
45
*
56
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
67
* Written by David Howells (dhowells@redhat.com)
7-
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public Licence
10-
* as published by the Free Software Foundation; either version
11-
* 2 of the Licence, or (at your option) any later version.
128
*/
139

1410
#define pr_fmt(fmt) "PKEY: "fmt

crypto/asymmetric_keys/restrict.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Instantiate a public key crypto key from an X.509 Certificate
23
*
34
* Copyright (C) 2012, 2016 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "ASYM: "fmt

crypto/asymmetric_keys/signature.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Signature verification with an asymmetric key
23
*
34
* See Documentation/crypto/asymmetric-keys.txt
45
*
56
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
67
* Written by David Howells (dhowells@redhat.com)
7-
*
8-
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of the GNU General Public Licence
10-
* as published by the Free Software Foundation; either version
11-
* 2 of the Licence, or (at your option) any later version.
128
*/
139

1410
#define pr_fmt(fmt) "SIG: "fmt

crypto/asymmetric_keys/verify_pefile.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Parse a signed PE binary
23
*
34
* Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "PEFILE: "fmt

crypto/asymmetric_keys/verify_pefile.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/* PE Binary parser bits
23
*
34
* Copyright (C) 2014 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <crypto/pkcs7.h>

crypto/asymmetric_keys/x509_cert_parser.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* X.509 certificate parser
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "X.509: "fmt

crypto/asymmetric_keys/x509_parser.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12
/* X.509 certificate parser internal definitions
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/time.h>

crypto/asymmetric_keys/x509_public_key.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Instantiate a public key crypto key from an X.509 Certificate
23
*
34
* Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#define pr_fmt(fmt) "X.509: "fmt

crypto/rsa.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* RSA asymmetric public-key algorithm [RFC3447]
23
*
34
* Copyright (c) 2015, Intel Corporation
45
* Authors: Tadeusz Struk <tadeusz.struk@intel.com>
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/module.h>

drivers/rtc/rtc-st-lpc.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/*
23
* rtc-st-lpc.c - ST's LPC RTC, powered by the Low Power Timer
34
*
@@ -7,11 +8,6 @@
78
* Lee Jones <lee.jones@linaro.org> for STMicroelectronics
89
*
910
* Based on the original driver written by Stuart Menefy.
10-
*
11-
* This program is free software; you can redistribute it and/or
12-
* modify it under the terms of the GNU General Public Licence
13-
* as published by the Free Software Foundation; either version
14-
* 2 of the Licence, or (at your option) any later version.
1511
*/
1612

1713
#include <linux/clk.h>

fs/afs/addr_list.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* Server address list management
23
*
34
* Copyright (C) 2017 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/slab.h>

fs/afs/dir_edit.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* AFS filesystem directory editing
23
*
34
* Copyright (C) 2018 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/kernel.h>

fs/afs/dir_silly.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* AFS silly rename handling
23
*
34
* Copyright (C) 2019 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
56
* - Derived from NFS's sillyrename.
6-
*
7-
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public Licence
9-
* as published by the Free Software Foundation; either version
10-
* 2 of the Licence, or (at your option) any later version.
117
*/
128

139
#include <linux/kernel.h>

fs/afs/dynroot.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-or-later
12
/* AFS dynamic root handling
23
*
34
* Copyright (C) 2018 Red Hat, Inc. All Rights Reserved.
45
* Written by David Howells (dhowells@redhat.com)
5-
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public Licence
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the Licence, or (at your option) any later version.
106
*/
117

128
#include <linux/fs.h>

0 commit comments

Comments
 (0)