Skip to content

Commit

Permalink
Tests: Correct license header in test_microlzma.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Feb 26, 2024
1 parent 8bf9f72 commit 9eed1b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_microlzma.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// SPDX-License-Identifier: 0BSD

///////////////////////////////////////////////////////////////////////////////
//
/// \file test_microlzma.c
/// \brief Tests MicroLZMA encoding and decoding
//
// Author: Jia Tan
//
// This file has been put into the public domain.
// You can do whatever you want with this file.
//
///////////////////////////////////////////////////////////////////////////////

#include "tests.h"
Expand Down

0 comments on commit 9eed1b9

Please sign in to comment.