From 4abf4ad35ff6e69abd78dfcc59bd0392cccccc37 Mon Sep 17 00:00:00 2001 From: Jesse Date: Tue, 16 Jul 2024 13:14:26 -0700 Subject: [PATCH] don't put the license on these files --- android/Torchchat/app/build.gradle.kts | 6 ------ android/Torchchat/app/proguard-rules.pro | 7 ------- android/Torchchat/build.gradle.kts | 6 ------ 3 files changed, 19 deletions(-) diff --git a/android/Torchchat/app/build.gradle.kts b/android/Torchchat/app/build.gradle.kts index a27f563a5..1001c9f81 100644 --- a/android/Torchchat/app/build.gradle.kts +++ b/android/Torchchat/app/build.gradle.kts @@ -1,9 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. - -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - plugins { id("com.android.application") } diff --git a/android/Torchchat/app/proguard-rules.pro b/android/Torchchat/app/proguard-rules.pro index 8a7c18826..f1b424510 100644 --- a/android/Torchchat/app/proguard-rules.pro +++ b/android/Torchchat/app/proguard-rules.pro @@ -1,10 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. - -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - - # Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. diff --git a/android/Torchchat/build.gradle.kts b/android/Torchchat/build.gradle.kts index 9349f97ae..cc9db8a5c 100644 --- a/android/Torchchat/build.gradle.kts +++ b/android/Torchchat/build.gradle.kts @@ -1,9 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. - -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.1.0" apply false