Update to MIT license

Summary: Manual changes.

Reviewed By: TheSavior, yungsters

Differential Revision: D7012152

fbshipit-source-id: de7459be3db13c687868b45059856f125c4f2eb1
This commit is contained in:
Sophie Alpert
2018-02-16 18:25:02 -08:00
committed by Facebook Github Bot
parent a2b6ddb7b1
commit 7f44ec512e
8 changed files with 24 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
podspec = Pod::Spec.new do |spec|
spec.name = 'YogaKit'
spec.version = '1.7.0'
spec.license = { :type => 'BSD', :file => "LICENSE" }
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://facebook.github.io/yoga/'
spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/'