From 93be83b5fa5c207399a435e566f48d70ce87e6de Mon Sep 17 00:00:00 2001 From: plerks Date: Mon, 27 Jun 2022 14:58:05 +0800 Subject: [PATCH] license compliance rectification --- h2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/h2.spec b/h2.spec index 87fac41..5fab9cb 100644 --- a/h2.spec +++ b/h2.spec @@ -1,8 +1,8 @@ Name: h2 Version: 1.4.196 -Release: 2 +Release: 3 Summary: Java SQL database -License: (EPL or MPLv2.0 or LGPLv3+) and ASL 2.0 +License: (EPL-1.0 or MPLv2.0 or LGPLv3+) and ASL 2.0 URL: http://www.h2database.com Source0: http://www.h2database.com/h2-2017-06-10.zip Source1: https://repo1.maven.org/maven2/com/h2database/h2/%{version}/h2-%{version}.pom @@ -64,6 +64,9 @@ sh build.sh jar docs %license src/docsrc/html/license.html %changelog +* Mon Jun 27 2022 Xinyi Gou - 1.4.196-3 +- Specify license version + * Fri Dec 25 2020 wutao - 1.4.196-2 - Turn off testFast to solve probabilistic failures -- Gitee