Browse Source

Update the copyright notices.

master
Reece H. Dunn 9 years ago
parent
commit
e08b1fc624

+ 1
- 1
android/eSpeakTests/src/com/reecedunn/espeak/test/SpeechSynthesisTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2014 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

+ 1
- 1
android/eSpeakTests/src/com/reecedunn/espeak/test/TextToSpeechServiceTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2015 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

+ 1
- 1
android/eSpeakTests/src/com/reecedunn/espeak/test/TextToSpeechTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

+ 1
- 1
android/eSpeakTests/src/com/reecedunn/espeak/test/TextToSpeechTestCase.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

+ 1
- 1
android/eSpeakTests/src/com/reecedunn/espeak/test/VoiceData.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

+ 1
- 1
android/jni/jni/eSpeakService.cpp View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");

+ 1
- 1
android/src/com/reecedunn/espeak/SpeechSynthesis.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");

+ 1
- 1
android/src/com/reecedunn/espeak/TtsService.java View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2012-2013 Reece H. Dunn
* Copyright (C) 2012-2015 Reece H. Dunn
* Copyright (C) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");

Loading…
Cancel
Save