Updated copyright years

This commit is contained in:
Sammie Zhang 2024-05-07 11:33:17 -07:00
parent 55ffbf7774
commit 7db05929ac
No known key found for this signature in database
GPG key ID: E8BCC9DD9CE177C6
68 changed files with 68 additions and 68 deletions

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { BuildContext, BuildOptions, context } from "esbuild"; import { BuildContext, BuildOptions, context } from "esbuild";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
export const VencordFragment = /* #__PURE__*/ Symbol.for("react.fragment"); export const VencordFragment = /* #__PURE__*/ Symbol.for("react.fragment");

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
// Based on https://github.com/gergof/electron-builder-sandbox-fix/blob/master/lib/index.js // Based on https://github.com/gergof/electron-builder-sandbox-fix/blob/master/lib/index.js

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { globalExternalsWithRegExp } from "@fal-works/esbuild-plugin-global-externals"; import { globalExternalsWithRegExp } from "@fal-works/esbuild-plugin-global-externals";

View file

@ -1,5 +1,5 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./utils/dotenv"; import "./utils/dotenv";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./start"; import "./start";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { config } from "dotenv"; import { config } from "dotenv";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { spawn as spaaawn, SpawnOptions } from "child_process"; import { spawn as spaaawn, SpawnOptions } from "child_process";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { promises as fs } from "node:fs"; import { promises as fs } from "node:fs";

2
src/globals.d.ts vendored
View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
declare global { declare global {

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { BrowserWindow } from "electron"; import { BrowserWindow } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { app, NativeImage, nativeImage } from "electron"; import { app, NativeImage, nativeImage } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import Server from "arrpc"; import Server from "arrpc";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { app } from "electron"; import { app } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { app } from "electron"; import { app } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { app } from "electron"; import { app } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./ipc"; import "./ipc";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
if (process.platform === "linux") import("./venmic"); if (process.platform === "linux") import("./venmic");

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { import {

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { session, systemPreferences } from "electron"; import { session, systemPreferences } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { desktopCapturer, session, Streams } from "electron"; import { desktopCapturer, session, Streams } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs"; import { existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { BrowserWindow, webContents } from "electron"; import { BrowserWindow, webContents } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { createWriteStream } from "fs"; import { createWriteStream } from "fs";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { ipcMain, IpcMainEvent, IpcMainInvokeEvent, WebFrameMain } from "electron"; import { ipcMain, IpcMainEvent, IpcMainInvokeEvent, WebFrameMain } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { BrowserWindow, shell } from "electron"; import { BrowserWindow, shell } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { BrowserWindow, BrowserWindowConstructorOptions } from "electron"; import { BrowserWindow, BrowserWindowConstructorOptions } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { BrowserWindow, dialog } from "electron"; import { BrowserWindow, dialog } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { existsSync, mkdirSync } from "fs"; import { existsSync, mkdirSync } from "fs";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import type { PatchBay as PatchBayType } from "@vencord/venmic"; import type { PatchBay as PatchBayType } from "@vencord/venmic";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { ipcRenderer } from "electron"; import { ipcRenderer } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { contextBridge, ipcRenderer, webFrame } from "electron"; import { contextBridge, ipcRenderer, webFrame } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { ipcRenderer } from "electron"; import { ipcRenderer } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { filters, waitFor } from "@vencord/types/webpack"; import { filters, waitFor } from "@vencord/types/webpack";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./screenSharePicker.css"; import "./screenSharePicker.css";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
export * as ScreenShare from "./ScreenSharePicker"; export * as ScreenShare from "./ScreenSharePicker";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Switch, useState } from "@vencord/types/webpack/common"; import { Switch, useState } from "@vencord/types/webpack/common";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Select } from "@vencord/types/webpack/common"; import { Select } from "@vencord/types/webpack/common";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Switch } from "@vencord/types/webpack/common"; import { Switch } from "@vencord/types/webpack/common";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./settings.css"; import "./settings.css";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Button, Forms, Toasts } from "@vencord/types/webpack/common"; import { Button, Forms, Toasts } from "@vencord/types/webpack/common";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Margins } from "@vencord/types/utils"; import { Margins } from "@vencord/types/utils";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./fixes.css"; import "./fixes.css";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import "./fixes"; import "./fixes";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { addPatch } from "./shared"; import { addPatch } from "./shared";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { addPatch } from "./shared"; import { addPatch } from "./shared";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { addPatch } from "./shared"; import { addPatch } from "./shared";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
// TODO: Possibly auto generate glob if we have more patches in the future // TODO: Possibly auto generate glob if we have more patches in the future

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Settings } from "renderer/settings"; import { Settings } from "renderer/settings";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Logger } from "@vencord/types/utils"; import { Logger } from "@vencord/types/utils";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Patch } from "@vencord/types/utils/types"; import { Patch } from "@vencord/types/utils/types";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { addContextMenuPatch } from "@vencord/types/api/ContextMenu"; import { addContextMenuPatch } from "@vencord/types/api/ContextMenu";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Settings } from "renderer/settings"; import { Settings } from "renderer/settings";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { useEffect, useReducer } from "@vencord/types/webpack/common"; import { useEffect, useReducer } from "@vencord/types/webpack/common";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { Settings } from "./settings"; import { Settings } from "./settings";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
export const { localStorage } = window; export const { localStorage } = window;

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
export const enum IpcEvents { export const enum IpcEvents {

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import type { BrowserWindowConstructorOptions } from "electron"; import type { BrowserWindowConstructorOptions } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { join } from "path"; import { join } from "path";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import type { Rectangle } from "electron"; import type { Rectangle } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { LiteralUnion } from "type-fest"; import { LiteralUnion } from "type-fest";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
/** /**

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
export function isTruthy<T>(item: T): item is Exclude<T, 0 | "" | false | null | undefined> { export function isTruthy<T>(item: T): item is Exclude<T, 0 | "" | false | null | undefined> {

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
/** /**

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
export function sleep(ms: number): Promise<void> { export function sleep(ms: number): Promise<void> {

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { app, BrowserWindow, shell } from "electron"; import { app, BrowserWindow, shell } from "electron";

View file

@ -1,7 +1,7 @@
/* /*
* SPDX-License-Identifier: GPL-3.0 * SPDX-License-Identifier: GPL-3.0
* Vesktop, a desktop app aiming to give you a snappier Discord Experience * Vesktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors * Copyright (c) 2024 Vendicated and Vencord contributors
*/ */
import { contextBridge } from "electron"; import { contextBridge } from "electron";