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 4202d362ee7..80c1faa117a 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 e0b903d5ca1..4aeab30a560 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 72b61ed9459..2945a214345 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 e5d58dc6b23..4049ec49c06 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 390d5c012e3..35aec7aa49e 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 e2a4cf3b6b2..470341d811c 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 b199c644062..5d97747af65 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 @@