branch feature/1239 updated (5d86c0e -> c90d034)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1239 in repository say-my-texts. See http://git.chorem.org/say-my-texts.git from 5d86c0e tidy pom (refs #1239) new c90d034 clean license headers (refs #1239) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c90d034d8934271ec0fbaa09c5fa3193c20af9d8 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 6 14:04:08 2015 +0000 clean license headers (refs #1239) Summary of changes: .../android/saymytexts/SayMyTextService.java | 2 +- .../android/saymytexts/SayMyTextsApplication.java | 2 +- .../android/saymytexts/SettingsActivity.java | 2 +- .../BootCompletedBroadcastReceiver.java | 2 +- .../DeviceConnectionBroadcastReceiver.java | 2 +- .../DictateSmsBroadcastReceiver.java | 2 +- .../NewTextBroadcastReceiver.java | 2 +- .../SayNextActionBroadcastReceiver.java | 2 +- .../android/saymytexts/model/Configuration.java | 24 ++++++++++++++++++++++ .../org/chorem/android/saymytexts/model/SMS.java | 2 +- .../utils/SayMyTextsRecognitionListener.java | 24 ++++++++++++++++++++++ .../android/saymytexts/utils/SayMyTextsUtils.java | 2 +- src/site/fr/rst/dev.rst | 4 ++-- src/site/fr/rst/index.rst | 4 ++-- src/site/fr/rst/user.rst | 4 ++-- src/site/rst/dev.rst | 4 ++-- src/site/rst/index.rst | 4 ++-- src/site/rst/user.rst | 4 ++-- src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 20 files changed, 72 insertions(+), 24 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1239 in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit c90d034d8934271ec0fbaa09c5fa3193c20af9d8 Author: Maven Release <maven-release@codelutin.com> Date: Sat Jun 6 14:04:08 2015 +0000 clean license headers (refs #1239) --- .../android/saymytexts/SayMyTextService.java | 2 +- .../android/saymytexts/SayMyTextsApplication.java | 2 +- .../android/saymytexts/SettingsActivity.java | 2 +- .../BootCompletedBroadcastReceiver.java | 2 +- .../DeviceConnectionBroadcastReceiver.java | 2 +- .../DictateSmsBroadcastReceiver.java | 2 +- .../NewTextBroadcastReceiver.java | 2 +- .../SayNextActionBroadcastReceiver.java | 2 +- .../android/saymytexts/model/Configuration.java | 24 ++++++++++++++++++++++ .../org/chorem/android/saymytexts/model/SMS.java | 2 +- .../utils/SayMyTextsRecognitionListener.java | 24 ++++++++++++++++++++++ .../android/saymytexts/utils/SayMyTextsUtils.java | 2 +- src/site/fr/rst/dev.rst | 4 ++-- src/site/fr/rst/index.rst | 4 ++-- src/site/fr/rst/user.rst | 4 ++-- src/site/rst/dev.rst | 4 ++-- src/site/rst/index.rst | 4 ++-- src/site/rst/user.rst | 4 ++-- src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 20 files changed, 72 insertions(+), 24 deletions(-) diff --git a/src/main/java/org/chorem/android/saymytexts/SayMyTextService.java b/src/main/java/org/chorem/android/saymytexts/SayMyTextService.java index 3e43a96..162c863 100644 --- a/src/main/java/org/chorem/android/saymytexts/SayMyTextService.java +++ b/src/main/java/org/chorem/android/saymytexts/SayMyTextService.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/SayMyTextsApplication.java b/src/main/java/org/chorem/android/saymytexts/SayMyTextsApplication.java index 2813bd6..37c02c8 100644 --- a/src/main/java/org/chorem/android/saymytexts/SayMyTextsApplication.java +++ b/src/main/java/org/chorem/android/saymytexts/SayMyTextsApplication.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/SettingsActivity.java b/src/main/java/org/chorem/android/saymytexts/SettingsActivity.java index ff3bb9f..f1897f5 100644 --- a/src/main/java/org/chorem/android/saymytexts/SettingsActivity.java +++ b/src/main/java/org/chorem/android/saymytexts/SettingsActivity.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/BootCompletedBroadcastReceiver.java b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/BootCompletedBroadcastReceiver.java index 554c636..c2a423c 100644 --- a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/BootCompletedBroadcastReceiver.java +++ b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/BootCompletedBroadcastReceiver.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts.broadcastreceiver; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DeviceConnectionBroadcastReceiver.java b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DeviceConnectionBroadcastReceiver.java index 65996eb..6bbf78b 100644 --- a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DeviceConnectionBroadcastReceiver.java +++ b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DeviceConnectionBroadcastReceiver.java @@ -8,7 +8,7 @@ import android.content.Intent; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DictateSmsBroadcastReceiver.java b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DictateSmsBroadcastReceiver.java index 751a660..e6ca023 100644 --- a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DictateSmsBroadcastReceiver.java +++ b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/DictateSmsBroadcastReceiver.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts.broadcastreceiver; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/NewTextBroadcastReceiver.java b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/NewTextBroadcastReceiver.java index b331623..14a12a1 100644 --- a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/NewTextBroadcastReceiver.java +++ b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/NewTextBroadcastReceiver.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts.broadcastreceiver; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/SayNextActionBroadcastReceiver.java b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/SayNextActionBroadcastReceiver.java index d7a2e14..459cde9 100644 --- a/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/SayNextActionBroadcastReceiver.java +++ b/src/main/java/org/chorem/android/saymytexts/broadcastreceiver/SayNextActionBroadcastReceiver.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts.broadcastreceiver; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/model/Configuration.java b/src/main/java/org/chorem/android/saymytexts/model/Configuration.java index 95b9753..1bb7bf5 100644 --- a/src/main/java/org/chorem/android/saymytexts/model/Configuration.java +++ b/src/main/java/org/chorem/android/saymytexts/model/Configuration.java @@ -1,5 +1,29 @@ package org.chorem.android.saymytexts.model; +/* + * #%L + * Say My Texts + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2015 Code Lutin + * %% + * 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/gpl-3.0.html>. + * #L% + */ + /** * @author Kevin Morin (Code Lutin) * @since 3.13 diff --git a/src/main/java/org/chorem/android/saymytexts/model/SMS.java b/src/main/java/org/chorem/android/saymytexts/model/SMS.java index ced83d7..eb7ec1c 100644 --- a/src/main/java/org/chorem/android/saymytexts/model/SMS.java +++ b/src/main/java/org/chorem/android/saymytexts/model/SMS.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts.model; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsRecognitionListener.java b/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsRecognitionListener.java index e1ca710..e8305d2 100644 --- a/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsRecognitionListener.java +++ b/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsRecognitionListener.java @@ -1,5 +1,29 @@ package org.chorem.android.saymytexts.utils; +/* + * #%L + * Say My Texts + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2015 Code Lutin + * %% + * 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/gpl-3.0.html>. + * #L% + */ + import android.content.Context; import android.content.Intent; import android.media.AudioManager; diff --git a/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsUtils.java b/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsUtils.java index fca6636..d6a4ea1 100644 --- a/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsUtils.java +++ b/src/main/java/org/chorem/android/saymytexts/utils/SayMyTextsUtils.java @@ -6,7 +6,7 @@ package org.chorem.android.saymytexts.utils; * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2014 Code Lutin + * Copyright (C) 2014 - 2015 Code Lutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/site/fr/rst/dev.rst b/src/site/fr/rst/dev.rst index b41c186..79bee89 100644 --- a/src/site/fr/rst/dev.rst +++ b/src/site/fr/rst/dev.rst @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2014 Code Lutin +.. * Copyright (C) 2014 - 2015 Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -32,4 +32,4 @@ L'application est composée : - d'un *BroadcastReceiver* qui reçoit les SMS et écoute les connexions bluetooth - d'un *BroadcastReceiver* qui reçoit les commandes vocales - d'un *BroadcastReceiver* qui reçoit le texte dicté en réponse -- d'une application pour configurer le rapporteur de plantage \ No newline at end of file +- d'une application pour configurer le rapporteur de plantage diff --git a/src/site/fr/rst/index.rst b/src/site/fr/rst/index.rst index b37729c..0cb5996 100644 --- a/src/site/fr/rst/index.rst +++ b/src/site/fr/rst/index.rst @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2014 Code Lutin +.. * Copyright (C) 2014 - 2015 Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -27,4 +27,4 @@ Bienvenue sur le site de Say My Texts Say My Texts est une application Android qui permet de lire à haute voix les SMS que vous recevez. Ceci est particulièrement utile en vélo, quand on court ou en voiture. -Vous pouvez également répondre à l'expéditeur soit en l'appelant soit en dictant la réponse. \ No newline at end of file +Vous pouvez également répondre à l'expéditeur soit en l'appelant soit en dictant la réponse. diff --git a/src/site/fr/rst/user.rst b/src/site/fr/rst/user.rst index 67496b0..eb08302 100644 --- a/src/site/fr/rst/user.rst +++ b/src/site/fr/rst/user.rst @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2014 Code Lutin +.. * Copyright (C) 2014 - 2015 Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -97,4 +97,4 @@ Vous pourrez alors : - redicter le SMS (dîtes "corriger") - annuler la réponse et quitter (dîtes "annuler") -Si l'application ne comprend pas ce que vous avez dit (ce qui arrive malheureusement), elle vous demandera de répéter. \ No newline at end of file +Si l'application ne comprend pas ce que vous avez dit (ce qui arrive malheureusement), elle vous demandera de répéter. diff --git a/src/site/rst/dev.rst b/src/site/rst/dev.rst index e041486..deec631 100644 --- a/src/site/rst/dev.rst +++ b/src/site/rst/dev.rst @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2014 Code Lutin +.. * Copyright (C) 2014 - 2015 Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -32,4 +32,4 @@ The application is composed of: - a *BroadcastReceiver* which receives the SMS and listens to the bluetooth connections - a *BroadcastReceiver* which receives the vocal commands - a *BroadcastReceiver* which receives the dictated reply -- an application to setup the crash report \ No newline at end of file +- an application to setup the crash report diff --git a/src/site/rst/index.rst b/src/site/rst/index.rst index 78927f5..9ab8012 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2014 Code Lutin +.. * Copyright (C) 2014 - 2015 Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -27,4 +27,4 @@ Welcome to Say My Texts website Say My Texts is an Android application which reads out loud the SMS you receive. This is particularly useful when you are riding, running or driving. -You also can reply to the sender by calling him or by dictating the reply. \ No newline at end of file +You also can reply to the sender by calling him or by dictating the reply. diff --git a/src/site/rst/user.rst b/src/site/rst/user.rst index 6694170..3f77af9 100644 --- a/src/site/rst/user.rst +++ b/src/site/rst/user.rst @@ -4,7 +4,7 @@ .. * $Id:$ .. * $HeadURL:$ .. * %% -.. * Copyright (C) 2014 Code Lutin +.. * Copyright (C) 2014 - 2015 Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -93,4 +93,4 @@ You can then: - dictate the text again (say "modify") - cancel the reply and quit (say "cancel") -If the app does not understand what you said (it happens), you will be asked to repeat. \ No newline at end of file +If the app does not understand what you said (it happens), you will be asked to repeat. diff --git a/src/site/site_en.xml b/src/site/site_en.xml index 9f84cc5..519b175 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -5,7 +5,7 @@ $Id:$ $HeadURL:$ %% - Copyright (C) 2014 Code Lutin + Copyright (C) 2014 - 2015 Code Lutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index d338290..546194f 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -5,7 +5,7 @@ $Id:$ $HeadURL:$ %% - Copyright (C) 2014 Code Lutin + Copyright (C) 2014 - 2015 Code Lutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm