From c3b5cfd3ffca6cc36b9042d6a3cad3c32aea2deb Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 13 Jun 2024 10:31:51 +0800 Subject: [PATCH] License compliance rectification --- mongo-java-driver2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mongo-java-driver2.spec b/mongo-java-driver2.spec index 1b36bdc..a15e484 100644 --- a/mongo-java-driver2.spec +++ b/mongo-java-driver2.spec @@ -1,8 +1,8 @@ Name: mongo-java-driver2 Version: 2.14.3 -Release: 1 +Release: 2 Summary: MongoDB Java Driver -License: ASL 2.0 and BSD and CC-BY-SA +License: Apache-2.0 and BSD-3-clause and CC-BY-SA-3.0 URL: http://docs.mongodb.org/ecosystem/drivers/java/ Source0: https://github.com/mongodb/mongo-java-driver/archive/r%{version}/mongo-java-driver-%{version}.tar.gz @@ -46,5 +46,8 @@ find -name '*.jar' -print -delete %license LICENSE.txt %changelog +* Thu Jun 13 2024 wangkai <13474090681@163.com> - 2.14.3-2 +- License compliance rectification + * Fri Jul 24 2020 leiju - 2.14.3-1 - Package init