Use proper SPDX license identifier (#9441)
The previously used term "3-Clause BSD License" is not properly
standarized. A common standard is SPDX, therefore "3-Clause BSD License"
is substituted with "BSD-3-Clause" which is a SPDX identifier.
`grep -rl "3-Clause BSD License" | xargs -n1 sed -i "s/3-Clause BSD
License/BSD-3-Clause/g"`
diff --git a/Protobuf-C++.podspec b/Protobuf-C++.podspec
index ab241b9..766e2d1 100644
--- a/Protobuf-C++.podspec
+++ b/Protobuf-C++.podspec
@@ -3,7 +3,7 @@
s.version = '3.19.3'
s.summary = 'Protocol Buffers v3 runtime library for C++.'
s.homepage = 'https://github.com/google/protobuf'
- s.license = '3-Clause BSD License'
+ s.license = 'BSD-3-Clause'
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
s.cocoapods_version = '>= 1.0'