aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-02-26 19:56:25 +0800
committerLasse Collin <lasse.collin@tukaani.org>2024-02-28 18:31:04 +0200
commit42ee4256739779005a7f921946c8a8e483d1f2ed (patch)
tree57253d544f8f22a2562100e6edd92ae789883dfb /tests
parentFix typos in NEWS and CMakeLists. (diff)
downloadxz-42ee4256739779005a7f921946c8a8e483d1f2ed.tar.xz
Tests: Correct license header in test_microlzma.c.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_microlzma.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_microlzma.c b/tests/test_microlzma.c
index 0fba9192..43594a0a 100644
--- a/tests/test_microlzma.c
+++ b/tests/test_microlzma.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: 0BSD
+
///////////////////////////////////////////////////////////////////////////////
//
/// \file test_microlzma.c
@@ -5,9 +7,6 @@
//
// Author: Jia Tan
//
-// This file has been put into the public domain.
-// You can do whatever you want with this file.
-//
///////////////////////////////////////////////////////////////////////////////
#include "tests.h"