From d03e22189150acfd1dbb2a4e68a4e932a7caab0d Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 5 Jul 2026 22:27:41 -0400 Subject: [PATCH] Updated copyleft date --- src/app/auxServer.js | 2 +- src/app/channel/activeChannel.js | 2 +- src/app/channel/channelManager.js | 2 +- src/app/channel/chat.js | 2 +- src/app/channel/chatBuffer.js | 2 +- src/app/channel/chatHandler.js | 2 +- src/app/channel/commandProcessor.js | 2 +- src/app/channel/connectedUser.js | 2 +- src/app/channel/media/archivedMedia.js | 2 +- src/app/channel/media/media.js | 2 +- src/app/channel/media/playlistHandler.js | 2 +- src/app/channel/media/queue.js | 2 +- src/app/channel/media/queueBroadcastManager.js | 2 +- src/app/channel/media/queuedMedia.js | 2 +- src/app/channel/tokebot.js | 2 +- src/app/chatMetadata.js | 2 +- src/app/chatPreprocessor.js | 2 +- src/app/pm/message.js | 2 +- src/app/pm/pmHandler.js | 2 +- src/controllers/404Controller.js | 2 +- src/controllers/aboutController.js | 2 +- src/controllers/adminPanelController.js | 2 +- src/controllers/api/account/deleteController.js | 2 +- src/controllers/api/account/emailChangeRequestController.js | 2 +- src/controllers/api/account/loginController.js | 2 +- src/controllers/api/account/logoutController.js | 2 +- src/controllers/api/account/migrationController.js | 2 +- src/controllers/api/account/passwordResetController.js | 2 +- src/controllers/api/account/passwordResetRequestController.js | 2 +- src/controllers/api/account/rankEnumController.js | 2 +- src/controllers/api/account/registerController.js | 2 +- src/controllers/api/account/updateController.js | 2 +- src/controllers/api/admin/banController.js | 2 +- src/controllers/api/admin/changeRankController.js | 2 +- src/controllers/api/admin/emoteController.js | 2 +- src/controllers/api/admin/listChannelsController.js | 2 +- src/controllers/api/admin/listUsersController.js | 2 +- src/controllers/api/admin/passwordResetController.js | 2 +- src/controllers/api/admin/permissionsController.js | 2 +- src/controllers/api/admin/tokeCommandController.js | 2 +- src/controllers/api/channel/banController.js | 2 +- src/controllers/api/channel/deleteController.js | 2 +- src/controllers/api/channel/descriptionController.js | 2 +- src/controllers/api/channel/emoteController.js | 2 +- src/controllers/api/channel/listController.js | 2 +- src/controllers/api/channel/permissionsController.js | 2 +- src/controllers/api/channel/rankController.js | 2 +- src/controllers/api/channel/registerController.js | 2 +- src/controllers/api/channel/settingsController.js | 2 +- src/controllers/api/channel/thumbnailController.js | 2 +- src/controllers/api/channel/tokeCommandController.js | 2 +- src/controllers/api/refreshCSRFTokenController.js | 2 +- src/controllers/channelController.js | 2 +- src/controllers/channelSettingsController.js | 2 +- src/controllers/emailChangeController.js | 2 +- src/controllers/hrtController.js | 2 +- src/controllers/indexController.js | 2 +- src/controllers/loginController.js | 2 +- src/controllers/migrateController.js | 2 +- src/controllers/newChannelController.js | 2 +- src/controllers/panel/emoteController.js | 2 +- src/controllers/panel/placeholderController.js | 2 +- src/controllers/panel/pmController.js | 2 +- src/controllers/panel/popoutContainerController.js | 2 +- src/controllers/panel/profileController.js | 2 +- src/controllers/panel/queueController.js | 2 +- src/controllers/panel/settingsController.js | 2 +- src/controllers/passwordResetController.js | 2 +- src/controllers/profileController.js | 2 +- src/controllers/registerController.js | 2 +- src/controllers/tooltip/altListController.js | 2 +- src/controllers/tooltip/profileController.js | 2 +- src/routers/aboutRouter.js | 2 +- src/routers/adminPanelRouter.js | 2 +- src/routers/api/accountRouter.js | 2 +- src/routers/api/adminRouter.js | 2 +- src/routers/api/channelRouter.js | 2 +- src/routers/apiRouter.js | 2 +- src/routers/channelRouter.js | 2 +- src/routers/emailChangeController.js | 2 +- src/routers/hrtRouter.js | 2 +- src/routers/indexRouter.js | 2 +- src/routers/loginRouter.js | 2 +- src/routers/migrateRouter.js | 2 +- src/routers/newChannelRouter.js | 2 +- src/routers/panelRouter.js | 2 +- src/routers/passwordResetRouter.js | 2 +- src/routers/profileRouter.js | 2 +- src/routers/registerRouter.js | 2 +- src/routers/tooltipRouter.js | 2 +- src/schemas/channel/channelBanSchema.js | 2 +- src/schemas/channel/channelPermissionSchema.js | 2 +- src/schemas/channel/channelSchema.js | 2 +- src/schemas/channel/chatSchema.js | 2 +- src/schemas/channel/media/archivedMediaSchema.js | 2 +- src/schemas/channel/media/mediaSchema.js | 2 +- src/schemas/channel/media/playlist/channelPlaylistSchema.js | 2 +- src/schemas/channel/media/playlist/playlistMediaSchema.js | 2 +- src/schemas/channel/media/playlist/playlistSchema.js | 2 +- src/schemas/channel/media/playlist/userPlaylistSchema.js | 2 +- src/schemas/channel/media/queuedMediaSchema.js | 2 +- src/schemas/emoteSchema.js | 2 +- src/schemas/flairSchema.js | 2 +- src/schemas/permissionSchema.js | 2 +- src/schemas/statSchema.js | 2 +- src/schemas/tokebot/tokeCommandSchema.js | 2 +- src/schemas/tokebot/tokeSchema.js | 2 +- src/schemas/user/emailChangeSchema.js | 2 +- src/schemas/user/migrationSchema.js | 2 +- src/schemas/user/passwordResetSchema.js | 2 +- src/schemas/user/rememberMeSchema.js | 2 +- src/schemas/user/userBanSchema.js | 2 +- src/schemas/user/userSchema.js | 2 +- src/server.js | 2 +- src/utils/altchaUtils.js | 2 +- src/utils/configCheck.js | 2 +- src/utils/csrfUtils.js | 2 +- src/utils/hashUtils.js | 2 +- src/utils/linkUtils.js | 2 +- src/utils/loggerUtils.js | 2 +- src/utils/mailUtils.js | 2 +- src/utils/media/internetArchiveUtils.js | 2 +- src/utils/media/yanker.js | 2 +- src/utils/media/ytdlpUtils.js | 2 +- src/utils/presenceUtils.js | 2 +- src/utils/regexUtils.js | 2 +- src/utils/scheduler.js | 2 +- src/utils/sessionUtils.js | 2 +- src/utils/socketUtils.js | 2 +- src/validators/accountValidator.js | 2 +- src/validators/channelValidator.js | 2 +- src/validators/emoteValidator.js | 2 +- src/validators/permissionsValidator.js | 2 +- src/validators/tokebotValidator.js | 2 +- src/views/404.ejs | 2 +- src/views/about.ejs | 4 ++-- src/views/adminPanel.ejs | 2 +- src/views/channel.ejs | 2 +- src/views/channelSettings.ejs | 2 +- src/views/emailChange.ejs | 2 +- src/views/hrt.ejs | 2 +- src/views/index.ejs | 2 +- src/views/lockedAccount.ejs | 2 +- src/views/login.ejs | 2 +- src/views/migrate.ejs | 2 +- src/views/newChannel.ejs | 2 +- src/views/partial/adminPanel/channelList.ejs | 2 +- src/views/partial/adminPanel/emoteList.ejs | 2 +- src/views/partial/adminPanel/permList.ejs | 2 +- src/views/partial/adminPanel/tokeCommandList.ejs | 2 +- src/views/partial/adminPanel/userBanList.ejs | 2 +- src/views/partial/adminPanel/userList.ejs | 2 +- src/views/partial/channel/chatPanel.ejs | 2 +- src/views/partial/channel/mediaPanel.ejs | 2 +- src/views/partial/channelSettings/banList.ejs | 2 +- src/views/partial/channelSettings/emoteList.ejs | 2 +- src/views/partial/channelSettings/info.ejs | 2 +- src/views/partial/channelSettings/permList.ejs | 2 +- src/views/partial/channelSettings/settings.ejs | 2 +- src/views/partial/channelSettings/tokeCommandList.ejs | 2 +- src/views/partial/channelSettings/userList.ejs | 2 +- src/views/partial/csrfToken.ejs | 2 +- src/views/partial/navbar.ejs | 2 +- src/views/partial/panels/emote.ejs | 2 +- src/views/partial/panels/placeholder.ejs | 2 +- src/views/partial/panels/pm.ejs | 2 +- src/views/partial/panels/profile.ejs | 2 +- src/views/partial/panels/queue.ejs | 2 +- src/views/partial/panels/settings.ejs | 2 +- src/views/partial/profile/badges.ejs | 2 +- src/views/partial/profile/bio.ejs | 2 +- src/views/partial/profile/date.ejs | 2 +- src/views/partial/profile/image.ejs | 2 +- src/views/partial/profile/pronouns.ejs | 2 +- src/views/partial/profile/settings.ejs | 2 +- src/views/partial/profile/signature.ejs | 2 +- src/views/partial/profile/status.ejs | 2 +- src/views/partial/profile/tokeCount.ejs | 2 +- src/views/partial/scripts.ejs | 2 +- src/views/partial/styles.ejs | 2 +- src/views/partial/tooltip/altList.ejs | 2 +- src/views/partial/tooltip/profile.ejs | 2 +- src/views/passwordReset.ejs | 2 +- src/views/popoutContainer.ejs | 2 +- src/views/profile.ejs | 2 +- src/views/register.ejs | 2 +- www/css/about.css | 2 +- www/css/adminPanel.css | 2 +- www/css/channel.css | 2 +- www/css/error.css | 2 +- www/css/flair.css | 2 +- www/css/global.css | 2 +- www/css/index.css | 2 +- www/css/login.css | 2 +- www/css/migrate.css | 2 +- www/css/newChannel.css | 2 +- www/css/panel.css | 2 +- www/css/panel/emote.css | 2 +- www/css/panel/pm.css | 2 +- www/css/panel/profile.css | 2 +- www/css/panel/queue.css | 2 +- www/css/panel/settings.css | 2 +- www/css/passwordReset.css | 2 +- www/css/popup/ban.css | 2 +- www/css/popup/changeEmail.css | 2 +- www/css/popup/changePassword.css | 2 +- www/css/popup/clearMedia.css | 2 +- www/css/popup/delete.css | 2 +- www/css/popup/startChatSesh.css | 2 +- www/css/profile.css | 2 +- www/css/register.css | 2 +- www/css/theme/movie-night.css | 2 +- www/css/tooltip/profile.css | 2 +- www/js/adminPanel.js | 2 +- www/js/adminUtils.js | 2 +- www/js/channel/channel.js | 2 +- www/js/channel/chat.js | 2 +- www/js/channel/chatPostprocessor.js | 2 +- www/js/channel/commandPreprocessor.js | 2 +- www/js/channel/cpanel.js | 2 +- www/js/channel/mediaHandler.js | 2 +- www/js/channel/panels/emotePanel.js | 2 +- www/js/channel/panels/pmPanel.js | 2 +- www/js/channel/panels/queuePanel/playlistManager.js | 2 +- www/js/channel/panels/queuePanel/queuePanel.js | 2 +- www/js/channel/panels/settingsPanel.js | 2 +- www/js/channel/player.js | 2 +- www/js/channel/pmHandler.js | 2 +- www/js/channel/userlist.js | 2 +- www/js/channelSettings.js | 2 +- www/js/index-ad.js | 2 +- www/js/login.js | 2 +- www/js/migrate.js | 2 +- www/js/navbar.js | 2 +- www/js/newChannel.js | 2 +- www/js/passwordReset.js | 2 +- www/js/profile.js | 2 +- www/js/register.js | 2 +- www/js/utils.js | 2 +- www/popup/addToPlaylist.html | 2 +- www/popup/changeEmail.html | 2 +- www/popup/changePassword.html | 2 +- www/popup/channelUserBan.html | 2 +- www/popup/clearMedia.html | 2 +- www/popup/newPlaylist.html | 2 +- www/popup/nukeChannel.html | 2 +- www/popup/nukeUser.html | 2 +- www/popup/placeholder.html | 2 +- www/popup/playlistDefaultTitles.html | 2 +- www/popup/renamePlaylist.html | 2 +- www/popup/scheduleMedia.html | 2 +- www/popup/startChatSesh.html | 2 +- www/popup/userBan.html | 2 +- 253 files changed, 254 insertions(+), 254 deletions(-) diff --git a/src/app/auxServer.js b/src/app/auxServer.js index 2779dbf..66631f3 100644 --- a/src/app/auxServer.js +++ b/src/app/auxServer.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/activeChannel.js b/src/app/channel/activeChannel.js index 3ce642e..54e4fc5 100644 --- a/src/app/channel/activeChannel.js +++ b/src/app/channel/activeChannel.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/channelManager.js b/src/app/channel/channelManager.js index e9223f1..6478e66 100644 --- a/src/app/channel/channelManager.js +++ b/src/app/channel/channelManager.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/chat.js b/src/app/channel/chat.js index eb09071..c1b5d61 100644 --- a/src/app/channel/chat.js +++ b/src/app/channel/chat.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/chatBuffer.js b/src/app/channel/chatBuffer.js index 3a4e466..fd8370a 100644 --- a/src/app/channel/chatBuffer.js +++ b/src/app/channel/chatBuffer.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/chatHandler.js b/src/app/channel/chatHandler.js index 218f561..d337dba 100644 --- a/src/app/channel/chatHandler.js +++ b/src/app/channel/chatHandler.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/commandProcessor.js b/src/app/channel/commandProcessor.js index 213ec1c..0a157a3 100644 --- a/src/app/channel/commandProcessor.js +++ b/src/app/channel/commandProcessor.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/connectedUser.js b/src/app/channel/connectedUser.js index 7a19700..bec1409 100644 --- a/src/app/channel/connectedUser.js +++ b/src/app/channel/connectedUser.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/media/archivedMedia.js b/src/app/channel/media/archivedMedia.js index 11fe9ef..a9a9b52 100644 --- a/src/app/channel/media/archivedMedia.js +++ b/src/app/channel/media/archivedMedia.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/media/media.js b/src/app/channel/media/media.js index 609f1bf..8c61138 100644 --- a/src/app/channel/media/media.js +++ b/src/app/channel/media/media.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/media/playlistHandler.js b/src/app/channel/media/playlistHandler.js index 22d6c27..660827d 100644 --- a/src/app/channel/media/playlistHandler.js +++ b/src/app/channel/media/playlistHandler.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/media/queue.js b/src/app/channel/media/queue.js index 705fe82..c4aaab6 100644 --- a/src/app/channel/media/queue.js +++ b/src/app/channel/media/queue.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/media/queueBroadcastManager.js b/src/app/channel/media/queueBroadcastManager.js index 7e07d95..7f8e319 100644 --- a/src/app/channel/media/queueBroadcastManager.js +++ b/src/app/channel/media/queueBroadcastManager.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/media/queuedMedia.js b/src/app/channel/media/queuedMedia.js index 94acb41..09c5114 100644 --- a/src/app/channel/media/queuedMedia.js +++ b/src/app/channel/media/queuedMedia.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/channel/tokebot.js b/src/app/channel/tokebot.js index 52743eb..c57496c 100644 --- a/src/app/channel/tokebot.js +++ b/src/app/channel/tokebot.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/chatMetadata.js b/src/app/chatMetadata.js index 23320ac..92fc1ce 100644 --- a/src/app/chatMetadata.js +++ b/src/app/chatMetadata.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/chatPreprocessor.js b/src/app/chatPreprocessor.js index dc3d4bd..9314a57 100644 --- a/src/app/chatPreprocessor.js +++ b/src/app/chatPreprocessor.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/pm/message.js b/src/app/pm/message.js index a6604ff..280b420 100644 --- a/src/app/pm/message.js +++ b/src/app/pm/message.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/app/pm/pmHandler.js b/src/app/pm/pmHandler.js index 10c505e..9733252 100644 --- a/src/app/pm/pmHandler.js +++ b/src/app/pm/pmHandler.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/404Controller.js b/src/controllers/404Controller.js index 3e7a4e0..03f08aa 100644 --- a/src/controllers/404Controller.js +++ b/src/controllers/404Controller.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/aboutController.js b/src/controllers/aboutController.js index 249e931..11c6faf 100644 --- a/src/controllers/aboutController.js +++ b/src/controllers/aboutController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/adminPanelController.js b/src/controllers/adminPanelController.js index 6ecdaee..53c8f55 100644 --- a/src/controllers/adminPanelController.js +++ b/src/controllers/adminPanelController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/deleteController.js b/src/controllers/api/account/deleteController.js index 0552da7..7ab1c42 100644 --- a/src/controllers/api/account/deleteController.js +++ b/src/controllers/api/account/deleteController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/emailChangeRequestController.js b/src/controllers/api/account/emailChangeRequestController.js index 3108ab6..fb49851 100644 --- a/src/controllers/api/account/emailChangeRequestController.js +++ b/src/controllers/api/account/emailChangeRequestController.js @@ -1,6 +1,6 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/loginController.js b/src/controllers/api/account/loginController.js index be8685b..3b5d83d 100644 --- a/src/controllers/api/account/loginController.js +++ b/src/controllers/api/account/loginController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/logoutController.js b/src/controllers/api/account/logoutController.js index 0688f42..85ba7a5 100644 --- a/src/controllers/api/account/logoutController.js +++ b/src/controllers/api/account/logoutController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/migrationController.js b/src/controllers/api/account/migrationController.js index 61762ed..c720501 100644 --- a/src/controllers/api/account/migrationController.js +++ b/src/controllers/api/account/migrationController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/passwordResetController.js b/src/controllers/api/account/passwordResetController.js index c636af1..029eace 100644 --- a/src/controllers/api/account/passwordResetController.js +++ b/src/controllers/api/account/passwordResetController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/passwordResetRequestController.js b/src/controllers/api/account/passwordResetRequestController.js index 899cbe3..9528214 100644 --- a/src/controllers/api/account/passwordResetRequestController.js +++ b/src/controllers/api/account/passwordResetRequestController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/rankEnumController.js b/src/controllers/api/account/rankEnumController.js index 1fd84c4..50f2df6 100644 --- a/src/controllers/api/account/rankEnumController.js +++ b/src/controllers/api/account/rankEnumController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/registerController.js b/src/controllers/api/account/registerController.js index cbd7951..333aa41 100644 --- a/src/controllers/api/account/registerController.js +++ b/src/controllers/api/account/registerController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/account/updateController.js b/src/controllers/api/account/updateController.js index bb3fd3f..1710d7d 100644 --- a/src/controllers/api/account/updateController.js +++ b/src/controllers/api/account/updateController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/banController.js b/src/controllers/api/admin/banController.js index 15a1ff0..99558eb 100644 --- a/src/controllers/api/admin/banController.js +++ b/src/controllers/api/admin/banController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/changeRankController.js b/src/controllers/api/admin/changeRankController.js index 99bdd94..4726c91 100644 --- a/src/controllers/api/admin/changeRankController.js +++ b/src/controllers/api/admin/changeRankController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/emoteController.js b/src/controllers/api/admin/emoteController.js index 36d69d0..d001b09 100644 --- a/src/controllers/api/admin/emoteController.js +++ b/src/controllers/api/admin/emoteController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/listChannelsController.js b/src/controllers/api/admin/listChannelsController.js index f48d238..620cdc1 100644 --- a/src/controllers/api/admin/listChannelsController.js +++ b/src/controllers/api/admin/listChannelsController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/listUsersController.js b/src/controllers/api/admin/listUsersController.js index 6e0671e..a30c421 100644 --- a/src/controllers/api/admin/listUsersController.js +++ b/src/controllers/api/admin/listUsersController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/passwordResetController.js b/src/controllers/api/admin/passwordResetController.js index 4e87bfb..a7d209c 100644 --- a/src/controllers/api/admin/passwordResetController.js +++ b/src/controllers/api/admin/passwordResetController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/permissionsController.js b/src/controllers/api/admin/permissionsController.js index 8337818..7a6dd2e 100644 --- a/src/controllers/api/admin/permissionsController.js +++ b/src/controllers/api/admin/permissionsController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/admin/tokeCommandController.js b/src/controllers/api/admin/tokeCommandController.js index 9147689..bd92ba0 100644 --- a/src/controllers/api/admin/tokeCommandController.js +++ b/src/controllers/api/admin/tokeCommandController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/banController.js b/src/controllers/api/channel/banController.js index 119b062..71edb0c 100644 --- a/src/controllers/api/channel/banController.js +++ b/src/controllers/api/channel/banController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/deleteController.js b/src/controllers/api/channel/deleteController.js index 8a18ae2..6de6d39 100644 --- a/src/controllers/api/channel/deleteController.js +++ b/src/controllers/api/channel/deleteController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/descriptionController.js b/src/controllers/api/channel/descriptionController.js index 9f30560..aa110fb 100644 --- a/src/controllers/api/channel/descriptionController.js +++ b/src/controllers/api/channel/descriptionController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/emoteController.js b/src/controllers/api/channel/emoteController.js index c93fbc3..6988f91 100644 --- a/src/controllers/api/channel/emoteController.js +++ b/src/controllers/api/channel/emoteController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/listController.js b/src/controllers/api/channel/listController.js index 6890834..378df55 100644 --- a/src/controllers/api/channel/listController.js +++ b/src/controllers/api/channel/listController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/permissionsController.js b/src/controllers/api/channel/permissionsController.js index cb05585..ca1e7ea 100644 --- a/src/controllers/api/channel/permissionsController.js +++ b/src/controllers/api/channel/permissionsController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/rankController.js b/src/controllers/api/channel/rankController.js index 0f43685..ca87345 100644 --- a/src/controllers/api/channel/rankController.js +++ b/src/controllers/api/channel/rankController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/registerController.js b/src/controllers/api/channel/registerController.js index 921b3ec..c883292 100644 --- a/src/controllers/api/channel/registerController.js +++ b/src/controllers/api/channel/registerController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/settingsController.js b/src/controllers/api/channel/settingsController.js index 9c719c8..953a8ed 100644 --- a/src/controllers/api/channel/settingsController.js +++ b/src/controllers/api/channel/settingsController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/thumbnailController.js b/src/controllers/api/channel/thumbnailController.js index bfb66a3..f29ecd0 100644 --- a/src/controllers/api/channel/thumbnailController.js +++ b/src/controllers/api/channel/thumbnailController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/channel/tokeCommandController.js b/src/controllers/api/channel/tokeCommandController.js index 498428a..ebc1b9c 100644 --- a/src/controllers/api/channel/tokeCommandController.js +++ b/src/controllers/api/channel/tokeCommandController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/api/refreshCSRFTokenController.js b/src/controllers/api/refreshCSRFTokenController.js index 3f16a83..15e9dba 100644 --- a/src/controllers/api/refreshCSRFTokenController.js +++ b/src/controllers/api/refreshCSRFTokenController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/channelController.js b/src/controllers/channelController.js index fef37a7..1367a47 100644 --- a/src/controllers/channelController.js +++ b/src/controllers/channelController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/channelSettingsController.js b/src/controllers/channelSettingsController.js index 3559503..08503ca 100644 --- a/src/controllers/channelSettingsController.js +++ b/src/controllers/channelSettingsController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/emailChangeController.js b/src/controllers/emailChangeController.js index 6b0b99d..3085410 100644 --- a/src/controllers/emailChangeController.js +++ b/src/controllers/emailChangeController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/hrtController.js b/src/controllers/hrtController.js index 7b1b920..6e4cbf4 100644 --- a/src/controllers/hrtController.js +++ b/src/controllers/hrtController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/indexController.js b/src/controllers/indexController.js index a06cfec..3e30983 100644 --- a/src/controllers/indexController.js +++ b/src/controllers/indexController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/loginController.js b/src/controllers/loginController.js index ffa5fc8..58fd64a 100644 --- a/src/controllers/loginController.js +++ b/src/controllers/loginController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/migrateController.js b/src/controllers/migrateController.js index a46d3b2..d069956 100644 --- a/src/controllers/migrateController.js +++ b/src/controllers/migrateController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/newChannelController.js b/src/controllers/newChannelController.js index 233c99a..73101b0 100644 --- a/src/controllers/newChannelController.js +++ b/src/controllers/newChannelController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/emoteController.js b/src/controllers/panel/emoteController.js index 4b1bdae..bca787d 100644 --- a/src/controllers/panel/emoteController.js +++ b/src/controllers/panel/emoteController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/placeholderController.js b/src/controllers/panel/placeholderController.js index a879272..3da03a3 100644 --- a/src/controllers/panel/placeholderController.js +++ b/src/controllers/panel/placeholderController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/pmController.js b/src/controllers/panel/pmController.js index 7b46625..14524c6 100644 --- a/src/controllers/panel/pmController.js +++ b/src/controllers/panel/pmController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/popoutContainerController.js b/src/controllers/panel/popoutContainerController.js index 619cf18..8321050 100644 --- a/src/controllers/panel/popoutContainerController.js +++ b/src/controllers/panel/popoutContainerController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/profileController.js b/src/controllers/panel/profileController.js index f24d1dc..4b9e01b 100644 --- a/src/controllers/panel/profileController.js +++ b/src/controllers/panel/profileController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/queueController.js b/src/controllers/panel/queueController.js index 295ff4c..b8307e8 100644 --- a/src/controllers/panel/queueController.js +++ b/src/controllers/panel/queueController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/panel/settingsController.js b/src/controllers/panel/settingsController.js index 2048f1d..7523906 100644 --- a/src/controllers/panel/settingsController.js +++ b/src/controllers/panel/settingsController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/passwordResetController.js b/src/controllers/passwordResetController.js index 5fd392c..2aa81f4 100644 --- a/src/controllers/passwordResetController.js +++ b/src/controllers/passwordResetController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/profileController.js b/src/controllers/profileController.js index df5b9c2..e35f195 100644 --- a/src/controllers/profileController.js +++ b/src/controllers/profileController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/registerController.js b/src/controllers/registerController.js index 9f2eb14..f9b9d67 100644 --- a/src/controllers/registerController.js +++ b/src/controllers/registerController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/tooltip/altListController.js b/src/controllers/tooltip/altListController.js index d470114..231b9fc 100644 --- a/src/controllers/tooltip/altListController.js +++ b/src/controllers/tooltip/altListController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/controllers/tooltip/profileController.js b/src/controllers/tooltip/profileController.js index e4b4a0c..6d766f3 100644 --- a/src/controllers/tooltip/profileController.js +++ b/src/controllers/tooltip/profileController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/aboutRouter.js b/src/routers/aboutRouter.js index 8739880..574b5c5 100644 --- a/src/routers/aboutRouter.js +++ b/src/routers/aboutRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/adminPanelRouter.js b/src/routers/adminPanelRouter.js index 129b403..79d0d06 100644 --- a/src/routers/adminPanelRouter.js +++ b/src/routers/adminPanelRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/api/accountRouter.js b/src/routers/api/accountRouter.js index 5975453..a846d6e 100644 --- a/src/routers/api/accountRouter.js +++ b/src/routers/api/accountRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/api/adminRouter.js b/src/routers/api/adminRouter.js index 71a7aa4..20f86ff 100644 --- a/src/routers/api/adminRouter.js +++ b/src/routers/api/adminRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/api/channelRouter.js b/src/routers/api/channelRouter.js index 9db0eff..0e1a1ed 100644 --- a/src/routers/api/channelRouter.js +++ b/src/routers/api/channelRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/apiRouter.js b/src/routers/apiRouter.js index 8e7be47..67bf5bb 100644 --- a/src/routers/apiRouter.js +++ b/src/routers/apiRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/channelRouter.js b/src/routers/channelRouter.js index fb32167..f699876 100644 --- a/src/routers/channelRouter.js +++ b/src/routers/channelRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/emailChangeController.js b/src/routers/emailChangeController.js index 7177bfd..4b94640 100644 --- a/src/routers/emailChangeController.js +++ b/src/routers/emailChangeController.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/hrtRouter.js b/src/routers/hrtRouter.js index bcf314b..5fb1aef 100644 --- a/src/routers/hrtRouter.js +++ b/src/routers/hrtRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/indexRouter.js b/src/routers/indexRouter.js index 92135dc..23657c3 100644 --- a/src/routers/indexRouter.js +++ b/src/routers/indexRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/loginRouter.js b/src/routers/loginRouter.js index 4d73f74..3a6c4b8 100644 --- a/src/routers/loginRouter.js +++ b/src/routers/loginRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/migrateRouter.js b/src/routers/migrateRouter.js index 8ee67be..cc5892c 100644 --- a/src/routers/migrateRouter.js +++ b/src/routers/migrateRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/newChannelRouter.js b/src/routers/newChannelRouter.js index e77808b..ccf1c84 100644 --- a/src/routers/newChannelRouter.js +++ b/src/routers/newChannelRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/panelRouter.js b/src/routers/panelRouter.js index 59888c1..96af625 100644 --- a/src/routers/panelRouter.js +++ b/src/routers/panelRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/passwordResetRouter.js b/src/routers/passwordResetRouter.js index a9fa360..34ac1da 100644 --- a/src/routers/passwordResetRouter.js +++ b/src/routers/passwordResetRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/profileRouter.js b/src/routers/profileRouter.js index 48a5c86..646a3c4 100644 --- a/src/routers/profileRouter.js +++ b/src/routers/profileRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/registerRouter.js b/src/routers/registerRouter.js index 72a9ebb..7ff5e91 100644 --- a/src/routers/registerRouter.js +++ b/src/routers/registerRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/routers/tooltipRouter.js b/src/routers/tooltipRouter.js index e1e925e..a9ec9cd 100644 --- a/src/routers/tooltipRouter.js +++ b/src/routers/tooltipRouter.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/channelBanSchema.js b/src/schemas/channel/channelBanSchema.js index a14b2aa..f5eabff 100644 --- a/src/schemas/channel/channelBanSchema.js +++ b/src/schemas/channel/channelBanSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/channelPermissionSchema.js b/src/schemas/channel/channelPermissionSchema.js index 1916efd..268820b 100644 --- a/src/schemas/channel/channelPermissionSchema.js +++ b/src/schemas/channel/channelPermissionSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/channelSchema.js b/src/schemas/channel/channelSchema.js index 22fa78e..b6df0b1 100644 --- a/src/schemas/channel/channelSchema.js +++ b/src/schemas/channel/channelSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/chatSchema.js b/src/schemas/channel/chatSchema.js index c0d81b0..abeb9ab 100644 --- a/src/schemas/channel/chatSchema.js +++ b/src/schemas/channel/chatSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/archivedMediaSchema.js b/src/schemas/channel/media/archivedMediaSchema.js index 4b58169..50c382a 100644 --- a/src/schemas/channel/media/archivedMediaSchema.js +++ b/src/schemas/channel/media/archivedMediaSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/mediaSchema.js b/src/schemas/channel/media/mediaSchema.js index 4b5608f..f4a607b 100644 --- a/src/schemas/channel/media/mediaSchema.js +++ b/src/schemas/channel/media/mediaSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/playlist/channelPlaylistSchema.js b/src/schemas/channel/media/playlist/channelPlaylistSchema.js index 08ad081..10af127 100644 --- a/src/schemas/channel/media/playlist/channelPlaylistSchema.js +++ b/src/schemas/channel/media/playlist/channelPlaylistSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/playlist/playlistMediaSchema.js b/src/schemas/channel/media/playlist/playlistMediaSchema.js index 7cab31b..ec04182 100644 --- a/src/schemas/channel/media/playlist/playlistMediaSchema.js +++ b/src/schemas/channel/media/playlist/playlistMediaSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/playlist/playlistSchema.js b/src/schemas/channel/media/playlist/playlistSchema.js index c3d58bd..1cdcded 100644 --- a/src/schemas/channel/media/playlist/playlistSchema.js +++ b/src/schemas/channel/media/playlist/playlistSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/playlist/userPlaylistSchema.js b/src/schemas/channel/media/playlist/userPlaylistSchema.js index d47fab1..3e43ed8 100644 --- a/src/schemas/channel/media/playlist/userPlaylistSchema.js +++ b/src/schemas/channel/media/playlist/userPlaylistSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/channel/media/queuedMediaSchema.js b/src/schemas/channel/media/queuedMediaSchema.js index b75e2d9..cf4eca9 100644 --- a/src/schemas/channel/media/queuedMediaSchema.js +++ b/src/schemas/channel/media/queuedMediaSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/emoteSchema.js b/src/schemas/emoteSchema.js index 8a35dc5..021d211 100644 --- a/src/schemas/emoteSchema.js +++ b/src/schemas/emoteSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/flairSchema.js b/src/schemas/flairSchema.js index e0b7956..e9b8748 100644 --- a/src/schemas/flairSchema.js +++ b/src/schemas/flairSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/permissionSchema.js b/src/schemas/permissionSchema.js index 322e8e2..b46d38c 100644 --- a/src/schemas/permissionSchema.js +++ b/src/schemas/permissionSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/statSchema.js b/src/schemas/statSchema.js index fd406d5..0aed906 100644 --- a/src/schemas/statSchema.js +++ b/src/schemas/statSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/tokebot/tokeCommandSchema.js b/src/schemas/tokebot/tokeCommandSchema.js index 635f487..88b2709 100644 --- a/src/schemas/tokebot/tokeCommandSchema.js +++ b/src/schemas/tokebot/tokeCommandSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/tokebot/tokeSchema.js b/src/schemas/tokebot/tokeSchema.js index 7b86913..cc9d487 100644 --- a/src/schemas/tokebot/tokeSchema.js +++ b/src/schemas/tokebot/tokeSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/user/emailChangeSchema.js b/src/schemas/user/emailChangeSchema.js index 5e839ba..8ba5dbf 100644 --- a/src/schemas/user/emailChangeSchema.js +++ b/src/schemas/user/emailChangeSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/user/migrationSchema.js b/src/schemas/user/migrationSchema.js index 4e61ce0..c516519 100644 --- a/src/schemas/user/migrationSchema.js +++ b/src/schemas/user/migrationSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/user/passwordResetSchema.js b/src/schemas/user/passwordResetSchema.js index 9391bee..5703f77 100644 --- a/src/schemas/user/passwordResetSchema.js +++ b/src/schemas/user/passwordResetSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/user/rememberMeSchema.js b/src/schemas/user/rememberMeSchema.js index be162fd..2dd0a16 100644 --- a/src/schemas/user/rememberMeSchema.js +++ b/src/schemas/user/rememberMeSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/user/userBanSchema.js b/src/schemas/user/userBanSchema.js index 0fd352c..5fcc291 100644 --- a/src/schemas/user/userBanSchema.js +++ b/src/schemas/user/userBanSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/schemas/user/userSchema.js b/src/schemas/user/userSchema.js index 7e43e92..f013a07 100644 --- a/src/schemas/user/userSchema.js +++ b/src/schemas/user/userSchema.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/server.js b/src/server.js index 228d555..4330a53 100644 --- a/src/server.js +++ b/src/server.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/altchaUtils.js b/src/utils/altchaUtils.js index 68ed7e1..a61c027 100644 --- a/src/utils/altchaUtils.js +++ b/src/utils/altchaUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/configCheck.js b/src/utils/configCheck.js index 411c8b8..84fd22d 100644 --- a/src/utils/configCheck.js +++ b/src/utils/configCheck.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/csrfUtils.js b/src/utils/csrfUtils.js index 457e48b..e121716 100644 --- a/src/utils/csrfUtils.js +++ b/src/utils/csrfUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/hashUtils.js b/src/utils/hashUtils.js index 47352fb..6805b0a 100644 --- a/src/utils/hashUtils.js +++ b/src/utils/hashUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/linkUtils.js b/src/utils/linkUtils.js index e7149cd..5649c06 100644 --- a/src/utils/linkUtils.js +++ b/src/utils/linkUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/loggerUtils.js b/src/utils/loggerUtils.js index 6017a9b..bdac8db 100644 --- a/src/utils/loggerUtils.js +++ b/src/utils/loggerUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/mailUtils.js b/src/utils/mailUtils.js index 4287160..c920637 100644 --- a/src/utils/mailUtils.js +++ b/src/utils/mailUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/media/internetArchiveUtils.js b/src/utils/media/internetArchiveUtils.js index 9db7321..ae1777a 100644 --- a/src/utils/media/internetArchiveUtils.js +++ b/src/utils/media/internetArchiveUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/media/yanker.js b/src/utils/media/yanker.js index cb6697b..c712b6a 100644 --- a/src/utils/media/yanker.js +++ b/src/utils/media/yanker.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/media/ytdlpUtils.js b/src/utils/media/ytdlpUtils.js index e6bfcd6..432f88b 100644 --- a/src/utils/media/ytdlpUtils.js +++ b/src/utils/media/ytdlpUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/presenceUtils.js b/src/utils/presenceUtils.js index 310db6c..87acb97 100644 --- a/src/utils/presenceUtils.js +++ b/src/utils/presenceUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/regexUtils.js b/src/utils/regexUtils.js index 64be99a..fed7bdb 100644 --- a/src/utils/regexUtils.js +++ b/src/utils/regexUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/scheduler.js b/src/utils/scheduler.js index a0851ee..64a30d3 100644 --- a/src/utils/scheduler.js +++ b/src/utils/scheduler.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/sessionUtils.js b/src/utils/sessionUtils.js index 88b6cc0..fd8606b 100644 --- a/src/utils/sessionUtils.js +++ b/src/utils/sessionUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/utils/socketUtils.js b/src/utils/socketUtils.js index 8b538df..f5b8777 100644 --- a/src/utils/socketUtils.js +++ b/src/utils/socketUtils.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/validators/accountValidator.js b/src/validators/accountValidator.js index 806aa43..9c3d00c 100644 --- a/src/validators/accountValidator.js +++ b/src/validators/accountValidator.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/validators/channelValidator.js b/src/validators/channelValidator.js index 350dd87..92ef4b5 100644 --- a/src/validators/channelValidator.js +++ b/src/validators/channelValidator.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/validators/emoteValidator.js b/src/validators/emoteValidator.js index 6416516..453f086 100644 --- a/src/validators/emoteValidator.js +++ b/src/validators/emoteValidator.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/validators/permissionsValidator.js b/src/validators/permissionsValidator.js index baa04ae..969d093 100644 --- a/src/validators/permissionsValidator.js +++ b/src/validators/permissionsValidator.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/validators/tokebotValidator.js b/src/validators/tokebotValidator.js index 02a7008..35b1683 100644 --- a/src/validators/tokebotValidator.js +++ b/src/validators/tokebotValidator.js @@ -1,5 +1,5 @@ /*Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/404.ejs b/src/views/404.ejs index 1f83a98..03dcd4c 100644 --- a/src/views/404.ejs +++ b/src/views/404.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/about.ejs b/src/views/about.ejs index cebfc35..e989e87 100644 --- a/src/views/about.ejs +++ b/src/views/about.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -39,7 +39,7 @@ along with this program. If not, see . %> After a years of service, thousands of lines worth of stapled on modifications, the shutdown of sister sites, it was decided that the original cytube fork, fore.st, had been run past it's prime. In summer/fall 2024, work began on a replacement. The resulting software became Canopy, which was - first used to run the ourfore.st instance in late 2025.

+ first used to run the ourfore.st instance in late 2026.


Canopy Ver: <%= version %>

diff --git a/src/views/adminPanel.ejs b/src/views/adminPanel.ejs index b49d7ea..f037646 100644 --- a/src/views/adminPanel.ejs +++ b/src/views/adminPanel.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/channel.ejs b/src/views/channel.ejs index 07d9f36..4dac445 100644 --- a/src/views/channel.ejs +++ b/src/views/channel.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/channelSettings.ejs b/src/views/channelSettings.ejs index 81b4e59..811a501 100644 --- a/src/views/channelSettings.ejs +++ b/src/views/channelSettings.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/emailChange.ejs b/src/views/emailChange.ejs index bde654c..8080759 100644 --- a/src/views/emailChange.ejs +++ b/src/views/emailChange.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/hrt.ejs b/src/views/hrt.ejs index 8777403..58a465c 100644 --- a/src/views/hrt.ejs +++ b/src/views/hrt.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/index.ejs b/src/views/index.ejs index 4ee326c..b2932b1 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/lockedAccount.ejs b/src/views/lockedAccount.ejs index 9d7cfe4..a50a278 100644 --- a/src/views/lockedAccount.ejs +++ b/src/views/lockedAccount.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/login.ejs b/src/views/login.ejs index 12e8e78..8ea21c9 100644 --- a/src/views/login.ejs +++ b/src/views/login.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/migrate.ejs b/src/views/migrate.ejs index 63e8f87..3fe9433 100644 --- a/src/views/migrate.ejs +++ b/src/views/migrate.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/newChannel.ejs b/src/views/newChannel.ejs index ef15239..337ac35 100644 --- a/src/views/newChannel.ejs +++ b/src/views/newChannel.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/adminPanel/channelList.ejs b/src/views/partial/adminPanel/channelList.ejs index e6e53ec..c92fe2a 100644 --- a/src/views/partial/adminPanel/channelList.ejs +++ b/src/views/partial/adminPanel/channelList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/adminPanel/emoteList.ejs b/src/views/partial/adminPanel/emoteList.ejs index a4d3706..ba94793 100644 --- a/src/views/partial/adminPanel/emoteList.ejs +++ b/src/views/partial/adminPanel/emoteList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/adminPanel/permList.ejs b/src/views/partial/adminPanel/permList.ejs index 40bce34..79b8a19 100644 --- a/src/views/partial/adminPanel/permList.ejs +++ b/src/views/partial/adminPanel/permList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/adminPanel/tokeCommandList.ejs b/src/views/partial/adminPanel/tokeCommandList.ejs index fdc29dc..5bc5afb 100644 --- a/src/views/partial/adminPanel/tokeCommandList.ejs +++ b/src/views/partial/adminPanel/tokeCommandList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/adminPanel/userBanList.ejs b/src/views/partial/adminPanel/userBanList.ejs index d17db95..4746eae 100644 --- a/src/views/partial/adminPanel/userBanList.ejs +++ b/src/views/partial/adminPanel/userBanList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/adminPanel/userList.ejs b/src/views/partial/adminPanel/userList.ejs index df54d21..854ab15 100644 --- a/src/views/partial/adminPanel/userList.ejs +++ b/src/views/partial/adminPanel/userList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channel/chatPanel.ejs b/src/views/partial/channel/chatPanel.ejs index 0939f30..f7c11cd 100644 --- a/src/views/partial/channel/chatPanel.ejs +++ b/src/views/partial/channel/chatPanel.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channel/mediaPanel.ejs b/src/views/partial/channel/mediaPanel.ejs index 9f8ee2f..3b3d504 100644 --- a/src/views/partial/channel/mediaPanel.ejs +++ b/src/views/partial/channel/mediaPanel.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/banList.ejs b/src/views/partial/channelSettings/banList.ejs index 86cabe7..1ae523b 100644 --- a/src/views/partial/channelSettings/banList.ejs +++ b/src/views/partial/channelSettings/banList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/emoteList.ejs b/src/views/partial/channelSettings/emoteList.ejs index a4d3706..ba94793 100644 --- a/src/views/partial/channelSettings/emoteList.ejs +++ b/src/views/partial/channelSettings/emoteList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/info.ejs b/src/views/partial/channelSettings/info.ejs index 11aeafb..3dc62a3 100644 --- a/src/views/partial/channelSettings/info.ejs +++ b/src/views/partial/channelSettings/info.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/permList.ejs b/src/views/partial/channelSettings/permList.ejs index 0c9cb20..b2b583f 100644 --- a/src/views/partial/channelSettings/permList.ejs +++ b/src/views/partial/channelSettings/permList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/settings.ejs b/src/views/partial/channelSettings/settings.ejs index 1ec464c..ec740eb 100644 --- a/src/views/partial/channelSettings/settings.ejs +++ b/src/views/partial/channelSettings/settings.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/tokeCommandList.ejs b/src/views/partial/channelSettings/tokeCommandList.ejs index fdc29dc..5bc5afb 100644 --- a/src/views/partial/channelSettings/tokeCommandList.ejs +++ b/src/views/partial/channelSettings/tokeCommandList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/channelSettings/userList.ejs b/src/views/partial/channelSettings/userList.ejs index 184a044..6ac5ee1 100644 --- a/src/views/partial/channelSettings/userList.ejs +++ b/src/views/partial/channelSettings/userList.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/csrfToken.ejs b/src/views/partial/csrfToken.ejs index e9a2c68..5b7b8cd 100644 --- a/src/views/partial/csrfToken.ejs +++ b/src/views/partial/csrfToken.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/navbar.ejs b/src/views/partial/navbar.ejs index c8c3528..cd58614 100644 --- a/src/views/partial/navbar.ejs +++ b/src/views/partial/navbar.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/panels/emote.ejs b/src/views/partial/panels/emote.ejs index 91cf926..3fd2e98 100644 --- a/src/views/partial/panels/emote.ejs +++ b/src/views/partial/panels/emote.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/panels/placeholder.ejs b/src/views/partial/panels/placeholder.ejs index e319fe7..0726cde 100644 --- a/src/views/partial/panels/placeholder.ejs +++ b/src/views/partial/panels/placeholder.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/panels/pm.ejs b/src/views/partial/panels/pm.ejs index 958a18c..902e684 100644 --- a/src/views/partial/panels/pm.ejs +++ b/src/views/partial/panels/pm.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/panels/profile.ejs b/src/views/partial/panels/profile.ejs index 63fc487..cc9f53c 100644 --- a/src/views/partial/panels/profile.ejs +++ b/src/views/partial/panels/profile.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/panels/queue.ejs b/src/views/partial/panels/queue.ejs index fb2484e..4c07713 100644 --- a/src/views/partial/panels/queue.ejs +++ b/src/views/partial/panels/queue.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/panels/settings.ejs b/src/views/partial/panels/settings.ejs index 320c3e7..d1a153d 100644 --- a/src/views/partial/panels/settings.ejs +++ b/src/views/partial/panels/settings.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/badges.ejs b/src/views/partial/profile/badges.ejs index 72815af..f6911a7 100644 --- a/src/views/partial/profile/badges.ejs +++ b/src/views/partial/profile/badges.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/bio.ejs b/src/views/partial/profile/bio.ejs index 3d28720..18d51bf 100644 --- a/src/views/partial/profile/bio.ejs +++ b/src/views/partial/profile/bio.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/date.ejs b/src/views/partial/profile/date.ejs index 55c175b..0e4d191 100644 --- a/src/views/partial/profile/date.ejs +++ b/src/views/partial/profile/date.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/image.ejs b/src/views/partial/profile/image.ejs index 30f4afe..4fc08a6 100644 --- a/src/views/partial/profile/image.ejs +++ b/src/views/partial/profile/image.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/pronouns.ejs b/src/views/partial/profile/pronouns.ejs index cd35da2..f4f990d 100644 --- a/src/views/partial/profile/pronouns.ejs +++ b/src/views/partial/profile/pronouns.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/settings.ejs b/src/views/partial/profile/settings.ejs index 3135653..8f5a9f8 100644 --- a/src/views/partial/profile/settings.ejs +++ b/src/views/partial/profile/settings.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/signature.ejs b/src/views/partial/profile/signature.ejs index 5bb5ea7..02c806f 100644 --- a/src/views/partial/profile/signature.ejs +++ b/src/views/partial/profile/signature.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/status.ejs b/src/views/partial/profile/status.ejs index 1b37fd7..71a0345 100644 --- a/src/views/partial/profile/status.ejs +++ b/src/views/partial/profile/status.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/profile/tokeCount.ejs b/src/views/partial/profile/tokeCount.ejs index a1d7356..daa7628 100644 --- a/src/views/partial/profile/tokeCount.ejs +++ b/src/views/partial/profile/tokeCount.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/scripts.ejs b/src/views/partial/scripts.ejs index 2fbd098..9f2425c 100644 --- a/src/views/partial/scripts.ejs +++ b/src/views/partial/scripts.ejs @@ -1,5 +1,5 @@ <%# Canopy - The next generation of stoner streaming software -Copyright (C) 2024-2025 Rainbownapkin and the TTN Community +Copyright (C) 2024-2026 Rainbownapkin and the TTN Community This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/src/views/partial/styles.ejs b/src/views/partial/styles.ejs index 0fa4e09..7d19af8 100644 --- a/src/views/partial/styles.ejs +++ b/src/views/partial/styles.ejs @@ -1,5 +1,5 @@