This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 2f84c024a1cb5e4703917768b0560502f9ab1099 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 12 11:26:54 2016 +0200 Add missing license headers --- .../v1/LastUpdateDateServiceController.java | 22 ++++++++++++++++++++++ .../topia/service/LastUpdateDateServiceTopia.java | 22 ++++++++++++++++++++++ .../service/TripManagementServiceTopiaTest.java | 22 ++++++++++++++++++++++ .../services/service/LastUpdateDateService.java | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/application-web/src/main/java/fr/ird/observe/application/web/controller/v1/LastUpdateDateServiceController.java b/application-web/src/main/java/fr/ird/observe/application/web/controller/v1/LastUpdateDateServiceController.java index 7356fb6..016cef6 100644 --- a/application-web/src/main/java/fr/ird/observe/application/web/controller/v1/LastUpdateDateServiceController.java +++ b/application-web/src/main/java/fr/ird/observe/application/web/controller/v1/LastUpdateDateServiceController.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.controller.v1; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 fr.ird.observe.services.service.LastUpdateDateService; /** diff --git a/services-topia/src/main/java/fr/ird/observe/services/topia/service/LastUpdateDateServiceTopia.java b/services-topia/src/main/java/fr/ird/observe/services/topia/service/LastUpdateDateServiceTopia.java index f1ac97d..e297206 100644 --- a/services-topia/src/main/java/fr/ird/observe/services/topia/service/LastUpdateDateServiceTopia.java +++ b/services-topia/src/main/java/fr/ird/observe/services/topia/service/LastUpdateDateServiceTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 com.google.common.base.Optional; import fr.ird.observe.ObserveEntityEnum; import fr.ird.observe.entities.LastUpdateDate; diff --git a/services-topia/src/test/java/fr/ird/observe/services/topia/service/TripManagementServiceTopiaTest.java b/services-topia/src/test/java/fr/ird/observe/services/topia/service/TripManagementServiceTopiaTest.java index 51517e0..d070dbb 100644 --- a/services-topia/src/test/java/fr/ird/observe/services/topia/service/TripManagementServiceTopiaTest.java +++ b/services-topia/src/test/java/fr/ird/observe/services/topia/service/TripManagementServiceTopiaTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 fr.ird.observe.services.configuration.ObserveDataSourceConnection; import fr.ird.observe.services.configuration.topia.ObserveDataSourceConfigurationTopiaH2; import fr.ird.observe.services.dto.DataReferenceSet; diff --git a/services/src/main/java/fr/ird/observe/services/service/LastUpdateDateService.java b/services/src/main/java/fr/ird/observe/services/service/LastUpdateDateService.java index 82a59dd..7761a7c 100644 --- a/services/src/main/java/fr/ird/observe/services/service/LastUpdateDateService.java +++ b/services/src/main/java/fr/ird/observe/services/service/LastUpdateDateService.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * 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 fr.ird.observe.services.ObserveService; /** -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.