From 3b39564904945c6ce62c184fdcf4e74d91825ac0 Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:45:23 -0500 Subject: [PATCH] add license --- src/plugins/contentWarning/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/contentWarning/index.tsx b/src/plugins/contentWarning/index.tsx index 7b3b02f53..31d0d3b78 100644 --- a/src/plugins/contentWarning/index.tsx +++ b/src/plugins/contentWarning/index.tsx @@ -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";