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 54257ac6edac49d6a73634e48b3f85dafaea54fc Author: Maven Release <maven-release@codelutin.com> Date: Thu Feb 4 16:03:10 2016 +0100 fix some file headers --- .../ifremer/coselmar/beans/QuestionUserRole.java | 24 ++++++++++++++++++++++ .../services/StringLongMapValueComparator.java | 24 ++++++++++++++++++++++ coselmar-ui/src/main/webapp/js/paginationBinder.js | 23 +++++++++++++++++++++ .../src/main/webapp/views/paginationTemplate.html | 23 +++++++++++++++++++++ 4 files changed, 94 insertions(+) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionUserRole.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionUserRole.java index 7df4e04..d6b693e 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionUserRole.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionUserRole.java @@ -1,5 +1,29 @@ package fr.ifremer.coselmar.beans; +/* + * #%L + * Coselmar :: Rest Services + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2016 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% + */ + /** * Created by martel on 19/01/16. */ diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/StringLongMapValueComparator.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/StringLongMapValueComparator.java index 0482b45..f5168e9 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/StringLongMapValueComparator.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/StringLongMapValueComparator.java @@ -1,5 +1,29 @@ package fr.ifremer.coselmar.services; +/* + * #%L + * Coselmar :: Rest Services + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2016 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% + */ + import java.util.Comparator; import java.util.Map; diff --git a/coselmar-ui/src/main/webapp/js/paginationBinder.js b/coselmar-ui/src/main/webapp/js/paginationBinder.js index fc6606d..17cfb40 100644 --- a/coselmar-ui/src/main/webapp/js/paginationBinder.js +++ b/coselmar-ui/src/main/webapp/js/paginationBinder.js @@ -1,3 +1,26 @@ +/* + * #%L + * Coselmar :: UI + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2016 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% + */ var paginationBinder = angular.module('coselmarApp'); paginationBinder.controller('paginationController', function($scope) { diff --git a/coselmar-ui/src/main/webapp/views/paginationTemplate.html b/coselmar-ui/src/main/webapp/views/paginationTemplate.html index 736c7d2..71f93b6 100644 --- a/coselmar-ui/src/main/webapp/views/paginationTemplate.html +++ b/coselmar-ui/src/main/webapp/views/paginationTemplate.html @@ -1,3 +1,26 @@ +<!-- + #%L + Coselmar :: UI + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2014 - 2016 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% + --> <div ng-controller="paginationController" class="clearfix"> <div class="pager"> <span ng-if="pageContext.firstPage === false"> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.