[Git][ultreiaio/ird-observe][develop] add missing license headers
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 65564f99 by Tony CHEMIT at 2017-08-02T14:07:37+02:00 add missing license headers - - - - - 2 changed files: - common/src/main/java/fr/ird/observe/common/constants/seine/DcpComputedValue.java - services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/consolidate/ConsolidationActivitySeineDataContext.java Changes: ===================================== common/src/main/java/fr/ird/observe/common/constants/seine/DcpComputedValue.java ===================================== --- a/common/src/main/java/fr/ird/observe/common/constants/seine/DcpComputedValue.java +++ b/common/src/main/java/fr/ird/observe/common/constants/seine/DcpComputedValue.java @@ -1,5 +1,27 @@ package fr.ird.observe.common.constants.seine; +/*- + * #%L + * ObServe :: Common + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Ultreia.io + * %% + * 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 tchemit on 02/08/17. * ===================================== services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/consolidate/ConsolidationActivitySeineDataContext.java ===================================== --- a/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/consolidate/ConsolidationActivitySeineDataContext.java +++ b/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/consolidate/ConsolidationActivitySeineDataContext.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.service.actions.consolidate; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Ultreia.io + * %% + * 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.common.constants.seine.SchoolType; import fr.ird.observe.entities.referentiel.LengthWeightParameter; import fr.ird.observe.entities.referentiel.LengthWeightParameterNotFoundException; View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/65564f99cfad547f7eeba2404c65... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/65564f99cfad547f7eeba2404c65... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT