branch develop updated (fa95e7d -> f4eb2ed)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git from fa95e7d [iso] use jaxx 3.0-alpha-2 new f4eb2ed add missing license header The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f4eb2edefab426820d8290a322790c23f9906d3d Author: Maven Release <maven-release@codelutin.com> Date: Sat Dec 31 19:18:02 2016 +0100 add missing license header Summary of changes: .../ui/actions/content/GoToSubTab1UIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/content/GoToSubTab2UIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/content/GoToSubTab3UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab1UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab2UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab3UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab4UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab5UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab6UIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/content/GoToTabUIActionSupport.java | 22 ++++++++++++++++++++++ .../ui/content/DataReferenceListCellRenderer.java | 22 ++++++++++++++++++++++ .../ReferentialReferenceListCellRenderer.java | 22 ++++++++++++++++++++++ 12 files changed, 264 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 f4eb2edefab426820d8290a322790c23f9906d3d Author: Maven Release <maven-release@codelutin.com> Date: Sat Dec 31 19:18:02 2016 +0100 add missing license header --- .../ui/actions/content/GoToSubTab1UIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/content/GoToSubTab2UIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/content/GoToSubTab3UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab1UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab2UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab3UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab4UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab5UIAction.java | 22 ++++++++++++++++++++++ .../swing/ui/actions/content/GoToTab6UIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/content/GoToTabUIActionSupport.java | 22 ++++++++++++++++++++++ .../ui/content/DataReferenceListCellRenderer.java | 22 ++++++++++++++++++++++ .../ReferentialReferenceListCellRenderer.java | 22 ++++++++++++++++++++++ 12 files changed, 264 insertions(+) diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab1UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab1UIAction.java index 7b32e6c..ca88f35 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab1UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab1UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab2UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab2UIAction.java index 533e856..9d6773c 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab2UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab2UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab3UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab3UIAction.java index 7ed05ad..fefec7a 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab3UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToSubTab3UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab1UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab1UIAction.java index b0b4737..5d016c5 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab1UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab1UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab2UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab2UIAction.java index 1ab6e83..08c2a2b 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab2UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab2UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab3UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab3UIAction.java index d2c097a..59cd127 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab3UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab3UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab4UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab4UIAction.java index d018b5a..e2f8dd3 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab4UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab4UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab5UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab5UIAction.java index e3e45f3..7ef05ab 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab5UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab5UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab6UIAction.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab6UIAction.java index a6d7ebb..687e830 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab6UIAction.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTab6UIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveKeyStrokes; import fr.ird.observe.application.swing.ui.ObserveMainUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTabUIActionSupport.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTabUIActionSupport.java index ff422d6..1116ba4 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTabUIActionSupport.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/actions/content/GoToTabUIActionSupport.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.actions.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.application.swing.ui.ObserveMainUI; import fr.ird.observe.application.swing.ui.content.ContentUI; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/DataReferenceListCellRenderer.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/DataReferenceListCellRenderer.java index f4d1694..06223f9 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/DataReferenceListCellRenderer.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/DataReferenceListCellRenderer.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.dto.DataDto; import fr.ird.observe.services.dto.reference.AbstractReference; import fr.ird.observe.services.dto.reference.DataReference; diff --git a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ReferentialReferenceListCellRenderer.java b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ReferentialReferenceListCellRenderer.java index 049bb57..97454d1 100644 --- a/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ReferentialReferenceListCellRenderer.java +++ b/application-swing/src/main/java/fr/ird/observe/application/swing/ui/content/ReferentialReferenceListCellRenderer.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.ui.content; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Code Lutin, 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.dto.reference.ReferentialReference; import fr.ird.observe.services.dto.referential.ReferentialDto; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm