From 604511715b8ad3c5176cb257ce17adf35223be28 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 24 Jan 2020 09:01:21 -0800 Subject: [PATCH] Add missing copyright headers Summary: Failing OSS requirements right now. Reviewed By: nikoant Differential Revision: D19557540 fbshipit-source-id: 18d0d68816e70492802f41472e15e1ed0cf35e31 --- .../ReactNativeFlipperExample/android/app/proguard-rules.pro | 5 +++++ .../ReactNativeFlipperExample/android/gradle.properties | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/react-native/ReactNativeFlipperExample/android/app/proguard-rules.pro b/react-native/ReactNativeFlipperExample/android/app/proguard-rules.pro index 11b025724..f28b70eed 100644 --- a/react-native/ReactNativeFlipperExample/android/app/proguard-rules.pro +++ b/react-native/ReactNativeFlipperExample/android/app/proguard-rules.pro @@ -1,3 +1,8 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt diff --git a/react-native/ReactNativeFlipperExample/android/gradle.properties b/react-native/ReactNativeFlipperExample/android/gradle.properties index 1ac72128e..b0200a885 100644 --- a/react-native/ReactNativeFlipperExample/android/gradle.properties +++ b/react-native/ReactNativeFlipperExample/android/gradle.properties @@ -1,3 +1,8 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: