aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-12 17:09:10 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 18:31:16 +0200
commit22af94128b89a131f5e58ae69bee5e50227c15da (patch)
treeccc9899891b9561873c903ff963e2d3b51030385 /src/xz
parentliblzma: Sync the AUTHORS fix about SHA-256 to lzma.h. (diff)
downloadxz-22af94128b89a131f5e58ae69bee5e50227c15da.tar.xz
Add SPDX license identifier into 0BSD source code files.
Diffstat (limited to 'src/xz')
-rw-r--r--src/xz/Makefile.am3
-rw-r--r--src/xz/args.c2
-rw-r--r--src/xz/args.h2
-rw-r--r--src/xz/coder.c2
-rw-r--r--src/xz/coder.h2
-rw-r--r--src/xz/file_io.c2
-rw-r--r--src/xz/file_io.h2
-rw-r--r--src/xz/hardware.c2
-rw-r--r--src/xz/hardware.h2
-rw-r--r--src/xz/list.c2
-rw-r--r--src/xz/list.h2
-rw-r--r--src/xz/main.c2
-rw-r--r--src/xz/main.h2
-rw-r--r--src/xz/message.c2
-rw-r--r--src/xz/message.h2
-rw-r--r--src/xz/mytime.c2
-rw-r--r--src/xz/mytime.h2
-rw-r--r--src/xz/options.c2
-rw-r--r--src/xz/options.h2
-rw-r--r--src/xz/private.h2
-rw-r--r--src/xz/signals.c2
-rw-r--r--src/xz/signals.h2
-rw-r--r--src/xz/suffix.c2
-rw-r--r--src/xz/suffix.h2
-rw-r--r--src/xz/util.c2
-rw-r--r--src/xz/util.h2
-rw-r--r--src/xz/xz_w32res.rc2
27 files changed, 53 insertions, 2 deletions
diff --git a/src/xz/Makefile.am b/src/xz/Makefile.am
index 159865ca..847405d7 100644
--- a/src/xz/Makefile.am
+++ b/src/xz/Makefile.am
@@ -1,6 +1,5 @@
-##
+## SPDX-License-Identifier: 0BSD
## Author: Lasse Collin
-##
bin_PROGRAMS = xz
diff --git a/src/xz/args.c b/src/xz/args.c
index c3e72b95..de84950a 100644
--- a/src/xz/args.c
+++ b/src/xz/args.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file args.c
diff --git a/src/xz/args.h b/src/xz/args.h
index 35eb1a63..e693ecd6 100644
--- a/src/xz/args.h
+++ b/src/xz/args.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file args.h
diff --git a/src/xz/coder.c b/src/xz/coder.c
index 392849ec..4efaa802 100644
--- a/src/xz/coder.c
+++ b/src/xz/coder.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file coder.c
diff --git a/src/xz/coder.h b/src/xz/coder.h
index 8f7bfde4..a7feeb9c 100644
--- a/src/xz/coder.h
+++ b/src/xz/coder.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file coder.h
diff --git a/src/xz/file_io.c b/src/xz/file_io.c
index 7e8a5c79..876ee4de 100644
--- a/src/xz/file_io.c
+++ b/src/xz/file_io.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file file_io.c
diff --git a/src/xz/file_io.h b/src/xz/file_io.h
index d5dfd828..b16a8faa 100644
--- a/src/xz/file_io.h
+++ b/src/xz/file_io.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file file_io.h
diff --git a/src/xz/hardware.c b/src/xz/hardware.c
index bc2f52bd..952652fe 100644
--- a/src/xz/hardware.c
+++ b/src/xz/hardware.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file hardware.c
diff --git a/src/xz/hardware.h b/src/xz/hardware.h
index 8a5443a0..25b351e3 100644
--- a/src/xz/hardware.h
+++ b/src/xz/hardware.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file hardware.h
diff --git a/src/xz/list.c b/src/xz/list.c
index 561e63e5..6c1167ba 100644
--- a/src/xz/list.c
+++ b/src/xz/list.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file list.c
diff --git a/src/xz/list.h b/src/xz/list.h
index 5d1084a0..805880de 100644
--- a/src/xz/list.h
+++ b/src/xz/list.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file list.h
diff --git a/src/xz/main.c b/src/xz/main.c
index 26bcb997..14502573 100644
--- a/src/xz/main.c
+++ b/src/xz/main.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file main.c
diff --git a/src/xz/main.h b/src/xz/main.h
index ca2a7f32..a8a1b457 100644
--- a/src/xz/main.h
+++ b/src/xz/main.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file main.h
diff --git a/src/xz/message.c b/src/xz/message.c
index cc397d7b..46d7f0c8 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file message.c
diff --git a/src/xz/message.h b/src/xz/message.h
index 21412d26..fd3333a7 100644
--- a/src/xz/message.h
+++ b/src/xz/message.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file message.h
diff --git a/src/xz/mytime.c b/src/xz/mytime.c
index b3be80f5..7d9a27d5 100644
--- a/src/xz/mytime.c
+++ b/src/xz/mytime.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file mytime.c
diff --git a/src/xz/mytime.h b/src/xz/mytime.h
index 6810cc0b..6dfaeae9 100644
--- a/src/xz/mytime.h
+++ b/src/xz/mytime.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file mytime.h
diff --git a/src/xz/options.c b/src/xz/options.c
index beef011c..bc8bc1a6 100644
--- a/src/xz/options.c
+++ b/src/xz/options.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file options.c
diff --git a/src/xz/options.h b/src/xz/options.h
index 7c88f304..4a1314db 100644
--- a/src/xz/options.h
+++ b/src/xz/options.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file options.h
diff --git a/src/xz/private.h b/src/xz/private.h
index 50937fe1..0ab2ab4e 100644
--- a/src/xz/private.h
+++ b/src/xz/private.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file private.h
diff --git a/src/xz/signals.c b/src/xz/signals.c
index 553271c9..13cc4c2b 100644
--- a/src/xz/signals.c
+++ b/src/xz/signals.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file signals.c
diff --git a/src/xz/signals.h b/src/xz/signals.h
index 2740f49f..629335d4 100644
--- a/src/xz/signals.h
+++ b/src/xz/signals.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file signals.h
diff --git a/src/xz/suffix.c b/src/xz/suffix.c
index a8d9cc21..1d548e48 100644
--- a/src/xz/suffix.c
+++ b/src/xz/suffix.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file suffix.c
diff --git a/src/xz/suffix.h b/src/xz/suffix.h
index e45a16ce..f59e3123 100644
--- a/src/xz/suffix.h
+++ b/src/xz/suffix.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file suffix.h
diff --git a/src/xz/util.c b/src/xz/util.c
index 4405b526..0d339aed 100644
--- a/src/xz/util.c
+++ b/src/xz/util.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file util.c
diff --git a/src/xz/util.h b/src/xz/util.h
index f5f56ed6..a2fdd059 100644
--- a/src/xz/util.h
+++ b/src/xz/util.h
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file util.h
diff --git a/src/xz/xz_w32res.rc b/src/xz/xz_w32res.rc
index a71afa5b..e80903eb 100644
--- a/src/xz/xz_w32res.rc
+++ b/src/xz/xz_w32res.rc
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: 0BSD */
+
/*
* Author: Lasse Collin
*/