aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:58:24 +0100
committerSebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:58:24 +0100
commit902af0816ee06ab426b0b82cd0adf9b2c39af8e2 (patch)
tree835e8876544e28d7cbc5c1b92d8ef2d10895021d /Protobuf.podspec
parent6395a1cbd9e50bfb9ef59c96e38b8facded47e87 (diff)
downloadprotobuf-902af0816ee06ab426b0b82cd0adf9b2c39af8e2.tar.gz
protobuf-902af0816ee06ab426b0b82cd0adf9b2c39af8e2.tar.bz2
protobuf-902af0816ee06ab426b0b82cd0adf9b2c39af8e2.zip
Prefer the term "3-Clause BSD License" over "New BSD License"
The first is the newer name, which is also more telling.
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protobuf.podspec b/Protobuf.podspec
index 4b88a4df..0db70650 100644
--- a/Protobuf.podspec
+++ b/Protobuf.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.version = '3.2.0'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/google/protobuf'
- s.license = 'New BSD'
+ s.license = '3-Clause BSD License'
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
s.cocoapods_version = '>= 1.0'