From 8ba4feba6623ba51f54c823304d49f8c62f53592 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 30 Apr 2019 05:31:41 -0700 Subject: [PATCH] Add gradle license headers Summary: Some more will follow. Reviewed By: jknoxville Differential Revision: D15146750 fbshipit-source-id: b78331b1fb00f357812e598165d6def62e2a89c8 --- android/build.gradle | 5 +++++ android/sample/build.gradle | 5 +++++ build.gradle | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 0dd5de60f..649e65282 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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. + apply plugin: 'com.android.library' apply plugin: 'maven' diff --git a/android/sample/build.gradle b/android/sample/build.gradle index 2c8e2cb3e..b243458a3 100644 --- a/android/sample/build.gradle +++ b/android/sample/build.gradle @@ -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. + apply plugin: 'com.android.application' android { diff --git a/build.gradle b/build.gradle index d0afe09c1..2cf9d1be8 100644 --- a/build.gradle +++ b/build.gradle @@ -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. + buildscript { repositories { google()