From 58507b049704ed1575f2e463f9be69e095fb2233 Mon Sep 17 00:00:00 2001 From: "Vincent Yanzee J. Tan" Date: Fri, 2 Jan 2026 10:46:50 +0000 Subject: [PATCH] chore: update copyright year --- LICENSE | 2 +- README.md | 2 +- doc/curseforge.md | 2 +- pack/LICENSE | 2 +- pack/README | 4 ++-- pack/manifest.json | 2 +- src/handlers.ts | 2 +- src/index.ts | 2 +- src/selection.ts | 2 +- src/state.ts | 2 +- src/types.d.ts | 2 +- src/utils.ts | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index a95eff9..105955e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2025 Vincent Yanzee J. Tan +Copyright (c) 2023-2026 Vincent Yanzee J. Tan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 65f52fb..d6b4a4e 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This add-on is open-source! This means its source code is available to the public. You can find the source code here: https://github.com/vytdev/debug-stick -Copyright © 2023-2025 Vincent Yanzee J. Tan. +Copyright © 2023-2026 Vincent Yanzee J. Tan. Licensed under the MIT License. diff --git a/doc/curseforge.md b/doc/curseforge.md index 3d6c488..ffbfe26 100644 --- a/doc/curseforge.md +++ b/doc/curseforge.md @@ -91,7 +91,7 @@ This add-on is open-source! This means its source code is available to the public. You can find the source code here: https://github.com/vytdev/debug-stick -Copyright © 2023-2025 Vincent Yanzee J. Tan. +Copyright © 2023-2026 Vincent Yanzee J. Tan. Licensed under the MIT License. diff --git a/pack/LICENSE b/pack/LICENSE index a95eff9..105955e 100644 --- a/pack/LICENSE +++ b/pack/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2025 Vincent Yanzee J. Tan +Copyright (c) 2023-2026 Vincent Yanzee J. Tan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pack/README b/pack/README index 5342c51..b8c1a0e 100644 --- a/pack/README +++ b/pack/README @@ -5,9 +5,9 @@ Official links: - MCPEDL: https://mcpedl.com/debug-stick - GitHub: https://github.com/vytdev/debug-stick -Last updated: December 21, 2025 +Last updated: January 2, 2026 -Copyright (c) 2023-2025 Vincent Yanzee J. Tan +Copyright (c) 2023-2026 Vincent Yanzee J. Tan This project is licensed under the MIT License. This software is provided "as is" without warranty of any kind. See LICENSE for the full terms. diff --git a/pack/manifest.json b/pack/manifest.json index 86ad117..d7dacb7 100644 --- a/pack/manifest.json +++ b/pack/manifest.json @@ -3,7 +3,7 @@ "header": { "name": "Debug Stick", - "description": "Java §dDebug Stick§r ported to Minecraft: Bedrock Edition, by §bvytdev§r\nUse §a/give @s vyt:debug_stick§r or find it in the inventory screen to obtain the item.\n\nReport bugs here: §bhttps://github.com/vytdev/debug-stick/§r\nCopyright (c) 2023-2025 Vincent Yanzee J. Tan\nLicensed under the MIT License.", + "description": "Java §dDebug Stick§r ported to Minecraft: Bedrock Edition, by §bvytdev§r\nUse §a/give @s vyt:debug_stick§r or find it in the inventory screen to obtain the item.\n\nReport bugs here: §bhttps://github.com/vytdev/debug-stick/§r\nCopyright (c) 2023-2026 Vincent Yanzee J. Tan\nLicensed under the MIT License.", "uuid": "21aadfa6-e27c-400c-c596-596021852939", "version": "1.21.0", "min_engine_version": [ 1, 21, 130 ] diff --git a/src/handlers.ts b/src/handlers.ts index 17e6fb5..2b3b429 100644 --- a/src/handlers.ts +++ b/src/handlers.ts @@ -1,6 +1,6 @@ /*! * Debug Stick -- A Bedrock port of the debug stick tool from Java Edition. - * Copyright (c) 2023-2025 Vincent Yanzee J. Tan + * Copyright (c) 2023-2026 Vincent Yanzee J. Tan * * This project is licensed under the MIT License. * This software is provided "as is" without warranty of any kind. diff --git a/src/index.ts b/src/index.ts index b545e01..5e7d359 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ /*! * Debug Stick -- A Bedrock port of the debug stick tool from Java Edition. - * Copyright (c) 2023-2025 Vincent Yanzee J. Tan + * Copyright (c) 2023-2026 Vincent Yanzee J. Tan * * This project is licensed under the MIT License. * This software is provided "as is" without warranty of any kind. diff --git a/src/selection.ts b/src/selection.ts index 70ef79e..8630e29 100644 --- a/src/selection.ts +++ b/src/selection.ts @@ -1,6 +1,6 @@ /*! * Debug Stick -- A Bedrock port of the debug stick tool from Java Edition. - * Copyright (c) 2023-2025 Vincent Yanzee J. Tan + * Copyright (c) 2023-2026 Vincent Yanzee J. Tan * * This project is licensed under the MIT License. * This software is provided "as is" without warranty of any kind. diff --git a/src/state.ts b/src/state.ts index 75946db..326c2a3 100644 --- a/src/state.ts +++ b/src/state.ts @@ -1,6 +1,6 @@ /*! * Debug Stick -- A Bedrock port of the debug stick tool from Java Edition. - * Copyright (c) 2023-2025 Vincent Yanzee J. Tan + * Copyright (c) 2023-2026 Vincent Yanzee J. Tan * * This project is licensed under the MIT License. * This software is provided "as is" without warranty of any kind. diff --git a/src/types.d.ts b/src/types.d.ts index 13bd7c7..8aed155 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -1,6 +1,6 @@ /*! * Debug Stick -- A Bedrock port of the debug stick tool from Java Edition. - * Copyright (c) 2023-2025 Vincent Yanzee J. Tan + * Copyright (c) 2023-2026 Vincent Yanzee J. Tan * * This project is licensed under the MIT License. * This software is provided "as is" without warranty of any kind. diff --git a/src/utils.ts b/src/utils.ts index a58008b..e84f6bf 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,6 +1,6 @@ /*! * Debug Stick -- A Bedrock port of the debug stick tool from Java Edition. - * Copyright (c) 2023-2025 Vincent Yanzee J. Tan + * Copyright (c) 2023-2026 Vincent Yanzee J. Tan * * This project is licensed under the MIT License. * This software is provided "as is" without warranty of any kind.