From a680e2f15ec9cb59c53838cad8f14f77a0965fa4 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 27 Apr 2017 09:24:11 +0200 Subject: [PATCH] add to gitignore --- .gitignore | 4 ++- .../src/license/THIRD-PARTY.properties | 26 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 duniter4j-es-user/src/license/THIRD-PARTY.properties diff --git a/.gitignore b/.gitignore index 9b56c22f..6c5905c6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ .settings .idea target -*/target \ No newline at end of file +*/target +duniter4j.iml +LICENSE.txt \ No newline at end of file diff --git a/duniter4j-es-user/src/license/THIRD-PARTY.properties b/duniter4j-es-user/src/license/THIRD-PARTY.properties new file mode 100644 index 00000000..f89b2cbe --- /dev/null +++ b/duniter4j-es-user/src/license/THIRD-PARTY.properties @@ -0,0 +1,26 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - Apache License 2.0 +# - Apache License Version 2.0 +# - BSD License +# - CC0 1.0 Universal +# - CDDL +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Common Development and Distribution License (CDDL) v1.0 +# - Dual license consisting of the CDDL v1.1 and GPL v2 +# - GPLv2+CE +# - General Public License (GPL) v3 +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - Public Domain, per Creative Commons CC0 +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Tue Mar 28 09:03:14 CEST 2017 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -- GitLab