Fix licenses, update to new version
Signed-off-by: Thomas Mäder <tmader@redhat.com>6.19.x
parent
26e168ef06
commit
29f124cead
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue