diff --git a/.idea/copyright/MIT_License_f__MHSF.xml b/.idea/copyright/MIT_License_f__MHSF.xml
index 77536ee..e2c2071 100644
--- a/.idea/copyright/MIT_License_f__MHSF.xml
+++ b/.idea/copyright/MIT_License_f__MHSF.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
index 2ebca56..cf3cce4 100644
--- a/.idea/copyright/profiles_settings.xml
+++ b/.idea/copyright/profiles_settings.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/apps/docs/content/favicon.svg b/apps/docs/content/favicon.svg
index cb6ee88..30244a0 100644
--- a/apps/docs/content/favicon.svg
+++ b/apps/docs/content/favicon.svg
@@ -1,7 +1,5 @@
+
\ No newline at end of file
diff --git a/apps/stage1-clk-transfer/public/globe.svg b/apps/stage1-clk-transfer/public/globe.svg
index 567f17b..c7053c3 100644
--- a/apps/stage1-clk-transfer/public/globe.svg
+++ b/apps/stage1-clk-transfer/public/globe.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage1-clk-transfer/public/next.svg b/apps/stage1-clk-transfer/public/next.svg
index 5174b28..58f63e1 100644
--- a/apps/stage1-clk-transfer/public/next.svg
+++ b/apps/stage1-clk-transfer/public/next.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage1-clk-transfer/public/vercel.svg b/apps/stage1-clk-transfer/public/vercel.svg
index 7705396..27615e2 100644
--- a/apps/stage1-clk-transfer/public/vercel.svg
+++ b/apps/stage1-clk-transfer/public/vercel.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage1-clk-transfer/public/window.svg b/apps/stage1-clk-transfer/public/window.svg
index b2b2a44..acafd73 100644
--- a/apps/stage1-clk-transfer/public/window.svg
+++ b/apps/stage1-clk-transfer/public/window.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage1-clk-transfer/src/app/globals.css b/apps/stage1-clk-transfer/src/app/globals.css
index a8144b6..46f89f5 100644
--- a/apps/stage1-clk-transfer/src/app/globals.css
+++ b/apps/stage1-clk-transfer/src/app/globals.css
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
@tailwind base;
@tailwind components;
@tailwind utilities;
diff --git a/apps/stage1-clk-transfer/src/app/layout.tsx b/apps/stage1-clk-transfer/src/app/layout.tsx
index 7b8898e..cb4cd37 100644
--- a/apps/stage1-clk-transfer/src/app/layout.tsx
+++ b/apps/stage1-clk-transfer/src/app/layout.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
diff --git a/apps/stage1-clk-transfer/src/app/login/auth-finish/page.tsx b/apps/stage1-clk-transfer/src/app/login/auth-finish/page.tsx
index 0e04a2c..c3083fd 100644
--- a/apps/stage1-clk-transfer/src/app/login/auth-finish/page.tsx
+++ b/apps/stage1-clk-transfer/src/app/login/auth-finish/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
"use client";
import { GalleryVerticalEnd } from "lucide-react"
diff --git a/apps/stage1-clk-transfer/src/app/login/page.tsx b/apps/stage1-clk-transfer/src/app/login/page.tsx
index 32495ae..56e8e29 100644
--- a/apps/stage1-clk-transfer/src/app/login/page.tsx
+++ b/apps/stage1-clk-transfer/src/app/login/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { GalleryVerticalEnd } from "lucide-react"
import { LoginForm } from "@/components/login-form"
diff --git a/apps/stage1-clk-transfer/src/app/page.tsx b/apps/stage1-clk-transfer/src/app/page.tsx
index 760dac6..de4904d 100644
--- a/apps/stage1-clk-transfer/src/app/page.tsx
+++ b/apps/stage1-clk-transfer/src/app/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import Image from "next/image";
export default function Home() {
diff --git a/apps/stage1-clk-transfer/src/components/auth-finish.tsx b/apps/stage1-clk-transfer/src/components/auth-finish.tsx
index 1585e8e..4a60df5 100644
--- a/apps/stage1-clk-transfer/src/components/auth-finish.tsx
+++ b/apps/stage1-clk-transfer/src/components/auth-finish.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
import {
diff --git a/apps/stage1-clk-transfer/src/components/login-form.tsx b/apps/stage1-clk-transfer/src/components/login-form.tsx
index 4e94f81..e967ae0 100644
--- a/apps/stage1-clk-transfer/src/components/login-form.tsx
+++ b/apps/stage1-clk-transfer/src/components/login-form.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
import {
diff --git a/apps/stage1-clk-transfer/src/components/ui/alert.tsx b/apps/stage1-clk-transfer/src/components/ui/alert.tsx
index 3306dc5..fabe26d 100644
--- a/apps/stage1-clk-transfer/src/components/ui/alert.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/alert.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/aspect-ratio.tsx b/apps/stage1-clk-transfer/src/components/ui/aspect-ratio.tsx
index 2b5d202..9599d70 100644
--- a/apps/stage1-clk-transfer/src/components/ui/aspect-ratio.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/aspect-ratio.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/avatar.tsx b/apps/stage1-clk-transfer/src/components/ui/avatar.tsx
index 47ad765..124e0e0 100644
--- a/apps/stage1-clk-transfer/src/components/ui/avatar.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/avatar.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/badge.tsx b/apps/stage1-clk-transfer/src/components/ui/badge.tsx
index 69cd254..77d4bb5 100644
--- a/apps/stage1-clk-transfer/src/components/ui/badge.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/badge.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/breadcrumb.tsx b/apps/stage1-clk-transfer/src/components/ui/breadcrumb.tsx
index 692f29b..353ab37 100644
--- a/apps/stage1-clk-transfer/src/components/ui/breadcrumb.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/breadcrumb.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/button.tsx b/apps/stage1-clk-transfer/src/components/ui/button.tsx
index 7b8b882..14d7da3 100644
--- a/apps/stage1-clk-transfer/src/components/ui/button.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/button.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/card.tsx b/apps/stage1-clk-transfer/src/components/ui/card.tsx
index cca8c3f..593e3b5 100644
--- a/apps/stage1-clk-transfer/src/components/ui/card.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/card.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/chart.tsx b/apps/stage1-clk-transfer/src/components/ui/chart.tsx
index 1bdbcf2..beabd7b 100644
--- a/apps/stage1-clk-transfer/src/components/ui/chart.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/chart.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/checkbox.tsx b/apps/stage1-clk-transfer/src/components/ui/checkbox.tsx
index a654576..ef1ecbc 100644
--- a/apps/stage1-clk-transfer/src/components/ui/checkbox.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/checkbox.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/collapsible.tsx b/apps/stage1-clk-transfer/src/components/ui/collapsible.tsx
index f7fb4b8..fb86226 100644
--- a/apps/stage1-clk-transfer/src/components/ui/collapsible.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/collapsible.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/command.tsx b/apps/stage1-clk-transfer/src/components/ui/command.tsx
index 2a190c2..d2a6146 100644
--- a/apps/stage1-clk-transfer/src/components/ui/command.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/command.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/context-menu.tsx b/apps/stage1-clk-transfer/src/components/ui/context-menu.tsx
index e0bf7bc..245d981 100644
--- a/apps/stage1-clk-transfer/src/components/ui/context-menu.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/context-menu.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/dialog.tsx b/apps/stage1-clk-transfer/src/components/ui/dialog.tsx
index b8da831..674ff9a 100644
--- a/apps/stage1-clk-transfer/src/components/ui/dialog.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/dialog.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/discord.tsx b/apps/stage1-clk-transfer/src/components/ui/discord.tsx
index b3a2225..13f21b7 100644
--- a/apps/stage1-clk-transfer/src/components/ui/discord.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/discord.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/drawer.tsx b/apps/stage1-clk-transfer/src/components/ui/drawer.tsx
index b8983d7..774ad4c 100644
--- a/apps/stage1-clk-transfer/src/components/ui/drawer.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/drawer.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/dropdown-menu.tsx b/apps/stage1-clk-transfer/src/components/ui/dropdown-menu.tsx
index d685171..6f6d1f9 100644
--- a/apps/stage1-clk-transfer/src/components/ui/dropdown-menu.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/dropdown-menu.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/form.tsx b/apps/stage1-clk-transfer/src/components/ui/form.tsx
index a2a58e9..8d240f6 100644
--- a/apps/stage1-clk-transfer/src/components/ui/form.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/form.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/github.tsx b/apps/stage1-clk-transfer/src/components/ui/github.tsx
index 2bcb720..e5f72bb 100644
--- a/apps/stage1-clk-transfer/src/components/ui/github.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/github.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/hover-card.tsx b/apps/stage1-clk-transfer/src/components/ui/hover-card.tsx
index 84d434c..9dcf675 100644
--- a/apps/stage1-clk-transfer/src/components/ui/hover-card.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/hover-card.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/input-otp.tsx b/apps/stage1-clk-transfer/src/components/ui/input-otp.tsx
index 4bffb6a..7f54a29 100644
--- a/apps/stage1-clk-transfer/src/components/ui/input-otp.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/input-otp.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/input.tsx b/apps/stage1-clk-transfer/src/components/ui/input.tsx
index 39da66f..3e71388 100644
--- a/apps/stage1-clk-transfer/src/components/ui/input.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/input.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/label.tsx b/apps/stage1-clk-transfer/src/components/ui/label.tsx
index eaed7d7..7516b7e 100644
--- a/apps/stage1-clk-transfer/src/components/ui/label.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/label.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/loading-spinner.tsx b/apps/stage1-clk-transfer/src/components/ui/loading-spinner.tsx
index 83b7e88..ac6ac66 100644
--- a/apps/stage1-clk-transfer/src/components/ui/loading-spinner.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/loading-spinner.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/menubar.tsx b/apps/stage1-clk-transfer/src/components/ui/menubar.tsx
index 2f5053c..313ed66 100644
--- a/apps/stage1-clk-transfer/src/components/ui/menubar.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/menubar.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/navigation-menu.tsx b/apps/stage1-clk-transfer/src/components/ui/navigation-menu.tsx
index 29f0d7e..e759715 100644
--- a/apps/stage1-clk-transfer/src/components/ui/navigation-menu.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/navigation-menu.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/popover.tsx b/apps/stage1-clk-transfer/src/components/ui/popover.tsx
index 86b60e4..cf11923 100644
--- a/apps/stage1-clk-transfer/src/components/ui/popover.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/popover.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/radio-group.tsx b/apps/stage1-clk-transfer/src/components/ui/radio-group.tsx
index 6934d69..fa33a2c 100644
--- a/apps/stage1-clk-transfer/src/components/ui/radio-group.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/radio-group.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/resizable.tsx b/apps/stage1-clk-transfer/src/components/ui/resizable.tsx
index 0edbf17..5169200 100644
--- a/apps/stage1-clk-transfer/src/components/ui/resizable.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/resizable.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/scroll-area.tsx b/apps/stage1-clk-transfer/src/components/ui/scroll-area.tsx
index e92e80e..df054f5 100644
--- a/apps/stage1-clk-transfer/src/components/ui/scroll-area.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/scroll-area.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/select.tsx b/apps/stage1-clk-transfer/src/components/ui/select.tsx
index f2240b5..b0980e0 100644
--- a/apps/stage1-clk-transfer/src/components/ui/select.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/select.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/separator.tsx b/apps/stage1-clk-transfer/src/components/ui/separator.tsx
index a2386cc..0290d98 100644
--- a/apps/stage1-clk-transfer/src/components/ui/separator.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/separator.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/sheet.tsx b/apps/stage1-clk-transfer/src/components/ui/sheet.tsx
index 4d9c066..640635b 100644
--- a/apps/stage1-clk-transfer/src/components/ui/sheet.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/sheet.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/skeleton.tsx b/apps/stage1-clk-transfer/src/components/ui/skeleton.tsx
index 89a50a2..c36eefa 100644
--- a/apps/stage1-clk-transfer/src/components/ui/skeleton.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/skeleton.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/sonner.tsx b/apps/stage1-clk-transfer/src/components/ui/sonner.tsx
index 126842f..7c2ee90 100644
--- a/apps/stage1-clk-transfer/src/components/ui/sonner.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/sonner.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/spinner.tsx b/apps/stage1-clk-transfer/src/components/ui/spinner.tsx
index 1083f0f..f9e3f1c 100644
--- a/apps/stage1-clk-transfer/src/components/ui/spinner.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/spinner.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/switch.tsx b/apps/stage1-clk-transfer/src/components/ui/switch.tsx
index acc5db8..514cf45 100644
--- a/apps/stage1-clk-transfer/src/components/ui/switch.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/switch.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/tabs.tsx b/apps/stage1-clk-transfer/src/components/ui/tabs.tsx
index c7c0b67..04b88b1 100644
--- a/apps/stage1-clk-transfer/src/components/ui/tabs.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/tabs.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/textarea.tsx b/apps/stage1-clk-transfer/src/components/ui/textarea.tsx
index ec1e1f1..dd457d0 100644
--- a/apps/stage1-clk-transfer/src/components/ui/textarea.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/textarea.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/components/ui/tooltip.tsx b/apps/stage1-clk-transfer/src/components/ui/tooltip.tsx
index e4f0f03..74e532b 100644
--- a/apps/stage1-clk-transfer/src/components/ui/tooltip.tsx
+++ b/apps/stage1-clk-transfer/src/components/ui/tooltip.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage1-clk-transfer/src/hooks/use-mobile.tsx b/apps/stage1-clk-transfer/src/hooks/use-mobile.tsx
index 2b0fe1d..588dba5 100644
--- a/apps/stage1-clk-transfer/src/hooks/use-mobile.tsx
+++ b/apps/stage1-clk-transfer/src/hooks/use-mobile.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import * as React from "react"
const MOBILE_BREAKPOINT = 768
diff --git a/apps/stage1-clk-transfer/src/lib/utils.ts b/apps/stage1-clk-transfer/src/lib/utils.ts
index bd0c391..cdf67ab 100644
--- a/apps/stage1-clk-transfer/src/lib/utils.ts
+++ b/apps/stage1-clk-transfer/src/lib/utils.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
diff --git a/apps/stage1-clk-transfer/src/middleware.ts b/apps/stage1-clk-transfer/src/middleware.ts
index 758344b..2b848e9 100644
--- a/apps/stage1-clk-transfer/src/middleware.ts
+++ b/apps/stage1-clk-transfer/src/middleware.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { clerkMiddleware } from '@clerk/nextjs/server'
export default clerkMiddleware()
diff --git a/apps/stage1-clk-transfer/src/pages/api/v1/validate-stage1.tsx b/apps/stage1-clk-transfer/src/pages/api/v1/validate-stage1.tsx
index 628825a..1cdac32 100644
--- a/apps/stage1-clk-transfer/src/pages/api/v1/validate-stage1.tsx
+++ b/apps/stage1-clk-transfer/src/pages/api/v1/validate-stage1.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { auth, getAuth } from "@clerk/nextjs/server";
import { NextApiRequest, NextApiResponse } from "next";
import { MongoClient } from "mongodb"
diff --git a/apps/stage1-clk-transfer/tailwind.config.ts b/apps/stage1-clk-transfer/tailwind.config.ts
index 8bcbac7..a91fc57 100644
--- a/apps/stage1-clk-transfer/tailwind.config.ts
+++ b/apps/stage1-clk-transfer/tailwind.config.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import type { Config } from "tailwindcss";
export default {
diff --git a/apps/stage2-clk-transfer/eslint.config.mjs b/apps/stage2-clk-transfer/eslint.config.mjs
index a4b2b15..9bd7293 100644
--- a/apps/stage2-clk-transfer/eslint.config.mjs
+++ b/apps/stage2-clk-transfer/eslint.config.mjs
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { dirname } from "path";
import { fileURLToPath } from "url";
import { FlatCompat } from "@eslint/eslintrc";
diff --git a/apps/stage2-clk-transfer/next.config.ts b/apps/stage2-clk-transfer/next.config.ts
index e9ffa30..823ea3b 100644
--- a/apps/stage2-clk-transfer/next.config.ts
+++ b/apps/stage2-clk-transfer/next.config.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
diff --git a/apps/stage2-clk-transfer/postcss.config.mjs b/apps/stage2-clk-transfer/postcss.config.mjs
index 1a69fd2..22022c6 100644
--- a/apps/stage2-clk-transfer/postcss.config.mjs
+++ b/apps/stage2-clk-transfer/postcss.config.mjs
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
diff --git a/apps/stage2-clk-transfer/public/file.svg b/apps/stage2-clk-transfer/public/file.svg
index 004145c..89c2f3c 100644
--- a/apps/stage2-clk-transfer/public/file.svg
+++ b/apps/stage2-clk-transfer/public/file.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage2-clk-transfer/public/globe.svg b/apps/stage2-clk-transfer/public/globe.svg
index 567f17b..c7053c3 100644
--- a/apps/stage2-clk-transfer/public/globe.svg
+++ b/apps/stage2-clk-transfer/public/globe.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage2-clk-transfer/public/next.svg b/apps/stage2-clk-transfer/public/next.svg
index 5174b28..58f63e1 100644
--- a/apps/stage2-clk-transfer/public/next.svg
+++ b/apps/stage2-clk-transfer/public/next.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage2-clk-transfer/public/vercel.svg b/apps/stage2-clk-transfer/public/vercel.svg
index 7705396..27615e2 100644
--- a/apps/stage2-clk-transfer/public/vercel.svg
+++ b/apps/stage2-clk-transfer/public/vercel.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage2-clk-transfer/public/window.svg b/apps/stage2-clk-transfer/public/window.svg
index b2b2a44..acafd73 100644
--- a/apps/stage2-clk-transfer/public/window.svg
+++ b/apps/stage2-clk-transfer/public/window.svg
@@ -1 +1,29 @@
+
+
\ No newline at end of file
diff --git a/apps/stage2-clk-transfer/src/app/globals.css b/apps/stage2-clk-transfer/src/app/globals.css
index a8144b6..46f89f5 100644
--- a/apps/stage2-clk-transfer/src/app/globals.css
+++ b/apps/stage2-clk-transfer/src/app/globals.css
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
@tailwind base;
@tailwind components;
@tailwind utilities;
diff --git a/apps/stage2-clk-transfer/src/app/layout.tsx b/apps/stage2-clk-transfer/src/app/layout.tsx
index 6d6e6ab..a0992b9 100644
--- a/apps/stage2-clk-transfer/src/app/layout.tsx
+++ b/apps/stage2-clk-transfer/src/app/layout.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
diff --git a/apps/stage2-clk-transfer/src/app/login/auth-finish/page.tsx b/apps/stage2-clk-transfer/src/app/login/auth-finish/page.tsx
index 8eea529..0c2e929 100644
--- a/apps/stage2-clk-transfer/src/app/login/auth-finish/page.tsx
+++ b/apps/stage2-clk-transfer/src/app/login/auth-finish/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
"use client";
import { AuthFinish } from "@/components/auth-finish";
import { useEffect } from "react";
diff --git a/apps/stage2-clk-transfer/src/app/login/page.tsx b/apps/stage2-clk-transfer/src/app/login/page.tsx
index 32495ae..56e8e29 100644
--- a/apps/stage2-clk-transfer/src/app/login/page.tsx
+++ b/apps/stage2-clk-transfer/src/app/login/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { GalleryVerticalEnd } from "lucide-react"
import { LoginForm } from "@/components/login-form"
diff --git a/apps/stage2-clk-transfer/src/app/login/pre-auth/page.tsx b/apps/stage2-clk-transfer/src/app/login/pre-auth/page.tsx
index 43fe892..c400b48 100644
--- a/apps/stage2-clk-transfer/src/app/login/pre-auth/page.tsx
+++ b/apps/stage2-clk-transfer/src/app/login/pre-auth/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
"use client";
import { GalleryVerticalEnd } from "lucide-react"
diff --git a/apps/stage2-clk-transfer/src/app/page.tsx b/apps/stage2-clk-transfer/src/app/page.tsx
index 760dac6..de4904d 100644
--- a/apps/stage2-clk-transfer/src/app/page.tsx
+++ b/apps/stage2-clk-transfer/src/app/page.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import Image from "next/image";
export default function Home() {
diff --git a/apps/stage2-clk-transfer/src/components/auth-finish.tsx b/apps/stage2-clk-transfer/src/components/auth-finish.tsx
index 1585e8e..4a60df5 100644
--- a/apps/stage2-clk-transfer/src/components/auth-finish.tsx
+++ b/apps/stage2-clk-transfer/src/components/auth-finish.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
import {
diff --git a/apps/stage2-clk-transfer/src/components/login-form.tsx b/apps/stage2-clk-transfer/src/components/login-form.tsx
index 2771507..c4f7370 100644
--- a/apps/stage2-clk-transfer/src/components/login-form.tsx
+++ b/apps/stage2-clk-transfer/src/components/login-form.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
import {
diff --git a/apps/stage2-clk-transfer/src/components/ui/alert.tsx b/apps/stage2-clk-transfer/src/components/ui/alert.tsx
index 3306dc5..fabe26d 100644
--- a/apps/stage2-clk-transfer/src/components/ui/alert.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/alert.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/aspect-ratio.tsx b/apps/stage2-clk-transfer/src/components/ui/aspect-ratio.tsx
index 2b5d202..9599d70 100644
--- a/apps/stage2-clk-transfer/src/components/ui/aspect-ratio.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/aspect-ratio.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/avatar.tsx b/apps/stage2-clk-transfer/src/components/ui/avatar.tsx
index 47ad765..124e0e0 100644
--- a/apps/stage2-clk-transfer/src/components/ui/avatar.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/avatar.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/badge.tsx b/apps/stage2-clk-transfer/src/components/ui/badge.tsx
index 69cd254..77d4bb5 100644
--- a/apps/stage2-clk-transfer/src/components/ui/badge.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/badge.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/breadcrumb.tsx b/apps/stage2-clk-transfer/src/components/ui/breadcrumb.tsx
index 692f29b..353ab37 100644
--- a/apps/stage2-clk-transfer/src/components/ui/breadcrumb.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/breadcrumb.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/button.tsx b/apps/stage2-clk-transfer/src/components/ui/button.tsx
index 7b8b882..14d7da3 100644
--- a/apps/stage2-clk-transfer/src/components/ui/button.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/button.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/card.tsx b/apps/stage2-clk-transfer/src/components/ui/card.tsx
index cca8c3f..593e3b5 100644
--- a/apps/stage2-clk-transfer/src/components/ui/card.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/card.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/chart.tsx b/apps/stage2-clk-transfer/src/components/ui/chart.tsx
index 1bdbcf2..beabd7b 100644
--- a/apps/stage2-clk-transfer/src/components/ui/chart.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/chart.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/checkbox.tsx b/apps/stage2-clk-transfer/src/components/ui/checkbox.tsx
index a654576..ef1ecbc 100644
--- a/apps/stage2-clk-transfer/src/components/ui/checkbox.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/checkbox.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/collapsible.tsx b/apps/stage2-clk-transfer/src/components/ui/collapsible.tsx
index f7fb4b8..fb86226 100644
--- a/apps/stage2-clk-transfer/src/components/ui/collapsible.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/collapsible.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/command.tsx b/apps/stage2-clk-transfer/src/components/ui/command.tsx
index 2a190c2..d2a6146 100644
--- a/apps/stage2-clk-transfer/src/components/ui/command.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/command.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/context-menu.tsx b/apps/stage2-clk-transfer/src/components/ui/context-menu.tsx
index e0bf7bc..245d981 100644
--- a/apps/stage2-clk-transfer/src/components/ui/context-menu.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/context-menu.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/dialog.tsx b/apps/stage2-clk-transfer/src/components/ui/dialog.tsx
index b8da831..674ff9a 100644
--- a/apps/stage2-clk-transfer/src/components/ui/dialog.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/dialog.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/discord.tsx b/apps/stage2-clk-transfer/src/components/ui/discord.tsx
index b3a2225..13f21b7 100644
--- a/apps/stage2-clk-transfer/src/components/ui/discord.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/discord.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/drawer.tsx b/apps/stage2-clk-transfer/src/components/ui/drawer.tsx
index b8983d7..774ad4c 100644
--- a/apps/stage2-clk-transfer/src/components/ui/drawer.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/drawer.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/dropdown-menu.tsx b/apps/stage2-clk-transfer/src/components/ui/dropdown-menu.tsx
index d685171..6f6d1f9 100644
--- a/apps/stage2-clk-transfer/src/components/ui/dropdown-menu.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/dropdown-menu.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/form.tsx b/apps/stage2-clk-transfer/src/components/ui/form.tsx
index a2a58e9..8d240f6 100644
--- a/apps/stage2-clk-transfer/src/components/ui/form.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/form.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/github.tsx b/apps/stage2-clk-transfer/src/components/ui/github.tsx
index 2bcb720..e5f72bb 100644
--- a/apps/stage2-clk-transfer/src/components/ui/github.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/github.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/hover-card.tsx b/apps/stage2-clk-transfer/src/components/ui/hover-card.tsx
index 84d434c..9dcf675 100644
--- a/apps/stage2-clk-transfer/src/components/ui/hover-card.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/hover-card.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/input-otp.tsx b/apps/stage2-clk-transfer/src/components/ui/input-otp.tsx
index 4bffb6a..7f54a29 100644
--- a/apps/stage2-clk-transfer/src/components/ui/input-otp.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/input-otp.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/input.tsx b/apps/stage2-clk-transfer/src/components/ui/input.tsx
index 39da66f..3e71388 100644
--- a/apps/stage2-clk-transfer/src/components/ui/input.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/input.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/label.tsx b/apps/stage2-clk-transfer/src/components/ui/label.tsx
index eaed7d7..7516b7e 100644
--- a/apps/stage2-clk-transfer/src/components/ui/label.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/label.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/loading-spinner.tsx b/apps/stage2-clk-transfer/src/components/ui/loading-spinner.tsx
index 83b7e88..ac6ac66 100644
--- a/apps/stage2-clk-transfer/src/components/ui/loading-spinner.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/loading-spinner.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/menubar.tsx b/apps/stage2-clk-transfer/src/components/ui/menubar.tsx
index 2f5053c..313ed66 100644
--- a/apps/stage2-clk-transfer/src/components/ui/menubar.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/menubar.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/navigation-menu.tsx b/apps/stage2-clk-transfer/src/components/ui/navigation-menu.tsx
index 29f0d7e..e759715 100644
--- a/apps/stage2-clk-transfer/src/components/ui/navigation-menu.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/navigation-menu.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/popover.tsx b/apps/stage2-clk-transfer/src/components/ui/popover.tsx
index 86b60e4..cf11923 100644
--- a/apps/stage2-clk-transfer/src/components/ui/popover.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/popover.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/radio-group.tsx b/apps/stage2-clk-transfer/src/components/ui/radio-group.tsx
index 6934d69..fa33a2c 100644
--- a/apps/stage2-clk-transfer/src/components/ui/radio-group.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/radio-group.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/resizable.tsx b/apps/stage2-clk-transfer/src/components/ui/resizable.tsx
index 0edbf17..5169200 100644
--- a/apps/stage2-clk-transfer/src/components/ui/resizable.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/resizable.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/scroll-area.tsx b/apps/stage2-clk-transfer/src/components/ui/scroll-area.tsx
index e92e80e..df054f5 100644
--- a/apps/stage2-clk-transfer/src/components/ui/scroll-area.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/scroll-area.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/select.tsx b/apps/stage2-clk-transfer/src/components/ui/select.tsx
index f2240b5..b0980e0 100644
--- a/apps/stage2-clk-transfer/src/components/ui/select.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/select.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/separator.tsx b/apps/stage2-clk-transfer/src/components/ui/separator.tsx
index a2386cc..0290d98 100644
--- a/apps/stage2-clk-transfer/src/components/ui/separator.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/separator.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/sheet.tsx b/apps/stage2-clk-transfer/src/components/ui/sheet.tsx
index 4d9c066..640635b 100644
--- a/apps/stage2-clk-transfer/src/components/ui/sheet.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/sheet.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/skeleton.tsx b/apps/stage2-clk-transfer/src/components/ui/skeleton.tsx
index 89a50a2..c36eefa 100644
--- a/apps/stage2-clk-transfer/src/components/ui/skeleton.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/skeleton.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/sonner.tsx b/apps/stage2-clk-transfer/src/components/ui/sonner.tsx
index 126842f..7c2ee90 100644
--- a/apps/stage2-clk-transfer/src/components/ui/sonner.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/sonner.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/spinner.tsx b/apps/stage2-clk-transfer/src/components/ui/spinner.tsx
index 1083f0f..f9e3f1c 100644
--- a/apps/stage2-clk-transfer/src/components/ui/spinner.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/spinner.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/switch.tsx b/apps/stage2-clk-transfer/src/components/ui/switch.tsx
index acc5db8..514cf45 100644
--- a/apps/stage2-clk-transfer/src/components/ui/switch.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/switch.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/tabs.tsx b/apps/stage2-clk-transfer/src/components/ui/tabs.tsx
index c7c0b67..04b88b1 100644
--- a/apps/stage2-clk-transfer/src/components/ui/tabs.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/tabs.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/textarea.tsx b/apps/stage2-clk-transfer/src/components/ui/textarea.tsx
index ec1e1f1..dd457d0 100644
--- a/apps/stage2-clk-transfer/src/components/ui/textarea.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/textarea.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/components/ui/tooltip.tsx b/apps/stage2-clk-transfer/src/components/ui/tooltip.tsx
index e4f0f03..74e532b 100644
--- a/apps/stage2-clk-transfer/src/components/ui/tooltip.tsx
+++ b/apps/stage2-clk-transfer/src/components/ui/tooltip.tsx
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/stage2-clk-transfer/src/hooks/use-mobile.tsx b/apps/stage2-clk-transfer/src/hooks/use-mobile.tsx
index 2b0fe1d..588dba5 100644
--- a/apps/stage2-clk-transfer/src/hooks/use-mobile.tsx
+++ b/apps/stage2-clk-transfer/src/hooks/use-mobile.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import * as React from "react"
const MOBILE_BREAKPOINT = 768
diff --git a/apps/stage2-clk-transfer/src/lib/utils.ts b/apps/stage2-clk-transfer/src/lib/utils.ts
index bd0c391..cdf67ab 100644
--- a/apps/stage2-clk-transfer/src/lib/utils.ts
+++ b/apps/stage2-clk-transfer/src/lib/utils.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
diff --git a/apps/stage2-clk-transfer/src/middleware.ts b/apps/stage2-clk-transfer/src/middleware.ts
index 758344b..2b848e9 100644
--- a/apps/stage2-clk-transfer/src/middleware.ts
+++ b/apps/stage2-clk-transfer/src/middleware.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { clerkMiddleware } from '@clerk/nextjs/server'
export default clerkMiddleware()
diff --git a/apps/stage2-clk-transfer/src/pages/api/v1/migrate.tsx b/apps/stage2-clk-transfer/src/pages/api/v1/migrate.tsx
index 2c9ece6..0e3207d 100644
--- a/apps/stage2-clk-transfer/src/pages/api/v1/migrate.tsx
+++ b/apps/stage2-clk-transfer/src/pages/api/v1/migrate.tsx
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import { auth, getAuth } from "@clerk/nextjs/server";
import { NextApiRequest, NextApiResponse } from "next";
import { MongoClient, ObjectId } from "mongodb"
diff --git a/apps/stage2-clk-transfer/tailwind.config.ts b/apps/stage2-clk-transfer/tailwind.config.ts
index 8bcbac7..a91fc57 100644
--- a/apps/stage2-clk-transfer/tailwind.config.ts
+++ b/apps/stage2-clk-transfer/tailwind.config.ts
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
import type { Config } from "tailwindcss";
export default {
diff --git a/apps/www/next-sitemap.config.js b/apps/www/next-sitemap.config.js
index e7d276d..6885b9b 100644
--- a/apps/www/next-sitemap.config.js
+++ b/apps/www/next-sitemap.config.js
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/www/next.config.js b/apps/www/next.config.js
index 79e55eb..0293ae3 100644
--- a/apps/www/next.config.js
+++ b/apps/www/next.config.js
@@ -1,3 +1,31 @@
+/*
+ * MHSF, Minehut Server List
+ *
+ * All code under MHSF is licensed under the MIT License
+ * by open source contributors
+ *
+ * Copyright (c) 2025 dvelo
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
+
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
diff --git a/apps/www/postcss.config.mjs b/apps/www/postcss.config.mjs
index d6a28d6..22022c6 100644
--- a/apps/www/postcss.config.mjs
+++ b/apps/www/postcss.config.mjs
@@ -1,7 +1,5 @@
/*
* MHSF, Minehut Server List
- * All external content is rather licensed under the ECA Agreement
- * located here: https://mhsf.app/docs/legal/external-content-agreement
*
* All code under MHSF is licensed under the MIT License
* by open source contributors
diff --git a/apps/www/public/sitemap-0.xml b/apps/www/public/sitemap-0.xml
index 1777bcc..83036e3 100644
--- a/apps/www/public/sitemap-0.xml
+++ b/apps/www/public/sitemap-0.xml
@@ -1,4 +1,32 @@
+
+
https://mhsf.app/account/favorites2025-03-02T02:38:03.246Zdaily0.7https://mhsf.app/account/settings/options2025-03-02T02:38:03.250Zdaily0.7
diff --git a/apps/www/public/sitemap.xml b/apps/www/public/sitemap.xml
index da20fe7..047ca5b 100644
--- a/apps/www/public/sitemap.xml
+++ b/apps/www/public/sitemap.xml
@@ -1,4 +1,32 @@
+
+
https://mhsf.app/sitemap-0.xml
\ No newline at end of file
diff --git a/apps/www/public/svg/icon-cf.svg b/apps/www/public/svg/icon-cf.svg
index be80d3d..f5c8666 100644
--- a/apps/www/public/svg/icon-cf.svg
+++ b/apps/www/public/svg/icon-cf.svg
@@ -1,7 +1,5 @@