summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-05-24 01:45:03 +0200
committerRory& <root@rory.gay>2026-05-24 06:11:28 +0200
commitd9b80758822e29c43b88112be47c0b4a58d6dc43 (patch)
tree83ce17bf97293b8c7d53620db7fd9187bc8fed6d
parent*/start.ts: unify import order for module-alias and dotenv (diff)
downloadserver-ts-d9b80758822e29c43b88112be47c0b4a58d6dc43.tar.xz
Fix some copyright headers github/dev/cherry dev/cherry
-rw-r--r--src/util/util/extensions/index.ts18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/util/util/extensions/index.ts b/src/util/util/extensions/index.ts

index f9760da3..c9eb0d63 100644 --- a/src/util/util/extensions/index.ts +++ b/src/util/util/extensions/index.ts
@@ -1,3 +1,21 @@ +/* + Spacebar: A FOSS re-implementation and extension of the Discord.com backend. + Copyright (C) 2026 Spacebar and Spacebar 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 * from "./Array"; // TODO: move to a separate file