Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 0b434c78 by Tony CHEMIT at 2017-12-22T23:50:42+01:00 add missing headers - - - - - 4 changed files: - client/pom.xml - client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/longline/LonglineReferenceNavigationTreeNode.java - client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/seine/SeineReferenceNavigationTreeNode.java - client/src/test/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/ReferenceNavigationTreeNodeFactoriesTest.java Changes: ===================================== client/pom.xml ===================================== --- a/client/pom.xml +++ b/client/pom.xml @@ -45,7 +45,7 @@ ${project.basedir}/src/main/java/fr/ird/observe/client/ObserveCommon.jcss </jaxx.commonCss> - <license.excludes>**/ftl/*.ftl,**/i18n/*.properties,**/THIRD-PARTY.properties,**/*.sh,**/*.json,**/FormUIContextProvider.properties + <license.excludes>**/ftl/*.ftl,**/i18n/*.properties,**/THIRD-PARTY.properties,**/*.sh,**/*.json,**/FormUIContextProvider.properties,**/ReferenceNavigationTreeNodeFactories.properties </license.excludes> <!-- main class in JAR --> ===================================== client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/longline/LonglineReferenceNavigationTreeNode.java ===================================== --- a/client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/longline/LonglineReferenceNavigationTreeNode.java +++ b/client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/longline/LonglineReferenceNavigationTreeNode.java @@ -1,5 +1,27 @@ package fr.ird.observe.client.ds.editor.tree.navigation.nodes.longline; +/*- + * #%L + * ObServe :: Client + * %% + * 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.client.ds.editor.form.FormUIModel; import fr.ird.observe.client.ds.editor.tree.navigation.nodes.ReferenceNavigationTreeNode; import fr.ird.observe.dto.IdDto; ===================================== client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/seine/SeineReferenceNavigationTreeNode.java ===================================== --- a/client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/seine/SeineReferenceNavigationTreeNode.java +++ b/client/src/main/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/seine/SeineReferenceNavigationTreeNode.java @@ -1,5 +1,27 @@ package fr.ird.observe.client.ds.editor.tree.navigation.nodes.seine; +/*- + * #%L + * ObServe :: Client + * %% + * 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.client.ds.editor.form.FormUIModel; import fr.ird.observe.client.ds.editor.tree.navigation.nodes.ReferenceNavigationTreeNode; import fr.ird.observe.dto.IdDto; ===================================== client/src/test/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/ReferenceNavigationTreeNodeFactoriesTest.java ===================================== --- a/client/src/test/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/ReferenceNavigationTreeNodeFactoriesTest.java +++ b/client/src/test/java/fr/ird/observe/client/ds/editor/tree/navigation/nodes/ReferenceNavigationTreeNodeFactoriesTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.client.ds.editor.tree.navigation.nodes; +/*- + * #%L + * ObServe :: Client + * %% + * 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.client.ClientTestSupport; import fr.ird.observe.dto.IdDto; import fr.ird.observe.services.test.spi.SkipDatabaseConfiguration; @@ -49,4 +71,4 @@ public class ReferenceNavigationTreeNodeFactoriesTest extends ClientTestSupport } } -} \ No newline at end of file +} View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0b434c78ef3ada2878afa93bf54f... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/0b434c78ef3ada2878afa93bf54f... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT