Skip to content

Commit 53bd992

Browse files
committed
Update license to EPL-2.0
1 parent cacacb2 commit 53bd992

File tree

6,142 files changed

+37818
-44393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,142 files changed

+37818
-44393
lines changed

Diff for: LICENSE

+277-210
Large diffs are not rendered by default.

Diff for: NOTICE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ source code repository logs.
1616

1717
## Declared Project Licenses
1818

19-
This program and the accompanying materials are made available under the terms
20-
of the Eclipse Public License v1.0 which is available at
21-
https://www.eclipse.org/legal/epl-v10.html.
19+
This program and the accompanying materials are made
20+
available under the terms of the Eclipse Public License 2.0
21+
which is available at https://www.eclipse.org/legal/epl-2.0/
2222

23-
SPDX-License-Identifier: EPL-1.0
23+
SPDX-License-Identifier: EPL-2.0
2424

2525
## Source Code
2626

Diff for: eclipse-scout-chart/README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
<p align="center">
66
<a href="https://ci.eclipse.org/scout/view/Scout%20Nightly%20Jobs/job/scout-integration-22.0-RT-nightly_pipeline/" target="_blank" rel="noopener noreferrer"><img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.eclipse.org%2Fscout%2Fview%2FScout%2520Nightly%2520Jobs%2Fjob%2Fscout-integration-22.0-RT-nightly_pipeline%2F"></a>
77
<a href="https://ci.eclipse.org/scout/view/Scout%20Nightly%20Jobs/job/scout-integration-22.0-RT-nightly_pipeline/" target="_blank" rel="noopener noreferrer"><img alt="Jenkins tests" src="https://img.shields.io/jenkins/tests?compact_message&jobUrl=https%3A%2F%2Fci.eclipse.org%2Fscout%2Fview%2FScout%2520Nightly%2520Jobs%2Fjob%2Fscout-integration-22.0-RT-nightly_pipeline%2F"></a>
8-
<a href="https://www.npmjs.com/package/@eclipse-scout/cli" target="_blank" rel="noopener noreferrer"><img alt="npm" src="https://img.shields.io/npm/dm/@eclipse-scout/cli"></a>
9-
<a href="https://www.eclipse.org/legal/epl-v10.html" target="_blank" rel="noopener noreferrer"><img alt="NPM" src="https://img.shields.io/npm/l/@eclipse-scout/cli"></a>
10-
<a href="https://www.npmjs.com/package/@eclipse-scout/cli" target="_blank" rel="noopener noreferrer"><img alt="npm (scoped)" src="https://img.shields.io/npm/v/@eclipse-scout/cli"></a>
11-
<a href="https://www.npmjs.com/package/@eclipse-scout/cli" target="_blank" rel="noopener noreferrer"><img alt="node" src="https://img.shields.io/node/v/@eclipse-scout/cli"></a>
8+
<a href="https://www.npmjs.com/package/@eclipse-scout/chart" target="_blank" rel="noopener noreferrer"><img alt="npm" src="https://img.shields.io/npm/dm/@eclipse-scout/chart"></a>
9+
<a href="https://www.eclipse.org/legal/epl-2.0/" target="_blank" rel="noopener noreferrer"><img alt="NPM" src="https://img.shields.io/npm/l/@eclipse-scout/chart"></a>
10+
<a href="https://www.npmjs.com/package/@eclipse-scout/chart" target="_blank" rel="noopener noreferrer"><img alt="npm (scoped)" src="https://img.shields.io/npm/v/@eclipse-scout/chart"></a>
11+
<a href="https://www.npmjs.com/package/@eclipse-scout/chart" target="_blank" rel="noopener noreferrer"><img alt="node" src="https://img.shields.io/node/v/@eclipse-scout/chart"></a>
1212
<a href="https://www.eclipse.org/scout/" target="_blank" rel="noopener noreferrer"><img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fwww.eclipse.org%2Fscout%2F"></a>
1313
</p>
1414

1515
# Eclipse Scout - Chart
1616

1717
Extends the [Eclipse Scout](https://www.eclipse.org/scout/) framework with charts based on [Chart.js](https://www.chartjs.org/).
18-
19-
## License
20-
21-
[Eclipse Public License (EPL) v1.0](https://www.eclipse.org/legal/epl-v10.html)

Diff for: eclipse-scout-chart/karma.conf.js

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2020 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
const baseConfig = require('@eclipse-scout/cli/scripts/karma-defaults');
1211

Diff for: eclipse-scout-chart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/eclipse-scout/scout.rt.git"
1010
},
11-
"license": "EPL-1.0",
11+
"license": "EPL-2.0",
1212
"engines": {
1313
"node": ">=18.12.1",
1414
"npm": ">=9.1.1",

Diff for: eclipse-scout-chart/pom.xml

+39-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2022 BSI Business Systems Integration AG.
4-
~ All rights reserved. This program and the accompanying materials
5-
~ are made available under the terms of the Eclipse Public License v1.0
6-
~ which accompanies this distribution, and is available at
7-
~ https://www.eclipse.org/legal/epl-v10.html
3+
~ Copyright (c) 2010, 2023 BSI Business Systems Integration AG
84
~
9-
~ Contributors:
10-
~ BSI Business Systems Integration AG - initial API and implementation
5+
~ This program and the accompanying materials are made
6+
~ available under the terms of the Eclipse Public License 2.0
7+
~ which is available at https://www.eclipse.org/legal/epl-2.0/
8+
~
9+
~ SPDX-License-Identifier: EPL-2.0
1110
-->
1211
<project xmlns="http://maven.apache.org/POM/4.0.0"
1312
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -107,6 +106,39 @@
107106
</dependencies>
108107
</plugin>
109108
</plugins>
109+
<pluginManagement>
110+
<plugins>
111+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
112+
<plugin>
113+
<groupId>org.eclipse.m2e</groupId>
114+
<artifactId>lifecycle-mapping</artifactId>
115+
<version>1.0.0</version>
116+
<configuration>
117+
<lifecycleMappingMetadata>
118+
<pluginExecutions>
119+
<pluginExecution>
120+
<pluginExecutionFilter>
121+
<groupId>org.codehaus.mojo</groupId>
122+
<artifactId>
123+
exec-maven-plugin
124+
</artifactId>
125+
<versionRange>
126+
[3.1.0,)
127+
</versionRange>
128+
<goals>
129+
<goal>java</goal>
130+
</goals>
131+
</pluginExecutionFilter>
132+
<action>
133+
<ignore />
134+
</action>
135+
</pluginExecution>
136+
</pluginExecutions>
137+
</lifecycleMappingMetadata>
138+
</configuration>
139+
</plugin>
140+
</plugins>
141+
</pluginManagement>
110142
</build>
111143

112144
</project>

Diff for: eclipse-scout-chart/src/chart/AbstractChartRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110

1211
import {Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/AbstractSvgChartRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {ObjectFactory, strings, styles} from '@eclipse-scout/core';
1211
import $ from 'jquery';

Diff for: eclipse-scout-chart/src/chart/Chart.less

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
#scout {
1211
/* Mixin to use the correct tile background color for the given attribute (use 'fill' or 'stroke') */

Diff for: eclipse-scout-chart/src/chart/Chart.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {AbstractChartRenderer, ChartEventMap, ChartJsRenderer, ChartLayout, ChartModel, FulfillmentChartRenderer, SalesfunnelChartRenderer, SpeedoChartRenderer, VennChartRenderer} from '../index';
1211
import {arrays, ColorScheme, colorSchemes, EnumObject, HtmlComponent, InitModelOf, objects, Widget} from '@eclipse-scout/core';

Diff for: eclipse-scout-chart/src/chart/ChartAdapter.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {Event, ModelAdapter} from '@eclipse-scout/core';
1211
import {Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/ChartEventMap.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {Event as ScoutEvent, PropertyChangeEvent, WidgetEventMap} from '@eclipse-scout/core';
1211
import {AbstractChartRenderer, Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/ChartJsRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {AbstractChartRenderer, Chart} from '../index';
1211
import {

Diff for: eclipse-scout-chart/src/chart/ChartLayout.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {AbstractLayout} from '@eclipse-scout/core';
1211
import {UpdateChartOptions, Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/ChartModel.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {WidgetModel} from '@eclipse-scout/core';
1211
import {ChartConfig, ChartData, ClickObject} from './Chart';

Diff for: eclipse-scout-chart/src/chart/FulfillmentChartRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {objects, scout} from '@eclipse-scout/core';
1211
import {AbstractSvgChartRenderer, Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/SalesfunnelChartRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {objects, strings} from '@eclipse-scout/core';
1211
import {AbstractSvgChartRenderer, Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/SpeedoChartRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {EnumObject, numbers, RoundingMode} from '@eclipse-scout/core';
1211
import {AbstractSvgChartRenderer, Chart} from '../index';

Diff for: eclipse-scout-chart/src/chart/VennAsync3Calculator.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110

1211
// place venn 3 by simulation

Diff for: eclipse-scout-chart/src/chart/VennChartRenderer.ts

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2010-2022 BSI Business Systems Integration AG.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* https://www.eclipse.org/legal/epl-v10.html
2+
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
73
*
8-
* Contributors:
9-
* BSI Business Systems Integration AG - initial API and implementation
4+
* This program and the accompanying materials are made
5+
* available under the terms of the Eclipse Public License 2.0
6+
* which is available at https://www.eclipse.org/legal/epl-2.0/
7+
*
8+
* SPDX-License-Identifier: EPL-2.0
109
*/
1110
import {AbstractSvgChartRenderer, Chart, VennAsync3Calculator, VennCircle, VennCircleHelper} from '../index';
1211
import $ from 'jquery';

0 commit comments

Comments
 (0)