diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-03-31 02:04:36 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-03-31 02:05:02 +1100 |
commit | 64e747a4d29220ef285124c98d22646842f03cd6 (patch) | |
tree | 2f81bd73522aea4565b9def3d2b23135009363b7 /src/gateway/util | |
parent | SPACEBAR (diff) | |
download | server-64e747a4d29220ef285124c98d22646842f03cd6.tar.xz |
SPACEBAR
Diffstat (limited to 'src/gateway/util')
-rw-r--r-- | src/gateway/util/Constants.ts | 2 | ||||
-rw-r--r-- | src/gateway/util/Heartbeat.ts | 2 | ||||
-rw-r--r-- | src/gateway/util/Send.ts | 2 | ||||
-rw-r--r-- | src/gateway/util/SessionUtils.ts | 2 | ||||
-rw-r--r-- | src/gateway/util/WebSocket.ts | 2 | ||||
-rw-r--r-- | src/gateway/util/index.ts | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/gateway/util/Constants.ts b/src/gateway/util/Constants.ts index cb60005c..8600340a 100644 --- a/src/gateway/util/Constants.ts +++ b/src/gateway/util/Constants.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/gateway/util/Heartbeat.ts b/src/gateway/util/Heartbeat.ts index 2d04b436..d2397d95 100644 --- a/src/gateway/util/Heartbeat.ts +++ b/src/gateway/util/Heartbeat.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/gateway/util/Send.ts b/src/gateway/util/Send.ts index e39554a4..e67d3011 100644 --- a/src/gateway/util/Send.ts +++ b/src/gateway/util/Send.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/gateway/util/SessionUtils.ts b/src/gateway/util/SessionUtils.ts index 806f4f9d..cd6cf9cd 100644 --- a/src/gateway/util/SessionUtils.ts +++ b/src/gateway/util/SessionUtils.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/gateway/util/WebSocket.ts b/src/gateway/util/WebSocket.ts index 14917f21..617e1d95 100644 --- a/src/gateway/util/WebSocket.ts +++ b/src/gateway/util/WebSocket.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/gateway/util/index.ts b/src/gateway/util/index.ts index c44a7d14..f04be4b6 100644 --- a/src/gateway/util/index.ts +++ b/src/gateway/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 |