Skip to content

Commit

Permalink
update licence to epl-2.0 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored May 24, 2024
1 parent 0ee850f commit 889e86f
Show file tree
Hide file tree
Showing 39 changed files with 475 additions and 325 deletions.
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

0 comments on commit 889e86f

Please sign in to comment.