diff --git a/LICENSE-examples b/LICENSE-examples new file mode 100644 index 00000000..87f537d4 --- /dev/null +++ b/LICENSE-examples @@ -0,0 +1,9 @@ +The examples provided by Facebook are for non-commercial testing and evaluation +purposes only. Facebook reserves all rights not expressly granted. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate b/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate index c1f7d4ac..47db969a 100644 Binary files a/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate and b/YogaKit/YogaKitSample/YogaKitSample.xcodeproj/project.xcworkspace/xcuserdata/emilsj.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.h b/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.h index fd215a3e..dd7af882 100644 --- a/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.h +++ b/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.h @@ -1,10 +1,9 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright 2014-present, Facebook, Inc. * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the license found in the + * LICENSE-examples file in the root directory of this source tree. */ #import diff --git a/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.m b/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.m index 7b256fa4..d1840bc7 100644 --- a/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.m +++ b/YogaKit/YogaKitSample/YogaKitSample/AppDelegate.m @@ -1,10 +1,9 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright 2014-present, Facebook, Inc. * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the license found in the + * LICENSE-examples file in the root directory of this source tree. */ #import "AppDelegate.h" diff --git a/YogaKit/YogaKitSample/YogaKitSample/ViewController.h b/YogaKit/YogaKitSample/YogaKitSample/ViewController.h index 3ac7561c..f5642871 100644 --- a/YogaKit/YogaKitSample/YogaKitSample/ViewController.h +++ b/YogaKit/YogaKitSample/YogaKitSample/ViewController.h @@ -1,10 +1,9 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright 2014-present, Facebook, Inc. * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the license found in the + * LICENSE-examples file in the root directory of this source tree. */ #import diff --git a/YogaKit/YogaKitSample/YogaKitSample/ViewController.m b/YogaKit/YogaKitSample/YogaKitSample/ViewController.m index 9fcdcdc1..a13dae6f 100644 --- a/YogaKit/YogaKitSample/YogaKitSample/ViewController.m +++ b/YogaKit/YogaKitSample/YogaKitSample/ViewController.m @@ -1,10 +1,9 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright 2014-present, Facebook, Inc. * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the license found in the + * LICENSE-examples file in the root directory of this source tree. */ #import "ViewController.h" diff --git a/YogaKit/YogaKitSample/YogaKitSample/main.m b/YogaKit/YogaKitSample/YogaKitSample/main.m index 9e12b064..bbef0040 100644 --- a/YogaKit/YogaKitSample/YogaKitSample/main.m +++ b/YogaKit/YogaKitSample/YogaKitSample/main.m @@ -1,10 +1,9 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright 2014-present, Facebook, Inc. * All rights reserved. * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. + * This source code is licensed under the license found in the + * LICENSE-examples file in the root directory of this source tree. */ #import