From d3a8fa1d987e32ae5ff1c2755987c6b07254eb88 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Tue, 8 Mar 2022 14:21:51 +0800 Subject: [PATCH] [Docs][UI Next][V1.0.0-Alpha] Add license file. (#8703) * [Docs][UI-Next] Add license file. * [Docs][UI-Next] Add license file. * [Docs][UI-Next] Add license file. * [Docs][UI-Next] Add license file. --- dolphinscheduler-dist/release-docs/LICENSE | 72 ++++++++++++++ .../ui-next-licenses/LICENSE-fira-code | 93 ++++++++++++++++++ .../ui-next-licenses/LICENSE-fira-sans | 1 + .../ui-next-licenses/LICENSE-ibm-plex | 93 ++++++++++++++++++ .../licenses/ui-next-licenses/LICENSE-inter | 94 +++++++++++++++++++ .../licenses/ui-next-licenses/LICENSE-lato | 1 + .../ui-next-licenses/LICENSE-open-sans | 1 + .../licenses/ui-next-licenses/LICENSE-roboto | 1 + 8 files changed, 356 insertions(+) create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-code create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-sans create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-ibm-plex create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-inter create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-lato create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-open-sans create mode 100644 dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-roboto diff --git a/dolphinscheduler-dist/release-docs/LICENSE b/dolphinscheduler-dist/release-docs/LICENSE index ac654dde6b..c65948d873 100644 --- a/dolphinscheduler-dist/release-docs/LICENSE +++ b/dolphinscheduler-dist/release-docs/LICENSE @@ -584,3 +584,75 @@ Apache 2.0 licenses BSD licenses ======================================== d3 3.5.17: https://github.com/d3/d3 BSD-3-Clause + + +======================================================================== +UI-Next related licenses +======================================================================== + +The following components are used in UI-Next.See project link for details. +The text of each license is also included at licenses/ui-next-licenses/LICENSE-[project].txt. + +======================================== +MIT licenses +======================================== + @antv/layout 0.1.31: https://github.com/antvis/layout MIT + @antv/x6 1.30.1: https://github.com/antvis/x6 MIT + @vueuse/core 7.6.2: https://github.com/vueuse/vueuse MIT + axios 0.24.0: https://github.com/axios/axios MIT + date-fns 2.28.0: https://github.com/date-fns/date-fns MIT + lodash 4.17.21: https://github.com/lodash/lodash MIT + monaco-editor 0.31.1: https://github.com/microsoft/monaco-editor MIT + naive-ui 2.26.0: https://github.com/TuSimple/naive-ui MIT + nprogress 0.2.0: https://github.com/rstacruz/nprogress MIT + pinia 2.0.11: https://github.com/vuejs/pinia MIT + pinia-plugin-persistedstate 1.2.2: https://github.com/prazdevs/pinia-plugin-persistedstate MIT + vfonts 0.1.0: https://www.npmjs.com/package/vfonts MIT + vue 3.2.31: https://github.com/vuejs/core MIT + vue-i18n 9.2.0-beta.30: https://github.com/kazupon/vue-i18n MIT + vue-router 4.0.12: https://github.com/vuejs/router MIT + @types/node 16.11.25: https://github.com/DefinitelyTyped/DefinitelyTyped MIT + @types/nprogress 0.2.0: https://github.com/DefinitelyTyped/DefinitelyTyped MIT + @types/qs 6.9.7: https://github.com/DefinitelyTyped/DefinitelyTyped MIT + @vicons/antd 0.11.0: https://www.npmjs.com/package/@vicons/antd MIT + @vitejs/plugin-vue 1.10.2: https://github.com/vitejs/vite MIT + @vitejs/plugin-vue-jsx 1.3.7: https://github.com/vitejs/vite MIT + dart-sass 1.25.0: https://github.com/sass/dart-sass MIT + eslint 8.9.0: https://github.com/eslint/eslint MIT + eslint-config-prettier 8.4.0: https://github.com/prettier/eslint-config-prettier MIT + eslint-plugin-prettier 4.0.0: https://github.com/prettier/eslint-plugin-prettier MIT + eslint-plugin-vue 8.5.0: https://github.com/vuejs/eslint-plugin-vue MIT + prettier 2.5.1: https://github.com/prettier/prettier MIT + sass 1.49.8: https://github.com/sass/dart-sass MIT + sass-loader 12.6.0: https://github.com/webpack-contrib/sass-loader MIT + typescript-plugin-css-modules 3.4.0: https://github.com/mrmckeb/typescript-plugin-css-modules MIT + vite 2.8.4: https://github.com/vitejs/vite MIT + vite-plugin-compression 0.3.6: https://github.com/vbenjs/vite-plugin-compression MIT + vue-tsc 0.28.10: https://github.com/johnsoncodehk/volar MIT + +======================================== +Apache 2.0 licenses +======================================== + echarts 5.3.0: https://github.com/apache/echarts Apache-2.0 + typescript 4.5.5: https://github.com/Microsoft/TypeScript Apache-2.0 + open-sans: Apache-2.0 + roboto: Apache-2.0 + +======================================================================== +BSD licenses +======================================================================== + +The following components are provided under a BSD license. See project link for details. +The text of each license is also included at licenses/ui-next-licenses/LICENSE-[project].txt. + qs 6.10.3: https://github.com/ljharb/qs BSD 3-Clause + @typescript-eslint/eslint-plugin 5.12.1: https://github.com/typescript-eslint/typescript-eslint BSD 2-clause + @typescript-eslint/parser 5.12.1: https://github.com/typescript-eslint/typescript-eslint BSD 2-clause + +======================================== +SIL licenses +======================================== + fira-code: https://github.com/tonsky/FiraCode SIL + fira-sans: SIL + ibm-plex: SIL + inter: https://github.com/rsms/inter SIL + lato: SIL diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-code b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-code new file mode 100644 index 0000000000..6bd9f9f2f8 --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-code @@ -0,0 +1,93 @@ +Copyright (c) 2014, The Fira Code Project Authors (https://github.com/tonsky/FiraCode) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-sans b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-sans new file mode 100644 index 0000000000..116ec5593a --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-fira-sans @@ -0,0 +1 @@ +FiraSans is licensed under the [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL). \ No newline at end of file diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-ibm-plex b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-ibm-plex new file mode 100644 index 0000000000..2b5dbc8366 --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-ibm-plex @@ -0,0 +1,93 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. + +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-inter b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-inter new file mode 100644 index 0000000000..65ec0f9103 --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-inter @@ -0,0 +1,94 @@ +Copyright (c) 2016-2020 The Inter Project Authors. +"Inter" is trademark of Rasmus Andersson. +https://github.com/rsms/inter + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION AND CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-lato b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-lato new file mode 100644 index 0000000000..1a4f9a8f36 --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-lato @@ -0,0 +1 @@ +Lato is licensed under the [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL). \ No newline at end of file diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-open-sans b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-open-sans new file mode 100644 index 0000000000..afbd70cf60 --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-open-sans @@ -0,0 +1 @@ +Open Sans is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file diff --git a/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-roboto b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-roboto new file mode 100644 index 0000000000..6eda42c73f --- /dev/null +++ b/dolphinscheduler-dist/release-docs/licenses/ui-next-licenses/LICENSE-roboto @@ -0,0 +1 @@ +Roboto is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file