mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Do not add Meta's license header to template (#37513)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37513 After the monorepo migration, we started to add license headers to the template file. This needs to be reverted, I'm doing it here. Changelog: [Internal] [Changed] - Do not add Meta's license header to template Reviewed By: dmytrorykun Differential Revision: D46070682 fbshipit-source-id: ee071d90c92e32c57698b09298a2f5cf39d3f6d7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bfca23a25d
commit
e93bc9b6ec
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and 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"
|
||||
apply plugin: "org.jetbrains.kotlin.android"
|
||||
apply plugin: "com.facebook.react"
|
||||
|
||||
-7
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.helloworld
|
||||
|
||||
import android.content.Context
|
||||
|
||||
-7
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.helloworld
|
||||
|
||||
import com.facebook.react.ReactActivity
|
||||
|
||||
-7
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.helloworld
|
||||
|
||||
import android.app.Application
|
||||
|
||||
-7
@@ -1,10 +1,3 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.helloworld
|
||||
|
||||
import android.content.Context
|
||||
|
||||
Reference in New Issue
Block a user