Browse Source

Use a consistent license notice in the source files.

master
Reece H. Dunn 9 years ago
parent
commit
c71b24a9a5

+ 1
- 2
src/espeak-ng.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdbool.h>

+ 0
- 2
src/include/espeak-ng/espeak_ng.h View File

@@ -2,8 +2,6 @@
*
* Copyright (C) 2015 Reece H. Dunn
*
* This file is part of espeak-ng.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or

+ 1
- 2
src/libespeak-ng/compiledata.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/compilembrola.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/dictionary.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 3
src/libespeak-ng/espeak_command.c View File

@@ -13,9 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "speech.h"

+ 1
- 3
src/libespeak-ng/event.c View File

@@ -13,9 +13,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

// This source file is only used for asynchronious modes

+ 12
- 14
src/libespeak-ng/fifo.c View File

@@ -1,21 +1,19 @@
/*
* Copyright (C) 2007, Gilles Casse <[email protected]>
* Copyright (C) 2013-2015 Reece H. Dunn
* Copyright (C) 2007, Gilles Casse <[email protected]>
* Copyright (C) 2013-2015 Reece H. Dunn
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* You should have received a copy of the GNU General Public License
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

// This source file is only used for asynchronious modes

+ 1
- 2
src/libespeak-ng/intonation.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/klatt.c View File

@@ -18,8 +18,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

// See URL: ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/klatt.3.04.tar.gz

+ 1
- 2
src/libespeak-ng/numbers.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdbool.h>

+ 1
- 2
src/libespeak-ng/phoneme.h View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#ifdef __cplusplus

+ 1
- 2
src/libespeak-ng/phonemelist.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/readclause.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/setlengths.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdlib.h>

+ 1
- 2
src/libespeak-ng/speak_lib.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "stdio.h"

+ 1
- 2
src/libespeak-ng/spect.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "speak_lib.h"

+ 1
- 2
src/libespeak-ng/spect.h View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#ifdef __cplusplus

+ 1
- 2
src/libespeak-ng/speech.h View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#ifndef SPEECH_H

+ 1
- 2
src/libespeak-ng/synth_mbrola.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 18
- 19
src/libespeak-ng/synthdata.c View File

@@ -1,22 +1,21 @@
/***************************************************************************
* Copyright (C) 2005 to 2014 by Jonathan Duddington *
* email: [email protected] *
* Copyright (C) 2015 Reece H. Dunn *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 3 of the License, or *
* (at your option) any later version. *
* *
* This program 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 General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, see: *
* <http://www.gnu.org/licenses/>. *
***************************************************************************/
/*
* Copyright (C) 2005 to 2014 by Jonathan Duddington
* email: [email protected]
* Copyright (C) 2015 Reece H. Dunn
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdbool.h>
#include <stdio.h>

+ 1
- 2
src/libespeak-ng/synthesize.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/synthesize.h View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#ifdef __cplusplus

+ 1
- 2
src/libespeak-ng/tr_languages.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/translate.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>

+ 1
- 2
src/libespeak-ng/translate.h View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#ifdef __cplusplus

+ 1
- 2
src/libespeak-ng/voice.h View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#ifdef __cplusplus

+ 1
- 2
src/libespeak-ng/voices.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "stdio.h"

+ 1
- 3
src/libespeak-ng/wave.c View File

@@ -14,9 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "speech.h"

+ 1
- 3
src/libespeak-ng/wave_pulse.c View File

@@ -15,9 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

// TBD:

+ 1
- 3
src/libespeak-ng/wave_sada.c View File

@@ -15,9 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "speech.h"

+ 1
- 2
src/libespeak-ng/wavegen.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

// this version keeps wavemult window as a constant fraction

+ 1
- 2
src/speak-ng.c View File

@@ -14,8 +14,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write see:
* <http://www.gnu.org/licenses/>.
* along with this program; if not, see: <http://www.gnu.org/licenses/>.
*/

#include "speech.h"

Loading…
Cancel
Save