[PATCH] lib: update the licence of the ASN.1 encoder and decoder

James Bottomley posted 1 patch 3 months, 3 weeks ago
There is a newer version of this series
lib/asn1_decoder.c | 2 +-
lib/asn1_encoder.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] lib: update the licence of the ASN.1 encoder and decoder
Posted by James Bottomley 3 months, 3 weeks ago
The open source project leancrypto (github.com/smuellerDD/leancrypto)
has asked to use the ASN.1 encoder/decoder files from the kernel.
Since leancrypto is licensed under BSD-3-Clause the fairest thing to do
for everyone is add BSD-3-Clause as an OR to the SPDX tag so every
project could import them under the same terms.

The copyright holders of both files have agreed to this change.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
---
 lib/asn1_decoder.c | 2 +-
 lib/asn1_encoder.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/asn1_decoder.c b/lib/asn1_decoder.c
index 5738ae286b41..1be81a80aed7 100644
--- a/lib/asn1_decoder.c
+++ b/lib/asn1_decoder.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
 /* Decoder for ASN.1 BER/DER/CER encoded bytestream
  *
  * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
diff --git a/lib/asn1_encoder.c b/lib/asn1_encoder.c
index 92f35aae13b1..e1285208478d 100644
--- a/lib/asn1_encoder.c
+++ b/lib/asn1_encoder.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
 /*
  * Simple encoder primitives for ASN.1 BER/DER/CER
  *
-- 
2.51.0