Tests: Correct license header in test_microlzma.c.

This commit is contained in:
Jia Tan 2024-02-26 19:56:25 +08:00 committed by Lasse Collin
parent c83349dfd9
commit 42ee425673
1 changed files with 2 additions and 3 deletions

View File

@ -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"