Skip to content

Commit b08359f

Browse files
authored
docs: update LICENSE blocks (qiuwenbaike#1644)
* docs: update LICENSE blocks
1 parent 5f07b26 commit b08359f

File tree

7 files changed

+27
-19
lines changed

7 files changed

+27
-19
lines changed

dist/InPageEdit/InPageEdit.js

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Util/Util.js

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Wikiplus-highlight/Wikiplus-highlight.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/InPageEdit/InPageEdit.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
(function inPageEditLoader(): void {
2-
/**
3-
* @see {@link https://git.qiuwen.net.cn/AnYi/inpageedit-v2/src/branch/master}
2+
/**!
3+
* SPDX-License-Identifier: GPL-3.0-or-later
4+
*
5+
* @name InPageEdit
6+
* @source {@link https://git.qiuwen.net.cn/AnYi/inpageedit-v2/src/branch/master}
47
* @author 机智的小鱼君 Dragon-Fish <dragon-fish@qq.com>
58
* @license GPL-3.0-or-later {@link https://git.qiuwen.net.cn/AnYi/inpageedit-v2/src/branch/master/LICENSE}
69
*/

src/Util/modules/generateSvgDataUrl.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
type GenerateSvgDataUrl = (svg: string) => string;
22

33
const generateSvgDataUrl: GenerateSvgDataUrl = (svg) => {
4-
/*!
4+
/**!
55
* SPDX-License-Identifier: MIT
66
*
7-
* @file svg-to-data-uri.js {@link https://github.com/heyallan/svg-to-data-uri/}
8-
*
7+
* @source svg-to-data-uri.js {@link https://github.com/heyallan/svg-to-data-uri/}
98
* @author Allan Moreno
109
* @license MIT {@link https://github.com/heyallan/svg-to-data-uri/blob/master/LICENSE}
1110
*

src/Util/modules/uniqueArray.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
type UniqueArray = typeof uniqueArray;
22

33
const uniqueArray = function uniqueArray<T>(args: T[]): T[] {
4-
/**
5-
* @see {@link https://stackoverflow.com/questions/9229645/remove-duplicate-values-from-js-array/922982}
4+
/**!
5+
* SPDX-License-Identifier: CC-BY-SA-4.0
6+
*
7+
* @source {@link https://stackoverflow.com/questions/9229645/remove-duplicate-values-from-js-array/922982}
68
* @license CC-BY-SA-4.0
79
*/
810
const result: typeof args = [];

src/Wikiplus-highlight/modules/highlight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**!
22
* @name Wikiplus-highlight Wikiplus编辑器的CodeMirror语法高亮扩展
33
* @author Bhsd <https://github.com/bhsd-harry>
44
* @license GPL-3.0

0 commit comments

Comments
 (0)