mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
add license
This commit is contained in:
parent
15ecf5380a
commit
3b39564904
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Vencord, a Discord client mod
|
||||
* Copyright (c) 2023 Vendicated, camila314, and contributors
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import definePlugin, { OptionType } from "@utils/types";
|
||||
import { Button, Forms, useState, TextInput } from "@webpack/common";
|
||||
import { DataStore } from "@api/index";
|
||||
|
|
Loading…
Reference in a new issue