Add gradle license headers

Summary: Some more will follow.

Reviewed By: jknoxville

Differential Revision: D15146750

fbshipit-source-id: b78331b1fb00f357812e598165d6def62e2a89c8
This commit is contained in:
Pascal Hartig
2019-04-30 05:31:41 -07:00
committed by Facebook Github Bot
parent eca569db42
commit 8ba4feba66
3 changed files with 15 additions and 0 deletions

View File

@@ -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'

View File

@@ -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 {

View File

@@ -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()