From 178b8f5f64e3ee40e6977531a6e3b73fca24150e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 8 Mar 2018 09:43:48 -0800 Subject: [PATCH] Update config files to use LICENSE-examples Summary: Use examples license in config files. Reviewed By: sophiebits Differential Revision: D7174444 fbshipit-source-id: 50c2369b18abd9d7fff9b4a66788fd67a5b40a0c --- .travis.yml | 7 ------- android/sample/java/com/facebook/samples/yoga/BUCK | 6 ++---- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe3ce3f5..ea56c3ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,3 @@ -# Copyright (c) 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. - language: node_js node_js: - "8" diff --git a/android/sample/java/com/facebook/samples/yoga/BUCK b/android/sample/java/com/facebook/samples/yoga/BUCK index bdc5f660..39d7d7b3 100644 --- a/android/sample/java/com/facebook/samples/yoga/BUCK +++ b/android/sample/java/com/facebook/samples/yoga/BUCK @@ -1,9 +1,7 @@ # Copyright (c) 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. load("//:yoga_defs.bzl", "ANDROID_JAVA_TARGET", "ANDROID_SAMPLE_RES_TARGET", "ANDROID_SUPPORT_TARGET", "APPCOMPAT_TARGET", "SOLOADER_TARGET", "android_library")