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:
Nicola Corti
2023-05-22 08:00:52 -07:00
committed by Facebook GitHub Bot
parent bfca23a25d
commit e93bc9b6ec
5 changed files with 0 additions and 35 deletions
@@ -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"
@@ -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
@@ -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
@@ -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
@@ -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