From abea1eabfec9c6a4aa2c5ae2478574ee554352e2 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 29 Nov 2023 16:49:39 -0500 Subject: [PATCH] Rename THIRD-PARTY-NOTICES.TXT Context: https://github.com/xamarin/xamarin-android/commit/2081a20a2ecf01f10b28529bb56b284901d5bdc1 Our TPN files were recently renamed, however the change to the build dependencies file in the repo was never committed. Rename the file so that no longer shows up as an untracked file in the git tree. --- ThirdPartyNotices.txt => THIRD-PARTY-NOTICES.TXT | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ThirdPartyNotices.txt => THIRD-PARTY-NOTICES.TXT (100%) diff --git a/ThirdPartyNotices.txt b/THIRD-PARTY-NOTICES.TXT similarity index 100% rename from ThirdPartyNotices.txt rename to THIRD-PARTY-NOTICES.TXT