This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 51b86afdff2a5aea4c02fb1e2014a901be7b71d4 Author: Maven Release <maven-release@codelutin.com> Date: Fri Feb 6 11:30:03 2015 +0000 prepare release --- .../src/main/webapp/i18n/angular-locale_en.js | 23 ++++++++++++++++++++++ .../src/main/webapp/i18n/angular-locale_fr.js | 23 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/coselmar-ui/src/main/webapp/i18n/angular-locale_en.js b/coselmar-ui/src/main/webapp/i18n/angular-locale_en.js index 6ca9e4f..8a4896e 100644 --- a/coselmar-ui/src/main/webapp/i18n/angular-locale_en.js +++ b/coselmar-ui/src/main/webapp/i18n/angular-locale_en.js @@ -1,3 +1,26 @@ +/* + * #%L + * Coselmar :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2015 Ifremer, 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% + */ 'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; diff --git a/coselmar-ui/src/main/webapp/i18n/angular-locale_fr.js b/coselmar-ui/src/main/webapp/i18n/angular-locale_fr.js index adac17d..6e56a02 100644 --- a/coselmar-ui/src/main/webapp/i18n/angular-locale_fr.js +++ b/coselmar-ui/src/main/webapp/i18n/angular-locale_fr.js @@ -1,3 +1,26 @@ +/* + * #%L + * Coselmar :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2015 Ifremer, 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% + */ 'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.