Skip to content

Commit 279ec7c

Browse files
committed
Add Copyright text
1 parent 057f064 commit 279ec7c

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed

Diff for: bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services/ClangdLanguageServer.java

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Contributors:
1111
* Dominic Scharfe (COSEDA Technologies GmbH) - initial implementation
12+
* Dietrich Travkin (Solunar GmbH) - extensions for AST and symbol info
1213
*******************************************************************************/
1314
package org.eclipse.cdt.lsp.services;
1415

Diff for: bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services/ast/AstNode.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2024 Advantest Europe GmbH and others.
3+
* This program and the accompanying materials are made
4+
* available under the terms of the Eclipse Public License 2.0
5+
* which is available at https://www.eclipse.org/legal/epl-2.0/
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
8+
*
9+
* Contributors:
10+
* Dietrich Travkin (Solunar GmbH) - Initial implementation
11+
*******************************************************************************/
112
package org.eclipse.cdt.lsp.services.ast;
213

314
import java.util.Arrays;

Diff for: bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services/ast/AstParams.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2024 Advantest Europe GmbH and others.
3+
* This program and the accompanying materials are made
4+
* available under the terms of the Eclipse Public License 2.0
5+
* which is available at https://www.eclipse.org/legal/epl-2.0/
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
8+
*
9+
* Contributors:
10+
* Dietrich Travkin (Solunar GmbH) - Initial implementation
11+
*******************************************************************************/
112
package org.eclipse.cdt.lsp.services.ast;
213

314
import org.eclipse.cdt.lsp.services.ClangdLanguageServer;

Diff for: bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services/symbolinfo/RangeAndUri.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2024 Advantest Europe GmbH and others.
3+
* This program and the accompanying materials are made
4+
* available under the terms of the Eclipse Public License 2.0
5+
* which is available at https://www.eclipse.org/legal/epl-2.0/
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
8+
*
9+
* Contributors:
10+
* Dietrich Travkin (Solunar GmbH) - Initial implementation
11+
*******************************************************************************/
112
package org.eclipse.cdt.lsp.services.symbolinfo;
213

314
import org.eclipse.cdt.lsp.services.ClangdLanguageServer;

Diff for: bundles/org.eclipse.cdt.lsp/src/org/eclipse/cdt/lsp/services/symbolinfo/SymbolDetails.java

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*******************************************************************************
2+
* Copyright (c) 2024 Advantest Europe GmbH and others.
3+
* This program and the accompanying materials are made
4+
* available under the terms of the Eclipse Public License 2.0
5+
* which is available at https://www.eclipse.org/legal/epl-2.0/
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
8+
*
9+
* Contributors:
10+
* Dietrich Travkin (Solunar GmbH) - Initial implementation
11+
*******************************************************************************/
112
package org.eclipse.cdt.lsp.services.symbolinfo;
213

314
import org.eclipse.cdt.lsp.services.ClangdLanguageServer;

0 commit comments

Comments
 (0)