Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
reefdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
quadrige
reefdb
Commits
9196b18d
Commit
9196b18d
authored
Feb 05, 2020
by
PECQUOT
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/3.8.2' into develop
parents
a9366509
6ad54019
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
202 additions
and
202 deletions
+202
-202
pom.xml
pom.xml
+1
-1
reefdb-core/pom.xml
reefdb-core/pom.xml
+1
-1
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/referential/transcribing/ReefDbTranscribingItemDao.java
...o/referential/transcribing/ReefDbTranscribingItemDao.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/referential/transcribing/ReefDbTranscribingItemDaoImpl.java
...ferential/transcribing/ReefDbTranscribingItemDaoImpl.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRuleDao.java
...java/fr/ifremer/reefdb/dao/system/rule/ReefDbRuleDao.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRuleDaoImpl.java
.../fr/ifremer/reefdb/dao/system/rule/ReefDbRuleDaoImpl.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRulePmfmDao.java
.../fr/ifremer/reefdb/dao/system/rule/ReefDbRulePmfmDao.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRulePmfmDaoImpl.java
...ifremer/reefdb/dao/system/rule/ReefDbRulePmfmDaoImpl.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/service/extraction/ExtractionPerformService.java
...r/reefdb/service/extraction/ExtractionPerformService.java
+11
-11
reefdb-core/src/main/java/fr/ifremer/reefdb/service/extraction/ExtractionPerformServiceImpl.java
...efdb/service/extraction/ExtractionPerformServiceImpl.java
+11
-11
reefdb-core/src/main/java/fr/ifremer/reefdb/service/observation/ObservationInternalService.java
...eefdb/service/observation/ObservationInternalService.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/service/observation/ValidationBean.java
...fr/ifremer/reefdb/service/observation/ValidationBean.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/service/rulescontrol/ControlRuleService.java
...remer/reefdb/service/rulescontrol/ControlRuleService.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/service/rulescontrol/ControlRuleServiceImpl.java
...r/reefdb/service/rulescontrol/ControlRuleServiceImpl.java
+12
-12
reefdb-core/src/main/java/fr/ifremer/reefdb/vo/ContextProxy.java
...core/src/main/java/fr/ifremer/reefdb/vo/ContextProxy.java
+11
-11
reefdb-core/src/main/java/fr/ifremer/reefdb/vo/ContextVO.java
...db-core/src/main/java/fr/ifremer/reefdb/vo/ContextVO.java
+11
-11
reefdb-core/src/main/java/fr/ifremer/reefdb/vo/FilterProxy.java
...-core/src/main/java/fr/ifremer/reefdb/vo/FilterProxy.java
+11
-11
reefdb-core/src/test/java/fr/ifremer/reefdb/InitReefDbTests.java
...core/src/test/java/fr/ifremer/reefdb/InitReefDbTests.java
+12
-12
reefdb-core/src/test/java/fr/ifremer/reefdb/service/rulescontrol/RuleListServiceTest.java
...emer/reefdb/service/rulescontrol/RuleListServiceTest.java
+12
-12
reefdb-ui-swing/pom.xml
reefdb-ui-swing/pom.xml
+1
-1
No files found.
pom.xml
View file @
9196b18d
...
...
@@ -10,7 +10,7 @@
<groupId>
fr.ifremer.reefdb
</groupId>
<artifactId>
reefdb
</artifactId>
<version>
3.8.2
-SNAPSHOT
</version>
<version>
3.8.2
</version>
<packaging>
pom
</packaging>
<name>
Reef DB
</name>
...
...
reefdb-core/pom.xml
View file @
9196b18d
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
fr.ifremer.reefdb
</groupId>
<artifactId>
reefdb
</artifactId>
<version>
3.8.2
-SNAPSHOT
</version>
<version>
3.8.2
</version>
</parent>
<artifactId>
reefdb-core
</artifactId>
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/referential/transcribing/ReefDbTranscribingItemDao.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.dao.referential.transcribing;
* %%
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
fr.ifremer.quadrige3.core.dao.referential.transcribing.TranscribingItemExtendDao
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/referential/transcribing/ReefDbTranscribingItemDaoImpl.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.dao.referential.transcribing;
* %%
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
fr.ifremer.quadrige3.core.dao.referential.transcribing.TranscribingItemDaoImpl
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRuleDao.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.dao.system.rule;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
fr.ifremer.quadrige3.core.dao.system.rule.RuleDao
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRuleDaoImpl.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.dao.system.rule;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRulePmfmDao.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.dao.system.rule;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/dao/system/rule/ReefDbRulePmfmDaoImpl.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.dao.system.rule;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/service/extraction/ExtractionPerformService.java
View file @
9196b18d
...
...
@@ -7,17 +7,17 @@ package fr.ifremer.reefdb.service.extraction;
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*
it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
fr.ifremer.quadrige3.core.ProgressionCoreModel
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/service/extraction/ExtractionPerformServiceImpl.java
View file @
9196b18d
...
...
@@ -7,17 +7,17 @@ package fr.ifremer.reefdb.service.extraction;
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*
it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
com.google.common.base.Joiner
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/service/observation/ObservationInternalService.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.service.observation;
* %%
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
org.springframework.transaction.annotation.Transactional
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/service/observation/ValidationBean.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.service.observation;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
/**
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/service/rulescontrol/ControlRuleService.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.service.rulescontrol;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/service/rulescontrol/ControlRuleServiceImpl.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.service.rulescontrol;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/vo/ContextProxy.java
View file @
9196b18d
...
...
@@ -7,17 +7,17 @@ package fr.ifremer.reefdb.vo;
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*
it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/vo/ContextVO.java
View file @
9196b18d
...
...
@@ -7,17 +7,17 @@ package fr.ifremer.reefdb.vo;
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*
it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
java.util.ArrayList
;
...
...
reefdb-core/src/main/java/fr/ifremer/reefdb/vo/FilterProxy.java
View file @
9196b18d
...
...
@@ -7,17 +7,17 @@ package fr.ifremer.reefdb.vo;
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*
it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
...
...
reefdb-core/src/test/java/fr/ifremer/reefdb/InitReefDbTests.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb;
* %%
* Copyright (C) 2014 - 2018 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
com.google.common.collect.ImmutableList
;
...
...
reefdb-core/src/test/java/fr/ifremer/reefdb/service/rulescontrol/RuleListServiceTest.java
View file @
9196b18d
...
...
@@ -6,18 +6,18 @@ package fr.ifremer.reefdb.service.rulescontrol;
* %%
* Copyright (C) 2014 - 2019 Ifremer
* %%
* This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
* #L%
*/
import
fr.ifremer.reefdb.config.ReefDbConfiguration
;
...
...
reefdb-ui-swing/pom.xml
View file @
9196b18d
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
fr.ifremer.reefdb
</groupId>
<artifactId>
reefdb
</artifactId>
<version>
3.8.2
-SNAPSHOT
</version>
<version>
3.8.2
</version>
</parent>
<artifactId>
reefdb-ui-swing
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment