pcm/AudioCompress: add SPDX header
This commit is contained in:
parent
68c36c0d3f
commit
0a623122dc
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user