This is an automated email from the ASF dual-hosted git repository.
jomarko pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new eb74875041d [10.0.x] kie-issues#1634: Address copyright issues (#2793)
eb74875041d is described below
commit eb74875041d7e342425950b0924da24b7224a844
Author: Jozef Marko <[email protected]>
AuthorDate: Fri Dec 6 07:13:46 2024 +0100
[10.0.x] kie-issues#1634: Address copyright issues (#2793)
---
.rat-excludes | 60 +++++-
LICENSE | 226 ++++++++++++++++++++-
.../org/uberfire/jre/org/uberfire/util/uri.min.js | 19 --
packages/online-editor/static/samples/Sample.pmml | 18 --
.../marshaller/TestData_AnomalyDetectionModel.ts | 19 --
.../tests/marshaller/TestData_AssociationModel.ts | 19 --
.../tests/marshaller/TestData_BaselineModel.ts | 19 --
.../marshaller/TestData_BayesianNetworkModel.ts | 19 --
.../tests/marshaller/TestData_ClusteringModel.ts | 19 --
.../marshaller/TestData_GaussianProcessModel.ts | 19 --
.../marshaller/TestData_GeneralRegressionModel.ts | 19 --
.../tests/marshaller/TestData_LinearRegressions.ts | 19 --
.../tests/marshaller/TestData_MiningModel.ts | 19 --
.../tests/marshaller/TestData_MiningSchema.ts | 19 --
.../tests/marshaller/TestData_NaiveBayesModel.ts | 19 --
.../marshaller/TestData_NearestNeighborModel.ts | 19 --
.../tests/marshaller/TestData_NeuralNetwork.ts | 19 --
.../tests/marshaller/TestData_RuleSetModel.ts | 19 --
.../tests/marshaller/TestData_SequenceModel.ts | 19 --
.../TestData_SupportVectorMachineModel.ts | 19 --
.../tests/marshaller/TestData_TextModel.ts | 19 --
.../tests/marshaller/TestData_TimeSeriesModel.ts | 19 --
.../tests/marshaller/TestData_TreeModel.ts | 19 --
.../webapp/fonts/OpenSans-BoldItalic-webfont.svg | 18 --
.../webapp/fonts/OpenSans-ExtraBold-webfont.svg | 18 --
.../fonts/OpenSans-ExtraBoldItalic-webfont.svg | 18 --
.../main/webapp/fonts/OpenSans-Italic-webfont.svg | 18 --
.../main/webapp/fonts/OpenSans-Light-webfont.svg | 18 --
.../webapp/fonts/OpenSans-LightItalic-webfont.svg | 18 --
.../fonts/OpenSans-SemiboldItalic-webfont.svg | 18 --
.../org/uberfire/jre/org/uberfire/util/uri.min.js | 19 --
31 files changed, 273 insertions(+), 556 deletions(-)
diff --git a/.rat-excludes b/.rat-excludes
index 2c06a278407..e51f180f08d 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -74,6 +74,8 @@ SingleEditorToolbar.test.tsx.snap
chrome_sample.sw.yaml
# packages/dashbuilder/dashbuilder-parent.iml
dashbuilder-parent.iml
+#
packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
+uri.min.js
#
packages/dashbuilder/appformer/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/columnWithComponentsLayout.txt
columnWithComponentsLayout.txt
#
packages/dashbuilder/appformer/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/fullLayoutFluid.txt
@@ -274,8 +276,6 @@ go.sum
integrationTest.test.js.snap
# packages/dmn-editor/src/spec.txt
spec.txt
-#
packages/dmn-editor-standalone/tests-e2e/__fixtures__/files/loan-pre-qualification.dmn
-loan-pre-qualification.dmn
#
packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/FEEL_1_1.interp
FEEL_1_1.interp
#
packages/dmn-feel-antlr4-parser/src/parser/grammar/generated-parser/FEEL_1_1.tokens
@@ -660,6 +660,8 @@ settings.xml.envsubst
Caddyfile
# packages/online-editor/src/accelerators/test.dmn
test.dmn
+# packages/online-editor/static/samples/Sample.pmml
+Sample.pmml
# packages/pmml-editor/e2e-tests/fixtures/compound-predicate.pmml
compound-predicate.pmml
#
packages/pmml-editor/e2e-tests/fixtures/empty-characteristics-DD-defined-types.pmml
@@ -690,6 +692,44 @@ LandingPage.test.tsx.snap
MiningSchemaContainer.test.tsx.snap
#
packages/pmml-editor/tests/editor/components/Outputs/organisms/OutputFieldsTable/__snapshots__/OutputFieldsTable.test.tsx.snap
OutputFieldsTable.test.tsx.snap
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
+TestData_AnomalyDetectionModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
+TestData_AssociationModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
+TestData_BaselineModel.ts
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
+TestData_BayesianNetworkModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
+TestData_ClusteringModel.ts
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
+TestData_GaussianProcessModel.ts
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
+TestData_GeneralRegressionModel.ts
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
+TestData_LinearRegressions.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
+TestData_MiningModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
+TestData_MiningSchema.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
+TestData_NaiveBayesModel.ts
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
+TestData_NearestNeighborModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
+TestData_NeuralNetwork.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
+TestData_RuleSetModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
+TestData_SequenceModel.ts
+#
packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
+TestData_SupportVectorMachineModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
+TestData_TextModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
+TestData_TimeSeriesModel.ts
+# packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
+TestData_TreeModel.ts
# packages/python-venv/requirements.txt
requirements.txt
# packages/root-env/root-env.iml
@@ -788,10 +828,24 @@ OpenSans-SemiboldItalic-webfont.svg
fontawesome-webfont.svg
#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Bold-webfont.svg
OpenSans-Bold-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-BoldItalic-webfont.svg
+OpenSans-BoldItalic-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBold-webfont.svg
+OpenSans-ExtraBold-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBoldItalic-webfont.svg
+OpenSans-ExtraBoldItalic-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Italic-webfont.svg
+OpenSans-Italic-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Light-webfont.svg
+OpenSans-Light-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-LightItalic-webfont.svg
+OpenSans-LightItalic-webfont.svg
#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Regular-webfont.svg
OpenSans-Regular-webfont.svg
#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Semibold-webfont.svg
OpenSans-Semibold-webfont.svg
+#
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-SemiboldItalic-webfont.svg
+OpenSans-SemiboldItalic-webfont.svg
#
packages/serverless-workflow-diagram-editor/third_party/errai/src/main/java/org/jboss/errai/common/client/util/Base64Util.java
Base64Util.java
#
packages/serverless-workflow-diagram-editor/third_party/gwtbootstrap3/core/src/main/resources/org/gwtbootstrap3/client/resource/css/bootstrap-3.4.1.min.cache.css
@@ -1896,6 +1950,8 @@ DiValidator.java
WorkDefinitions.wid
#
packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/src/test/resources/META-INF/ErraiApp.properties
ErraiApp.properties
+#
packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
+uri.min.js
#
packages/stunner-editors/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/columnWithComponentsLayout.txt
columnWithComponentsLayout.txt
#
packages/stunner-editors/uberfire-extensions/uberfire-layout-editor/uberfire-layout-editor-client/src/test/resources/org/uberfire/ext/layout/editor/client/fullLayoutFluid.txt
diff --git a/LICENSE b/LICENSE
index 53ce839e38d..b4b04be1032 100644
--- a/LICENSE
+++ b/LICENSE
@@ -256,6 +256,11 @@ Bootstrap v3.4.1
Copyright 2011-2019 Twitter, Inc.
Licensed under the MIT License (MIT)
+--------------------------------------------------------------------------------------------------
+for
packages/stunner-editors/errai-ioc/src/test/java/org/jboss/errai/ioc/tests/wiring/js/native.js
+
+Licensed under the Apache License, Version 2.0
+
----------------------------------------------------------------------------------------------------------------------
for
packages/stunner-editors/errai-javax-enterprise/src/main/java/javax/enterprise/super/javax/inject/Qualifier.java
packages/stunner-editors/errai-javax-enterprise/src/main/java/javax/enterprise/super/javax/inject/Named.java
@@ -419,6 +424,39 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
Font Awesome CSS, LESS, and Sass files
Licensed under the MIT License (MIT)
+-------------------------------------------------------------------------------------------------------------------------------------------------------------
+for
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/resources/org/kie/workbench/common/stunner/sw/resources/public/fonts/OpenSans-*
+
packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-*
+
+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 creat [...]
+
+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:
+
+Neither the Font Software nor any of its individual components, in Original or
Modified Versions, may be sold by itself.
+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.
+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.
+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.
+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 [...]
+
-----------------------------------------------------------------------------------------------
for
packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/tools/client/Timer.java
packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/gwtlienzo/i18n/Constants.java
@@ -432,6 +470,57 @@ for
packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/tools/clie
Copyright 2007 Google Inc.
Licensed under the Apache License, Version 2.0
+-----------------------------------------------------------------------------------------------------------------------------------
+packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/gwtlienzo/i18n/client/LocalizableResource.java
+packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/dom/client/Style.java
+packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/gwtlienzo/i18n/client/LocalizableResource.java
+
+Copyright 2008 Google Inc.
+Licensed under the Apache License, Version 2.0
+
+-------------------------------------------------------------------------------------------------------------------------------------------
+for
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/core/client/Scheduler.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/core/client/impl/SchedulerImpl.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/core/client/Duration.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeHtml.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeUriString.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeHtmlString.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/HtmlSanitizer.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeUriHostedModeUtils.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SimpleHtmlSanitizer.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/UriUtils.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeHtmlBuilder.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/GwtIncompatible.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeUri.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeHtmlHostedModeUtils.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/shared/SafeHtmlUtils.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/safehtml/client/HasSafeHtml.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/package-info.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/NativeRegExpFactory.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/JavaRegExpFactory.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/RegExp.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/GwtIncompatible.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/SplitResult.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/RegExpFactory.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/shared/MatchResult.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/server/JavaMatchResult.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/server/JavaRegExp.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/server/JavaSplitResult.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/client/NativeMatchResult.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/client/NativeRegExp.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/regexp/client/NativeSplitResult.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/timer/client/Timer.java
+
+Copyright © 2019 The GWT Authors
+Licensed under the Apache License, Version 2.0
+
+--------------------------------------------------------------------------------------------------------------------------------------------------------
+for
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/animation/client/Animation.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/animation/client/AnimationSchedulerImplStandard.java
+
packages/serverless-workflow-diagram-editor/third_party/gwtproject/src/main/java/org/gwtproject/animation/client/AnimationScheduler.java
+
+Copyright © 2020 The GWT Authors
+Licensed under the Apache License, Version 2.0
------------------------------------------------------------------------------------------------------------------------------------------------
for
packages/serverless-workflow-diagram-editor/third_party/gwtbootstrap3/core/src/main/java/org/gwtbootstrap3/client/ui/constants/Toggle.java
@@ -607,20 +696,17 @@ Copyright 2015 TAKAHASHI kazunari
Licensed under the Apache License, Version 2.0
----------------------------------------------------------------------------
-for
packages/serverless-workflow-diagram-editor/lienzo-core/src/test/java/com/ait/lienzo/shared/core/tests/ColorTest.java
-
packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/tools/common/api/*
-
packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/tools/client/*
-
packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/shared/core/types/*
-
packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/core/*
-
packages/serverless-workflow-diagram-editor/lienzo-core/src/main/java/com/ait/lienzo/client/widget/*
-
packages/serverless-workflow-diagram-editor/lienzo-tests/src/test/java/com/ait/lienzo/test/*
-
packages/serverless-workflow-diagram-editor/lienzo-tests/src/test/java/com/ait/lienzo/client/core/*
-
packages/serverless-workflow-diagram-editor/lienzo-tests/src/main/java/com/ait/lienzo/test/*
-
packages/stunner-editors/lienzo-core/src/main/java/com/ait/lienzo/client/core/types/Transform.java
+for packages/serverless-workflow-diagram-editor/lienzo-core/*
+ packages/serverless-workflow-diagram-editor/lienzo-core/*
+ packages/stunner-editors/lienzo-core/src/main/java/*
+ packages/stunner-editors/lienzo-tests/src/main/java/*
* Lienzo (https://github.com/dikalo/lienzo-core)
-Copyright (c) 2017 Ahome' Innovation Technologies. All rights reserved.
+Copyright (c) 2017 Ahome' Innovation Technologies.
+and
+Copyright (c) 2018 Ahome' Innovation Technologies.
+All rights reserved.
Licensed under the Apache License, Version 2.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
@@ -865,6 +951,13 @@ License
(https://github.com/mooreds/gwt-crypto/blob/master/bouncycastle-lic.txt)
Copyright (c) 2000 - 2006 The Legion Of The Bouncy Castle
(http://www.bouncycastle.org)
Licensed under the MIT License (MIT)
+--------------------------------------------------------------------------------------------------------
+for
packages/stunner-editors/errai-common/src/main/java/org/jboss/errai/common/client/util/TimeUnit.java
+
+Written by Doug Lea with assistance from members of JCP JSR-166
+Expert Group and released to the public domain, as explained at
+http://creativecommons.org/licenses/publicdomain (CC0 1.0 Universal)
+
--------------------------------------------------------------------------------------------------------------------------------------------------
for
packages/serverless-workflow-diagram-editor/uberfire-extensions/uberfire-commons-editor/uberfire-commons-editor-client/src/main/resources/org/uberfire/ext/editor/commons/client/file/exports/js/FileSaver.min.js.back
@@ -884,3 +977,114 @@ for
packages/serverless-workflow-diagram-editor/uberfire-extensions/uberfire-com
Copyright (c) 2010-2016 James Hall, https://github.com/MrRio/jsPDF
Licensed under the MIT License (MIT)
+
+--------------------------------------------------------------
+for packages/kn-plugin-workflow/e2e-tests/gen_manifest_test.go
+
+Copyright 2024 Red Hat, Inc. and/or its affiliates.
+Licensed under the Apache License, Version 2.0
+
+-------------------------------------------------
+for packages/kie-sandbox-fs/src/DefaultBackend.js
+
+Copyright (c) 2018 wmhilton
+Licensed under the MIT License (MIT)
+
+-----------------------------------------------------------
+for packages/xml-parser-ts-codegen/src/schemas/xsd/HFP.xsd
+ packages/xml-parser-ts-codegen/src/schemas/xsd/XSD.xsd
+ packages/xml-parser-ts-codegen/src/schemas/xsd/xml.xsd
+
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/HFP.xsd
+
packages/xml-parser-ts-codegen/src/schemas/xsd-incomplete--manually-written/XSD.xsd
+
+License
+By obtaining and/or copying this work, you (the licensee) agree that you have
read, understood, and will comply with the following terms and conditions.
+
+Permission to copy, modify, and distribute this work, with or without
modification, for any purpose and without fee or royalty is hereby granted,
provided that you include the following on ALL copies of the work or portions
thereof, including modifications:
+
+The full text of this NOTICE in a location viewable to users of the
redistributed or derivative work.
+Any pre-existing intellectual property disclaimers, notices, or terms and
conditions. If none exist, the W3C software and document short notice should be
included.
+Notice of any changes or modifications, through a copyright statement on the
new code or document such as "This software or document includes material
copied from or derived from [title and URI of the W3C document]. Copyright ©
[$year-of-document] World Wide Web Consortium.
https://www.w3.org/copyright/software-license-2023/"
+
+Disclaimers
+THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS
OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE
SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
publicity pertaining to the work without specific, written prior permission.
Title to copyright in this work will at all times remain with copyright holders.
+
+Versions
+This version: https://www.w3.org/copyright/software-license-2023/
+Latest version: https://www.w3.org/copyright/software-license/
+Previous version: https://www.w3.org/copyright/software-license-2015/
+
+Changes since the previous document
+The 2023 version updates identification of the copyright holder.
+
+----------------------------------------------------------------------------------------------------------------
+for
packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
+
packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
+
+Copyright 2011 Gary Court. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER [...]
+
+The views and conclusions contained in the software and documentation are
those of the authors and should not be interpreted as representing official
policies, either expressed or implied, of Gary Court.
+
+---------------------------------------------------------------------------------
+for packages/online-editor/static/samples/Sample.pmml
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
+
packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
+ packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
+
+Copyright (c) 2008-2016, The Data Mining Group
+All rights reserved.
+This notice and license applies the.pmml
+notice and license is selected by the working group developing the release and
is approved
+by the DMG Chair.
+
+Redistribution and use in source and binary forms, with or without
modification, are
+permitted provided that the following conditions are met:
+* Redistributions of source code must include the copyright notice below, this
list of
+conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the copyright notice below,
this list
+of conditions and the following disclaimer in the documentation and/or other
+materials provided with the distribution
+* Neither the name of the Data Mining Group nor the names of its members or
+contributors may be used to endorse or promote products derived from a release
+without specific prior written permission.
+
+THIS STANDARD IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS RELEASE, EVEN IF ADVISED
+OF THE POSSIBILITY OF SUCH DAMAGE.
+-------------------------------------------------------------------------------------------------------------------
diff --git
a/packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
b/packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
index 92280f6cbca..348e064ddfa 100644
---
a/packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
+++
b/packages/dashbuilder/appformer/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
/*
URI.js v2.0.0 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js
*/
diff --git a/packages/online-editor/static/samples/Sample.pmml
b/packages/online-editor/static/samples/Sample.pmml
index 5fa3cb4812d..fb2e15e9ff2 100644
--- a/packages/online-editor/static/samples/Sample.pmml
+++ b/packages/online-editor/static/samples/Sample.pmml
@@ -1,22 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you 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
- ~
- ~ 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.
--->
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="www.dmg.org" description="Sample scorecard">
<Timestamp>2010-11-10T08:17:10.8</Timestamp>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
index 67cc3088867..f790a22f559 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_AnomalyDetectionModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const ANOMALY_DETECTION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
index a5398cacc3a..29292f30b63 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_AssociationModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const ASSOCIATION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
index 80951dc96fa..f6ed5a23284 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_BaselineModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const BASELINE_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
index 65e8c062417..4c36951ac08 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_BayesianNetworkModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const BAYESIAN_NETWORK_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
index 126f786b52a..80abfe44ea3 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_ClusteringModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const CLUSTERING_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
index 0552d399688..3aef3c4ad5f 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_GaussianProcessModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const GAUSSIAN_PROCESS_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
index 429984302ba..d66681b8c7a 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_GeneralRegressionModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const GENERAL_REGRESSION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
index 9d294c57695..d07cb80c988 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_LinearRegressions.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const LINEAR_REGRESSION_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
index af70c237ef5..c701e77df9f 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const MINING_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
index 029c09bd66b..1bb86bca9ed 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_MiningSchema.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const MINING_SCHEMA_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
index 036ebf5e115..ead63def0df 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_NaiveBayesModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const NAIVE_BAYES_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
index 985089a2997..0db1fed308f 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_NearestNeighborModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const NEAREST_NEIGHBOUR_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
index 90a4a68b4b7..a272cce1bf7 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_NeuralNetwork.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const NEURAL_NETWORK_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
index b0ee6aed055..cf14c195234 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_RuleSetModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const RULE_SET_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
index 6072232ab30..359a6ba00bd 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_SequenceModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const SEQUENCE_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
index a271b59209e..65925e7de58 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_SupportVectorMachineModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const SUPPORT_VECTOR_MACHINE_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
index 859fd57558c..2ffe3e6353f 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_TextModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const TEXT_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
index ac98121b0bf..64646ce492b 100644
---
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
+++
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_TimeSeriesModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const TIME_SERIES_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
b/packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
index a53426f7994..37a84cce5f0 100644
--- a/packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
+++ b/packages/pmml-editor-marshaller/tests/marshaller/TestData_TreeModel.ts
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
export const TREE_MODEL_1: string = `
<PMML xmlns="http://www.dmg.org/PMML-4_4" version="4.4">
<Header copyright="DMG.org"/>
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-BoldItalic-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-BoldItalic-webfont.svg
index ec0ed5a591c..e17c208d60a 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-BoldItalic-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-BoldItalic-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sansbold_italic" horiz-adv-x="1128">
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBold-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBold-webfont.svg
index e476bd7bb7b..ada86fb3eb3 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBold-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBold-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sansextrabold" horiz-adv-x="1200">
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBoldItalic-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBoldItalic-webfont.svg
index 0150c1dfac8..06e09ee49b1 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBoldItalic-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-ExtraBoldItalic-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sansextrabold_italic" horiz-adv-x="1243">
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Italic-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Italic-webfont.svg
index 2ff579a2cd1..ee45055ee39 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Italic-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Italic-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sansitalic" horiz-adv-x="1128">
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Light-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Light-webfont.svg
index 9a3da4a46ba..da9d5c4bb36 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Light-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-Light-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sanslight" horiz-adv-x="1169">
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-LightItalic-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-LightItalic-webfont.svg
index 2d4d2df9b05..6c414f69fec 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-LightItalic-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-LightItalic-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sanslight_italic" horiz-adv-x="1128">
diff --git
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-SemiboldItalic-webfont.svg
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-SemiboldItalic-webfont.svg
index 34538707220..708f1e943f8 100644
---
a/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-SemiboldItalic-webfont.svg
+++
b/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-SemiboldItalic-webfont.svg
@@ -1,24 +1,6 @@
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
- <!--
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you 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
- -
- - 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.
- -->
<metadata />
<defs>
<font id="open_sanssemibold_italic" horiz-adv-x="1128">
diff --git
a/packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
b/packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
index 92280f6cbca..348e064ddfa 100644
---
a/packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
+++
b/packages/stunner-editors/uberfire-api/src/main/resources/org/uberfire/jre/org/uberfire/util/uri.min.js
@@ -1,22 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
- *
- * 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.
- */
-
/*
URI.js v2.0.0 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]