diff --git a/.github/workflows/COPYING.md b/.github/workflows/COPYING.md new file mode 100644 index 0000000000..a4feb2573c --- /dev/null +++ b/.github/workflows/COPYING.md @@ -0,0 +1,3 @@ +# Copying + +Modrinth's Github workflows are licensed under the MIT License, which is provided in the file [LICENSE](./LICENSE). diff --git a/.github/workflows/LICENSE b/.github/workflows/LICENSE new file mode 100644 index 0000000000..ce5abf856b --- /dev/null +++ b/.github/workflows/LICENSE @@ -0,0 +1,7 @@ +Copyright 2025 Rinth, Inc. + +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. diff --git a/COPYING.md b/COPYING.md index 9c6c191102..1095384f85 100644 --- a/COPYING.md +++ b/COPYING.md @@ -8,10 +8,14 @@ For detailed information, consult each package's COPYING.md, LICENSE.txt, or LIC The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. -> All rights reserved. © 2020-2024 Rinth, Inc. +> All rights reserved. © 2020-2025 Rinth, Inc. This includes, but may not be limited to, the following files: - .idea/icon.svg +- .github/api_cover.png +- .github/app_cover.png +- .github/monorepo_cover.png +- .github/web_cover.png If you fork this repository, you must remove all Modrinth branding assets from your fork. diff --git a/apps/app-frontend/COPYING.md b/apps/app-frontend/COPYING.md index 5f38b76c40..1fad7568fd 100644 --- a/apps/app-frontend/COPYING.md +++ b/apps/app-frontend/COPYING.md @@ -1,13 +1,9 @@ # Copying -The source code of the theseus repository is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. +The source code of Modrinth App's frontend is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. ## Modrinth logo The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. -> All rights reserved. © 2020-2023 Rinth, Inc. - -This includes, but may not be limited to, the following files: - -- theseus_gui/src-tauri/icons/\* +> All rights reserved. © 2020-2025 Rinth, Inc. diff --git a/apps/app/COPYING.md b/apps/app/COPYING.md new file mode 100644 index 0000000000..8772757e8c --- /dev/null +++ b/apps/app/COPYING.md @@ -0,0 +1,9 @@ +# Copying + +The source code of Modrinth App is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. + +## Modrinth logo + +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. + +> All rights reserved. © 2020-2025 Rinth, Inc. diff --git a/apps/docs/COPYING.md b/apps/docs/COPYING.md new file mode 100644 index 0000000000..f7fadc7d08 --- /dev/null +++ b/apps/docs/COPYING.md @@ -0,0 +1,15 @@ +# Copying + +The source code of Modrinth's web frontend is licensed under the Creative Commons CC0 License, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. + +## Modrinth logo + +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. + +> All rights reserved. © 2020-2025 Rinth, Inc. + +This includes, but may not be limited to, the following files: + +- src/assets/dark-logo.svg +- src/assets/light-logo.svg +- src/public/favicon.ico diff --git a/apps/frontend/COPYING.md b/apps/frontend/COPYING.md index 991db6431f..ceea2a7808 100644 --- a/apps/frontend/COPYING.md +++ b/apps/frontend/COPYING.md @@ -1,23 +1,25 @@ # Copying -The source code of the knossos repository is licensed under the GNU Affero General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. +The source code of Modrinth's web frontend is licensed under the GNU Affero General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. ## Modrinth logo -The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. The assets associated with our blog articles are also subject to the same restrictions. -> All rights reserved. © 2020-2024 Rinth, Inc. +> All rights reserved. © 2020-2025 Rinth, Inc. This includes, but may not be limited to, the following files: -- assets/images/404.svg -- assets/images/logo.svg -- components/brand/\* -- static/favicon.ico -- static/favicon-light.ico +- src/assets/images/404.svg +- src/assets/images/logo.svg +- src/components/brand/\* +- src/public/favicon.ico +- src/public/favicon-light.ico +- src/public/news/\* ## External logos The following files are owned by their respective copyright holders and must be used within each of their Brand Guidelines: -- assets/images/external/\* +- src/assets/icons/auth/sso-\* +- src/assets/images/external/\* diff --git a/packages/app-lib/COPYING.md b/packages/app-lib/COPYING.md new file mode 100644 index 0000000000..8f0f1b0d2f --- /dev/null +++ b/packages/app-lib/COPYING.md @@ -0,0 +1,9 @@ +# Copying + +The source code of Modrinth App's backend is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. + +## Modrinth logo + +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. + +> All rights reserved. © 2020-2025 Rinth, Inc. diff --git a/packages/assets/COPYING.md b/packages/assets/COPYING.md new file mode 100644 index 0000000000..a43d14d554 --- /dev/null +++ b/packages/assets/COPYING.md @@ -0,0 +1,19 @@ +# Copying + +The source code of Modrinth's UI library is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. + +## Modrinth logo + +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. + +> All rights reserved. © 2020-2025 Rinth, Inc. + +This includes, but may not be limited to, the following files: + +- branding/\* + +## External logos + +The following files are owned by their respective copyright holders and must be used within each of their Brand Guidelines: + +- external/\* diff --git a/packages/assets/generated-icons.ts b/packages/assets/generated-icons.ts index 4b77cf76ea..dfdc206bd6 100644 --- a/packages/assets/generated-icons.ts +++ b/packages/assets/generated-icons.ts @@ -6,26 +6,26 @@ import _AlignLeftIcon from './icons/align-left.svg?component' import _ArchiveIcon from './icons/archive.svg?component' import _ArrowBigRightDashIcon from './icons/arrow-big-right-dash.svg?component' import _ArrowBigUpDashIcon from './icons/arrow-big-up-dash.svg?component' -import _ArrowDownIcon from './icons/arrow-down.svg?component' import _ArrowDownLeftIcon from './icons/arrow-down-left.svg?component' +import _ArrowDownIcon from './icons/arrow-down.svg?component' import _ArrowLeftRightIcon from './icons/arrow-left-right.svg?component' -import _ArrowUpIcon from './icons/arrow-up.svg?component' import _ArrowUpRightIcon from './icons/arrow-up-right.svg?component' +import _ArrowUpIcon from './icons/arrow-up.svg?component' import _AsteriskIcon from './icons/asterisk.svg?component' import _BadgeCheckIcon from './icons/badge-check.svg?component' import _BadgeDollarSignIcon from './icons/badge-dollar-sign.svg?component' import _BanIcon from './icons/ban.svg?component' -import _BellIcon from './icons/bell.svg?component' import _BellRingIcon from './icons/bell-ring.svg?component' +import _BellIcon from './icons/bell.svg?component' import _BlocksIcon from './icons/blocks.svg?component' import _BoldIcon from './icons/bold.svg?component' -import _BookIcon from './icons/book.svg?component' import _BookOpenIcon from './icons/book-open.svg?component' import _BookTextIcon from './icons/book-text.svg?component' +import _BookIcon from './icons/book.svg?component' import _BookmarkIcon from './icons/bookmark.svg?component' import _BotIcon from './icons/bot.svg?component' -import _BoxIcon from './icons/box.svg?component' import _BoxImportIcon from './icons/box-import.svg?component' +import _BoxIcon from './icons/box.svg?component' import _BracesIcon from './icons/braces.svg?component' import _BrushCleaningIcon from './icons/brush-cleaning.svg?component' import _BugIcon from './icons/bug.svg?component' @@ -33,9 +33,9 @@ import _CalendarIcon from './icons/calendar.svg?component' import _CardIcon from './icons/card.svg?component' import _ChangeSkinIcon from './icons/change-skin.svg?component' import _ChartIcon from './icons/chart.svg?component' -import _CheckIcon from './icons/check.svg?component' import _CheckCheckIcon from './icons/check-check.svg?component' import _CheckCircleIcon from './icons/check-circle.svg?component' +import _CheckIcon from './icons/check.svg?component' import _ChevronDownIcon from './icons/chevron-down.svg?component' import _ChevronLeftIcon from './icons/chevron-left.svg?component' import _ChevronRightIcon from './icons/chevron-right.svg?component' @@ -67,20 +67,20 @@ import _EditIcon from './icons/edit.svg?component' import _EllipsisVerticalIcon from './icons/ellipsis-vertical.svg?component' import _ExpandIcon from './icons/expand.svg?component' import _ExternalIcon from './icons/external.svg?component' -import _EyeIcon from './icons/eye.svg?component' import _EyeOffIcon from './icons/eye-off.svg?component' -import _FileIcon from './icons/file.svg?component' +import _EyeIcon from './icons/eye.svg?component' import _FileArchiveIcon from './icons/file-archive.svg?component' import _FileCodeIcon from './icons/file-code.svg?component' import _FileImageIcon from './icons/file-image.svg?component' import _FileTextIcon from './icons/file-text.svg?component' -import _FilterIcon from './icons/filter.svg?component' +import _FileIcon from './icons/file.svg?component' import _FilterXIcon from './icons/filter-x.svg?component' -import _FolderIcon from './icons/folder.svg?component' +import _FilterIcon from './icons/filter.svg?component' import _FolderArchiveIcon from './icons/folder-archive.svg?component' import _FolderOpenIcon from './icons/folder-open.svg?component' import _FolderSearchIcon from './icons/folder-search.svg?component' import _FolderUpIcon from './icons/folder-up.svg?component' +import _FolderIcon from './icons/folder.svg?component' import _GameIcon from './icons/game.svg?component' import _GapIcon from './icons/gap.svg?component' import _GaugeIcon from './icons/gauge.svg?component' @@ -97,9 +97,9 @@ import _HashIcon from './icons/hash.svg?component' import _Heading1Icon from './icons/heading-1.svg?component' import _Heading2Icon from './icons/heading-2.svg?component' import _Heading3Icon from './icons/heading-3.svg?component' -import _HeartIcon from './icons/heart.svg?component' import _HeartHandshakeIcon from './icons/heart-handshake.svg?component' import _HeartMinusIcon from './icons/heart-minus.svg?component' +import _HeartIcon from './icons/heart.svg?component' import _HistoryIcon from './icons/history.svg?component' import _HomeIcon from './icons/home.svg?component' import _ImageIcon from './icons/image.svg?component' @@ -116,15 +116,15 @@ import _LeftArrowIcon from './icons/left-arrow.svg?component' import _LibraryIcon from './icons/library.svg?component' import _LightBulbIcon from './icons/light-bulb.svg?component' import _LinkIcon from './icons/link.svg?component' -import _ListIcon from './icons/list.svg?component' import _ListBulletedIcon from './icons/list-bulleted.svg?component' import _ListEndIcon from './icons/list-end.svg?component' import _ListFilterIcon from './icons/list-filter.svg?component' import _ListOrderedIcon from './icons/list-ordered.svg?component' -import _LoaderIcon from './icons/loader.svg?component' +import _ListIcon from './icons/list.svg?component' import _LoaderCircleIcon from './icons/loader-circle.svg?component' -import _LockIcon from './icons/lock.svg?component' +import _LoaderIcon from './icons/loader.svg?component' import _LockOpenIcon from './icons/lock-open.svg?component' +import _LockIcon from './icons/lock.svg?component' import _LogInIcon from './icons/log-in.svg?component' import _LogOutIcon from './icons/log-out.svg?component' import _MailIcon from './icons/mail.svg?component' @@ -135,8 +135,8 @@ import _MessageIcon from './icons/message.svg?component' import _MicrophoneIcon from './icons/microphone.svg?component' import _MinimizeIcon from './icons/minimize.svg?component' import _MinusIcon from './icons/minus.svg?component' -import _MonitorIcon from './icons/monitor.svg?component' import _MonitorSmartphoneIcon from './icons/monitor-smartphone.svg?component' +import _MonitorIcon from './icons/monitor.svg?component' import _MoonIcon from './icons/moon.svg?component' import _MoreHorizontalIcon from './icons/more-horizontal.svg?component' import _MoreVerticalIcon from './icons/more-vertical.svg?component' @@ -145,16 +145,16 @@ import _NoSignalIcon from './icons/no-signal.svg?component' import _NotepadTextIcon from './icons/notepad-text.svg?component' import _OmorphiaIcon from './icons/omorphia.svg?component' import _OrganizationIcon from './icons/organization.svg?component' -import _PackageIcon from './icons/package.svg?component' import _PackageClosedIcon from './icons/package-closed.svg?component' import _PackageOpenIcon from './icons/package-open.svg?component' +import _PackageIcon from './icons/package.svg?component' import _PaintbrushIcon from './icons/paintbrush.svg?component' import _PickaxeIcon from './icons/pickaxe.svg?component' import _PlayIcon from './icons/play.svg?component' import _PlugIcon from './icons/plug.svg?component' import _PlusIcon from './icons/plus.svg?component' -import _RadioButtonIcon from './icons/radio-button.svg?component' import _RadioButtonCheckedIcon from './icons/radio-button-checked.svg?component' +import _RadioButtonIcon from './icons/radio-button.svg?component' import _ReceiptTextIcon from './icons/receipt-text.svg?component' import _RedoIcon from './icons/redo.svg?component' import _RefreshCwIcon from './icons/refresh-cw.svg?component' @@ -171,13 +171,13 @@ import _ScaleIcon from './icons/scale.svg?component' import _ScanEyeIcon from './icons/scan-eye.svg?component' import _SearchIcon from './icons/search.svg?component' import _SendIcon from './icons/send.svg?component' -import _ServerIcon from './icons/server.svg?component' import _ServerPlusIcon from './icons/server-plus.svg?component' +import _ServerIcon from './icons/server.svg?component' import _SettingsIcon from './icons/settings.svg?component' import _ShareIcon from './icons/share.svg?component' -import _ShieldIcon from './icons/shield.svg?component' import _ShieldAlertIcon from './icons/shield-alert.svg?component' import _ShieldCheckIcon from './icons/shield-check.svg?component' +import _ShieldIcon from './icons/shield.svg?component' import _SignalIcon from './icons/signal.svg?component' import _SkullIcon from './icons/skull.svg?component' import _SlashIcon from './icons/slash.svg?component' @@ -204,26 +204,26 @@ import _TrashIcon from './icons/trash.svg?component' import _TriangleAlertIcon from './icons/triangle-alert.svg?component' import _UnderlineIcon from './icons/underline.svg?component' import _UndoIcon from './icons/undo.svg?component' -import _UnknownIcon from './icons/unknown.svg?component' import _UnknownDonationIcon from './icons/unknown-donation.svg?component' +import _UnknownIcon from './icons/unknown.svg?component' import _UnlinkIcon from './icons/unlink.svg?component' import _UnplugIcon from './icons/unplug.svg?component' import _UpdatedIcon from './icons/updated.svg?component' import _UploadIcon from './icons/upload.svg?component' -import _UserIcon from './icons/user.svg?component' import _UserCogIcon from './icons/user-cog.svg?component' import _UserPlusIcon from './icons/user-plus.svg?component' import _UserRoundIcon from './icons/user-round.svg?component' import _UserSearchIcon from './icons/user-search.svg?component' import _UserXIcon from './icons/user-x.svg?component' +import _UserIcon from './icons/user.svg?component' import _UsersIcon from './icons/users.svg?component' import _VersionIcon from './icons/version.svg?component' import _WikiIcon from './icons/wiki.svg?component' import _WindowIcon from './icons/window.svg?component' import _WorldIcon from './icons/world.svg?component' import _WrenchIcon from './icons/wrench.svg?component' -import _XIcon from './icons/x.svg?component' import _XCircleIcon from './icons/x-circle.svg?component' +import _XIcon from './icons/x.svg?component' import _ZoomInIcon from './icons/zoom-in.svg?component' import _ZoomOutIcon from './icons/zoom-out.svg?component' diff --git a/packages/blog/COPYING.md b/packages/blog/COPYING.md new file mode 100644 index 0000000000..5297c0ce6d --- /dev/null +++ b/packages/blog/COPYING.md @@ -0,0 +1,15 @@ +# Copying + +The source code of Modrinth's blog is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. + +## Modrinth logo + +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. The content of the blog articles and images used in them are also subject to the same restrictions. + +> All rights reserved. © 2020-2025 Rinth, Inc. + +This includes, but may not be limited to, the following files: + +- src/articles/\* +- src/compiled/\* +- public/\* diff --git a/packages/blog/compiled/index.ts b/packages/blog/compiled/index.ts index a106649321..ba4bbd7d44 100644 --- a/packages/blog/compiled/index.ts +++ b/packages/blog/compiled/index.ts @@ -1,38 +1,38 @@ // AUTO-GENERATED FILE - DO NOT EDIT -import { article as a_new_chapter_for_modrinth_servers } from "./a_new_chapter_for_modrinth_servers"; -import { article as accelerating_development } from "./accelerating_development"; -import { article as becoming_sustainable } from "./becoming_sustainable"; -import { article as capital_return } from "./capital_return"; -import { article as carbon_ads } from "./carbon_ads"; -import { article as creator_monetization } from "./creator_monetization"; -import { article as creator_update } from "./creator_update"; -import { article as creator_updates_july_2025 } from "./creator_updates_july_2025"; -import { article as creator_withdrawals_overhaul } from "./creator_withdrawals_overhaul"; -import { article as design_refresh } from "./design_refresh"; -import { article as download_adjustment } from "./download_adjustment"; -import { article as free_server_medal } from "./free_server_medal"; -import { article as knossos_v2_1_0 } from "./knossos_v2_1_0"; -import { article as licensing_guide } from "./licensing_guide"; -import { article as modpack_changes } from "./modpack_changes"; -import { article as modpacks_alpha } from "./modpacks_alpha"; -import { article as modrinth_app_beta } from "./modrinth_app_beta"; -import { article as modrinth_beta } from "./modrinth_beta"; -import { article as modrinth_servers_asia } from "./modrinth_servers_asia"; -import { article as modrinth_servers_beta } from "./modrinth_servers_beta"; -import { article as new_environments } from "./new_environments"; -import { article as new_site_beta } from "./new_site_beta"; -import { article as plugins_resource_packs } from "./plugins_resource_packs"; -import { article as pride_campaign_2025 } from "./pride_campaign_2025"; -import { article as redesign } from "./redesign"; -import { article as russian_censorship } from "./russian_censorship"; -import { article as skins_now_in_modrinth_app } from "./skins_now_in_modrinth_app"; -import { article as standing_by_our_values } from "./standing_by_our_values"; -import { article as standing_by_our_values_russian } from "./standing_by_our_values_russian"; -import { article as streamlined_version_creation } from "./streamlined_version_creation"; +import { article as windows_borderless_malware_disclosure } from "./windows_borderless_malware_disclosure"; +import { article as whats_modrinth } from "./whats_modrinth"; import { article as two_years_of_modrinth } from "./two_years_of_modrinth"; import { article as two_years_of_modrinth_history } from "./two_years_of_modrinth_history"; -import { article as whats_modrinth } from "./whats_modrinth"; -import { article as windows_borderless_malware_disclosure } from "./windows_borderless_malware_disclosure"; +import { article as streamlined_version_creation } from "./streamlined_version_creation"; +import { article as standing_by_our_values } from "./standing_by_our_values"; +import { article as standing_by_our_values_russian } from "./standing_by_our_values_russian"; +import { article as skins_now_in_modrinth_app } from "./skins_now_in_modrinth_app"; +import { article as russian_censorship } from "./russian_censorship"; +import { article as redesign } from "./redesign"; +import { article as pride_campaign_2025 } from "./pride_campaign_2025"; +import { article as plugins_resource_packs } from "./plugins_resource_packs"; +import { article as new_site_beta } from "./new_site_beta"; +import { article as new_environments } from "./new_environments"; +import { article as modrinth_servers_beta } from "./modrinth_servers_beta"; +import { article as modrinth_servers_asia } from "./modrinth_servers_asia"; +import { article as modrinth_beta } from "./modrinth_beta"; +import { article as modrinth_app_beta } from "./modrinth_app_beta"; +import { article as modpacks_alpha } from "./modpacks_alpha"; +import { article as modpack_changes } from "./modpack_changes"; +import { article as licensing_guide } from "./licensing_guide"; +import { article as knossos_v2_1_0 } from "./knossos_v2_1_0"; +import { article as free_server_medal } from "./free_server_medal"; +import { article as download_adjustment } from "./download_adjustment"; +import { article as design_refresh } from "./design_refresh"; +import { article as creator_withdrawals_overhaul } from "./creator_withdrawals_overhaul"; +import { article as creator_updates_july_2025 } from "./creator_updates_july_2025"; +import { article as creator_update } from "./creator_update"; +import { article as creator_monetization } from "./creator_monetization"; +import { article as carbon_ads } from "./carbon_ads"; +import { article as capital_return } from "./capital_return"; +import { article as becoming_sustainable } from "./becoming_sustainable"; +import { article as accelerating_development } from "./accelerating_development"; +import { article as a_new_chapter_for_modrinth_servers } from "./a_new_chapter_for_modrinth_servers"; export const articles = [ a_new_chapter_for_modrinth_servers, diff --git a/packages/ui/COPYING.md b/packages/ui/COPYING.md new file mode 100644 index 0000000000..1d3fb76180 --- /dev/null +++ b/packages/ui/COPYING.md @@ -0,0 +1,20 @@ +# Copying + +The source code of Modrinth's UI library is licensed under the GNU General Public License, Version 3 only, which is provided in the file [LICENSE](./LICENSE). However, some files listed below are licensed under a different license. + +## Modrinth logo + +The use of Modrinth branding elements, including but not limited to the wrench-in-labyrinth logo, the landing image, and any variations thereof, is strictly prohibited without explicit written permission from Rinth, Inc. This includes trademarks, logos, or other branding elements. + +> All rights reserved. © 2020-2025 Rinth, Inc. + +This includes, but may not be limited to, the following files: + +- src/components/brand/\* +- src/components/servers/ModrinthServersIcon.vue + +## External logos + +The following files are owned by their respective copyright holders and must be used within each of their Brand Guidelines: + +- src/components/servers/MedalBackgroundImage.vue