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 33317661724403377ba7284aa200e600ae68ca74 Author: Maven Release <maven-release@codelutin.com> Date: Mon Sep 5 14:10:45 2016 +0200 Add missing license headers --- .../decoration/ObserveI18nDecoratorHelper.java | 22 ++++++++++++++++++++++ .../DataSourceMigrationForVersion_4_905.java | 22 ++++++++++++++++++++++ .../DataSourceMigrationForVersion_4_906.java | 22 ++++++++++++++++++++++ .../dto/seine/DiscardedTargetCatchDto.java | 22 ++++++++++++++++++++++ .../dto/seine/DiscardedTargetSampleDto.java | 22 ++++++++++++++++++++++ .../services/dto/seine/KeptTargetCatchDto.java | 22 ++++++++++++++++++++++ .../services/dto/seine/KeptTargetSampleDto.java | 22 ++++++++++++++++++++++ 7 files changed, 154 insertions(+) diff --git a/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/ObserveI18nDecoratorHelper.java b/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/ObserveI18nDecoratorHelper.java index 1059155..16e643c 100644 --- a/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/ObserveI18nDecoratorHelper.java +++ b/application-swing-decoration/src/main/java/fr/ird/observe/application/swing/decoration/ObserveI18nDecoratorHelper.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.decoration; +/*- + * #%L + * ObServe :: Application Swing Decoration + * %% + * 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.cache.AbstractLoadingCache; import fr.ird.observe.services.dto.ObserveDto; import fr.ird.observe.util.ObserveUtil; diff --git a/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_905.java b/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_905.java index cb048b7..a8bf82a 100644 --- a/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_905.java +++ b/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_905.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.migration.versions; +/*- + * #%L + * ObServe :: Entities Migration + * %% + * 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.entities.migration.AbstractDataSourceMigration; import fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack; import fr.ird.observe.entities.migration.H2DataSourceMigration; diff --git a/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_906.java b/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_906.java index 007a138..4e01ab8 100644 --- a/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_906.java +++ b/entities-migration/src/main/java/fr/ird/observe/entities/migration/versions/DataSourceMigrationForVersion_4_906.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.migration.versions; +/*- + * #%L + * ObServe :: Entities Migration + * %% + * 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.entities.migration.AbstractDataSourceMigration; import fr.ird.observe.entities.migration.AbstractObserveMigrationCallBack; import fr.ird.observe.entities.migration.H2DataSourceMigration; diff --git a/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetCatchDto.java b/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetCatchDto.java index 02541a2..d272237 100644 --- a/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetCatchDto.java +++ b/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetCatchDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * 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% + */ + /** * Created on 04/09/16. * diff --git a/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetSampleDto.java b/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetSampleDto.java index dbe97c0..497c52f 100644 --- a/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetSampleDto.java +++ b/services-model/src/main/java/fr/ird/observe/services/dto/seine/DiscardedTargetSampleDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * 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% + */ + /** * Created on 04/09/16. * diff --git a/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetCatchDto.java b/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetCatchDto.java index 45c6ffb..34ec904 100644 --- a/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetCatchDto.java +++ b/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetCatchDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * 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% + */ + /** * Created on 04/09/16. * diff --git a/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetSampleDto.java b/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetSampleDto.java index 5749a6d..c532d6c 100644 --- a/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetSampleDto.java +++ b/services-model/src/main/java/fr/ird/observe/services/dto/seine/KeptTargetSampleDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * 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% + */ + /** * Created on 04/09/16. * -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.