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 e5e16fbc17deb7c4da42f63e1eca0d4dd3059235 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 14:46:57 2016 +0200 Prepare next release \o/ --- .../src/license/THIRD-PARTY.properties | 26 ++++++++++++++++++++++ .../ObserveSwingApplicationActionDefinition.java | 22 ++++++++++++++++++ .../validators/QuadrantFieldDtoValidator.java | 22 ++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 26 ++++++++++++++++++++++ .../main/java/fr/ird/observe/util/ObserveUtil.java | 22 ++++++++++++++++++ .../src/main/resources/xwork.xml | 21 +++++++++++++++++ .../topia/validators/QuadrantFieldValidator.java | 22 ++++++++++++++++++ .../validate/ServiceValidationException.java | 22 ++++++++++++++++++ 8 files changed, 183 insertions(+) diff --git a/application-swing-configuration/src/license/THIRD-PARTY.properties b/application-swing-configuration/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..dfaf934 --- /dev/null +++ b/application-swing-configuration/src/license/THIRD-PARTY.properties @@ -0,0 +1,26 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - Apache 2.0 +# - Apache License 2.0 +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - GNU General Public License - Version 2 with the class path exception +# - GNU Lesser Public License +# - General Public License (GPL) +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - MPL 1.1 +# - The Apache Software License, Version 2.0 +# - The New BSD License +# - WTFPL +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Sep 02 14:43:56 CEST 2016 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java b/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java index 23a8025..9aff2a7 100644 --- a/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java +++ b/application-swing-configuration/src/main/java/fr/ird/observe/application/swing/configuration/ObserveSwingApplicationActionDefinition.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.configuration; +/*- + * #%L + * ObServe :: Application Swing Configuration + * %% + * 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 org.nuiton.config.ConfigActionDef; import static org.nuiton.i18n.I18n.t; diff --git a/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java b/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java index 205c88e..b293800 100644 --- a/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java +++ b/application-swing-validators/src/main/java/fr/ird/observe/application/swing/validators/QuadrantFieldDtoValidator.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.swing.validators; +/*- + * #%L + * ObServe :: Application Swing Validators + * %% + * 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.opensymphony.xwork2.validator.ValidationException; import com.opensymphony.xwork2.validator.validators.FieldValidatorSupport; import fr.ird.observe.services.dto.referential.OceanDto; diff --git a/application-web-configuration/src/license/THIRD-PARTY.properties b/application-web-configuration/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..1406744 --- /dev/null +++ b/application-web-configuration/src/license/THIRD-PARTY.properties @@ -0,0 +1,26 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - Apache 2.0 +# - Apache License 2.0 +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - GNU Lesser Public License +# - General Public License (GPL) +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - MPL 1.1 +# - New BSD License +# - The Apache Software License, Version 2.0 +# - The New BSD License +# - WTFPL +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Sep 02 14:43:28 CEST 2016 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java b/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java index 19791e2..00b99af 100644 --- a/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java +++ b/services-model/src/main/java/fr/ird/observe/util/ObserveUtil.java @@ -1,5 +1,27 @@ package fr.ird.observe.util; +/*- + * #%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% + */ + import org.nuiton.config.ApplicationConfig; import java.util.Map; diff --git a/services-topia-validation/src/main/resources/xwork.xml b/services-topia-validation/src/main/resources/xwork.xml index 04eb0b7..6d803fe 100644 --- a/services-topia-validation/src/main/resources/xwork.xml +++ b/services-topia-validation/src/main/resources/xwork.xml @@ -1,3 +1,24 @@ +<!-- + #%L + ObServe :: Services ToPIA validation + %% + 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% + --> <!DOCTYPE xwork PUBLIC "-//Apache Struts//XWork 2.0//EN" "http://struts.apache.org/dtds/xwork-2.0.dtd"> diff --git a/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java b/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java index b00c104..1ee2f33 100644 --- a/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java +++ b/services-topia-validators/src/main/java/fr/ird/observe/services/topia/validators/QuadrantFieldValidator.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.validators; +/*- + * #%L + * ObServe :: Services ToPIA Validators + * %% + * 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.opensymphony.xwork2.validator.ValidationException; import com.opensymphony.xwork2.validator.validators.FieldValidatorSupport; import fr.ird.observe.entities.referentiel.Ocean; diff --git a/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java b/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java index 94c124c..7ff76ff 100644 --- a/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java +++ b/services-topia/src/main/java/fr/ird/observe/services/topia/service/actions/validate/ServiceValidationException.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.topia.service.actions.validate; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * 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 01/09/16. * -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.