pcm/AudioCompress: add SPDX header
This commit is contained in:
parent
68c36c0d3f
commit
0a623122dc
@ -1,9 +1,5 @@
|
|||||||
/* compress.c
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
* Compressor logic
|
// (c)2007 busybee (http://beesbuzz.biz/
|
||||||
*
|
|
||||||
* (c)2007 busybee (http://beesbuzz.biz/
|
|
||||||
* Licensed under the terms of the LGPL. See the file COPYING for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
/*! compress.h
|
// SPDX-License-Identifier: LGPL-2.1
|
||||||
* interface to audio compression
|
// (c)2007 busybee (http://beesbuzz.biz/
|
||||||
*
|
|
||||||
* (c)2007 busybee (http://beesbuzz.biz/)
|
|
||||||
* Licensed under the terms of the LGPL. See the file COPYING for details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef COMPRESS_H
|
#ifndef COMPRESS_H
|
||||||
#define COMPRESS_H
|
#define COMPRESS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user