diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-12 17:09:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-14 18:31:16 +0200 |
commit | 22af94128b89a131f5e58ae69bee5e50227c15da (patch) | |
tree | ccc9899891b9561873c903ff963e2d3b51030385 /src/xzdec | |
parent | liblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. (diff) | |
download | xz-22af94128b89a131f5e58ae69bee5e50227c15da.tar.xz |
Add SPDX license identifier into 0BSD source code files.
Diffstat (limited to 'src/xzdec')
-rw-r--r-- | src/xzdec/Makefile.am | 3 | ||||
-rw-r--r-- | src/xzdec/lzmadec_w32res.rc | 2 | ||||
-rw-r--r-- | src/xzdec/xzdec.c | 2 | ||||
-rw-r--r-- | src/xzdec/xzdec_w32res.rc | 2 |
4 files changed, 7 insertions, 2 deletions
diff --git a/src/xzdec/Makefile.am b/src/xzdec/Makefile.am index 4dcaf584..31a6508c 100644 --- a/src/xzdec/Makefile.am +++ b/src/xzdec/Makefile.am @@ -1,6 +1,5 @@ -## +## SPDX-License-Identifier: 0BSD ## Author: Lasse Collin -## # Windows resource compiler support. It's fine to use xz_CPPFLAGS # also for lzmadec. diff --git a/src/xzdec/lzmadec_w32res.rc b/src/xzdec/lzmadec_w32res.rc index 7e4b9146..b4b89b1f 100644 --- a/src/xzdec/lzmadec_w32res.rc +++ b/src/xzdec/lzmadec_w32res.rc @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: 0BSD */ + /* * Author: Lasse Collin */ diff --git a/src/xzdec/xzdec.c b/src/xzdec/xzdec.c index 6f150bd7..6fd0be39 100644 --- a/src/xzdec/xzdec.c +++ b/src/xzdec/xzdec.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: 0BSD + /////////////////////////////////////////////////////////////////////////////// // /// \file xzdec.c diff --git a/src/xzdec/xzdec_w32res.rc b/src/xzdec/xzdec_w32res.rc index 42c119e5..fdbb1024 100644 --- a/src/xzdec/xzdec_w32res.rc +++ b/src/xzdec/xzdec_w32res.rc @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: 0BSD */ + /* * Author: Lasse Collin */ |