From 263d5855317760bf032e004b8a85e05430d93ca1 Mon Sep 17 00:00:00 2001 From: Zhigang Zhang Date: Wed, 1 Jan 2025 22:40:39 +0800 Subject: [PATCH] update copyright (#639) --- .config/rollup.config.js | 6 +++--- LICENSE | 4 ++-- features/jsmind.shell.js | 2 +- js-legacy/jsmind.draggable-node.js | 2 +- js-legacy/jsmind.js | 2 +- js-legacy/jsmind.screenshot.js | 2 +- src/jsmind.common.js | 2 +- src/jsmind.data_provider.js | 2 +- src/jsmind.dom.js | 2 +- src/jsmind.format.js | 2 +- src/jsmind.graph.js | 2 +- src/jsmind.js | 2 +- src/jsmind.layout_provider.js | 2 +- src/jsmind.mind.js | 2 +- src/jsmind.node.js | 2 +- src/jsmind.option.js | 2 +- src/jsmind.plugin.js | 2 +- src/jsmind.shortcut_provider.js | 2 +- src/jsmind.util.js | 2 +- src/jsmind.view_provider.js | 2 +- src/plugins/jsmind.draggable-node.js | 2 +- src/plugins/jsmind.screenshot.js | 2 +- style/jsmind.css | 2 +- 23 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.config/rollup.config.js b/.config/rollup.config.js index f1dbf80e..599a93f3 100644 --- a/.config/rollup.config.js +++ b/.config/rollup.config.js @@ -8,7 +8,7 @@ export default [ name: 'jsMind', file: 'es6/jsmind.js', format: 'umd', - banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2023 hizzgdev@163.com\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/', + banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2025 hizzgdev@163.com\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/', sourcemap: true, }, plugins: [ @@ -27,7 +27,7 @@ export default [ output: { file: 'es6/jsmind.draggable-node.js', format: 'umd', - banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2023 hizzgdev@163.com\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/', + banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2025 hizzgdev@163.com\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/', sourcemap: true, globals: { jsmind: 'jsMind', @@ -50,7 +50,7 @@ export default [ output: { file: 'es6/jsmind.screenshot.js', format: 'umd', - banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2023 hizzgdev@163.com\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/', + banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2025 hizzgdev@163.com\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/', sourcemap: true, globals: { 'jsmind': 'jsMind', diff --git a/LICENSE b/LICENSE index 0ca3d14b..51f85fd9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2023, ZHANG ZHIGANG +Copyright (c) 2014-2025, ZHANG ZHIGANG All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -11,7 +11,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -版权所有 (c) 2014-2023, 张志刚 +版权所有 (c) 2014-2025, 张志刚 保留一切权利。 在满足下列条件的前提下,授予使用者使用及再发布本软件的源代码或二进制形式的权利,无论是否修改皆然: diff --git a/features/jsmind.shell.js b/features/jsmind.shell.js index 1be6cdfd..93be5ea7 100644 --- a/features/jsmind.shell.js +++ b/features/jsmind.shell.js @@ -1,6 +1,6 @@ /* * Released under BSD License - * Copyright (c) 2014-2021 hizzgdev@163.com + * Copyright (c) 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/js-legacy/jsmind.draggable-node.js b/js-legacy/jsmind.draggable-node.js index 63e08812..2fda4a95 100644 --- a/js-legacy/jsmind.draggable-node.js +++ b/js-legacy/jsmind.draggable-node.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/js-legacy/jsmind.js b/js-legacy/jsmind.js index 84283d3f..0b135748 100644 --- a/js-legacy/jsmind.js +++ b/js-legacy/jsmind.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/js-legacy/jsmind.screenshot.js b/js-legacy/jsmind.screenshot.js index 8127e0a1..6ccc30fb 100644 --- a/js-legacy/jsmind.screenshot.js +++ b/js-legacy/jsmind.screenshot.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.common.js b/src/jsmind.common.js index 955060df..2a387bae 100644 --- a/src/jsmind.common.js +++ b/src/jsmind.common.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.data_provider.js b/src/jsmind.data_provider.js index bdcffc49..78019c05 100644 --- a/src/jsmind.data_provider.js +++ b/src/jsmind.data_provider.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.dom.js b/src/jsmind.dom.js index cbbdaaf0..32f56244 100644 --- a/src/jsmind.dom.js +++ b/src/jsmind.dom.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.format.js b/src/jsmind.format.js index 0bc6b975..bee9db5f 100644 --- a/src/jsmind.format.js +++ b/src/jsmind.format.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.graph.js b/src/jsmind.graph.js index b1873eb1..5914f7fb 100644 --- a/src/jsmind.graph.js +++ b/src/jsmind.graph.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.js b/src/jsmind.js index 3a67c69c..15725c5d 100644 --- a/src/jsmind.js +++ b/src/jsmind.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.layout_provider.js b/src/jsmind.layout_provider.js index 6ffd2ea4..dc06fa74 100644 --- a/src/jsmind.layout_provider.js +++ b/src/jsmind.layout_provider.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.mind.js b/src/jsmind.mind.js index bb01e2dc..62999d83 100644 --- a/src/jsmind.mind.js +++ b/src/jsmind.mind.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.node.js b/src/jsmind.node.js index 9d779dc0..6d136ee6 100644 --- a/src/jsmind.node.js +++ b/src/jsmind.node.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.option.js b/src/jsmind.option.js index 05a5489e..5928e1b0 100644 --- a/src/jsmind.option.js +++ b/src/jsmind.option.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.plugin.js b/src/jsmind.plugin.js index e7394d22..26f5c6cf 100644 --- a/src/jsmind.plugin.js +++ b/src/jsmind.plugin.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.shortcut_provider.js b/src/jsmind.shortcut_provider.js index 38983ead..c0255288 100644 --- a/src/jsmind.shortcut_provider.js +++ b/src/jsmind.shortcut_provider.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.util.js b/src/jsmind.util.js index 3b7a5796..9e64d9fb 100644 --- a/src/jsmind.util.js +++ b/src/jsmind.util.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/jsmind.view_provider.js b/src/jsmind.view_provider.js index 325a730c..8058d165 100644 --- a/src/jsmind.view_provider.js +++ b/src/jsmind.view_provider.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/plugins/jsmind.draggable-node.js b/src/plugins/jsmind.draggable-node.js index eea8ea1d..7cf61a8b 100644 --- a/src/plugins/jsmind.draggable-node.js +++ b/src/plugins/jsmind.draggable-node.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/src/plugins/jsmind.screenshot.js b/src/plugins/jsmind.screenshot.js index 26b87337..338459e3 100644 --- a/src/plugins/jsmind.screenshot.js +++ b/src/plugins/jsmind.screenshot.js @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/ diff --git a/style/jsmind.css b/style/jsmind.css index 77b9a000..53a4e1e1 100644 --- a/style/jsmind.css +++ b/style/jsmind.css @@ -1,6 +1,6 @@ /** * @license BSD - * @copyright 2014-2023 hizzgdev@163.com + * @copyright 2014-2025 hizzgdev@163.com * * Project Home: * https://github.com/hizzgdev/jsmind/