From b98d4662436f646a2acd0d75ccfd63aef6ddbf07 Mon Sep 17 00:00:00 2001 From: rpiontik Date: Mon, 21 Oct 2024 11:29:02 +0300 Subject: [PATCH] Append license NOTICE to root & files --- LICENSE | 2 +- NOTICE | 26 +++++++++ src/backend/controllers/core.mjs | 4 +- src/backend/controllers/entity.mjs | 4 +- src/backend/controllers/helpers.mjs | 4 +- src/backend/controllers/static.mjs | 4 +- src/backend/controllers/storage.mjs | 4 +- src/backend/drivers/redis.mjs | 4 +- src/backend/entities/entities.mjs | 4 +- src/backend/helpers/bitbucket.mjs | 4 +- src/backend/helpers/datasets.mjs | 4 +- src/backend/helpers/env.mjs | 4 +- src/backend/helpers/events.mjs | 4 +- src/backend/helpers/gitlab.mjs | 4 +- src/backend/helpers/jwt.mjs | 4 +- src/backend/helpers/request.mjs | 4 +- src/backend/helpers/uri.mjs | 4 +- src/backend/helpers/validators.mjs | 4 +- src/backend/main.mjs | 4 +- src/backend/middlewares/access.mjs | 4 +- src/backend/middlewares/cluster.mjs | 4 +- src/backend/middlewares/compression.mjs | 4 +- src/backend/storage/cache.mjs | 4 +- src/backend/storage/manager.mjs | 4 +- src/backend/utils/logger.mjs | 4 +- src/backend/utils/rules.mjs | 4 +- src/building/plugin-maker.js | 4 +- src/frontend/auth/oidc-client.js | 4 +- src/frontend/bootstrap.js | 24 ++++++++ .../components/Architecture/Aspect.vue | 2 + .../components/Architecture/Component.vue | 2 + .../components/Architecture/Context.vue | 2 + .../components/Architecture/Document.vue | 2 + .../components/Architecture/tabs/Docs.vue | 2 + .../Architecture/tabs/SrcLocations.vue | 2 + .../Architecture/tabs/TabContext.vue | 2 + src/frontend/components/Controls/DCLink.vue | 2 + src/frontend/components/Controls/Empty.vue | 2 + src/frontend/components/Controls/Spinner.vue | 2 + src/frontend/components/Controls/Tree.vue | 2 + src/frontend/components/Controls/TreeItem.vue | 2 + src/frontend/components/Docs/DocAsyncApi.vue | 2 + .../components/Docs/DocContextMenu.vue | 2 + src/frontend/components/Docs/DocHubDoc.vue | 2 + src/frontend/components/Docs/DocHubObject.vue | 2 + src/frontend/components/Docs/DocMarkdown.vue | 2 + src/frontend/components/Docs/DocMermaid.vue | 2 + src/frontend/components/Docs/DocMixin.js | 2 + src/frontend/components/Docs/DocNetwork.vue | 2 + src/frontend/components/Docs/DocPlantUML.vue | 2 + src/frontend/components/Docs/DocSmartAnts.vue | 2 + src/frontend/components/Docs/DocSwagger.vue | 2 + src/frontend/components/Docs/DocTable.vue | 2 + src/frontend/components/Docs/SmartAntsBar.vue | 2 + .../components/Docs/enums/doc-types.enum.js | 2 + src/frontend/components/Entities/Entity.vue | 2 + .../components/Entities/EntityUpload.js | 2 + src/frontend/components/JSONata/DevTool.vue | 2 + .../components/JSONata/JSONResult.vue | 2 + .../components/JSONata/JSONataEditor.vue | 2 + .../JSONata/JSONataErrorExplainer.vue | 2 + src/frontend/components/Layouts/Header.vue | 2 + .../components/Layouts/HeaderLogo.vue | 2 + src/frontend/components/Layouts/Menu.vue | 2 + src/frontend/components/Main.vue | 29 ++++++++++ src/frontend/components/Problems/Problems.vue | 2 + src/frontend/components/Problems/mixin.js | 2 + .../components/Problems/tabs/ProblemBlank.vue | 2 + .../components/Problems/tabs/Validators.vue | 2 + src/frontend/components/Root.vue | 29 ++++++++++ .../components/Schema/DHSchema/DHSchema.vue | 2 + .../Schema/DHSchema/DHSchemaAnimationMixin.js | 2 + .../Schema/DHSchema/DHSchemaDebugNode.vue | 2 + .../DHSchema/DHSchemaExcalidrawMixin.js | 2 + .../Schema/DHSchema/DHSchemaInfo.vue | 2 + .../Schema/DHSchema/DHSchemaNode.vue | 2 + .../Schema/DHSchema/DHSchemaTrack.vue | 2 + .../components/Schema/DHSchema/rounding.js | 56 ++++++++++--------- src/frontend/components/Schema/PlantUML.vue | 2 + src/frontend/components/Schema/Schema.vue | 2 + src/frontend/components/Schema/zoomAndPan.js | 2 + .../components/Techradar/LangFram.vue | 28 ++++++++++ src/frontend/components/Techradar/Main.vue | 29 ++++++++++ src/frontend/components/Techradar/Radar.vue | 33 ++++++++++- .../components/Techradar/Technology.vue | 30 ++++++++++ src/frontend/components/Tools/Anchor.vue | 30 ++++++++++ src/frontend/components/Tools/Image.vue | 30 ++++++++++ src/frontend/components/Tools/Youtube.vue | 29 ++++++++++ src/frontend/components/sso/SSOError.vue | 28 ++++++++++ src/frontend/config.js | 36 +++++++++++- src/frontend/consts.js | 30 ++++++++++ src/frontend/entities/entities.js | 32 +++++++++++ src/frontend/helpers/bitbucket.js | 29 ++++++++++ src/frontend/helpers/cache.ts | 23 ++++++++ src/frontend/helpers/clipboard.js | 42 ++++++++++++-- src/frontend/helpers/datasets.js | 29 ++++++++++ src/frontend/helpers/download.js | 30 ++++++++++ src/frontend/helpers/env.ts | 33 ++++++++++- src/frontend/helpers/fullscreen.js | 31 +++++++++- src/frontend/helpers/gitlab.js | 29 ++++++++++ src/frontend/helpers/href.js | 33 ++++++++++- src/frontend/helpers/html.js | 29 ++++++++++ src/frontend/helpers/http.js | 29 ++++++++++ src/frontend/helpers/misc.js | 24 ++++++++ src/frontend/helpers/plantuml.js | 29 ++++++++++ src/frontend/helpers/requests.js | 31 +++++++++- src/frontend/helpers/rules.js | 30 ++++++++++ src/frontend/helpers/strings.js | 29 ++++++++++ src/frontend/helpers/uri.js | 29 ++++++++++ src/frontend/index.js | 29 ++++++++++ src/frontend/main.js | 30 ++++++++++ src/frontend/manifest/cache.js | 24 ++++++++ src/frontend/manifest/manager.js | 29 ++++++++++ src/frontend/manifest/query.js | 33 ++++++++++- src/frontend/mixins/global.js | 29 ++++++++++ src/frontend/plugins/api.js | 29 ++++++++++ src/frontend/plugins/plugins.js | 29 ++++++++++ src/frontend/router/index.js | 31 ++++++++++ src/frontend/router/routes.js | 31 ++++++++++ .../shared/ErrorBoundary/DefaultFallback.vue | 24 ++++++++ .../shared/ErrorBoundary/ErrorBoundary.vue | 26 ++++++++- src/frontend/shared/ErrorBoundary/index.js | 24 ++++++++ src/frontend/storage/gitlab.js | 24 ++++++++ src/frontend/storage/indexedDB/cache/index.ts | 24 ++++++++ src/frontend/storage/indexedDB/core/data.ts | 25 +++++++++ src/frontend/storage/indexedDB/core/idb.ts | 25 +++++++++ src/frontend/storage/indexedDB/core/store.ts | 25 +++++++++ .../storage/indexedDB/helpers/Exception.ts | 25 +++++++++ .../storage/indexedDB/helpers/util.ts | 25 +++++++++ src/frontend/storage/indexedDB/index.ts | 25 +++++++++ .../storage/indexedDB/types/idb.types.ts | 25 +++++++++ src/frontend/tools/meta/import.js | 30 ++++++++++ src/frontend/tools/meta/parser.js | 30 ++++++++++ src/global/bitbucket/driver.mjs | 29 ++++++++++ src/global/compress/compress.mjs | 29 ++++++++++ src/global/datasets/driver.mjs | 29 ++++++++++ src/global/datasets/source.mjs | 29 ++++++++++ src/global/entities/entities.mjs | 31 +++++++++- src/global/gitlab/driver.mjs | 31 ++++++++++ src/global/helpers/crc16.js | 31 +++++++++- src/global/helpers/pattrent.mjs | 28 ++++++++++ src/global/helpers/xmlparser.mjs | 30 ++++++++++ src/global/jsonata/driver.mjs | 31 ++++++++++ src/global/jsonata/functions.mjs | 29 ++++++++++ src/global/jsonata/queries.mjs | 29 ++++++++++ src/global/manifest/parser.mjs | 31 ++++++++++ src/global/manifest/parser2.mjs | 31 +++++++++- src/global/manifest/prototype.mjs | 29 ++++++++++ src/global/manifest/services/cache.mjs | 29 ++++++++++ src/global/manifest/tools/path.mjs | 29 ++++++++++ src/global/manifest/tools/uri.mjs | 30 ++++++++++ src/global/rules/validators.mjs | 29 ++++++++++ src/ide/idea/components/Init.vue | 24 +++++++- src/ide/idea/gateway.ts | 23 ++++++++ src/ide/idea/papi.js | 27 ++++++++- src/ide/plugin.html | 23 ++++++++ src/ide/vscode/index.ts | 23 ++++++++ src/ide/vscode/listener.ts | 23 ++++++++ src/ide/vscode/pipe.ts | 23 ++++++++ 159 files changed, 2515 insertions(+), 78 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index 261eeb9e..f49a4e16 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..6480a62f --- /dev/null +++ b/NOTICE @@ -0,0 +1,26 @@ +========================================================================= +== NOTICE file for use with the Apache License, Version 2.0 == +========================================================================= + + DocHub + + Copyright (C) 2021 owner Roman Piontik R.Piontik@mail.ru + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this product except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + In any derivative products, you must retain the information of + owner of the original code and provide clear attribution to the project + + https://dochub.info + + The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/src/backend/controllers/core.mjs b/src/backend/controllers/core.mjs index 661e0591..0f1c8fbe 100644 --- a/src/backend/controllers/core.mjs +++ b/src/backend/controllers/core.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/controllers/entity.mjs b/src/backend/controllers/entity.mjs index e9ea7ea1..0ac80de8 100644 --- a/src/backend/controllers/entity.mjs +++ b/src/backend/controllers/entity.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/controllers/helpers.mjs b/src/backend/controllers/helpers.mjs index 42198682..1cc5f24f 100644 --- a/src/backend/controllers/helpers.mjs +++ b/src/backend/controllers/helpers.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/controllers/static.mjs b/src/backend/controllers/static.mjs index 154fceda..14b190d9 100644 --- a/src/backend/controllers/static.mjs +++ b/src/backend/controllers/static.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/controllers/storage.mjs b/src/backend/controllers/storage.mjs index 676f29cc..1c6f5433 100644 --- a/src/backend/controllers/storage.mjs +++ b/src/backend/controllers/storage.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/drivers/redis.mjs b/src/backend/drivers/redis.mjs index 4d6ef87c..d759a6e9 100644 --- a/src/backend/drivers/redis.mjs +++ b/src/backend/drivers/redis.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/entities/entities.mjs b/src/backend/entities/entities.mjs index 0cd67767..7663612f 100644 --- a/src/backend/entities/entities.mjs +++ b/src/backend/entities/entities.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/bitbucket.mjs b/src/backend/helpers/bitbucket.mjs index 07008095..01040083 100644 --- a/src/backend/helpers/bitbucket.mjs +++ b/src/backend/helpers/bitbucket.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/datasets.mjs b/src/backend/helpers/datasets.mjs index 1183a2a9..75e9b717 100644 --- a/src/backend/helpers/datasets.mjs +++ b/src/backend/helpers/datasets.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/env.mjs b/src/backend/helpers/env.mjs index a4ad32b1..50e66811 100644 --- a/src/backend/helpers/env.mjs +++ b/src/backend/helpers/env.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/events.mjs b/src/backend/helpers/events.mjs index 14fea57e..ebc539ad 100644 --- a/src/backend/helpers/events.mjs +++ b/src/backend/helpers/events.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/gitlab.mjs b/src/backend/helpers/gitlab.mjs index 5fb7e6bf..67274665 100644 --- a/src/backend/helpers/gitlab.mjs +++ b/src/backend/helpers/gitlab.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/jwt.mjs b/src/backend/helpers/jwt.mjs index 4f961daa..eb710914 100644 --- a/src/backend/helpers/jwt.mjs +++ b/src/backend/helpers/jwt.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/request.mjs b/src/backend/helpers/request.mjs index cd2a7c68..132457c1 100644 --- a/src/backend/helpers/request.mjs +++ b/src/backend/helpers/request.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/uri.mjs b/src/backend/helpers/uri.mjs index e1cabfbb..2dfaec93 100644 --- a/src/backend/helpers/uri.mjs +++ b/src/backend/helpers/uri.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/helpers/validators.mjs b/src/backend/helpers/validators.mjs index 839ea87c..82cbb29e 100644 --- a/src/backend/helpers/validators.mjs +++ b/src/backend/helpers/validators.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/main.mjs b/src/backend/main.mjs index fcdd2f0c..e651d48a 100644 --- a/src/backend/main.mjs +++ b/src/backend/main.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/middlewares/access.mjs b/src/backend/middlewares/access.mjs index 459afd10..6fd14112 100644 --- a/src/backend/middlewares/access.mjs +++ b/src/backend/middlewares/access.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/middlewares/cluster.mjs b/src/backend/middlewares/cluster.mjs index 2adee3f5..49d6603d 100644 --- a/src/backend/middlewares/cluster.mjs +++ b/src/backend/middlewares/cluster.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/middlewares/compression.mjs b/src/backend/middlewares/compression.mjs index fb298d29..d3c8d127 100644 --- a/src/backend/middlewares/compression.mjs +++ b/src/backend/middlewares/compression.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/storage/cache.mjs b/src/backend/storage/cache.mjs index 0139567e..1c3e9b5a 100644 --- a/src/backend/storage/cache.mjs +++ b/src/backend/storage/cache.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/storage/manager.mjs b/src/backend/storage/manager.mjs index 8addc3e5..93d819e4 100644 --- a/src/backend/storage/manager.mjs +++ b/src/backend/storage/manager.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/utils/logger.mjs b/src/backend/utils/logger.mjs index 2ea431d4..3c944e97 100644 --- a/src/backend/utils/logger.mjs +++ b/src/backend/utils/logger.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/backend/utils/rules.mjs b/src/backend/utils/rules.mjs index d5a91752..97a2105f 100644 --- a/src/backend/utils/rules.mjs +++ b/src/backend/utils/rules.mjs @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/building/plugin-maker.js b/src/building/plugin-maker.js index 1834f688..27f515dc 100644 --- a/src/building/plugin-maker.js +++ b/src/building/plugin-maker.js @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/frontend/auth/oidc-client.js b/src/frontend/auth/oidc-client.js index 0db3ca77..dce37bbc 100644 --- a/src/frontend/auth/oidc-client.js +++ b/src/frontend/auth/oidc-client.js @@ -12,7 +12,9 @@ owner of the original code and provide clear attribution to the project https://dochub.info -Unless required by applicable law or agreed to in writing, software +The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and diff --git a/src/frontend/bootstrap.js b/src/frontend/bootstrap.js index 46ee88d7..bd29fdfe 100644 --- a/src/frontend/bootstrap.js +++ b/src/frontend/bootstrap.js @@ -1,3 +1,27 @@ + /* + Copyright (C) 2021 owner Roman Piontik R.Piontik@mail.ru + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + In any derivative products, you must retain the information of + owner of the original code and provide clear attribution to the project + + https://dochub.info + + The use of this product or its derivatives for any purpose cannot be a secret. + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + */ + import env from '@front/helpers/env'; /** diff --git a/src/frontend/components/Architecture/Aspect.vue b/src/frontend/components/Architecture/Aspect.vue index 36fd8364..68c894a4 100644 --- a/src/frontend/components/Architecture/Aspect.vue +++ b/src/frontend/components/Architecture/Aspect.vue @@ -20,6 +20,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Architecture/Component.vue b/src/frontend/components/Architecture/Component.vue index f148ce7a..b7f5ada0 100644 --- a/src/frontend/components/Architecture/Component.vue +++ b/src/frontend/components/Architecture/Component.vue @@ -20,6 +20,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Architecture/Context.vue b/src/frontend/components/Architecture/Context.vue index fa052a24..636e2320 100644 --- a/src/frontend/components/Architecture/Context.vue +++ b/src/frontend/components/Architecture/Context.vue @@ -20,6 +20,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Architecture/Document.vue b/src/frontend/components/Architecture/Document.vue index 4b194f69..ff795ef4 100644 --- a/src/frontend/components/Architecture/Document.vue +++ b/src/frontend/components/Architecture/Document.vue @@ -20,6 +20,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Architecture/tabs/Docs.vue b/src/frontend/components/Architecture/tabs/Docs.vue index df755e7a..6bcfcba0 100644 --- a/src/frontend/components/Architecture/tabs/Docs.vue +++ b/src/frontend/components/Architecture/tabs/Docs.vue @@ -25,6 +25,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Architecture/tabs/SrcLocations.vue b/src/frontend/components/Architecture/tabs/SrcLocations.vue index 712c2271..c65113ff 100644 --- a/src/frontend/components/Architecture/tabs/SrcLocations.vue +++ b/src/frontend/components/Architecture/tabs/SrcLocations.vue @@ -32,6 +32,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Architecture/tabs/TabContext.vue b/src/frontend/components/Architecture/tabs/TabContext.vue index 9b664210..f009e31c 100644 --- a/src/frontend/components/Architecture/tabs/TabContext.vue +++ b/src/frontend/components/Architecture/tabs/TabContext.vue @@ -49,6 +49,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Controls/DCLink.vue b/src/frontend/components/Controls/DCLink.vue index 11eca4dd..1aecce33 100644 --- a/src/frontend/components/Controls/DCLink.vue +++ b/src/frontend/components/Controls/DCLink.vue @@ -23,6 +23,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Controls/Empty.vue b/src/frontend/components/Controls/Empty.vue index ad5fe74b..3787f88c 100644 --- a/src/frontend/components/Controls/Empty.vue +++ b/src/frontend/components/Controls/Empty.vue @@ -25,6 +25,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Controls/Spinner.vue b/src/frontend/components/Controls/Spinner.vue index aba39400..356cd8cc 100644 --- a/src/frontend/components/Controls/Spinner.vue +++ b/src/frontend/components/Controls/Spinner.vue @@ -25,6 +25,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Controls/Tree.vue b/src/frontend/components/Controls/Tree.vue index f47d7b6b..359af39e 100644 --- a/src/frontend/components/Controls/Tree.vue +++ b/src/frontend/components/Controls/Tree.vue @@ -17,6 +17,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Controls/TreeItem.vue b/src/frontend/components/Controls/TreeItem.vue index a7e174ff..11e2af65 100644 --- a/src/frontend/components/Controls/TreeItem.vue +++ b/src/frontend/components/Controls/TreeItem.vue @@ -36,6 +36,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocAsyncApi.vue b/src/frontend/components/Docs/DocAsyncApi.vue index 05f10625..1cfc4887 100644 --- a/src/frontend/components/Docs/DocAsyncApi.vue +++ b/src/frontend/components/Docs/DocAsyncApi.vue @@ -19,6 +19,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocContextMenu.vue b/src/frontend/components/Docs/DocContextMenu.vue index 83ac6786..e62d2666 100644 --- a/src/frontend/components/Docs/DocContextMenu.vue +++ b/src/frontend/components/Docs/DocContextMenu.vue @@ -35,6 +35,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocHubDoc.vue b/src/frontend/components/Docs/DocHubDoc.vue index 027925ed..acffd930 100644 --- a/src/frontend/components/Docs/DocHubDoc.vue +++ b/src/frontend/components/Docs/DocHubDoc.vue @@ -50,6 +50,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocHubObject.vue b/src/frontend/components/Docs/DocHubObject.vue index afac0a4a..72670c09 100644 --- a/src/frontend/components/Docs/DocHubObject.vue +++ b/src/frontend/components/Docs/DocHubObject.vue @@ -39,6 +39,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocMarkdown.vue b/src/frontend/components/Docs/DocMarkdown.vue index 6e85ffeb..639e635a 100644 --- a/src/frontend/components/Docs/DocMarkdown.vue +++ b/src/frontend/components/Docs/DocMarkdown.vue @@ -38,6 +38,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocMermaid.vue b/src/frontend/components/Docs/DocMermaid.vue index 5a9b365f..40b0115a 100644 --- a/src/frontend/components/Docs/DocMermaid.vue +++ b/src/frontend/components/Docs/DocMermaid.vue @@ -19,6 +19,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocMixin.js b/src/frontend/components/Docs/DocMixin.js index 978eb5e2..1c61e851 100644 --- a/src/frontend/components/Docs/DocMixin.js +++ b/src/frontend/components/Docs/DocMixin.js @@ -12,6 +12,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocNetwork.vue b/src/frontend/components/Docs/DocNetwork.vue index 73a3cea6..4991a512 100644 --- a/src/frontend/components/Docs/DocNetwork.vue +++ b/src/frontend/components/Docs/DocNetwork.vue @@ -17,6 +17,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocPlantUML.vue b/src/frontend/components/Docs/DocPlantUML.vue index 765dcb94..1979f60d 100644 --- a/src/frontend/components/Docs/DocPlantUML.vue +++ b/src/frontend/components/Docs/DocPlantUML.vue @@ -19,6 +19,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocSmartAnts.vue b/src/frontend/components/Docs/DocSmartAnts.vue index 85bed5eb..bd43675d 100644 --- a/src/frontend/components/Docs/DocSmartAnts.vue +++ b/src/frontend/components/Docs/DocSmartAnts.vue @@ -79,6 +79,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocSwagger.vue b/src/frontend/components/Docs/DocSwagger.vue index acd7dd88..52f716e2 100644 --- a/src/frontend/components/Docs/DocSwagger.vue +++ b/src/frontend/components/Docs/DocSwagger.vue @@ -17,6 +17,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/DocTable.vue b/src/frontend/components/Docs/DocTable.vue index 946fbfff..777e3ac6 100644 --- a/src/frontend/components/Docs/DocTable.vue +++ b/src/frontend/components/Docs/DocTable.vue @@ -68,6 +68,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/SmartAntsBar.vue b/src/frontend/components/Docs/SmartAntsBar.vue index fc115f38..4a3b89a9 100644 --- a/src/frontend/components/Docs/SmartAntsBar.vue +++ b/src/frontend/components/Docs/SmartAntsBar.vue @@ -75,6 +75,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Docs/enums/doc-types.enum.js b/src/frontend/components/Docs/enums/doc-types.enum.js index 6699cd1a..dffd4797 100644 --- a/src/frontend/components/Docs/enums/doc-types.enum.js +++ b/src/frontend/components/Docs/enums/doc-types.enum.js @@ -12,6 +12,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Entities/Entity.vue b/src/frontend/components/Entities/Entity.vue index cc9cbed1..6783f38d 100644 --- a/src/frontend/components/Entities/Entity.vue +++ b/src/frontend/components/Entities/Entity.vue @@ -12,6 +12,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Entities/EntityUpload.js b/src/frontend/components/Entities/EntityUpload.js index 91ae9ffd..48b166e0 100644 --- a/src/frontend/components/Entities/EntityUpload.js +++ b/src/frontend/components/Entities/EntityUpload.js @@ -12,6 +12,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/JSONata/DevTool.vue b/src/frontend/components/JSONata/DevTool.vue index 38bf05c6..bd272457 100644 --- a/src/frontend/components/JSONata/DevTool.vue +++ b/src/frontend/components/JSONata/DevTool.vue @@ -99,6 +99,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/JSONata/JSONResult.vue b/src/frontend/components/JSONata/JSONResult.vue index beb64cf7..ca5c50ab 100644 --- a/src/frontend/components/JSONata/JSONResult.vue +++ b/src/frontend/components/JSONata/JSONResult.vue @@ -19,6 +19,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/JSONata/JSONataEditor.vue b/src/frontend/components/JSONata/JSONataEditor.vue index d6ff22f0..a16b6709 100644 --- a/src/frontend/components/JSONata/JSONataEditor.vue +++ b/src/frontend/components/JSONata/JSONataEditor.vue @@ -17,6 +17,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/JSONata/JSONataErrorExplainer.vue b/src/frontend/components/JSONata/JSONataErrorExplainer.vue index 3f2f75be..cbbf4afa 100644 --- a/src/frontend/components/JSONata/JSONataErrorExplainer.vue +++ b/src/frontend/components/JSONata/JSONataErrorExplainer.vue @@ -19,6 +19,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Layouts/Header.vue b/src/frontend/components/Layouts/Header.vue index d8e75c58..6b971df4 100644 --- a/src/frontend/components/Layouts/Header.vue +++ b/src/frontend/components/Layouts/Header.vue @@ -71,6 +71,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Layouts/HeaderLogo.vue b/src/frontend/components/Layouts/HeaderLogo.vue index 352bdd75..968eee2e 100644 --- a/src/frontend/components/Layouts/HeaderLogo.vue +++ b/src/frontend/components/Layouts/HeaderLogo.vue @@ -35,6 +35,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Layouts/Menu.vue b/src/frontend/components/Layouts/Menu.vue index 5db364a5..7c10d4db 100644 --- a/src/frontend/components/Layouts/Menu.vue +++ b/src/frontend/components/Layouts/Menu.vue @@ -52,6 +52,8 @@ https://dochub.info + The use of this product or its derivatives for any purpose cannot be a secret. + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/src/frontend/components/Main.vue b/src/frontend/components/Main.vue index ffa8759f..2c5e4d15 100644 --- a/src/frontend/components/Main.vue +++ b/src/frontend/components/Main.vue @@ -5,6 +5,35 @@