Fix licenses, update to new version

Signed-off-by: Thomas Mäder <tmader@redhat.com>
6.19.x
Thomas Mäder 2017-11-02 08:39:20 +01:00 committed by Thomas Mäder
parent 26e168ef06
commit 29f124cead
5 changed files with 29 additions and 6 deletions

View File

@ -16,7 +16,7 @@
<parent>
<artifactId>che-agents-parent</artifactId>
<groupId>org.eclipse.che</groupId>
<version>6.0.0-M1-SNAPSHOT</version>
<version>6.0.0-M2-SNAPSHOT</version>
</parent>
<artifactId>ls-java-agent</artifactId>
<name>Language Server Java Agent</name>

View File

@ -16,7 +16,7 @@
<parent>
<artifactId>che-plugin-java-parent</artifactId>
<groupId>org.eclipse.che.plugin</groupId>
<version>6.0.0-M1-SNAPSHOT</version>
<version>6.0.0-M2-SNAPSHOT</version>
</parent>
<artifactId>che-plugin-java-server</artifactId>
<name>Che Plugin :: Java :: Language Server</name>

View File

@ -1,9 +1,12 @@
/*
* Copyright (c) 2012-2017 Red Hat, Inc. 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) 2012-2017 Red Hat, Inc.
* 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
*
* Contributors: Red Hat, Inc. - initial API and implementation
* Contributors:
* Red Hat, Inc. - initial API and implementation
*/
package org.eclipse.che.api.languageserver.launcher;

View File

@ -1,3 +1,13 @@
/*
* Copyright (c) 2012-2017 Red Hat, Inc.
* 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
*
* Contributors:
* Red Hat, Inc. - initial API and implementation
*/
package org.eclipse.che.api.languageserver.launcher;
import org.eclipse.che.api.languageserver.exception.LanguageServerException;

View File

@ -1,3 +1,13 @@
/*
* Copyright (c) 2012-2017 Red Hat, Inc.
* 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
*
* Contributors:
* Red Hat, Inc. - initial API and implementation
*/
package org.eclipse.che.api.languageserver.launcher;
import org.eclipse.che.api.languageserver.exception.LanguageServerException;