From ce0fccee9abbdef1d66c0b8e242f0d9e98ef7256 Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 14 May 2024 15:03:49 -0400 Subject: [PATCH] Retain original copyright headers --- .../java/semantictokens/SemanticTokensVisitor.java | 11 +++++++---- .../boot/java/semantictokens/TokenModifier.java | 11 +++++++---- .../vscode/boot/java/semantictokens/TokenType.java | 11 +++++++---- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/SemanticTokensVisitor.java b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/SemanticTokensVisitor.java index 0213fda2a..6de09c7c5 100644 --- a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/SemanticTokensVisitor.java +++ b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/SemanticTokensVisitor.java @@ -1,12 +1,15 @@ /******************************************************************************* - * Copyright (c) 2024 Broadcom, Inc. + * Copyright (c) 2020 Microsoft Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: - * Broadcom, Inc. - initial API and implementation + * Microsoft Corporation - initial API and implementation + * 0dinD - Semantic highlighting improvements - https://github.com/eclipse/eclipse.jdt.ls/pull/1501 *******************************************************************************/ // Copied from JDT LS to workaround https://github.com/spring-projects/sts4/issues/1249 package org.springframework.ide.vscode.boot.java.semantictokens; diff --git a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenModifier.java b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenModifier.java index b81d44cd7..58e463f01 100644 --- a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenModifier.java +++ b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenModifier.java @@ -1,12 +1,15 @@ /******************************************************************************* - * Copyright (c) 2024 Broadcom, Inc. + * Copyright (c) 2020 Microsoft Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: - * Broadcom, Inc. - initial API and implementation + * Microsoft Corporation - initial API and implementation + * 0dinD - Semantic highlighting improvements - https://github.com/eclipse/eclipse.jdt.ls/pull/1501 *******************************************************************************/ // Copied from JDT LS to workaround https://github.com/spring-projects/sts4/issues/1249 package org.springframework.ide.vscode.boot.java.semantictokens; diff --git a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenType.java b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenType.java index 612e87f12..4d01cbe04 100644 --- a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenType.java +++ b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/semantictokens/TokenType.java @@ -1,12 +1,15 @@ /******************************************************************************* - * Copyright (c) 2024 Broadcom, Inc. + * Copyright (c) 2020 Microsoft Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at - * https://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: - * Broadcom, Inc. - initial API and implementation + * Microsoft Corporation - initial API and implementation + * 0dinD - Semantic highlighting improvements - https://github.com/eclipse/eclipse.jdt.ls/pull/1501 *******************************************************************************/ // Copied from JDT LS to workaround https://github.com/spring-projects/sts4/issues/1249 package org.springframework.ide.vscode.boot.java.semantictokens;