lzma: Add SPDX-License-Identifier lines

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>
This commit is contained in:
Tom Rini
2025-12-18 17:30:58 -06:00
parent 33c9db62d4
commit 45c5bc2ca5
5 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LZMA-SDK-9.22 */
/* 7zTypes.h -- Basic types
2024-01-24 : Igor Pavlov : Public domain */

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LZMA-SDK-9.22 */
/* Compiler.h : Compiler specific defines and pragmas
: Igor Pavlov : Public domain */

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: LZMA-SDK-9.22
/* LzmaDec.c -- LZMA Decoder
2023-04-07 : Igor Pavlov : Public domain */

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LZMA-SDK-9.22 */
/* LzmaDec.h -- LZMA Decoder
2023-04-02 : Igor Pavlov : Public domain */

View File

@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: LZMA-SDK-9.22 */
/* Precomp.h -- precompilation file
2024-01-25 : Igor Pavlov : Public domain */