From 4b074cdd4932d51a89f6b5e1d14fecdb87c6db62 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 19 Jan 2021 16:21:17 +0800 Subject: [PATCH] Modify license information --- openjpa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjpa.spec b/openjpa.spec index e36fbeb..1ddf5b8 100644 --- a/openjpa.spec +++ b/openjpa.spec @@ -1,9 +1,9 @@ %global with_tests 0 Name: openjpa Version: 2.4.1 -Release: 2 +Release: 3 Summary: Java Persistence 2.0 API -License: ASL 2.0 and CDDL +License: BSD and Apache-2.0 and CDDL and GPLv2+ Url: http://openjpa.apache.org/ Source0: http://archive.apache.org/dist/openjpa/%{version}/%{name}-parent-%{version}-source-release.zip Patch0: %{name}-2.3.0-remove-WASRegistryManagedRuntime.patch @@ -148,6 +148,9 @@ install -p -m 644 %{name}-ant %{buildroot}%{_sysconfdir}/ant.d/%{name} %license LICENSE NOTICE %changelog +* Tue Jan 19 2021 caodongxia - 2.4.1-3 +- Modify license information. + * Tue Oct 27 2020 huanghaitao - 2.4.1-2 - Remove simple-json dep