From f7b1701b21901c8e65ce5f726ae23ff267046dcc Mon Sep 17 00:00:00 2001 From: Zhipeng Xie Date: Fri, 17 Jul 2020 03:42:42 -0400 Subject: [PATCH] update license in spec update license according to: https://github.com/mongodb/mongo/blob/master/rpm/mongodb-org.spec#L9 https://github.com/mongodb/mongo/blob/master/LICENSE-Community.txt Signed-off-by: Zhipeng Xie --- mongodb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb.spec b/mongodb.spec index 45d2c0d..ddbba45 100644 --- a/mongodb.spec +++ b/mongodb.spec @@ -4,7 +4,7 @@ Name: mongodb Version: 4.5.0 Release: 2 Summary: The global cloud database service for modern applications -License: AGPLv3 and zlib and ASL 2.0 +License: SSPL URL: http://www.mongodb.org Source0: https://github.com/mongodb/mongo/archive/r%{version}.tar.gz Source1: mongod.conf -- Gitee