summary refs log tree commit diff
path: root/src/util/schemas
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 02:04:36 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 02:05:02 +1100
commit64e747a4d29220ef285124c98d22646842f03cd6 (patch)
tree2f81bd73522aea4565b9def3d2b23135009363b7 /src/util/schemas
parentSPACEBAR (diff)
downloadserver-64e747a4d29220ef285124c98d22646842f03cd6.tar.xz
SPACEBAR
Diffstat (limited to 'src/util/schemas')
-rw-r--r--src/util/schemas/AckBulkSchema.ts2
-rw-r--r--src/util/schemas/ActivitySchema.ts2
-rw-r--r--src/util/schemas/ApplicationAuthorizeSchema.ts2
-rw-r--r--src/util/schemas/ApplicationCreateSchema.ts2
-rw-r--r--src/util/schemas/ApplicationModifySchema.ts2
-rw-r--r--src/util/schemas/BackupCodesChallengeSchema.ts2
-rw-r--r--src/util/schemas/BanCreateSchema.ts2
-rw-r--r--src/util/schemas/BanModeratorSchema.ts2
-rw-r--r--src/util/schemas/BanRegistrySchema.ts2
-rw-r--r--src/util/schemas/BotModifySchema.ts2
-rw-r--r--src/util/schemas/BulkDeleteSchema.ts2
-rw-r--r--src/util/schemas/ChannelModifySchema.ts2
-rw-r--r--src/util/schemas/ChannelPermissionOverwriteSchema.ts2
-rw-r--r--src/util/schemas/ChannelReorderSchema.ts2
-rw-r--r--src/util/schemas/CodesVerificationSchema.ts2
-rw-r--r--src/util/schemas/DmChannelCreateSchema.ts2
-rw-r--r--src/util/schemas/EmojiCreateSchema.ts2
-rw-r--r--src/util/schemas/EmojiModifySchema.ts2
-rw-r--r--src/util/schemas/ForgotPasswordSchema.ts2
-rw-r--r--src/util/schemas/GatewayBotResponse.ts18
-rw-r--r--src/util/schemas/GatewayPayloadSchema.ts2
-rw-r--r--src/util/schemas/GatewayResponse.ts18
-rw-r--r--src/util/schemas/GuildCreateSchema.ts2
-rw-r--r--src/util/schemas/GuildTemplateCreateSchema.ts2
-rw-r--r--src/util/schemas/GuildUpdateSchema.ts2
-rw-r--r--src/util/schemas/GuildUpdateWelcomeScreenSchema.ts2
-rw-r--r--src/util/schemas/IdentifySchema.ts2
-rw-r--r--src/util/schemas/InviteCreateSchema.ts2
-rw-r--r--src/util/schemas/LazyRequestSchema.ts2
-rw-r--r--src/util/schemas/LoginSchema.ts2
-rw-r--r--src/util/schemas/MemberChangeProfileSchema.ts2
-rw-r--r--src/util/schemas/MemberChangeSchema.ts2
-rw-r--r--src/util/schemas/MemberNickChangeSchema.ts2
-rw-r--r--src/util/schemas/MessageAcknowledgeSchema.ts2
-rw-r--r--src/util/schemas/MessageCreateSchema.ts2
-rw-r--r--src/util/schemas/MessageEditSchema.ts2
-rw-r--r--src/util/schemas/MfaCodesSchema.ts2
-rw-r--r--src/util/schemas/ModifyGuildStickerSchema.ts2
-rw-r--r--src/util/schemas/PasswordResetSchema.ts2
-rw-r--r--src/util/schemas/PruneSchema.ts2
-rw-r--r--src/util/schemas/PurgeSchema.ts2
-rw-r--r--src/util/schemas/RegisterSchema.ts2
-rw-r--r--src/util/schemas/RelationshipPostSchema.ts2
-rw-r--r--src/util/schemas/RelationshipPutSchema.ts2
-rw-r--r--src/util/schemas/RoleModifySchema.ts2
-rw-r--r--src/util/schemas/RolePositionUpdateSchema.ts2
-rw-r--r--src/util/schemas/SelectProtocolSchema.ts2
-rw-r--r--src/util/schemas/TemplateCreateSchema.ts2
-rw-r--r--src/util/schemas/TemplateModifySchema.ts2
-rw-r--r--src/util/schemas/TotpDisableSchema.ts2
-rw-r--r--src/util/schemas/TotpEnableSchema.ts2
-rw-r--r--src/util/schemas/TotpSchema.ts2
-rw-r--r--src/util/schemas/UserDeleteSchema.ts2
-rw-r--r--src/util/schemas/UserGuildSettingsSchema.ts2
-rw-r--r--src/util/schemas/UserModifySchema.ts2
-rw-r--r--src/util/schemas/UserProfileModifySchema.ts2
-rw-r--r--src/util/schemas/UserProfileResponse.ts18
-rw-r--r--src/util/schemas/UserRelationsResponse.ts18
-rw-r--r--src/util/schemas/UserSettingsSchema.ts2
-rw-r--r--src/util/schemas/Validator.ts2
-rw-r--r--src/util/schemas/VanityUrlSchema.ts2
-rw-r--r--src/util/schemas/VerifyEmailSchema.ts2
-rw-r--r--src/util/schemas/VoiceIdentifySchema.ts2
-rw-r--r--src/util/schemas/VoiceStateUpdateSchema.ts2
-rw-r--r--src/util/schemas/VoiceVideoSchema.ts2
-rw-r--r--src/util/schemas/WebAuthnSchema.ts2
-rw-r--r--src/util/schemas/WebhookCreateSchema.ts2
-rw-r--r--src/util/schemas/WidgetModifySchema.ts2
-rw-r--r--src/util/schemas/index.ts2
69 files changed, 137 insertions, 65 deletions
diff --git a/src/util/schemas/AckBulkSchema.ts b/src/util/schemas/AckBulkSchema.ts
index ad687fd8..a0895072 100644
--- a/src/util/schemas/AckBulkSchema.ts
+++ b/src/util/schemas/AckBulkSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ActivitySchema.ts b/src/util/schemas/ActivitySchema.ts
index 2e27fc7c..2bafb1c5 100644
--- a/src/util/schemas/ActivitySchema.ts
+++ b/src/util/schemas/ActivitySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ApplicationAuthorizeSchema.ts b/src/util/schemas/ApplicationAuthorizeSchema.ts
index 730f2120..1220160f 100644
--- a/src/util/schemas/ApplicationAuthorizeSchema.ts
+++ b/src/util/schemas/ApplicationAuthorizeSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ApplicationCreateSchema.ts b/src/util/schemas/ApplicationCreateSchema.ts
index 50a40bfd..214149ce 100644
--- a/src/util/schemas/ApplicationCreateSchema.ts
+++ b/src/util/schemas/ApplicationCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ApplicationModifySchema.ts b/src/util/schemas/ApplicationModifySchema.ts
index ab470f52..85fd36ac 100644
--- a/src/util/schemas/ApplicationModifySchema.ts
+++ b/src/util/schemas/ApplicationModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/BackupCodesChallengeSchema.ts b/src/util/schemas/BackupCodesChallengeSchema.ts
index 59616691..4994c980 100644
--- a/src/util/schemas/BackupCodesChallengeSchema.ts
+++ b/src/util/schemas/BackupCodesChallengeSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/BanCreateSchema.ts b/src/util/schemas/BanCreateSchema.ts
index fdbf982f..2673c591 100644
--- a/src/util/schemas/BanCreateSchema.ts
+++ b/src/util/schemas/BanCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/BanModeratorSchema.ts b/src/util/schemas/BanModeratorSchema.ts
index 8d4426dc..d097777b 100644
--- a/src/util/schemas/BanModeratorSchema.ts
+++ b/src/util/schemas/BanModeratorSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/BanRegistrySchema.ts b/src/util/schemas/BanRegistrySchema.ts
index 0415e652..956b8648 100644
--- a/src/util/schemas/BanRegistrySchema.ts
+++ b/src/util/schemas/BanRegistrySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/BotModifySchema.ts b/src/util/schemas/BotModifySchema.ts
index 1d96bcc5..511e51d1 100644
--- a/src/util/schemas/BotModifySchema.ts
+++ b/src/util/schemas/BotModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/BulkDeleteSchema.ts b/src/util/schemas/BulkDeleteSchema.ts
index da53a632..05e7bb33 100644
--- a/src/util/schemas/BulkDeleteSchema.ts
+++ b/src/util/schemas/BulkDeleteSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ChannelModifySchema.ts b/src/util/schemas/ChannelModifySchema.ts
index 1bf84108..47f55430 100644
--- a/src/util/schemas/ChannelModifySchema.ts
+++ b/src/util/schemas/ChannelModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ChannelPermissionOverwriteSchema.ts b/src/util/schemas/ChannelPermissionOverwriteSchema.ts
index 62d0ad14..d85dbe4e 100644
--- a/src/util/schemas/ChannelPermissionOverwriteSchema.ts
+++ b/src/util/schemas/ChannelPermissionOverwriteSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ChannelReorderSchema.ts b/src/util/schemas/ChannelReorderSchema.ts
index f579ae6a..6af58105 100644
--- a/src/util/schemas/ChannelReorderSchema.ts
+++ b/src/util/schemas/ChannelReorderSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/CodesVerificationSchema.ts b/src/util/schemas/CodesVerificationSchema.ts
index 5bbc0713..1028cb26 100644
--- a/src/util/schemas/CodesVerificationSchema.ts
+++ b/src/util/schemas/CodesVerificationSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/DmChannelCreateSchema.ts b/src/util/schemas/DmChannelCreateSchema.ts
index 2078ac3f..afcc7fe5 100644
--- a/src/util/schemas/DmChannelCreateSchema.ts
+++ b/src/util/schemas/DmChannelCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/EmojiCreateSchema.ts b/src/util/schemas/EmojiCreateSchema.ts
index 645c0ab5..295a70ff 100644
--- a/src/util/schemas/EmojiCreateSchema.ts
+++ b/src/util/schemas/EmojiCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/EmojiModifySchema.ts b/src/util/schemas/EmojiModifySchema.ts
index c6132708..5b219b1b 100644
--- a/src/util/schemas/EmojiModifySchema.ts
+++ b/src/util/schemas/EmojiModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ForgotPasswordSchema.ts b/src/util/schemas/ForgotPasswordSchema.ts
index 9a28bd18..b9d74549 100644
--- a/src/util/schemas/ForgotPasswordSchema.ts
+++ b/src/util/schemas/ForgotPasswordSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/GatewayBotResponse.ts b/src/util/schemas/GatewayBotResponse.ts
index 30f1f57f..11915162 100644
--- a/src/util/schemas/GatewayBotResponse.ts
+++ b/src/util/schemas/GatewayBotResponse.ts
@@ -1,3 +1,21 @@
+/*
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+	Copyright (C) 2023 Fosscord and Fosscord Contributors
+	
+	This program is free software: you can redistribute it and/or modify
+	it under the terms of the GNU Affero General Public License as published
+	by the Free Software Foundation, either version 3 of the License, or
+	(at your option) any later version.
+	
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU Affero General Public License for more details.
+	
+	You should have received a copy of the GNU Affero General Public License
+	along with this program.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 export interface GatewayBotResponse {
 	url: string;
 	shards: number;
diff --git a/src/util/schemas/GatewayPayloadSchema.ts b/src/util/schemas/GatewayPayloadSchema.ts
index 5eb34052..9d7151a0 100644
--- a/src/util/schemas/GatewayPayloadSchema.ts
+++ b/src/util/schemas/GatewayPayloadSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/GatewayResponse.ts b/src/util/schemas/GatewayResponse.ts
index e909f7bd..4d2d06bb 100644
--- a/src/util/schemas/GatewayResponse.ts
+++ b/src/util/schemas/GatewayResponse.ts
@@ -1,3 +1,21 @@
+/*
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+	Copyright (C) 2023 Fosscord and Fosscord Contributors
+	
+	This program is free software: you can redistribute it and/or modify
+	it under the terms of the GNU Affero General Public License as published
+	by the Free Software Foundation, either version 3 of the License, or
+	(at your option) any later version.
+	
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU Affero General Public License for more details.
+	
+	You should have received a copy of the GNU Affero General Public License
+	along with this program.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 export interface GatewayResponse {
 	url: string;
 }
diff --git a/src/util/schemas/GuildCreateSchema.ts b/src/util/schemas/GuildCreateSchema.ts
index 61519244..8f423cee 100644
--- a/src/util/schemas/GuildCreateSchema.ts
+++ b/src/util/schemas/GuildCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/GuildTemplateCreateSchema.ts b/src/util/schemas/GuildTemplateCreateSchema.ts
index 2ea96ead..94fb0716 100644
--- a/src/util/schemas/GuildTemplateCreateSchema.ts
+++ b/src/util/schemas/GuildTemplateCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/GuildUpdateSchema.ts b/src/util/schemas/GuildUpdateSchema.ts
index b9c923b0..d857dfa4 100644
--- a/src/util/schemas/GuildUpdateSchema.ts
+++ b/src/util/schemas/GuildUpdateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/GuildUpdateWelcomeScreenSchema.ts b/src/util/schemas/GuildUpdateWelcomeScreenSchema.ts
index e930fd01..e073f6f1 100644
--- a/src/util/schemas/GuildUpdateWelcomeScreenSchema.ts
+++ b/src/util/schemas/GuildUpdateWelcomeScreenSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/IdentifySchema.ts b/src/util/schemas/IdentifySchema.ts
index 9bb14ca3..a8a541a9 100644
--- a/src/util/schemas/IdentifySchema.ts
+++ b/src/util/schemas/IdentifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/InviteCreateSchema.ts b/src/util/schemas/InviteCreateSchema.ts
index bb0955ce..8d6a92c2 100644
--- a/src/util/schemas/InviteCreateSchema.ts
+++ b/src/util/schemas/InviteCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/LazyRequestSchema.ts b/src/util/schemas/LazyRequestSchema.ts
index 9d25eb37..f37e2194 100644
--- a/src/util/schemas/LazyRequestSchema.ts
+++ b/src/util/schemas/LazyRequestSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/LoginSchema.ts b/src/util/schemas/LoginSchema.ts
index 872c8db3..b77268b1 100644
--- a/src/util/schemas/LoginSchema.ts
+++ b/src/util/schemas/LoginSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MemberChangeProfileSchema.ts b/src/util/schemas/MemberChangeProfileSchema.ts
index f9f7f72c..c652ac59 100644
--- a/src/util/schemas/MemberChangeProfileSchema.ts
+++ b/src/util/schemas/MemberChangeProfileSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MemberChangeSchema.ts b/src/util/schemas/MemberChangeSchema.ts
index 6d028d80..328eda15 100644
--- a/src/util/schemas/MemberChangeSchema.ts
+++ b/src/util/schemas/MemberChangeSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MemberNickChangeSchema.ts b/src/util/schemas/MemberNickChangeSchema.ts
index daefb32a..d7f0b35d 100644
--- a/src/util/schemas/MemberNickChangeSchema.ts
+++ b/src/util/schemas/MemberNickChangeSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MessageAcknowledgeSchema.ts b/src/util/schemas/MessageAcknowledgeSchema.ts
index c63d529d..89701ff6 100644
--- a/src/util/schemas/MessageAcknowledgeSchema.ts
+++ b/src/util/schemas/MessageAcknowledgeSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MessageCreateSchema.ts b/src/util/schemas/MessageCreateSchema.ts
index 4ee6e738..d10773e4 100644
--- a/src/util/schemas/MessageCreateSchema.ts
+++ b/src/util/schemas/MessageCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MessageEditSchema.ts b/src/util/schemas/MessageEditSchema.ts
index 6f241402..11dabdc8 100644
--- a/src/util/schemas/MessageEditSchema.ts
+++ b/src/util/schemas/MessageEditSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/MfaCodesSchema.ts b/src/util/schemas/MfaCodesSchema.ts
index eb088471..82ba8c2a 100644
--- a/src/util/schemas/MfaCodesSchema.ts
+++ b/src/util/schemas/MfaCodesSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/ModifyGuildStickerSchema.ts b/src/util/schemas/ModifyGuildStickerSchema.ts
index 1c558b2e..1127a531 100644
--- a/src/util/schemas/ModifyGuildStickerSchema.ts
+++ b/src/util/schemas/ModifyGuildStickerSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/PasswordResetSchema.ts b/src/util/schemas/PasswordResetSchema.ts
index 9cc74940..c586cbc5 100644
--- a/src/util/schemas/PasswordResetSchema.ts
+++ b/src/util/schemas/PasswordResetSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/PruneSchema.ts b/src/util/schemas/PruneSchema.ts
index 531213fe..928f84ec 100644
--- a/src/util/schemas/PruneSchema.ts
+++ b/src/util/schemas/PruneSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/PurgeSchema.ts b/src/util/schemas/PurgeSchema.ts
index d83251c7..1495c0d9 100644
--- a/src/util/schemas/PurgeSchema.ts
+++ b/src/util/schemas/PurgeSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/RegisterSchema.ts b/src/util/schemas/RegisterSchema.ts
index 0c8fb923..4e41be23 100644
--- a/src/util/schemas/RegisterSchema.ts
+++ b/src/util/schemas/RegisterSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/RelationshipPostSchema.ts b/src/util/schemas/RelationshipPostSchema.ts
index 1ce27ca9..eb4e0362 100644
--- a/src/util/schemas/RelationshipPostSchema.ts
+++ b/src/util/schemas/RelationshipPostSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/RelationshipPutSchema.ts b/src/util/schemas/RelationshipPutSchema.ts
index 1c45e245..38a31b9e 100644
--- a/src/util/schemas/RelationshipPutSchema.ts
+++ b/src/util/schemas/RelationshipPutSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/RoleModifySchema.ts b/src/util/schemas/RoleModifySchema.ts
index 34518633..164a4df8 100644
--- a/src/util/schemas/RoleModifySchema.ts
+++ b/src/util/schemas/RoleModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/RolePositionUpdateSchema.ts b/src/util/schemas/RolePositionUpdateSchema.ts
index 8401e2eb..c1f6f5f0 100644
--- a/src/util/schemas/RolePositionUpdateSchema.ts
+++ b/src/util/schemas/RolePositionUpdateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/SelectProtocolSchema.ts b/src/util/schemas/SelectProtocolSchema.ts
index 063462ee..cba25417 100644
--- a/src/util/schemas/SelectProtocolSchema.ts
+++ b/src/util/schemas/SelectProtocolSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/TemplateCreateSchema.ts b/src/util/schemas/TemplateCreateSchema.ts
index 99ce111e..2ed14827 100644
--- a/src/util/schemas/TemplateCreateSchema.ts
+++ b/src/util/schemas/TemplateCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/TemplateModifySchema.ts b/src/util/schemas/TemplateModifySchema.ts
index 34bd40a1..ec9a70ec 100644
--- a/src/util/schemas/TemplateModifySchema.ts
+++ b/src/util/schemas/TemplateModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/TotpDisableSchema.ts b/src/util/schemas/TotpDisableSchema.ts
index 004f0bf7..db42dfcb 100644
--- a/src/util/schemas/TotpDisableSchema.ts
+++ b/src/util/schemas/TotpDisableSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/TotpEnableSchema.ts b/src/util/schemas/TotpEnableSchema.ts
index b6cdd17c..4af4d50a 100644
--- a/src/util/schemas/TotpEnableSchema.ts
+++ b/src/util/schemas/TotpEnableSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/TotpSchema.ts b/src/util/schemas/TotpSchema.ts
index 0ebc6d3c..9ee26884 100644
--- a/src/util/schemas/TotpSchema.ts
+++ b/src/util/schemas/TotpSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/UserDeleteSchema.ts b/src/util/schemas/UserDeleteSchema.ts
index 6e6b15ac..cf56a602 100644
--- a/src/util/schemas/UserDeleteSchema.ts
+++ b/src/util/schemas/UserDeleteSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/UserGuildSettingsSchema.ts b/src/util/schemas/UserGuildSettingsSchema.ts
index 6458c56e..91b6826e 100644
--- a/src/util/schemas/UserGuildSettingsSchema.ts
+++ b/src/util/schemas/UserGuildSettingsSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/UserModifySchema.ts b/src/util/schemas/UserModifySchema.ts
index 7851ec22..33be1ec7 100644
--- a/src/util/schemas/UserModifySchema.ts
+++ b/src/util/schemas/UserModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/UserProfileModifySchema.ts b/src/util/schemas/UserProfileModifySchema.ts
index 5239a9ad..fbb4f423 100644
--- a/src/util/schemas/UserProfileModifySchema.ts
+++ b/src/util/schemas/UserProfileModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/UserProfileResponse.ts b/src/util/schemas/UserProfileResponse.ts
index 467d787f..c6f39588 100644
--- a/src/util/schemas/UserProfileResponse.ts
+++ b/src/util/schemas/UserProfileResponse.ts
@@ -1,3 +1,21 @@
+/*
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+	Copyright (C) 2023 Fosscord and Fosscord Contributors
+	
+	This program is free software: you can redistribute it and/or modify
+	it under the terms of the GNU Affero General Public License as published
+	by the Free Software Foundation, either version 3 of the License, or
+	(at your option) any later version.
+	
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU Affero General Public License for more details.
+	
+	You should have received a copy of the GNU Affero General Public License
+	along with this program.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 import { PublicConnectedAccount, UserPublic } from "..";
 
 export interface UserProfileResponse {
diff --git a/src/util/schemas/UserRelationsResponse.ts b/src/util/schemas/UserRelationsResponse.ts
index 1ec15eca..e6392ee4 100644
--- a/src/util/schemas/UserRelationsResponse.ts
+++ b/src/util/schemas/UserRelationsResponse.ts
@@ -1,3 +1,21 @@
+/*
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+	Copyright (C) 2023 Fosscord and Fosscord Contributors
+	
+	This program is free software: you can redistribute it and/or modify
+	it under the terms of the GNU Affero General Public License as published
+	by the Free Software Foundation, either version 3 of the License, or
+	(at your option) any later version.
+	
+	This program is distributed in the hope that it will be useful,
+	but WITHOUT ANY WARRANTY; without even the implied warranty of
+	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+	GNU Affero General Public License for more details.
+	
+	You should have received a copy of the GNU Affero General Public License
+	along with this program.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 export interface UserRelationsResponse {
 	object: {
 		id?: string;
diff --git a/src/util/schemas/UserSettingsSchema.ts b/src/util/schemas/UserSettingsSchema.ts
index f315892e..f71cfd7a 100644
--- a/src/util/schemas/UserSettingsSchema.ts
+++ b/src/util/schemas/UserSettingsSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/Validator.ts b/src/util/schemas/Validator.ts
index 3190dd05..a055ad82 100644
--- a/src/util/schemas/Validator.ts
+++ b/src/util/schemas/Validator.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/VanityUrlSchema.ts b/src/util/schemas/VanityUrlSchema.ts
index 4550208f..9d87cd11 100644
--- a/src/util/schemas/VanityUrlSchema.ts
+++ b/src/util/schemas/VanityUrlSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/VerifyEmailSchema.ts b/src/util/schemas/VerifyEmailSchema.ts
index d94fbbc1..84a101b5 100644
--- a/src/util/schemas/VerifyEmailSchema.ts
+++ b/src/util/schemas/VerifyEmailSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/VoiceIdentifySchema.ts b/src/util/schemas/VoiceIdentifySchema.ts
index 8d4b3966..732d9ac0 100644
--- a/src/util/schemas/VoiceIdentifySchema.ts
+++ b/src/util/schemas/VoiceIdentifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/VoiceStateUpdateSchema.ts b/src/util/schemas/VoiceStateUpdateSchema.ts
index 467588b0..42b668b3 100644
--- a/src/util/schemas/VoiceStateUpdateSchema.ts
+++ b/src/util/schemas/VoiceStateUpdateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/VoiceVideoSchema.ts b/src/util/schemas/VoiceVideoSchema.ts
index a8015881..f2839c34 100644
--- a/src/util/schemas/VoiceVideoSchema.ts
+++ b/src/util/schemas/VoiceVideoSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/WebAuthnSchema.ts b/src/util/schemas/WebAuthnSchema.ts
index 03e173a7..a6395db1 100644
--- a/src/util/schemas/WebAuthnSchema.ts
+++ b/src/util/schemas/WebAuthnSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/WebhookCreateSchema.ts b/src/util/schemas/WebhookCreateSchema.ts
index 8089ad69..32b894e2 100644
--- a/src/util/schemas/WebhookCreateSchema.ts
+++ b/src/util/schemas/WebhookCreateSchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/WidgetModifySchema.ts b/src/util/schemas/WidgetModifySchema.ts
index 3ff0d856..ad44e5b4 100644
--- a/src/util/schemas/WidgetModifySchema.ts
+++ b/src/util/schemas/WidgetModifySchema.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts
index 150a2dea..bf8fdb54 100644
--- a/src/util/schemas/index.ts
+++ b/src/util/schemas/index.ts
@@ -1,5 +1,5 @@
 /*
-	Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
+	Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
 	Copyright (C) 2023 Fosscord and Fosscord Contributors
 	
 	This program is free software: you can redistribute it and/or modify