summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-10-14 12:13:22 -0400
committerAndrew Morrow <acm@mongodb.com>2018-10-23 10:32:22 -0400
commit511909c99011b09cc379191bddd22009cff2c0f5 (patch)
tree415a1cb136090df0dcdd34d43103308f4558b722 /src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in
parent02ebff5285c59edae92fb683d46c995cc1c9ff2b (diff)
downloadmongo-511909c99011b09cc379191bddd22009cff2c0f5.tar.gz
SERVER-37402 Finalize embedded licensing
Diffstat (limited to 'src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in')
-rw-r--r--src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in36
1 files changed, 1 insertions, 35 deletions
diff --git a/src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in b/src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in
index 3c3e8e756b3..9fabc4e5f3b 100644
--- a/src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in
+++ b/src/mongo/embedded/mongo_embedded/mongo_embedded.podspec.in
@@ -1,36 +1,3 @@
-#-
-# Copyright (C) 2018 MongoDB Inc.
-#
-# This program is free software: you can redistribute it and/or modify
-
-# Copyright (C) 2018-present MongoDB, Inc.
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the Server Side Public License, version 1,
-# as published by MongoDB, Inc.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# Server Side Public License for more details.
-#
-# You should have received a copy of the Server Side Public License
-# along with this program. If not, see
-# <http://www.mongodb.com/licensing/server-side-public-license>.
-#
-# As a special exception, the copyright holders give permission to link the
-# code of portions of this program with the OpenSSL library under certain
-# conditions as described in each individual source file and distribute
-# linked combinations including the program with the OpenSSL library. You
-# must comply with the Server Side Public License in all respects for
-# all of the code used other than as permitted herein. If you modify file(s)
-# with this exception, you may extend this exception to your version of the
-# file(s), but you are not obligated to do so. If you do not wish to do so,
-# delete this exception statement from your version. If you delete this
-# exception statement from all source files in the program, then also delete
-# it in the license file.
-#
-
Pod::Spec.new do |s|
s.name = "mongo_embedded"
@@ -44,8 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "https://www.mongodb.com"
s.author = { "MongoDB, Inc" => "cocoapods@mongodb.com" }
- s.license = "GNU Affero General Public License v3.0"
- # s.license = { :type => "AGPLv3", :file => "FILE_LICENSE" }
+ s.license = { :type => "MongoDB Embedded License", :file => "iPhoneOS/Frameworks/mongo_embedded.framework/LICENSE-Embedded.txt" }
s.ios.deployment_target = "11.0"
s.watchos.deployment_target = "4.3"