From 2f043d5eb9aa92c92c88f8e2521efe73a7a99e0a Mon Sep 17 00:00:00 2001 From: "Jack W." Date: Fri, 13 Oct 2023 20:21:54 -0400 Subject: [PATCH] refactor: :busts_in_silhouette: Welcome to Etcetera, monofile! --- README.md | 6 +++--- package.json | 2 +- src/svelte/elem/UploadWindow.svelte | 13 ++++++++++++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7422097..fa406c0 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ monofile should now be running on either `env.MONOFILE_PORT` or port `3000`. ## Disclaimer -Although we believe monofile is not against Discord's developer terms of service, monofile's contributors are not liable if Discord takes action against you for running an instance. +Although we believe monofile is not against Discord's developer terms of service, Etcetera is not liable if Discord takes action against you for running an instance. ## License -Code written by monofile's contributors is currently licensed under [Unlicense](https://github.com/nbitzz/monofile/blob/main/LICENSE). +Code written by Etcetera is currently licensed under [Unlicense](./LICENSE). -Icons under `/assets/icons` were created by Microsoft, and as such are licensed under [different terms](https://github.com/nbitzz/monofile/blob/1.3.0/assets/icons/README.md) (MIT). +Icons under `/assets/icons` were created by Microsoft, and as such are licensed under [different terms](./assets/icons/README.md) (MIT). diff --git a/package.json b/package.json index ce118ea..5356eb1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], - "author": "nbitzz", + "author": "Etcetera (https://cetera.uk)", "license": "Unlicense", "engines": { "node": ">=v16.11" diff --git a/src/svelte/elem/UploadWindow.svelte b/src/svelte/elem/UploadWindow.svelte index 0b2b136..c32dd9f 100644 --- a/src/svelte/elem/UploadWindow.svelte +++ b/src/svelte/elem/UploadWindow.svelte @@ -225,7 +225,18 @@

- Made with {Math.floor(Math.random()*10)==0 ? "🐟" : "❤"} by @nbitzzsource + Made with {Math.floor(Math.random()*10)==0 ? "🐟" : "❤"} by + + + + + + Etceterasource

\ No newline at end of file