This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit dee8ce7ac20c89219d557992831ef26cada8a74e Author: jcouteau <couteau@codelutin.com> Date: Fri Oct 19 16:40:51 2018 +0200 Fix release ... --- .../src/license/THIRD-PARTY.properties | 11 ++++------ .../faxtomail/services/service/ImageUtilTest.java | 24 ++++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 12 ++++------- 3 files changed, 32 insertions(+), 15 deletions(-) diff --git a/faxtomail-service/src/license/THIRD-PARTY.properties b/faxtomail-service/src/license/THIRD-PARTY.properties index 37a36253..b0330ac8 100644 --- a/faxtomail-service/src/license/THIRD-PARTY.properties +++ b/faxtomail-service/src/license/THIRD-PARTY.properties @@ -5,6 +5,7 @@ # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-clause License w/nuclear disclaimer # - BSD License # - CDDL # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 @@ -23,6 +24,7 @@ # - GPLv2+CE # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - JJ2000 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) @@ -32,19 +34,14 @@ # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 +# - The BSD License # - The H2 License, Version 1.0 # - UnboundID LDAP SDK Free Use License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Jul 09 18:33:13 CEST 2018 -com.twelvemonkeys.common--common-image--3.0.2=BSD 3-Clause License -com.twelvemonkeys.common--common-io--3.0.2=BSD 3-Clause License -com.twelvemonkeys.common--common-lang--3.0.2=BSD 3-Clause License -com.twelvemonkeys.imageio--imageio-core--3.0.2=BSD 3-Clause License -com.twelvemonkeys.imageio--imageio-jpeg--3.0.2=BSD 3-Clause License -com.twelvemonkeys.imageio--imageio-metadata--3.0.2=BSD 3-Clause License +#Fri Oct 19 16:38:26 CEST 2018 commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License diff --git a/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java b/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java index c8e5f207..dd2d0330 100644 --- a/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java +++ b/faxtomail-service/src/test/java/com/franciaflex/faxtomail/services/service/ImageUtilTest.java @@ -1,4 +1,28 @@ package com.franciaflex.faxtomail.services.service; +/*- + * #%L + * FaxToMail :: Service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2014 - 2018 Mac-Groupe, Code Lutin + * %% + * 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% + */ + public class ImageUtilTest { } diff --git a/faxtomail-ui-web/src/license/THIRD-PARTY.properties b/faxtomail-ui-web/src/license/THIRD-PARTY.properties index 7307574f..e8f83c8e 100644 --- a/faxtomail-ui-web/src/license/THIRD-PARTY.properties +++ b/faxtomail-ui-web/src/license/THIRD-PARTY.properties @@ -5,7 +5,7 @@ # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 -# - BSD 3-Clause License +# - BSD 3-clause License w/nuclear disclaimer # - BSD License # - CDDL # - CDDL + GPLv2 with classpath exception @@ -26,6 +26,7 @@ # - GPLv2+CE # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - JJ2000 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) @@ -37,6 +38,7 @@ # - SIL Open Font License (OFL) # - The Apache Software License, Version 1.1 # - The Apache Software License, Version 2.0 +# - The BSD License # - The H2 License, Version 1.0 # - The MIT License # - UnboundID LDAP SDK Free Use License @@ -44,13 +46,7 @@ # Please fill the missing licenses for dependencies : # # -#Mon Jul 09 18:45:15 CEST 2018 -com.twelvemonkeys.common--common-image--3.0.2=BSD 3-Clause License -com.twelvemonkeys.common--common-io--3.0.2=BSD 3-Clause License -com.twelvemonkeys.common--common-lang--3.0.2=BSD 3-Clause License -com.twelvemonkeys.imageio--imageio-core--3.0.2=BSD 3-Clause License -com.twelvemonkeys.imageio--imageio-jpeg--3.0.2=BSD 3-Clause License -com.twelvemonkeys.imageio--imageio-metadata--3.0.2=BSD 3-Clause License +#Fri Oct 19 16:40:12 CEST 2018 commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.