Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update licence to epl-2.0 #81

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
416 changes: 245 additions & 171 deletions LICENSE

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions client/src/common/creators.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

import { Container } from 'inversify';
Expand Down
10 changes: 6 additions & 4 deletions client/src/common/elkt-language.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

monaco.languages.register({
Expand Down
10 changes: 6 additions & 4 deletions client/src/common/language-diagram-server.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import { IConnection } from "monaco-languageclient/lib/connection";
import { DiagramServer, ActionMessage, ActionHandlerRegistry, Action } from "sprotty";
Expand Down
10 changes: 6 additions & 4 deletions client/src/common/url-parameters.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

import ICodeEditor = monaco.editor.ICodeEditor;
Expand Down
10 changes: 6 additions & 4 deletions client/src/common/util.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

export function groupBy<T>(iterable: T[], keyFun: (e) => string): { [key: string]: T[] } {
Expand Down
10 changes: 6 additions & 4 deletions client/src/conversion/editor.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import 'reflect-metadata';

Expand Down
10 changes: 6 additions & 4 deletions client/src/conversion/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

window.onload = () => {
Expand Down
10 changes: 6 additions & 4 deletions client/src/elkgraph/editor.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import 'reflect-metadata';

Expand Down
10 changes: 6 additions & 4 deletions client/src/elkgraph/elkt-language.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

monaco.languages.register({
Expand Down
10 changes: 6 additions & 4 deletions client/src/elkgraph/language-diagram-server.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import { IConnection } from "monaco-languageclient/lib/connection";
import { DiagramServer, ActionMessage, ActionHandlerRegistry, Action } from "sprotty";
Expand Down
10 changes: 6 additions & 4 deletions client/src/elkgraph/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

window.onload = () => {
Expand Down
10 changes: 6 additions & 4 deletions client/src/examples/elkex-loader.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import { ElkExample } from './elkex';

Expand Down
10 changes: 6 additions & 4 deletions client/src/examples/elkex.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import { groupBy } from "../common/util";

Expand Down
10 changes: 6 additions & 4 deletions client/src/examples/examples.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import 'reflect-metadata';
import * as showdown from 'showdown';
Expand Down
10 changes: 6 additions & 4 deletions client/src/examples/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

window.onload = () => {
Expand Down
10 changes: 6 additions & 4 deletions client/src/json/editor.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import 'reflect-metadata';
import { LocalModelSource, TYPES } from 'sprotty';
Expand Down
10 changes: 6 additions & 4 deletions client/src/json/elk-json-language.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

monaco.languages.register({
Expand Down
12 changes: 7 additions & 5 deletions client/src/json/elkgraph-json.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Copyright (c) 2017 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
export interface ElkPoint {
x: number
Expand Down
12 changes: 7 additions & 5 deletions client/src/json/elkgraph-to-sprotty.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Copyright (c) 2017 Kiel University and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import {
SNodeSchema, SEdgeSchema, SPortSchema, SLabelSchema, SGraphSchema, Point, Dimension
Expand Down
10 changes: 6 additions & 4 deletions client/src/json/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

window.onload = () => {
Expand Down
10 changes: 6 additions & 4 deletions client/src/models/main.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017, 2020 Kiel University and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import 'reflect-metadata';

Expand Down
10 changes: 6 additions & 4 deletions client/src/sprotty-config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import { Container, ContainerModule } from "inversify";
import {
Expand Down
10 changes: 6 additions & 4 deletions client/src/sprotty-model.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
import {
SNode, RectangularNode, RectangularPort,
Expand Down
10 changes: 6 additions & 4 deletions client/src/url-parameters.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*******************************************************************************
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/

import ICodeEditor = monaco.editor.ICodeEditor;
Expand Down
Loading
Loading