diff --git a/client.ts b/client.ts index d528f06..77b3ee7 100644 --- a/client.ts +++ b/client.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Box.tsx b/components/Box.tsx index 66b0e2d..0cadc61 100644 --- a/components/Box.tsx +++ b/components/Box.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Footer.tsx b/components/Footer.tsx index 5855baa..8839e95 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Header.tsx b/components/Header.tsx index c6fbc66..26407a6 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Icon.tsx b/components/Icon.tsx index 8cd4823..dce1e1e 100644 --- a/components/Icon.tsx +++ b/components/Icon.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Layout.tsx b/components/Layout.tsx index e169fc4..7989cf9 100644 --- a/components/Layout.tsx +++ b/components/Layout.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Link.tsx b/components/Link.tsx index 3e60f4a..7348a5a 100644 --- a/components/Link.tsx +++ b/components/Link.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Tinted.tsx b/components/Tinted.tsx index c7a11b7..98b89cd 100644 --- a/components/Tinted.tsx +++ b/components/Tinted.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/components/Title.tsx b/components/Title.tsx index 7e55ccc..0029f93 100644 --- a/components/Title.tsx +++ b/components/Title.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/islands/Code.tsx b/islands/Code.tsx index bc97b62..63df357 100644 --- a/islands/Code.tsx +++ b/islands/Code.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/islands/Meow.tsx b/islands/Meow.tsx index e34ef8b..e3afdf8 100644 --- a/islands/Meow.tsx +++ b/islands/Meow.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/islands/Name.tsx b/islands/Name.tsx index 3682f26..8d90e90 100644 --- a/islands/Name.tsx +++ b/islands/Name.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/islands/Rain.tsx b/islands/Rain.tsx index 4bc8f86..e87a5d9 100644 --- a/islands/Rain.tsx +++ b/islands/Rain.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/islands/Time.tsx b/islands/Time.tsx index 07d962a..c73163a 100644 --- a/islands/Time.tsx +++ b/islands/Time.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/main.ts b/main.ts index 18bb82c..3d988b0 100644 --- a/main.ts +++ b/main.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/routes/_app.tsx b/routes/_app.tsx index fb65ec4..cbc6b22 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/routes/index.tsx b/routes/index.tsx index ceaede2..c1808aa 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ @@ -231,10 +231,10 @@ export default define.page(() => {
  • - xwra + misties
  • diff --git a/scripts/copyright.ts b/scripts/copyright.ts index 41a786a..49415ee 100755 --- a/scripts/copyright.ts +++ b/scripts/copyright.ts @@ -1,13 +1,13 @@ #!/usr/bin/env -S deno run --allow-read --allow-write /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ import { walk } from "https://deno.land/std/fs/walk.ts"; const copyrightHeader = `/** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ `; diff --git a/utils.ts b/utils.ts index 465400e..9c998b8 100644 --- a/utils.ts +++ b/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */ diff --git a/vite.config.ts b/vite.config.ts index 0ce467c..4db327d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2025 xwra + * Copyright (c) 2025 misties * SPDX-License-Identifier: AGPL-3.0-or-later */