pcm/AudioCompress: add SPDX header

This commit is contained in:
Max Kellermann 2023-03-13 11:39:47 +01:00
parent 68c36c0d3f
commit 0a623122dc
2 changed files with 4 additions and 12 deletions

View File

@ -1,9 +1,5 @@
/* compress.c
* Compressor logic
*
* (c)2007 busybee (http://beesbuzz.biz/
* Licensed under the terms of the LGPL. See the file COPYING for details.
*/
// SPDX-License-Identifier: LGPL-2.1
// (c)2007 busybee (http://beesbuzz.biz/
#include <stdio.h>
#include <stdint.h>

View File

@ -1,9 +1,5 @@
/*! compress.h
* interface to audio compression
*
* (c)2007 busybee (http://beesbuzz.biz/)
* Licensed under the terms of the LGPL. See the file COPYING for details.
*/
// SPDX-License-Identifier: LGPL-2.1
// (c)2007 busybee (http://beesbuzz.biz/
#ifndef COMPRESS_H
#define COMPRESS_H