]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
lzma: Add SPDX-License-Identifier lines
authorTom Rini <trini@konsulko.com>
Thu, 18 Dec 2025 23:30:58 +0000 (17:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jan 2026 20:44:21 +0000 (14:44 -0600)
After consulting https://spdx.org/licenses/ this code should be tagged
with the LZMA-SDK-9.22 identifer, so add them.

Signed-off-by: Tom Rini <trini@konsulko.com>
lib/lzma/7zTypes.h
lib/lzma/Compiler.h
lib/lzma/LzmaDec.c
lib/lzma/LzmaDec.h
lib/lzma/Precomp.h

index 18c804cf3b2980df86bc2c0155a2e9f946784250..89f40f2a66e66b458fa393d1c306b83058fe5f1b 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LZMA-SDK-9.22 */
 /* 7zTypes.h -- Basic types
 2024-01-24 : Igor Pavlov : Public domain */
 
index ee9afcee4dfd9dc349553ac7316336ccdfc4a3a8..b1d682e19aa43c1bca46345407a785908cc829d9 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LZMA-SDK-9.22 */
 /* Compiler.h : Compiler specific defines and pragmas
 : Igor Pavlov : Public domain */
 
index 9cbe36af7182a9a29de42f37b6f2d67be2fa6138..f509afcf31fd2dd6f97798da2c5d2936b1a7c1f4 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: LZMA-SDK-9.22
 /* LzmaDec.c -- LZMA Decoder
 2023-04-07 : Igor Pavlov : Public domain */
 
index 9e0ef3ef58353327a2e2d7256ac3686373691f4f..6f1207488b28d26181f472ce3b3bc0de4a70f6bf 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LZMA-SDK-9.22 */
 /* LzmaDec.h -- LZMA Decoder
 2023-04-02 : Igor Pavlov : Public domain */
 
index 38f3d1eb6fdb240f7bed5096957766ef919535b0..bcdf3d57b6c8e698a74b1b4ac7ac5ff56d6bd980 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LZMA-SDK-9.22 */
 /* Precomp.h -- precompilation file
 2024-01-25 : Igor Pavlov : Public domain */