From 902af0816ee06ab426b0b82cd0adf9b2c39af8e2 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 28 Feb 2017 09:58:24 +0100 Subject: Prefer the term "3-Clause BSD License" over "New BSD License" The first is the newer name, which is also more telling. --- Protobuf.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Protobuf.podspec') 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' -- cgit v1.2.3