From 21d4bc2041269b236fbe883a10a2497d44e47838 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sat, 8 Mar 2025 21:23:30 -0600 Subject: [PATCH] chore(copyright): change to remove ECA clause --- .idea/copyright/MIT_License_f__MHSF.xml | 2 +- .idea/copyright/profiles_settings.xml | 2 +- apps/docs/content/favicon.svg | 2 -- apps/docs/content/icon-gd.svg | 2 -- apps/docs/content/icon-gl.svg | 2 -- apps/stage1-clk-transfer/eslint.config.mjs | 28 +++++++++++++++++++ apps/stage1-clk-transfer/next.config.ts | 28 +++++++++++++++++++ apps/stage1-clk-transfer/postcss.config.mjs | 28 +++++++++++++++++++ apps/stage1-clk-transfer/public/file.svg | 28 +++++++++++++++++++ apps/stage1-clk-transfer/public/globe.svg | 28 +++++++++++++++++++ apps/stage1-clk-transfer/public/next.svg | 28 +++++++++++++++++++ apps/stage1-clk-transfer/public/vercel.svg | 28 +++++++++++++++++++ apps/stage1-clk-transfer/public/window.svg | 28 +++++++++++++++++++ apps/stage1-clk-transfer/src/app/globals.css | 28 +++++++++++++++++++ apps/stage1-clk-transfer/src/app/layout.tsx | 28 +++++++++++++++++++ .../src/app/login/auth-finish/page.tsx | 28 +++++++++++++++++++ .../src/app/login/page.tsx | 28 +++++++++++++++++++ apps/stage1-clk-transfer/src/app/page.tsx | 28 +++++++++++++++++++ .../src/components/auth-finish.tsx | 28 +++++++++++++++++++ .../src/components/login-form.tsx | 28 +++++++++++++++++++ .../src/components/ui/alert.tsx | 2 -- .../src/components/ui/aspect-ratio.tsx | 2 -- .../src/components/ui/avatar.tsx | 2 -- .../src/components/ui/badge.tsx | 2 -- .../src/components/ui/breadcrumb.tsx | 2 -- .../src/components/ui/button.tsx | 2 -- .../src/components/ui/card.tsx | 2 -- .../src/components/ui/chart.tsx | 2 -- .../src/components/ui/checkbox.tsx | 2 -- .../src/components/ui/collapsible.tsx | 2 -- .../src/components/ui/command.tsx | 2 -- .../src/components/ui/context-menu.tsx | 2 -- .../src/components/ui/dialog.tsx | 2 -- .../src/components/ui/discord.tsx | 2 -- .../src/components/ui/drawer.tsx | 2 -- .../src/components/ui/dropdown-menu.tsx | 2 -- .../src/components/ui/form.tsx | 2 -- .../src/components/ui/github.tsx | 2 -- .../src/components/ui/hover-card.tsx | 2 -- .../src/components/ui/input-otp.tsx | 2 -- .../src/components/ui/input.tsx | 2 -- .../src/components/ui/label.tsx | 2 -- .../src/components/ui/loading-spinner.tsx | 2 -- .../src/components/ui/menubar.tsx | 2 -- .../src/components/ui/navigation-menu.tsx | 2 -- .../src/components/ui/popover.tsx | 2 -- .../src/components/ui/radio-group.tsx | 2 -- .../src/components/ui/resizable.tsx | 2 -- .../src/components/ui/scroll-area.tsx | 2 -- .../src/components/ui/select.tsx | 2 -- .../src/components/ui/separator.tsx | 2 -- .../src/components/ui/sheet.tsx | 2 -- .../src/components/ui/skeleton.tsx | 2 -- .../src/components/ui/sonner.tsx | 2 -- .../src/components/ui/spinner.tsx | 2 -- .../src/components/ui/switch.tsx | 2 -- .../src/components/ui/tabs.tsx | 2 -- .../src/components/ui/textarea.tsx | 2 -- .../src/components/ui/tooltip.tsx | 2 -- .../src/hooks/use-mobile.tsx | 28 +++++++++++++++++++ apps/stage1-clk-transfer/src/lib/utils.ts | 28 +++++++++++++++++++ apps/stage1-clk-transfer/src/middleware.ts | 28 +++++++++++++++++++ .../src/pages/api/v1/validate-stage1.tsx | 28 +++++++++++++++++++ apps/stage1-clk-transfer/tailwind.config.ts | 28 +++++++++++++++++++ apps/stage2-clk-transfer/eslint.config.mjs | 28 +++++++++++++++++++ apps/stage2-clk-transfer/next.config.ts | 28 +++++++++++++++++++ apps/stage2-clk-transfer/postcss.config.mjs | 28 +++++++++++++++++++ apps/stage2-clk-transfer/public/file.svg | 28 +++++++++++++++++++ apps/stage2-clk-transfer/public/globe.svg | 28 +++++++++++++++++++ apps/stage2-clk-transfer/public/next.svg | 28 +++++++++++++++++++ apps/stage2-clk-transfer/public/vercel.svg | 28 +++++++++++++++++++ apps/stage2-clk-transfer/public/window.svg | 28 +++++++++++++++++++ apps/stage2-clk-transfer/src/app/globals.css | 28 +++++++++++++++++++ apps/stage2-clk-transfer/src/app/layout.tsx | 28 +++++++++++++++++++ .../src/app/login/auth-finish/page.tsx | 28 +++++++++++++++++++ .../src/app/login/page.tsx | 28 +++++++++++++++++++ .../src/app/login/pre-auth/page.tsx | 28 +++++++++++++++++++ apps/stage2-clk-transfer/src/app/page.tsx | 28 +++++++++++++++++++ .../src/components/auth-finish.tsx | 28 +++++++++++++++++++ .../src/components/login-form.tsx | 28 +++++++++++++++++++ .../src/components/ui/alert.tsx | 2 -- .../src/components/ui/aspect-ratio.tsx | 2 -- .../src/components/ui/avatar.tsx | 2 -- .../src/components/ui/badge.tsx | 2 -- .../src/components/ui/breadcrumb.tsx | 2 -- .../src/components/ui/button.tsx | 2 -- .../src/components/ui/card.tsx | 2 -- .../src/components/ui/chart.tsx | 2 -- .../src/components/ui/checkbox.tsx | 2 -- .../src/components/ui/collapsible.tsx | 2 -- .../src/components/ui/command.tsx | 2 -- .../src/components/ui/context-menu.tsx | 2 -- .../src/components/ui/dialog.tsx | 2 -- .../src/components/ui/discord.tsx | 2 -- .../src/components/ui/drawer.tsx | 2 -- .../src/components/ui/dropdown-menu.tsx | 2 -- .../src/components/ui/form.tsx | 2 -- .../src/components/ui/github.tsx | 2 -- .../src/components/ui/hover-card.tsx | 2 -- .../src/components/ui/input-otp.tsx | 2 -- .../src/components/ui/input.tsx | 2 -- .../src/components/ui/label.tsx | 2 -- .../src/components/ui/loading-spinner.tsx | 2 -- .../src/components/ui/menubar.tsx | 2 -- .../src/components/ui/navigation-menu.tsx | 2 -- .../src/components/ui/popover.tsx | 2 -- .../src/components/ui/radio-group.tsx | 2 -- .../src/components/ui/resizable.tsx | 2 -- .../src/components/ui/scroll-area.tsx | 2 -- .../src/components/ui/select.tsx | 2 -- .../src/components/ui/separator.tsx | 2 -- .../src/components/ui/sheet.tsx | 2 -- .../src/components/ui/skeleton.tsx | 2 -- .../src/components/ui/sonner.tsx | 2 -- .../src/components/ui/spinner.tsx | 2 -- .../src/components/ui/switch.tsx | 2 -- .../src/components/ui/tabs.tsx | 2 -- .../src/components/ui/textarea.tsx | 2 -- .../src/components/ui/tooltip.tsx | 2 -- .../src/hooks/use-mobile.tsx | 28 +++++++++++++++++++ apps/stage2-clk-transfer/src/lib/utils.ts | 28 +++++++++++++++++++ apps/stage2-clk-transfer/src/middleware.ts | 28 +++++++++++++++++++ .../src/pages/api/v1/migrate.tsx | 28 +++++++++++++++++++ apps/stage2-clk-transfer/tailwind.config.ts | 28 +++++++++++++++++++ apps/www/next-sitemap.config.js | 2 -- apps/www/next.config.js | 28 +++++++++++++++++++ apps/www/postcss.config.mjs | 2 -- apps/www/public/sitemap-0.xml | 28 +++++++++++++++++++ apps/www/public/sitemap.xml | 28 +++++++++++++++++++ apps/www/public/svg/icon-cf.svg | 2 -- apps/www/public/svg/icon-gd.svg | 2 -- apps/www/public/svg/icon-gl.svg | 2 -- apps/www/public/svg/icon-p.svg | 2 -- apps/www/public/svg/icon-scf.svg | 2 -- apps/www/public/svg/icon-sgd.svg | 2 -- apps/www/public/svg/icon-sgl.svg | 2 -- apps/www/public/svg/icon-sp.svg | 2 -- .../src/app/(embeds)/embed/[server]/page.tsx | 2 -- apps/www/src/app/(embeds)/layout.tsx | 2 -- .../src/app/(main)/account/favorites/page.tsx | 2 -- .../app/(main)/account/settings/layout.tsx | 2 -- .../(main)/account/settings/options/page.tsx | 2 -- .../src/app/(main)/account/settings/page.tsx | 2 -- apps/www/src/app/(main)/layout.tsx | 2 -- apps/www/src/app/(main)/page.tsx | 2 -- .../(main)/server/[server]/customize/page.tsx | 2 -- .../src/app/(main)/server/[server]/layout.tsx | 2 -- .../src/app/(main)/server/[server]/page.tsx | 2 -- .../server/[server]/statistics/page.tsx | 2 -- apps/www/src/app/globals.css | 2 -- apps/www/src/components/AfterServerView.tsx | 2 -- apps/www/src/components/Banner.tsx | 2 -- apps/www/src/components/Changelog.tsx | 2 -- apps/www/src/components/ClientFadeIn.tsx | 2 -- apps/www/src/components/ColorProvider.tsx | 2 -- apps/www/src/components/CommandBar.tsx | 2 -- apps/www/src/components/CustomizeRoot.tsx | 2 -- apps/www/src/components/FavoritesView.tsx | 2 -- apps/www/src/components/Icon.tsx | 2 -- apps/www/src/components/IconDisplay.tsx | 2 -- .../www/src/components/PreferencesSidebar.tsx | 2 -- apps/www/src/components/SLCustomizePage.tsx | 2 -- apps/www/src/components/ServerCard.tsx | 2 -- apps/www/src/components/ServerCustomize.tsx | 2 -- apps/www/src/components/ServerList.tsx | 2 -- apps/www/src/components/ServerView.tsx | 2 -- apps/www/src/components/Stat.tsx | 2 -- apps/www/src/components/TextFromPathname.tsx | 2 -- apps/www/src/components/ThemeProvider.tsx | 2 -- apps/www/src/components/ThemeSwitcher.tsx | 2 -- apps/www/src/components/charts/DailyChart.tsx | 2 -- .../src/components/charts/ExampleChart.tsx | 2 -- .../src/components/charts/MonthlyChart.tsx | 2 -- apps/www/src/components/charts/NewChart.tsx | 2 -- .../src/components/charts/RelativeChart.tsx | 2 -- .../components/clerk/ClerkThemeProvider.tsx | 2 -- .../src/components/clerk/LoggedInPopover.tsx | 2 -- .../components/clerk/SignInPopoverButton.tsx | 2 -- apps/www/src/components/clerk/Topbar.tsx | 2 -- apps/www/src/components/docs/NavUser.tsx | 2 -- apps/www/src/components/docs/Sidebar.tsx | 2 -- apps/www/src/components/docs/TOC.tsx | 2 -- .../src/components/docs/VersionSwitcher.tsx | 2 -- .../www/src/components/effects/bento-grid.tsx | 2 -- .../src/components/effects/border-beam.tsx | 2 -- apps/www/src/components/effects/confetti.tsx | 2 -- .../components/effects/gradient-banner.tsx | 2 -- apps/www/src/components/effects/marquee.tsx | 2 -- apps/www/src/components/effects/particles.tsx | 2 -- .../src/components/effects/sparkles-text.tsx | 2 -- .../src/components/feat/AchievementList.tsx | 2 -- apps/www/src/components/feat/AllBanners.tsx | 2 -- .../src/components/feat/BannerContainer.tsx | 2 -- apps/www/src/components/feat/Embed.tsx | 2 -- .../www/src/components/feat/EmbedSelector.tsx | 2 -- apps/www/src/components/feat/LayoutPart.tsx | 2 -- apps/www/src/components/feat/LinkingSetup.tsx | 2 -- apps/www/src/components/feat/MainBanner.tsx | 2 -- apps/www/src/components/feat/QRCodeGen.tsx | 2 -- .../src/components/misc/AffiliatePopup.tsx | 2 -- .../www/src/components/misc/BannerPopover.tsx | 2 -- .../src/components/misc/DiscordPopover.tsx | 2 -- .../src/components/misc/DisplaySettings.tsx | 2 -- apps/www/src/components/misc/FilterMenu.tsx | 2 -- apps/www/src/components/misc/Footer.tsx | 2 -- apps/www/src/components/misc/InfoClaim.tsx | 2 -- apps/www/src/components/misc/InfoPopover.tsx | 2 -- apps/www/src/components/misc/Link.tsx | 2 -- apps/www/src/components/misc/LinkDialog.tsx | 2 -- apps/www/src/components/misc/MDXElements.tsx | 2 -- .../src/components/misc/MiniJoinsChart.tsx | 2 -- .../src/components/misc/NewDomainDialog.tsx | 2 -- apps/www/src/components/misc/NoItems.tsx | 2 -- .../components/misc/ServerListInterface.tsx | 2 -- apps/www/src/components/misc/StickyTopbar.tsx | 2 -- .../src/components/misc/SwitchEnvPopup.tsx | 2 -- apps/www/src/components/misc/TabServer.tsx | 2 -- apps/www/src/components/misc/TextCopyComp.tsx | 2 -- .../www/src/components/misc/ThemedToaster.tsx | 2 -- apps/www/src/components/ui/alert.tsx | 2 -- apps/www/src/components/ui/aspect-ratio.tsx | 2 -- apps/www/src/components/ui/avatar.tsx | 2 -- apps/www/src/components/ui/badge.tsx | 2 -- apps/www/src/components/ui/breadcrumb.tsx | 2 -- apps/www/src/components/ui/button.tsx | 2 -- apps/www/src/components/ui/card.tsx | 2 -- apps/www/src/components/ui/chart.tsx | 2 -- apps/www/src/components/ui/checkbox.tsx | 2 -- apps/www/src/components/ui/collapsible.tsx | 2 -- apps/www/src/components/ui/command.tsx | 2 -- apps/www/src/components/ui/context-menu.tsx | 2 -- apps/www/src/components/ui/dialog.tsx | 2 -- apps/www/src/components/ui/discord.tsx | 2 -- apps/www/src/components/ui/drawer.tsx | 2 -- apps/www/src/components/ui/dropdown-menu.tsx | 2 -- apps/www/src/components/ui/form.tsx | 2 -- apps/www/src/components/ui/github.tsx | 2 -- apps/www/src/components/ui/hover-card.tsx | 2 -- apps/www/src/components/ui/input-otp.tsx | 2 -- apps/www/src/components/ui/input.tsx | 2 -- apps/www/src/components/ui/label.tsx | 2 -- apps/www/src/components/ui/loading-button.tsx | 2 -- .../www/src/components/ui/loading-spinner.tsx | 2 -- apps/www/src/components/ui/menubar.tsx | 2 -- .../www/src/components/ui/navigation-menu.tsx | 2 -- apps/www/src/components/ui/popover.tsx | 2 -- apps/www/src/components/ui/radio-group.tsx | 2 -- apps/www/src/components/ui/resizable.tsx | 2 -- apps/www/src/components/ui/scroll-area.tsx | 2 -- apps/www/src/components/ui/select.tsx | 2 -- apps/www/src/components/ui/separator.tsx | 2 -- apps/www/src/components/ui/setting.tsx | 2 -- apps/www/src/components/ui/sheet.tsx | 2 -- apps/www/src/components/ui/sidebar.tsx | 2 -- apps/www/src/components/ui/skeleton.tsx | 2 -- apps/www/src/components/ui/sonner.tsx | 2 -- apps/www/src/components/ui/spinner.tsx | 2 -- apps/www/src/components/ui/switch.tsx | 2 -- apps/www/src/components/ui/tabs.tsx | 2 -- apps/www/src/components/ui/textarea.tsx | 2 -- apps/www/src/components/ui/tooltip.tsx | 2 -- apps/www/src/config/achievements.ts | 2 -- apps/www/src/config/affiliates.ts | 2 -- apps/www/src/config/banners.tsx | 2 -- apps/www/src/config/docs.ts | 2 -- apps/www/src/config/tags.ts | 2 -- apps/www/src/config/version.tsx | 2 -- apps/www/src/lib/api.ts | 2 -- apps/www/src/lib/commandEvent.ts | 2 -- apps/www/src/lib/getDependentTheming.ts | 2 -- apps/www/src/lib/head.ts | 2 -- apps/www/src/lib/hooks/use-banners.tsx | 2 -- apps/www/src/lib/hooks/use-daily-trend.tsx | 2 -- apps/www/src/lib/hooks/use-mobile.tsx | 2 -- apps/www/src/lib/hooks/use-server-exists.tsx | 2 -- apps/www/src/lib/hooks/use-status.tsx | 2 -- .../src/lib/hooks/use-total-banner-size.tsx | 2 -- apps/www/src/lib/hooks/use-trend.tsx | 2 -- apps/www/src/lib/linear.ts | 2 -- apps/www/src/lib/list.ts | 2 -- apps/www/src/lib/mhsf.ts | 2 -- apps/www/src/lib/motdEngine.ts | 2 -- apps/www/src/lib/single.ts | 2 -- apps/www/src/lib/themes.ts | 2 -- apps/www/src/lib/top-loader.tsx | 2 -- apps/www/src/lib/types/achievement.ts | 2 -- apps/www/src/lib/types/mh-server.ts | 2 -- apps/www/src/lib/types/server-icon.ts | 2 -- apps/www/src/lib/types/stripe-gradient.d.ts | 2 -- apps/www/src/lib/useClipboard.ts | 2 -- apps/www/src/lib/useEffectOnce.ts | 2 -- apps/www/src/lib/useRouter.tsx | 2 -- apps/www/src/lib/utils.ts | 2 -- apps/www/src/middleware.ts | 2 -- apps/www/src/pages/api/inngest.ts | 2 -- .../v0/account-linking/claim-account-code.ts | 2 -- .../pages/api/v0/account-linking/is-owned.ts | 2 -- .../api/v0/account-linking/own-server.ts | 2 -- .../api/v0/account-linking/owned-user.ts | 2 -- .../api/v0/account-linking/unlink-account.ts | 2 -- .../api/v0/account-linking/unown-server.ts | 2 -- .../www/src/pages/api/v0/account-sl/change.ts | 2 -- .../src/pages/api/v0/achievements/[server].ts | 2 -- .../src/pages/api/v0/achievements/multiple.ts | 2 -- .../api/v0/customization/[server]/get.ts | 2 -- .../api/v0/customization/[server]/set.ts | 2 -- .../src/pages/api/v0/customization/getList.ts | 2 -- .../favorites/[server]/community-favorites.ts | 2 -- .../v0/favorites/[server]/favorite-server.ts | 2 -- .../api/v0/favorites/[server]/favorited.ts | 2 -- .../api/v0/favorites/account-favorites.ts | 2 -- .../api/v0/history/[server]/get-daily-data.ts | 2 -- .../history/[server]/get-historical-data.ts | 2 -- .../v0/history/[server]/get-monthly-data.ts | 2 -- .../v0/history/[server]/get-relative-data.ts | 2 -- .../history/[server]/get-short-term-data.ts | 28 +++++++++++++++++++ .../api/v0/history/meta-short-term-data.ts | 2 -- .../www/src/pages/api/v0/sorting/favorites.ts | 2 -- .../www/src/pages/api/v1/cron/data-cleanup.ts | 2 -- apps/www/src/pages/api/v1/death-webhook.ts | 2 -- apps/www/src/pages/api/v1/get-status.ts | 2 -- apps/www/src/pages/api/v1/motd.ts | 2 -- apps/www/src/pages/api/v1/report-server.ts | 2 -- apps/www/src/pages/api/v1/status.ts | 2 -- apps/www/src/themes.css | 2 -- apps/www/tailwind.config.ts | 2 -- packages/backend-mh-api/src/index.ts | 2 -- packages/cron/src/index.ts | 2 -- packages/cron/src/types/achievement.ts | 2 -- packages/cron/src/types/mh-server.ts | 2 -- 330 files changed, 1262 insertions(+), 568 deletions(-) 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.7 https://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 @@