summary refs log tree commit diff
path: root/src/cdn
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/cdn
parentSPACEBAR (diff)
downloadserver-64e747a4d29220ef285124c98d22646842f03cd6.tar.xz
SPACEBAR
Diffstat (limited to 'src/cdn')
-rw-r--r--src/cdn/Server.ts2
-rw-r--r--src/cdn/index.ts2
-rw-r--r--src/cdn/routes/attachments.ts2
-rw-r--r--src/cdn/routes/avatars.ts2
-rw-r--r--src/cdn/routes/embed.ts2
-rw-r--r--src/cdn/routes/guild-profiles.ts2
-rw-r--r--src/cdn/routes/ping.ts2
-rw-r--r--src/cdn/routes/role-icons.ts2
-rw-r--r--src/cdn/start.ts2
-rw-r--r--src/cdn/util/FileStorage.ts2
-rw-r--r--src/cdn/util/S3Storage.ts2
-rw-r--r--src/cdn/util/Storage.ts2
-rw-r--r--src/cdn/util/index.ts2
-rw-r--r--src/cdn/util/multer.ts2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/cdn/Server.ts b/src/cdn/Server.ts
index 37317bff..b3bcfc5f 100644
--- a/src/cdn/Server.ts
+++ b/src/cdn/Server.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/cdn/index.ts b/src/cdn/index.ts
index 0c06b8d1..1f8ac720 100644
--- a/src/cdn/index.ts
+++ b/src/cdn/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
diff --git a/src/cdn/routes/attachments.ts b/src/cdn/routes/attachments.ts
index 398a243f..d5950f12 100644
--- a/src/cdn/routes/attachments.ts
+++ b/src/cdn/routes/attachments.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/cdn/routes/avatars.ts b/src/cdn/routes/avatars.ts
index 7dc23d60..6493462b 100644
--- a/src/cdn/routes/avatars.ts
+++ b/src/cdn/routes/avatars.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/cdn/routes/embed.ts b/src/cdn/routes/embed.ts
index d49d69f7..811ddb9b 100644
--- a/src/cdn/routes/embed.ts
+++ b/src/cdn/routes/embed.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/cdn/routes/guild-profiles.ts b/src/cdn/routes/guild-profiles.ts
index ae8786ae..f872e03f 100644
--- a/src/cdn/routes/guild-profiles.ts
+++ b/src/cdn/routes/guild-profiles.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/cdn/routes/ping.ts b/src/cdn/routes/ping.ts
index 682c38cc..46afeca0 100644
--- a/src/cdn/routes/ping.ts
+++ b/src/cdn/routes/ping.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/cdn/routes/role-icons.ts b/src/cdn/routes/role-icons.ts
index 8f10ab78..93702f8d 100644
--- a/src/cdn/routes/role-icons.ts
+++ b/src/cdn/routes/role-icons.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/cdn/start.ts b/src/cdn/start.ts
index c36a6b73..0080691f 100644
--- a/src/cdn/start.ts
+++ b/src/cdn/start.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/cdn/util/FileStorage.ts b/src/cdn/util/FileStorage.ts
index ee087c85..956ea21e 100644
--- a/src/cdn/util/FileStorage.ts
+++ b/src/cdn/util/FileStorage.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/cdn/util/S3Storage.ts b/src/cdn/util/S3Storage.ts
index 480fd9fd..f2d8265c 100644
--- a/src/cdn/util/S3Storage.ts
+++ b/src/cdn/util/S3Storage.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/cdn/util/Storage.ts b/src/cdn/util/Storage.ts
index 0d55bbd0..7cf4fb26 100644
--- a/src/cdn/util/Storage.ts
+++ b/src/cdn/util/Storage.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/cdn/util/index.ts b/src/cdn/util/index.ts
index 4574fb10..c87c23c6 100644
--- a/src/cdn/util/index.ts
+++ b/src/cdn/util/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
diff --git a/src/cdn/util/multer.ts b/src/cdn/util/multer.ts
index 5e0e4473..ef0df57b 100644
--- a/src/cdn/util/multer.ts
+++ b/src/cdn/util/multer.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