This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit dca92911e1349bbda1882f83c9ba1eab33770ea1 Author: Maven Release <maven-release@codelutin.com> Date: Fri Oct 24 10:48:41 2014 +0200 Ajout des entĂȘtes de licences manquants --- .../fr/ifremer/wao/WaoTopiaPersistenceContext.java | 21 +++++++++++++++++++++ .../java/fr/ifremer/wao/entity/ContactStates.java | 21 +++++++++++++++++++++ .../csv/operations/ContactStateParserFormatter.java | 21 +++++++++++++++++++++ .../wao/web/RedirectToContextPathRootFilter.java | 21 +++++++++++++++++++++ .../administration/InvalidateAllCachesAction.java | 21 +++++++++++++++++++++ .../administration/invalidate-all-caches-input.jsp | 20 ++++++++++++++++++++ .../WEB-INF/content/templates/td-effort-obsmer.jsp | 20 ++++++++++++++++++++ .../webapp/WEB-INF/content/templates/td-effort.jsp | 20 ++++++++++++++++++++ 8 files changed, 165 insertions(+) diff --git a/wao-persistence/src/main/java/fr/ifremer/wao/WaoTopiaPersistenceContext.java b/wao-persistence/src/main/java/fr/ifremer/wao/WaoTopiaPersistenceContext.java index 53788a5..0a51f25 100644 --- a/wao-persistence/src/main/java/fr/ifremer/wao/WaoTopiaPersistenceContext.java +++ b/wao-persistence/src/main/java/fr/ifremer/wao/WaoTopiaPersistenceContext.java @@ -1,5 +1,26 @@ package fr.ifremer.wao; +/* + * #%L + * Wao :: Persistence + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import org.nuiton.topia.persistence.TopiaIdFactory; import org.nuiton.topia.persistence.event.TopiaEntityListener; import org.nuiton.topia.persistence.event.TopiaTransactionListener; diff --git a/wao-persistence/src/main/java/fr/ifremer/wao/entity/ContactStates.java b/wao-persistence/src/main/java/fr/ifremer/wao/entity/ContactStates.java index 3c75d1b..66a04f4 100644 --- a/wao-persistence/src/main/java/fr/ifremer/wao/entity/ContactStates.java +++ b/wao-persistence/src/main/java/fr/ifremer/wao/entity/ContactStates.java @@ -1,5 +1,26 @@ package fr.ifremer.wao.entity; +/* + * #%L + * Wao :: Persistence + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import com.google.common.base.Function; public class ContactStates { diff --git a/wao-services/src/main/java/fr/ifremer/wao/services/service/csv/operations/ContactStateParserFormatter.java b/wao-services/src/main/java/fr/ifremer/wao/services/service/csv/operations/ContactStateParserFormatter.java index cb68235..471205f 100644 --- a/wao-services/src/main/java/fr/ifremer/wao/services/service/csv/operations/ContactStateParserFormatter.java +++ b/wao-services/src/main/java/fr/ifremer/wao/services/service/csv/operations/ContactStateParserFormatter.java @@ -1,5 +1,26 @@ package fr.ifremer.wao.services.service.csv.operations; +/* + * #%L + * Wao :: Services + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import fr.ifremer.wao.entity.ContactState; import fr.ifremer.wao.entity.ObsProgram; import org.apache.commons.lang3.StringUtils; diff --git a/wao-web/src/main/java/fr/ifremer/wao/web/RedirectToContextPathRootFilter.java b/wao-web/src/main/java/fr/ifremer/wao/web/RedirectToContextPathRootFilter.java index a9927a5..295106c 100644 --- a/wao-web/src/main/java/fr/ifremer/wao/web/RedirectToContextPathRootFilter.java +++ b/wao-web/src/main/java/fr/ifremer/wao/web/RedirectToContextPathRootFilter.java @@ -1,5 +1,26 @@ package fr.ifremer.wao.web; +/* + * #%L + * Wao :: Web + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/wao-web/src/main/java/fr/ifremer/wao/web/action/administration/InvalidateAllCachesAction.java b/wao-web/src/main/java/fr/ifremer/wao/web/action/administration/InvalidateAllCachesAction.java index 9041c19..5370857 100644 --- a/wao-web/src/main/java/fr/ifremer/wao/web/action/administration/InvalidateAllCachesAction.java +++ b/wao-web/src/main/java/fr/ifremer/wao/web/action/administration/InvalidateAllCachesAction.java @@ -1,5 +1,26 @@ package fr.ifremer.wao.web.action.administration; +/* + * #%L + * Wao :: Web + * %% + * Copyright (C) 2009 - 2014 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero 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 Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * #L% + */ + import fr.ifremer.wao.services.service.InitWaoService; import fr.ifremer.wao.web.WaoJspActionSupport; import org.nuiton.i18n.I18n; diff --git a/wao-web/src/main/webapp/WEB-INF/content/administration/invalidate-all-caches-input.jsp b/wao-web/src/main/webapp/WEB-INF/content/administration/invalidate-all-caches-input.jsp index 0896101..fa32ae1 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/administration/invalidate-all-caches-input.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/administration/invalidate-all-caches-input.jsp @@ -1,3 +1,23 @@ +<%-- + #%L + Wao :: Web + %% + Copyright (C) 2009 - 2014 Ifremer + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --%> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@taglib uri="/struts-tags" prefix="s" %> diff --git a/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort-obsmer.jsp b/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort-obsmer.jsp index 27c5a80..19d25a8 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort-obsmer.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort-obsmer.jsp @@ -1,3 +1,23 @@ +<%-- + #%L + Wao :: Web + %% + Copyright (C) 2009 - 2014 Ifremer + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --%> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> <%@taglib uri="/struts-tags" prefix="s" %> diff --git a/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort.jsp b/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort.jsp index 3296290..e7fca35 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/templates/td-effort.jsp @@ -1,3 +1,23 @@ +<%-- + #%L + Wao :: Web + %% + Copyright (C) 2009 - 2014 Ifremer + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero 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 Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --%> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> <%@taglib uri="/struts-tags" prefix="s" %> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.