Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update copyright #639

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default [
name: 'jsMind',
file: 'es6/jsmind.js',
format: 'umd',
banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2023 [email protected]\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/',
banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2025 [email protected]\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/',
sourcemap: true,
},
plugins: [
Expand All @@ -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 [email protected]\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/',
banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2025 [email protected]\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/',
sourcemap: true,
globals: {
jsmind: 'jsMind',
Expand All @@ -50,7 +50,7 @@ export default [
output: {
file: 'es6/jsmind.screenshot.js',
format: 'umd',
banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2023 [email protected]\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/',
banner: '/**\n* @license BSD-3-Clause\n* @copyright 2014-2025 [email protected]\n*\n* Project Home:\n* https://github.com/hizzgdev/jsmind/\n*/',
sourcemap: true,
globals: {
'jsmind': 'jsMind',
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2023, ZHANG ZHIGANG <[email protected]>
Copyright (c) 2014-2025, ZHANG ZHIGANG <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand All @@ -11,7 +11,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND



版权所有 (c) 2014-2023, 张志刚 <[email protected]>
版权所有 (c) 2014-2025, 张志刚 <[email protected]>
保留一切权利。

在满足下列条件的前提下,授予使用者使用及再发布本软件的源代码或二进制形式的权利,无论是否修改皆然:
Expand Down
2 changes: 1 addition & 1 deletion features/jsmind.shell.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Released under BSD License
* Copyright (c) 2014-2021 [email protected]
* Copyright (c) 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion js-legacy/jsmind.draggable-node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion js-legacy/jsmind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion js-legacy/jsmind.screenshot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.common.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.data_provider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.dom.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.format.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.graph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.layout_provider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.mind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.option.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.shortcut_provider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.util.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.view_provider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/jsmind.draggable-node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/jsmind.screenshot.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
2 changes: 1 addition & 1 deletion style/jsmind.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license BSD
* @copyright 2014-2023 [email protected]
* @copyright 2014-2025 [email protected]
*
* Project Home:
* https://github.com/hizzgdev/jsmind/
Expand Down
Loading