This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 99a4263a725973d16865d9ecf07c6084baeedf88 Author: Maven Release <maven-release@codelutin.com> Date: Thu Oct 27 17:47:05 2016 +0200 Fix license headers --- .../echobase/entities/references/MissionImpl.java | 21 +++++++++++++++++++++ .../service/atlantos/xml/VocabularyExport.java | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/MissionImpl.java b/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/MissionImpl.java index d9e7b89..4c0cdae 100644 --- a/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/MissionImpl.java +++ b/echobase-domain/src/main/java/fr/ifremer/echobase/entities/references/MissionImpl.java @@ -1,5 +1,26 @@ package fr.ifremer.echobase.entities.references; +/* + * #%L + * EchoBase :: Domain + * %% + * Copyright (C) 2011 - 2016 Ifremer, Codelutin + * %% + * 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% + */ + public class MissionImpl extends MissionAbstract { private static final long serialVersionUID = 7161911112897999922L; diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/VocabularyExport.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/VocabularyExport.java index 763c3e8..59b115e 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/VocabularyExport.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/VocabularyExport.java @@ -1,5 +1,26 @@ package fr.ifremer.echobase.services.service.atlantos.xml; +/* + * #%L + * EchoBase :: Services + * %% + * Copyright (C) 2011 - 2016 Ifremer, Codelutin + * %% + * 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.echobase.services.EchoBaseService; import fr.ifremer.echobase.services.service.UserDbPersistenceService; import java.io.IOException; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.