mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 18:09:59 +00:00
src/ima_oki_adpcm.[ch] : Move copyright notice into the LGPL header.
This commit is contained in:
parent
261bb986cd
commit
7c6bcb7025
@ -1,20 +1,22 @@
|
||||
/*
|
||||
* This library is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or (at
|
||||
* your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
|
||||
* General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this library. If not, write to the Free Software Foundation,
|
||||
* Fifth Floor, 51 Franklin Street, Boston, MA 02111-1301, USA.
|
||||
*/
|
||||
** Copyright (c) 2007 robs@users.sourceforge.net
|
||||
**
|
||||
** This library is free software; you can redistribute it and/or modify it
|
||||
** under the terms of the GNU Lesser General Public License as published by
|
||||
** the Free Software Foundation; either version 2 of the License, or (at
|
||||
** your option) any later version.
|
||||
**
|
||||
** This library is distributed in the hope that it will be useful, but
|
||||
** WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
|
||||
** General Public License for more details.
|
||||
**
|
||||
** You should have received a copy of the GNU Lesser General Public License
|
||||
** along with this library. If not, write to the Free Software Foundation,
|
||||
** Fifth Floor, 51 Franklin Street, Boston, MA 02111-1301, USA.
|
||||
*/
|
||||
|
||||
/* ADPCM: IMA, OKI <==> 16-bit PCM. (c) 2007 robs@users.sourceforge.net */
|
||||
/* ADPCM: IMA, OKI <==> 16-bit PCM. */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,20 +1,23 @@
|
||||
/*
|
||||
* This library is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Lesser General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or (at
|
||||
* your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
|
||||
* General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public License
|
||||
* along with this library. If not, write to the Free Software Foundation,
|
||||
* Fifth Floor, 51 Franklin Street, Boston, MA 02111-1301, USA.
|
||||
*/
|
||||
** Copyright (c) 2007 robs@users.sourceforge.net
|
||||
**
|
||||
** This library is free software; you can redistribute it and/or modify it
|
||||
** under the terms of the GNU Lesser General Public License as published by
|
||||
** the Free Software Foundation; either version 2 of the License, or (at
|
||||
** your option) any later version.
|
||||
**
|
||||
** This library is distributed in the hope that it will be useful, but
|
||||
** WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
|
||||
** General Public License for more details.
|
||||
**
|
||||
** You should have received a copy of the GNU Lesser General Public License
|
||||
** along with this library. If not, write to the Free Software Foundation,
|
||||
** Fifth Floor, 51 Franklin Street, Boston, MA 02111-1301, USA.
|
||||
*/
|
||||
|
||||
/* ADPCM: IMA, OKI <==> 16-bit PCM. */
|
||||
|
||||
/* ADPCM: IMA, OKI <==> 16-bit PCM. (c) 2007 robs@users.sourceforge.net */
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user