Updated License

This commit is contained in:
Crxaw 2025-03-19 14:28:03 +00:00 committed by GitHub
parent 7fa7c28c6f
commit ee6a6e9251
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
/* /*
* Vencord, a Discord client mod * Equicord, a Discord client mod
* Copyright (c) 2024 Vendicated and contributors * Copyright (c) 2025 Equicord and contributors
* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-License-Identifier: GPL-3.0-or-later
*/ */
@ -39,3 +39,4 @@ export default definePlugin({
start: () => addChatBarButton("Freakcord", ChatBarIcon), start: () => addChatBarButton("Freakcord", ChatBarIcon),
stop: () => removeChatBarButton("Freakcord") stop: () => removeChatBarButton("Freakcord")
}); });