mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Tests: Correct license header in test_microlzma.c.
This commit is contained in:
parent
8bf9f72ee1
commit
9eed1b9a3a
1 changed files with 2 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// SPDX-License-Identifier: 0BSD
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
/// \file test_microlzma.c
|
/// \file test_microlzma.c
|
||||||
|
@ -5,9 +7,6 @@
|
||||||
//
|
//
|
||||||
// Author: Jia Tan
|
// Author: Jia Tan
|
||||||
//
|
//
|
||||||
// This file has been put into the public domain.
|
|
||||||
// You can do whatever you want with this file.
|
|
||||||
//
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "tests.h"
|
#include "tests.h"
|
||||||
|
|
Loading…
Reference in a new issue