This is an automated email from the git hooks/post-receive script. New commit to branch develop-2.x in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 9cc1c4cf21e6b2ff2acdb8c36ac1ec8a6d0cadab Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 18 14:58:05 2017 +0100 Update license headers on poms --- jaxx-application-api/pom.xml | 10 +++++----- jaxx-application-swing/pom.xml | 12 ++++++------ jaxx-widgets-extra/pom.xml | 22 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 11 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index a439adc..f113a2e 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -6,18 +6,18 @@ Copyright (C) 2013 Ifremer, 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 + it under the terms of the GNU Lesser 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. + GNU General Lesser Public License for more details. - You should have received a copy of the GNU General Public + You should have received a copy of the GNU General Lesser Public License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. + <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index fe9cef3..701be6a 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -6,18 +6,18 @@ Copyright (C) 2013 Ifremer, 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 + it under the terms of the GNU Lesser 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 + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. + <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 6efaff4..9aad29b 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JAXX :: Extra Widgets + %% + Copyright (C) 2004 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser 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 Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.