This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 1dd83b9ae0c0e818ab18795b2f2e49f941504229 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jan 20 17:35:40 2015 +0000 add license headers --- .../exportCoser/GenerateCoserMapException.java | 21 +++++++++++++++++++++ .../services/service/spatial/LizmapRepository.java | 21 +++++++++++++++++++++ .../echobase/ui/actions/spatial/ShowVoyageMap.java | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/exportCoser/GenerateCoserMapException.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/exportCoser/GenerateCoserMapException.java index 32b5c9c..c3c6d6a 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/exportCoser/GenerateCoserMapException.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/exportCoser/GenerateCoserMapException.java @@ -1,5 +1,26 @@ package fr.ifremer.echobase.services.service.exportCoser; +/* + * #%L + * EchoBase :: Services + * %% + * Copyright (C) 2011 - 2015 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 java.io.IOException; /** diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/spatial/LizmapRepository.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/spatial/LizmapRepository.java index f9fc3da..abea447 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/spatial/LizmapRepository.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/spatial/LizmapRepository.java @@ -1,5 +1,26 @@ package fr.ifremer.echobase.services.service.spatial; +/* + * #%L + * EchoBase :: Services + * %% + * Copyright (C) 2011 - 2015 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 com.google.common.base.Charsets; import com.google.common.base.Preconditions; import com.google.common.io.Files; diff --git a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/ShowVoyageMap.java b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/ShowVoyageMap.java index bf85966..2dbe22e 100644 --- a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/ShowVoyageMap.java +++ b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/ShowVoyageMap.java @@ -1,5 +1,26 @@ package fr.ifremer.echobase.ui.actions.spatial; +/* + * #%L + * EchoBase :: UI + * %% + * Copyright (C) 2011 - 2015 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.entities.EchoBaseUserPersistenceContext; import fr.ifremer.echobase.entities.data.Voyage; import fr.ifremer.echobase.persistence.JdbcConfiguration; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.