Skip to content

Commit 6b13714

Browse files
committed
Update coypright statemens to reflect others have contributed to the code as well
1 parent 85ff9ef commit 6b13714

File tree

93 files changed

+105
-104
lines changed

Some content is hidden

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

93 files changed

+105
-104
lines changed

LICENSE

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
Copyright (c) 2018-2024 TypeFox GmbH (http://www.typefox.io)
2-
3-
All rights reserved.
4-
51
MIT License
62

3+
Copyright 2018 - present TypeFox GmbH
4+
75
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
86

97
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

packages/client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/client/src/vscode/fakeWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/client/src/vscode/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/bare/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/browser/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/common/example-apps-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/common/language-server-runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/common/server-commons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55
import { WebSocketServer, ServerOptions } from 'ws';

packages/examples/src/groovy/client/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/groovy/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55
export const groovyConfig = {

packages/examples/src/groovy/server/direct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/groovy/server/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/json/client/wrapperWs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/json/server/direct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55
import { resolve } from 'path';

packages/examples/src/json/server/json-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55
import { readFile } from 'fs';

packages/examples/src/json/server/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55
import { runLanguageServer } from '../../common/language-server-runner.js';

packages/examples/src/langium/langium-dsl/config/classicConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/langium-dsl/config/extendedConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/langium-dsl/config/langium.monarch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/langium-dsl/worker/langium-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2018-2022 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2018-2022 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/langium-dsl/wrapperLangium.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/statemachine/config/wrapperStatemachineConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/statemachine/ls/statemachine-module.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/******************************************************************************
2-
* Copyright 2021 TypeFox GmbH
3-
* This program and the accompanying materials are made available under the
4-
* terms of the MIT License, which is available in the project root.
5-
******************************************************************************/
1+
/* --------------------------------------------------------------------------------------------
2+
* Copyright (c) 2024 TypeFox and others.
3+
* Licensed under the MIT License. See LICENSE in the package root for license information.
4+
* ------------------------------------------------------------------------------------------ */
65

76
import type { Module } from 'langium';
87
import type { DefaultSharedModuleContext, LangiumServices, LangiumSharedServices, PartialLangiumServices } from 'langium/lsp';

packages/examples/src/langium/statemachine/ls/statemachine-validator.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/******************************************************************************
2-
* Copyright 2021 TypeFox GmbH
3-
* This program and the accompanying materials are made available under the
4-
* terms of the MIT License, which is available in the project root.
5-
******************************************************************************/
1+
/* --------------------------------------------------------------------------------------------
2+
* Copyright (c) 2024 TypeFox and others.
3+
* Licensed under the MIT License. See LICENSE in the package root for license information.
4+
* ------------------------------------------------------------------------------------------ */
65

76
import type { ValidationAcceptor, ValidationChecks } from 'langium';
87
import type { State, Statemachine, StatemachineAstType, Event } from './generated/ast.js';

packages/examples/src/langium/statemachine/main-react.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/statemachine/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/statemachine/worker/statemachine-server-port.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/statemachine/worker/statemachine-server-start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/langium/statemachine/worker/statemachine-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/python/client/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/python/client/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/python/client/reactPython.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/python/server/direct.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/python/server/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/ts/wrapperAdvanced.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/ts/wrapperTs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/examples/src/utils/fs-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55
import { dirname } from 'path';

packages/examples/src/utils/localeLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/vscode-ws-jsonrpc/src/connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/vscode-ws-jsonrpc/src/disposable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

packages/vscode-ws-jsonrpc/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* --------------------------------------------------------------------------------------------
2-
* Copyright (c) 2024 TypeFox GmbH (http://www.typefox.io). All rights reserved.
2+
* Copyright (c) 2024 TypeFox and others.
33
* Licensed under the MIT License. See LICENSE in the package root for license information.
44
* ------------------------------------------------------------------------------------------ */
55

0 commit comments

Comments
 (0)