diff --git a/scripts/build/build.mts b/scripts/build/build.mts index 27f45cc..48b8217 100644 --- a/scripts/build/build.mts +++ b/scripts/build/build.mts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/scripts/build/injectReact.mjs b/scripts/build/injectReact.mjs index f9ce52b..714e0a3 100644 --- a/scripts/build/injectReact.mjs +++ b/scripts/build/injectReact.mjs @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"); diff --git a/scripts/build/sandboxFix.js b/scripts/build/sandboxFix.js index 327ee24..27b2f47 100644 --- a/scripts/build/sandboxFix.js +++ b/scripts/build/sandboxFix.js @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 diff --git a/scripts/build/vencordDep.mts b/scripts/build/vencordDep.mts index d285940..742d2dc 100644 --- a/scripts/build/vencordDep.mts +++ b/scripts/build/vencordDep.mts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/scripts/header.txt b/scripts/header.txt index 9fdad8f..e8fd841 100644 --- a/scripts/header.txt +++ b/scripts/header.txt @@ -1,5 +1,5 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 */ diff --git a/scripts/start.ts b/scripts/start.ts index 21660b0..080c582 100644 --- a/scripts/start.ts +++ b/scripts/start.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/scripts/startWatch.mts b/scripts/startWatch.mts index 4a6f2e5..b025a95 100644 --- a/scripts/startWatch.mts +++ b/scripts/startWatch.mts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/scripts/utils/dotenv.ts b/scripts/utils/dotenv.ts index 1dd697f..f3268de 100644 --- a/scripts/utils/dotenv.ts +++ b/scripts/utils/dotenv.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/scripts/utils/spawn.mts b/scripts/utils/spawn.mts index a2c0a5f..cfcba5c 100644 --- a/scripts/utils/spawn.mts +++ b/scripts/utils/spawn.mts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/scripts/utils/updateMeta.mts b/scripts/utils/updateMeta.mts index 44327b7..a8a37fa 100644 --- a/scripts/utils/updateMeta.mts +++ b/scripts/utils/updateMeta.mts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/globals.d.ts b/src/globals.d.ts index 4d39c4c..579c9be 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 { diff --git a/src/main/about.ts b/src/main/about.ts index 4d9f541..48fecac 100644 --- a/src/main/about.ts +++ b/src/main/about.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/appBadge.ts b/src/main/appBadge.ts index 46abe1d..1c4c9a3 100644 --- a/src/main/appBadge.ts +++ b/src/main/appBadge.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/arrpc.ts b/src/main/arrpc.ts index 1899d9c..4ec7f43 100644 --- a/src/main/arrpc.ts +++ b/src/main/arrpc.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/autoStart.ts b/src/main/autoStart.ts index 19d7e00..3689fd6 100644 --- a/src/main/autoStart.ts +++ b/src/main/autoStart.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/constants.ts b/src/main/constants.ts index 1a02d5e..c6a8673 100644 --- a/src/main/constants.ts +++ b/src/main/constants.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/firstLaunch.ts b/src/main/firstLaunch.ts index d1bbceb..bf91031 100644 --- a/src/main/firstLaunch.ts +++ b/src/main/firstLaunch.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/index.ts b/src/main/index.ts index dd952d5..f6c9576 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/ipc.ts b/src/main/ipc.ts index 3bfca76..38ab87e 100644 --- a/src/main/ipc.ts +++ b/src/main/ipc.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"); diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 7e0afde..533dfd5 100644 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 { diff --git a/src/main/mediaPermissions.ts b/src/main/mediaPermissions.ts index 1f6cf46..6d426dc 100644 --- a/src/main/mediaPermissions.ts +++ b/src/main/mediaPermissions.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/screenShare.ts b/src/main/screenShare.ts index b63497b..8dd8b2b 100644 --- a/src/main/screenShare.ts +++ b/src/main/screenShare.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/settings.ts b/src/main/settings.ts index 03c705e..8f02dbd 100644 --- a/src/main/settings.ts +++ b/src/main/settings.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/splash.ts b/src/main/splash.ts index ee4a4f3..cf776d7 100644 --- a/src/main/splash.ts +++ b/src/main/splash.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/utils/http.ts b/src/main/utils/http.ts index baee81e..fdaccb4 100644 --- a/src/main/utils/http.ts +++ b/src/main/utils/http.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/utils/ipcWrappers.ts b/src/main/utils/ipcWrappers.ts index 3ceb908..a67659e 100644 --- a/src/main/utils/ipcWrappers.ts +++ b/src/main/utils/ipcWrappers.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/utils/makeLinksOpenExternally.ts b/src/main/utils/makeLinksOpenExternally.ts index 12f2c3d..e231e57 100644 --- a/src/main/utils/makeLinksOpenExternally.ts +++ b/src/main/utils/makeLinksOpenExternally.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/utils/popout.ts b/src/main/utils/popout.ts index cdeea61..02cdc5c 100644 --- a/src/main/utils/popout.ts +++ b/src/main/utils/popout.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/utils/steamOS.ts b/src/main/utils/steamOS.ts index e61166c..f9ec047 100644 --- a/src/main/utils/steamOS.ts +++ b/src/main/utils/steamOS.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/utils/vencordLoader.ts b/src/main/utils/vencordLoader.ts index 1bac37a..aa11434 100644 --- a/src/main/utils/vencordLoader.ts +++ b/src/main/utils/vencordLoader.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/main/venmic.ts b/src/main/venmic.ts index 404c0d2..731efaf 100644 --- a/src/main/venmic.ts +++ b/src/main/venmic.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/preload/VesktopNative.ts b/src/preload/VesktopNative.ts index af4b9f1..6cbd7de 100644 --- a/src/preload/VesktopNative.ts +++ b/src/preload/VesktopNative.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/preload/index.ts b/src/preload/index.ts index 2cc0d11..62f44e6 100644 --- a/src/preload/index.ts +++ b/src/preload/index.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/preload/typedIpc.ts b/src/preload/typedIpc.ts index e8b519c..f91d723 100644 --- a/src/preload/typedIpc.ts +++ b/src/preload/typedIpc.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/appBadge.ts b/src/renderer/appBadge.ts index b55d488..a8fef0c 100644 --- a/src/renderer/appBadge.ts +++ b/src/renderer/appBadge.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/ScreenSharePicker.tsx b/src/renderer/components/ScreenSharePicker.tsx index e9fd78e..9cc1c9f 100644 --- a/src/renderer/components/ScreenSharePicker.tsx +++ b/src/renderer/components/ScreenSharePicker.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/index.ts b/src/renderer/components/index.ts index 97ca03e..41db77d 100644 --- a/src/renderer/components/index.ts +++ b/src/renderer/components/index.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/settings/AutoStartToggle.tsx b/src/renderer/components/settings/AutoStartToggle.tsx index e0350d6..aa3dc70 100644 --- a/src/renderer/components/settings/AutoStartToggle.tsx +++ b/src/renderer/components/settings/AutoStartToggle.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/settings/DiscordBranchPicker.tsx b/src/renderer/components/settings/DiscordBranchPicker.tsx index c0b840d..be80cf6 100644 --- a/src/renderer/components/settings/DiscordBranchPicker.tsx +++ b/src/renderer/components/settings/DiscordBranchPicker.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/settings/NotificationBadgeToggle.tsx b/src/renderer/components/settings/NotificationBadgeToggle.tsx index 1cf1d19..bb4d6cb 100644 --- a/src/renderer/components/settings/NotificationBadgeToggle.tsx +++ b/src/renderer/components/settings/NotificationBadgeToggle.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/settings/Settings.tsx b/src/renderer/components/settings/Settings.tsx index d6de13c..a58c9f6 100644 --- a/src/renderer/components/settings/Settings.tsx +++ b/src/renderer/components/settings/Settings.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/settings/VencordLocationPicker.tsx b/src/renderer/components/settings/VencordLocationPicker.tsx index c199119..7a408b1 100644 --- a/src/renderer/components/settings/VencordLocationPicker.tsx +++ b/src/renderer/components/settings/VencordLocationPicker.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/components/settings/WindowsTransparencyControls.tsx b/src/renderer/components/settings/WindowsTransparencyControls.tsx index 0ef9a8a..5e2a592 100644 --- a/src/renderer/components/settings/WindowsTransparencyControls.tsx +++ b/src/renderer/components/settings/WindowsTransparencyControls.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/fixes.ts b/src/renderer/fixes.ts index 2758b5c..14082c6 100644 --- a/src/renderer/fixes.ts +++ b/src/renderer/fixes.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/index.ts b/src/renderer/index.ts index 1ccc2e4..36bd015 100644 --- a/src/renderer/index.ts +++ b/src/renderer/index.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/enableNotificationsByDefault.ts b/src/renderer/patches/enableNotificationsByDefault.ts index f48115d..ec3c4de 100644 --- a/src/renderer/patches/enableNotificationsByDefault.ts +++ b/src/renderer/patches/enableNotificationsByDefault.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/hideSwitchDevice.tsx b/src/renderer/patches/hideSwitchDevice.tsx index 911aed7..c4e7ff6 100644 --- a/src/renderer/patches/hideSwitchDevice.tsx +++ b/src/renderer/patches/hideSwitchDevice.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/hideVenmicInput.tsx b/src/renderer/patches/hideVenmicInput.tsx index ca706ce..d214d37 100644 --- a/src/renderer/patches/hideVenmicInput.tsx +++ b/src/renderer/patches/hideVenmicInput.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/index.ts b/src/renderer/patches/index.ts index aabff3e..48d8ccb 100644 --- a/src/renderer/patches/index.ts +++ b/src/renderer/patches/index.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 diff --git a/src/renderer/patches/platformClass.tsx b/src/renderer/patches/platformClass.tsx index 58767a8..baa982c 100644 --- a/src/renderer/patches/platformClass.tsx +++ b/src/renderer/patches/platformClass.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/screenShareFixes.ts b/src/renderer/patches/screenShareFixes.ts index 66e4b14..d7aa5ad 100644 --- a/src/renderer/patches/screenShareFixes.ts +++ b/src/renderer/patches/screenShareFixes.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/shared.ts b/src/renderer/patches/shared.ts index 3cd370a..cc10de1 100644 --- a/src/renderer/patches/shared.ts +++ b/src/renderer/patches/shared.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/spellCheck.tsx b/src/renderer/patches/spellCheck.tsx index 9f0dbbd..8a75223 100644 --- a/src/renderer/patches/spellCheck.tsx +++ b/src/renderer/patches/spellCheck.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/patches/windowsTitleBar.tsx b/src/renderer/patches/windowsTitleBar.tsx index 401e1c5..b07c4ae 100644 --- a/src/renderer/patches/windowsTitleBar.tsx +++ b/src/renderer/patches/windowsTitleBar.tsx @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/settings.ts b/src/renderer/settings.ts index ed6bb10..ce24731 100644 --- a/src/renderer/settings.ts +++ b/src/renderer/settings.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/themedSplash.ts b/src/renderer/themedSplash.ts index 13490c4..75aaade 100644 --- a/src/renderer/themedSplash.ts +++ b/src/renderer/themedSplash.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/renderer/utils.ts b/src/renderer/utils.ts index 967fe88..eb997c6 100644 --- a/src/renderer/utils.ts +++ b/src/renderer/utils.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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; diff --git a/src/shared/IpcEvents.ts b/src/shared/IpcEvents.ts index b5d40c4..94db30b 100644 --- a/src/shared/IpcEvents.ts +++ b/src/shared/IpcEvents.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 { diff --git a/src/shared/browserWinProperties.ts b/src/shared/browserWinProperties.ts index b190697..1aeef2b 100644 --- a/src/shared/browserWinProperties.ts +++ b/src/shared/browserWinProperties.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/shared/paths.ts b/src/shared/paths.ts index 483250a..c6570e4 100644 --- a/src/shared/paths.ts +++ b/src/shared/paths.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/shared/settings.d.ts b/src/shared/settings.d.ts index fa46bac..930f1a5 100644 --- a/src/shared/settings.d.ts +++ b/src/shared/settings.d.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/shared/utils/SettingsStore.ts b/src/shared/utils/SettingsStore.ts index 22dd145..a6293e7 100644 --- a/src/shared/utils/SettingsStore.ts +++ b/src/shared/utils/SettingsStore.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/shared/utils/debounce.ts b/src/shared/utils/debounce.ts index 17fdc74..6f38217 100644 --- a/src/shared/utils/debounce.ts +++ b/src/shared/utils/debounce.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 */ /** diff --git a/src/shared/utils/guards.ts b/src/shared/utils/guards.ts index cba71d7..92f8a04 100644 --- a/src/shared/utils/guards.ts +++ b/src/shared/utils/guards.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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(item: T): item is Exclude { diff --git a/src/shared/utils/once.ts b/src/shared/utils/once.ts index 59cc1e2..9e1212f 100644 --- a/src/shared/utils/once.ts +++ b/src/shared/utils/once.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 */ /** diff --git a/src/shared/utils/sleep.ts b/src/shared/utils/sleep.ts index 948c5a3..9d3d795 100644 --- a/src/shared/utils/sleep.ts +++ b/src/shared/utils/sleep.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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 { diff --git a/src/updater/main.ts b/src/updater/main.ts index 207687e..0a9257e 100644 --- a/src/updater/main.ts +++ b/src/updater/main.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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"; diff --git a/src/updater/preload.ts b/src/updater/preload.ts index 80e4dee..30c5239 100644 --- a/src/updater/preload.ts +++ b/src/updater/preload.ts @@ -1,7 +1,7 @@ /* * SPDX-License-Identifier: GPL-3.0 * 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";