diff --git a/packages/react-native/template/android/app/build.gradle b/packages/react-native/template/android/app/build.gradle index eb8f4efa97a..b464d3616cd 100644 --- a/packages/react-native/template/android/app/build.gradle +++ b/packages/react-native/template/android/app/build.gradle @@ -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" diff --git a/packages/react-native/template/android/app/src/debug/java/com/helloworld/ReactNativeFlipper.kt b/packages/react-native/template/android/app/src/debug/java/com/helloworld/ReactNativeFlipper.kt index 5cea7f83005..c628808885f 100644 --- a/packages/react-native/template/android/app/src/debug/java/com/helloworld/ReactNativeFlipper.kt +++ b/packages/react-native/template/android/app/src/debug/java/com/helloworld/ReactNativeFlipper.kt @@ -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 diff --git a/packages/react-native/template/android/app/src/main/java/com/helloworld/MainActivity.kt b/packages/react-native/template/android/app/src/main/java/com/helloworld/MainActivity.kt index 07c47370090..d7a3dee1a87 100644 --- a/packages/react-native/template/android/app/src/main/java/com/helloworld/MainActivity.kt +++ b/packages/react-native/template/android/app/src/main/java/com/helloworld/MainActivity.kt @@ -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 diff --git a/packages/react-native/template/android/app/src/main/java/com/helloworld/MainApplication.kt b/packages/react-native/template/android/app/src/main/java/com/helloworld/MainApplication.kt index 75193c30424..6ca847e0e0b 100644 --- a/packages/react-native/template/android/app/src/main/java/com/helloworld/MainApplication.kt +++ b/packages/react-native/template/android/app/src/main/java/com/helloworld/MainApplication.kt @@ -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 diff --git a/packages/react-native/template/android/app/src/release/java/com/helloworld/ReactNativeFlipper.kt b/packages/react-native/template/android/app/src/release/java/com/helloworld/ReactNativeFlipper.kt index 486e6cd14f4..5eea0530a74 100644 --- a/packages/react-native/template/android/app/src/release/java/com/helloworld/ReactNativeFlipper.kt +++ b/packages/react-native/template/android/app/src/release/java/com/helloworld/ReactNativeFlipper.kt @@ -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