From bc521b7e7f573854b5cd76c052ba6fe88931e9bf Mon Sep 17 00:00:00 2001
From: UltimateQuack <patoflamejantetv@gmail.com>
Date: Thu, 16 Jan 2025 21:51:15 -0300
Subject: [PATCH] "Fixed" the Apache 2.0 LICENSE file part (#3843)

very simple
---
 LICENSE.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/LICENSE.md b/LICENSE.md
index f7c1c42e9..68a0cba21 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -8,7 +8,7 @@ All Rights Reserved. "Friday Night Funkin'" and the "Friday Night Funkin'" logo
 You can view the `funkin-assets` license here: (https://github.com/FunkinCrew/funkin.assets/blob/main/LICENSE.md)
 
 ## Apache 2.0 License
-
+```
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
@@ -210,3 +210,4 @@ You can view the `funkin-assets` license here: (https://github.com/FunkinCrew/fu
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
+```