From f3b19507954a60d494fe2f2ac6f42cdfe55e5d5d Mon Sep 17 00:00:00 2001 From: jvmboy Date: Mon, 21 Dec 2020 14:39:36 +0800 Subject: [PATCH] I2A6GT: Add a license to this repo --- LICENSE | 8 ++++++++ icedtea-web.spec | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ed8bab0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +*************************************** +** LGPLv2+ and GPLv2 with exceptions ** +*************************************** + + +Details: +All newest files, unless claiming differently and all files inherited from GNU Classpath (mostly base of plugin) are GPL+Exceptions +NetX code is GPL and LGPL only. diff --git a/icedtea-web.spec b/icedtea-web.spec index a4a8319..f9b2364 100644 --- a/icedtea-web.spec +++ b/icedtea-web.spec @@ -10,7 +10,7 @@ %global debug_package %{nil} Name: icedtea-web Version: 1.8.4 -Release: 3 +Release: 4 Summary: Additional Java components for OpenJDK - Java Web Start implementation License: LGPLv2+ and GPLv2 with exceptions URL: http://icedtea.classpath.org/wiki/IcedTea-Web @@ -165,6 +165,9 @@ exit 0 %{_datadir}/man/man1/* %changelog +* Mon Dec 21 2020 noah - 1.8.4-4 +- add a license to this repo + * Tue Oct 20 2020 noah - 1.8.4-3 - add fix-for-cargo-test-sometimes-fails-when-make-runs-with-several-simultaneous-jobs.patch -- Gitee