Skip to content

Commit

Permalink
Do not add Meta's license header to template (#37513)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
cortinico authored and facebook-github-bot committed May 22, 2023
1 parent bfca23a commit e93bc9b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 35 deletions.
7 changes: 0 additions & 7 deletions packages/react-native/template/android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e93bc9b

Please sign in to comment.