From bd0f223a260c0507ce53fffbd5114a237ba0702c Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Mon, 14 Aug 2017 09:12:48 +0300 Subject: [PATCH] Fix license headers (#5984) --- .../main/java/org/eclipse/che/ide/api/vcs/HasVcsStatus.java | 4 ++-- .../src/main/java/org/eclipse/che/ide/api/vcs/VcsStatus.java | 4 ++-- .../org/eclipse/che/ide/ext/git/client/GitChangesHandler.java | 4 ++-- .../maven/client/preference/MavenPreferencePresenter.java | 4 ++-- .../plugin/maven/client/preference/MavenPreferenceView.java | 4 ++-- .../maven/client/preference/MavenPreferenceViewImpl.java | 4 ++-- .../maven/client/preference/MavenPreferenceViewImpl.ui.xml | 4 ++-- .../main/java/org/eclipse/che/api/git/GitChangesDetector.java | 4 ++-- .../java/org/eclipse/che/api/git/GitIndexChangedDetector.java | 4 ++-- .../main/java/org/eclipse/che/api/git/GitStatusProvider.java | 4 ++-- .../che/api/project/shared/dto/event/GitChangeEventDto.java | 4 ++-- .../api/project/server/ProjectServiceVcsStatusInjector.java | 4 ++-- .../org/eclipse/che/api/project/server/VcsStatusProvider.java | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/HasVcsStatus.java b/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/HasVcsStatus.java index 4202d362ee7d..80c1faa117a7 100644 --- a/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/HasVcsStatus.java +++ b/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/HasVcsStatus.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. + * 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: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.che.ide.api.vcs; diff --git a/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/VcsStatus.java b/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/VcsStatus.java index e0b903d5ca14..4aeab30a5604 100644 --- a/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/VcsStatus.java +++ b/ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/vcs/VcsStatus.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. + * 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: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.che.ide.api.vcs; diff --git a/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java b/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java index 72b61ed9459e..2945a2143453 100644 --- a/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java +++ b/plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/GitChangesHandler.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. + * 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: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.che.ide.ext.git.client; diff --git a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferencePresenter.java b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferencePresenter.java index e5d58dc6b23b..4049ec49c064 100644 --- a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferencePresenter.java +++ b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferencePresenter.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. + * 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: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.che.plugin.maven.client.preference; diff --git a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceView.java b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceView.java index 390d5c012e33..35aec7aa49e4 100644 --- a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceView.java +++ b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceView.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. + * 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: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.che.plugin.maven.client.preference; diff --git a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.java b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.java index e2a4cf3b6b2c..470341d811c8 100644 --- a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.java +++ b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. + * 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: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.che.plugin.maven.client.preference; diff --git a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.ui.xml b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.ui.xml index b199c6440621..5d97747af651 100644 --- a/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.ui.xml +++ b/plugins/plugin-maven/che-plugin-maven-ide/src/main/java/org/eclipse/che/plugin/maven/client/preference/MavenPreferenceViewImpl.ui.xml @@ -1,13 +1,13 @@