From 13f922a013a11d6b9d026e31e714785554e2ec93 Mon Sep 17 00:00:00 2001 From: Sam Cao Date: Mon, 30 Dec 2024 07:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs:=20Update=20copyright=20yea?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ts/change-version.ts | 2 +- src-tauri/build.rs | 2 +- src-tauri/src/config.rs | 2 +- src-tauri/src/controller.rs | 2 +- src-tauri/src/lib.rs | 2 +- src-tauri/src/main.rs | 2 +- src-tauri/src/media_info.rs | 2 +- src-tauri/src/protocol.rs | 2 +- src-tauri/src/streams.rs | 2 +- src/lib/dialog.ts | 2 +- src/lib/format.ts | 2 +- src/lib/fs.ts | 2 +- src/lib/index.ts | 2 +- src/lib/protocol.ts | 2 +- src/lib/service.ts | 2 +- src/lib/store.ts | 2 +- src/routes/+layout.svelte | 2 +- src/routes/+page.svelte | 2 +- src/routes/about.svelte | 2 +- src/routes/config.svelte | 2 +- src/routes/details.svelte | 2 +- src/routes/footer.svelte | 2 +- src/routes/list.svelte | 2 +- src/routes/toolbar.svelte | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/scripts/ts/change-version.ts b/scripts/ts/change-version.ts index b28e852..452ca3b 100644 --- a/scripts/ts/change-version.ts +++ b/scripts/ts/change-version.ts @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License") diff --git a/src-tauri/build.rs b/src-tauri/build.rs index f4e47b5..9c243a3 100644 --- a/src-tauri/build.rs +++ b/src-tauri/build.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/config.rs b/src-tauri/src/config.rs index 2ae51d6..4305738 100644 --- a/src-tauri/src/config.rs +++ b/src-tauri/src/config.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/controller.rs b/src-tauri/src/controller.rs index 5d09d8c..385b884 100644 --- a/src-tauri/src/controller.rs +++ b/src-tauri/src/controller.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 307173e..f55cf4a 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index e224c38..a3d7903 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/media_info.rs b/src-tauri/src/media_info.rs index b069b83..ae75d6e 100644 --- a/src-tauri/src/media_info.rs +++ b/src-tauri/src/media_info.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/protocol.rs b/src-tauri/src/protocol.rs index 5138d43..0c90ebc 100644 --- a/src-tauri/src/protocol.rs +++ b/src-tauri/src/protocol.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src-tauri/src/streams.rs b/src-tauri/src/streams.rs index cfca8eb..2b0882f 100644 --- a/src-tauri/src/streams.rs +++ b/src-tauri/src/streams.rs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2024. caoccao.com Sam Cao +* Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/dialog.ts b/src/lib/dialog.ts index 61b298c..4d64b44 100644 --- a/src/lib/dialog.ts +++ b/src/lib/dialog.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/format.ts b/src/lib/format.ts index f3a4b27..e31ea2b 100644 --- a/src/lib/format.ts +++ b/src/lib/format.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/fs.ts b/src/lib/fs.ts index aa811c5..b77e4d9 100644 --- a/src/lib/fs.ts +++ b/src/lib/fs.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/index.ts b/src/lib/index.ts index 9c4e4f3..3b18005 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/protocol.ts b/src/lib/protocol.ts index 3eecbee..06b5068 100644 --- a/src/lib/protocol.ts +++ b/src/lib/protocol.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/service.ts b/src/lib/service.ts index 79fa2ee..955de28 100644 --- a/src/lib/service.ts +++ b/src/lib/service.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/lib/store.ts b/src/lib/store.ts index 31b3531..6221178 100644 --- a/src/lib/store.ts +++ b/src/lib/store.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024. caoccao.com Sam Cao + * Copyright (c) 2024-2025. caoccao.com Sam Cao * All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 71ff993..1671dc5 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,6 @@