diff --git a/assembly/assembly-wsagent-server/src/assembly/LICENSE-mit.txt b/assembly/assembly-wsagent-server/src/assembly/LICENSE-mit.txt index 65e7c6742f2..2ca24cb99ae 100644 --- a/assembly/assembly-wsagent-server/src/assembly/LICENSE-mit.txt +++ b/assembly/assembly-wsagent-server/src/assembly/LICENSE-mit.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015 Codenvy, S.A. +Copyright (c) 2015 Red Hat, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImpl.java b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImpl.java index f23e2ae2f59..6b2e2399bcd 100644 --- a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImpl.java +++ b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImpl.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2016 Codenvy, S.A. + * Copyright (c) 2012-2016 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.dto.generator; diff --git a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplClientTemplate.java b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplClientTemplate.java index a023923dd97..849348e1656 100644 --- a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplClientTemplate.java +++ b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplClientTemplate.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2016 Codenvy, S.A. + * Copyright (c) 2012-2016 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.dto.generator; diff --git a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplServerTemplate.java b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplServerTemplate.java index d80602ada58..64678259ad5 100644 --- a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplServerTemplate.java +++ b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImplServerTemplate.java @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2012-2016 Codenvy, S.A. + * Copyright (c) 2012-2016 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.dto.generator; diff --git a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoTemplate.java b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoTemplate.java index 40e9eb1bfef..7458b39ad41 100644 --- a/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoTemplate.java +++ b/core/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoTemplate.java @@ -178,14 +178,14 @@ private void emitPostamble(StringBuilder builder) { private void emitPreamble(StringBuilder builder) { builder.append("/*******************************************************************************\n"); - builder.append(" * Copyright (c) 2012-2016 Codenvy, S.A.\n"); + builder.append(" * Copyright (c) 2012-2016 Red Hat, Inc.\n"); builder.append(" * All rights reserved. This program and the accompanying materials\n"); builder.append(" * are made available under the terms of the Eclipse Public License v1.0\n"); builder.append(" * which accompanies this distribution, and is available at\n"); builder.append(" * http://www.eclipse.org/legal/epl-v10.html\n"); builder.append(" *\n"); builder.append(" * Contributors:\n"); - builder.append(" * Codenvy, S.A. - initial API and implementation\n"); + builder.append(" * Red Hat, Inc. - initial API and implementation\n"); builder.append(" *******************************************************************************/\n\n\n"); builder.append("// GENERATED SOURCE. DO NOT EDIT.\npackage "); builder.append(packageName); diff --git a/core/commons/che-core-commons-lang/src/main/java/org/eclipse/che/commons/lang/FlushingStreamWriter.java b/core/commons/che-core-commons-lang/src/main/java/org/eclipse/che/commons/lang/FlushingStreamWriter.java index a413039fb24..b0b578d3ea2 100644 --- a/core/commons/che-core-commons-lang/src/main/java/org/eclipse/che/commons/lang/FlushingStreamWriter.java +++ b/core/commons/che-core-commons-lang/src/main/java/org/eclipse/che/commons/lang/FlushingStreamWriter.java @@ -1,22 +1,3 @@ -/* - * CODENVY CONFIDENTIAL - * __________________ - * - * [2012] - [2015] Codenvy, S.A. - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of Codenvy S.A. and its suppliers, - * if any. The intellectual and technical concepts contained - * herein are proprietary to Codenvy S.A. - * and its suppliers and may be covered by U.S. and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from Codenvy S.A.. - */ -package org.eclipse.che.commons.lang; - /* * Copyright 2003-2007 the original author or authors. * @@ -32,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package org.eclipse.che.commons.lang; import java.io.OutputStreamWriter; diff --git a/core/commons/che-core-commons-xml/src/test/resources/test-xml-files/book.xml b/core/commons/che-core-commons-xml/src/test/resources/test-xml-files/book.xml index 116df8cc0ce..880cd04b27d 100644 --- a/core/commons/che-core-commons-xml/src/test/resources/test-xml-files/book.xml +++ b/core/commons/che-core-commons-xml/src/test/resources/test-xml-files/book.xml @@ -1,14 +1,14 @@ diff --git a/dashboard/e2e/projects/create-project/create-project-samples/create-project-samples.spec.js b/dashboard/e2e/projects/create-project/create-project-samples/create-project-samples.spec.js index 474edc01e89..a067eeb49cc 100644 --- a/dashboard/e2e/projects/create-project/create-project-samples/create-project-samples.spec.js +++ b/dashboard/e2e/projects/create-project/create-project-samples/create-project-samples.spec.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/projects/create-project/create-project.mock.js b/dashboard/e2e/projects/create-project/create-project.mock.js index 42a1d786c87..f40dc8eb73b 100644 --- a/dashboard/e2e/projects/create-project/create-project.mock.js +++ b/dashboard/e2e/projects/create-project/create-project.mock.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/projects/create-project/create-project.po.js b/dashboard/e2e/projects/create-project/create-project.po.js index d20171d7c5e..19f073973e8 100644 --- a/dashboard/e2e/projects/create-project/create-project.po.js +++ b/dashboard/e2e/projects/create-project/create-project.po.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/list-stacks/list-stack.mock.js b/dashboard/e2e/stacks/list-stacks/list-stack.mock.js index bd2cdf7053a..8f9f70f4832 100644 --- a/dashboard/e2e/stacks/list-stacks/list-stack.mock.js +++ b/dashboard/e2e/stacks/list-stacks/list-stack.mock.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/list-stacks/list-stack.po.js b/dashboard/e2e/stacks/list-stacks/list-stack.po.js index 1698bc69f10..d460a23a19f 100644 --- a/dashboard/e2e/stacks/list-stacks/list-stack.po.js +++ b/dashboard/e2e/stacks/list-stacks/list-stack.po.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/list-stacks/list-stack.spec.js b/dashboard/e2e/stacks/list-stacks/list-stack.spec.js index ffd462b4fbd..c0d7c471287 100644 --- a/dashboard/e2e/stacks/list-stacks/list-stack.spec.js +++ b/dashboard/e2e/stacks/list-stacks/list-stack.spec.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/stack-details/change-machine-source/change-machine-source.spec.js b/dashboard/e2e/stacks/stack-details/change-machine-source/change-machine-source.spec.js index 82abd018513..e06ca0fbfb1 100644 --- a/dashboard/e2e/stacks/stack-details/change-machine-source/change-machine-source.spec.js +++ b/dashboard/e2e/stacks/stack-details/change-machine-source/change-machine-source.spec.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/stack-details/delete-dev-machine/delete-dev-machine.spec.js b/dashboard/e2e/stacks/stack-details/delete-dev-machine/delete-dev-machine.spec.js index dd10ba48436..17673e85f09 100644 --- a/dashboard/e2e/stacks/stack-details/delete-dev-machine/delete-dev-machine.spec.js +++ b/dashboard/e2e/stacks/stack-details/delete-dev-machine/delete-dev-machine.spec.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/stack-details/rename-machine/rename-machine.spec.js b/dashboard/e2e/stacks/stack-details/rename-machine/rename-machine.spec.js index 38a3250466d..5ce87a23f0a 100644 --- a/dashboard/e2e/stacks/stack-details/rename-machine/rename-machine.spec.js +++ b/dashboard/e2e/stacks/stack-details/rename-machine/rename-machine.spec.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/stack-details/stack-details.mock.js b/dashboard/e2e/stacks/stack-details/stack-details.mock.js index 42a6edfac7b..df525d2df6b 100644 --- a/dashboard/e2e/stacks/stack-details/stack-details.mock.js +++ b/dashboard/e2e/stacks/stack-details/stack-details.mock.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/stacks/stack-details/stack-details.po.js b/dashboard/e2e/stacks/stack-details/stack-details.po.js index b39201ec73d..fed6978773d 100644 --- a/dashboard/e2e/stacks/stack-details/stack-details.po.js +++ b/dashboard/e2e/stacks/stack-details/stack-details.po.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/utils.js b/dashboard/e2e/utils.js index b5a3a9dcca5..de21301dbb9 100644 --- a/dashboard/e2e/utils.js +++ b/dashboard/e2e/utils.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/widgets/che-notification/che-notification.po.js b/dashboard/e2e/widgets/che-notification/che-notification.po.js index cef09dad2bf..bc7c3c9db77 100644 --- a/dashboard/e2e/widgets/che-notification/che-notification.po.js +++ b/dashboard/e2e/widgets/che-notification/che-notification.po.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/widgets/che-popup/che-popup.po.js b/dashboard/e2e/widgets/che-popup/che-popup.po.js index 6b6efff2472..a07717d93b5 100644 --- a/dashboard/e2e/widgets/che-popup/che-popup.po.js +++ b/dashboard/e2e/widgets/che-popup/che-popup.po.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/workspaces/list-workspaces/list-workspaces.mock.js b/dashboard/e2e/workspaces/list-workspaces/list-workspaces.mock.js index e5649ce22f0..e0b7c281702 100644 --- a/dashboard/e2e/workspaces/list-workspaces/list-workspaces.mock.js +++ b/dashboard/e2e/workspaces/list-workspaces/list-workspaces.mock.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/workspaces/list-workspaces/list-workspaces.po.js b/dashboard/e2e/workspaces/list-workspaces/list-workspaces.po.js index ab625869916..0d2d2329923 100644 --- a/dashboard/e2e/workspaces/list-workspaces/list-workspaces.po.js +++ b/dashboard/e2e/workspaces/list-workspaces/list-workspaces.po.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/e2e/workspaces/list-workspaces/list-workspaces.spec.js b/dashboard/e2e/workspaces/list-workspaces/list-workspaces.spec.js index e92d3724963..a0fb14fe4fb 100644 --- a/dashboard/e2e/workspaces/list-workspaces/list-workspaces.spec.js +++ b/dashboard/e2e/workspaces/list-workspaces/list-workspaces.spec.js @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/gulp/all.js b/dashboard/gulp/all.js index 38b22a526db..cc4b0fdf896 100644 --- a/dashboard/gulp/all.js +++ b/dashboard/gulp/all.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/build.js b/dashboard/gulp/build.js index d0a4f599962..d26f4647e83 100644 --- a/dashboard/gulp/build.js +++ b/dashboard/gulp/build.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/conf.js b/dashboard/gulp/conf.js index fbeabe263a0..f8d222634b4 100644 --- a/dashboard/gulp/conf.js +++ b/dashboard/gulp/conf.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ var gutil = require('gulp-util'); diff --git a/dashboard/gulp/e2e-tests.js b/dashboard/gulp/e2e-tests.js index 6ca5eb79a77..1237ea42864 100644 --- a/dashboard/gulp/e2e-tests.js +++ b/dashboard/gulp/e2e-tests.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/inject.js b/dashboard/gulp/inject.js index 04d1e8a4df5..80c0fa8ba4d 100644 --- a/dashboard/gulp/inject.js +++ b/dashboard/gulp/inject.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/material-design-svgfont.js b/dashboard/gulp/material-design-svgfont.js index 7afdeb88709..b458ef433df 100644 --- a/dashboard/gulp/material-design-svgfont.js +++ b/dashboard/gulp/material-design-svgfont.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015 Codenvy, S.A. + * Copyright (c) 2015 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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/proxy.js b/dashboard/gulp/proxy.js index 7e49cd25e6a..ea7dc1d0aba 100644 --- a/dashboard/gulp/proxy.js +++ b/dashboard/gulp/proxy.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/scripts.js b/dashboard/gulp/scripts.js index 6357552a0a9..8b6884aa941 100644 --- a/dashboard/gulp/scripts.js +++ b/dashboard/gulp/scripts.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/server.js b/dashboard/gulp/server.js index a4b23ce5f69..2b3724e1d44 100644 --- a/dashboard/gulp/server.js +++ b/dashboard/gulp/server.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/styles.js b/dashboard/gulp/styles.js index f6a77b38d1c..dc0dc138a10 100644 --- a/dashboard/gulp/styles.js +++ b/dashboard/gulp/styles.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/svgfont.js b/dashboard/gulp/svgfont.js index 563c3f3d02a..d4b721d4648 100644 --- a/dashboard/gulp/svgfont.js +++ b/dashboard/gulp/svgfont.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/unit-tests.js b/dashboard/gulp/unit-tests.js index beee4c9b8e0..f1bc34ce9a0 100644 --- a/dashboard/gulp/unit-tests.js +++ b/dashboard/gulp/unit-tests.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulp/watch.js b/dashboard/gulp/watch.js index b2d40b161ae..507bf581829 100644 --- a/dashboard/gulp/watch.js +++ b/dashboard/gulp/watch.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/gulpfile.js b/dashboard/gulpfile.js index 18ba01fc1da..97c05216a65 100644 --- a/dashboard/gulpfile.js +++ b/dashboard/gulpfile.js @@ -1,12 +1,12 @@ /******************************************************************************* - * Copyright (c) 2015 Codenvy, S.A. + * Copyright (c) 2015 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 *******************************************************************************/ 'use strict'; diff --git a/dashboard/src/404.html b/dashboard/src/404.html index 33561bfb85a..4404290de30 100644 --- a/dashboard/src/404.html +++ b/dashboard/src/404.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/admin/plugins/plugins.html b/dashboard/src/app/admin/plugins/plugins.html index eda009ebe81..25b82319dd1 100644 --- a/dashboard/src/app/admin/plugins/plugins.html +++ b/dashboard/src/app/admin/plugins/plugins.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/administration/administration.html b/dashboard/src/app/administration/administration.html index 5253a2cbd84..e546a7b4de3 100644 --- a/dashboard/src/app/administration/administration.html +++ b/dashboard/src/app/administration/administration.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/colors/che-color.constant.ts.template b/dashboard/src/app/colors/che-color.constant.ts.template index 32781024694..67b9a7ef35f 100644 --- a/dashboard/src/app/colors/che-color.constant.ts.template +++ b/dashboard/src/app/colors/che-color.constant.ts.template @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/src/app/colors/che-output-colors.constant.ts.template b/dashboard/src/app/colors/che-output-colors.constant.ts.template index 026363ed744..931f951c041 100644 --- a/dashboard/src/app/colors/che-output-colors.constant.ts.template +++ b/dashboard/src/app/colors/che-output-colors.constant.ts.template @@ -1,12 +1,12 @@ /* - * Copyright (c) 2015-2017 Codenvy, S.A. + * Copyright (c) 2015-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 */ 'use strict'; diff --git a/dashboard/src/app/dashboard/dashboard.html b/dashboard/src/app/dashboard/dashboard.html index 68ea485c9f1..7226703e7a8 100644 --- a/dashboard/src/app/dashboard/dashboard.html +++ b/dashboard/src/app/dashboard/dashboard.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/demo-components/demo-components.html b/dashboard/src/app/demo-components/demo-components.html index 84b1ad91914..51b4f3b8a2f 100644 --- a/dashboard/src/app/demo-components/demo-components.html +++ b/dashboard/src/app/demo-components/demo-components.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/diagnostics/diagnostics.html b/dashboard/src/app/diagnostics/diagnostics.html index 0b9b0e7d7a5..deaf2832b77 100644 --- a/dashboard/src/app/diagnostics/diagnostics.html +++ b/dashboard/src/app/diagnostics/diagnostics.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/factories/create-factory/config-file-tab/factory-from-file.html b/dashboard/src/app/factories/create-factory/config-file-tab/factory-from-file.html index 4307c984109..0abb7467623 100644 --- a/dashboard/src/app/factories/create-factory/config-file-tab/factory-from-file.html +++ b/dashboard/src/app/factories/create-factory/config-file-tab/factory-from-file.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/create-factory/create-factory.html b/dashboard/src/app/factories/create-factory/create-factory.html index dab22b81939..46f58529c92 100644 --- a/dashboard/src/app/factories/create-factory/create-factory.html +++ b/dashboard/src/app/factories/create-factory/create-factory.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/create-factory/git/create-factory-git.html b/dashboard/src/app/factories/create-factory/git/create-factory-git.html index a31308211ec..5a164d0c8c2 100644 --- a/dashboard/src/app/factories/create-factory/git/create-factory-git.html +++ b/dashboard/src/app/factories/create-factory/git/create-factory-git.html @@ -1,13 +1,13 @@
diff --git a/dashboard/src/app/factories/create-factory/template-tab/factory-from-template.html b/dashboard/src/app/factories/create-factory/template-tab/factory-from-template.html index 0d351933777..b58dd25cafe 100644 --- a/dashboard/src/app/factories/create-factory/template-tab/factory-from-template.html +++ b/dashboard/src/app/factories/create-factory/template-tab/factory-from-template.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/create-factory/workspaces-tab/factory-from-workspace.html b/dashboard/src/app/factories/create-factory/workspaces-tab/factory-from-workspace.html index cfe781d0a00..7dc7211a3f0 100644 --- a/dashboard/src/app/factories/create-factory/workspaces-tab/factory-from-workspace.html +++ b/dashboard/src/app/factories/create-factory/workspaces-tab/factory-from-workspace.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/factory-details/factory-details.html b/dashboard/src/app/factories/factory-details/factory-details.html index 86ac0421526..ff3d28ed424 100644 --- a/dashboard/src/app/factories/factory-details/factory-details.html +++ b/dashboard/src/app/factories/factory-details/factory-details.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/factory-details/information-tab/factory-information/factory-information.html b/dashboard/src/app/factories/factory-details/information-tab/factory-information/factory-information.html index 437fcaf3b74..e085d6a21aa 100644 --- a/dashboard/src/app/factories/factory-details/information-tab/factory-information/factory-information.html +++ b/dashboard/src/app/factories/factory-details/information-tab/factory-information/factory-information.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/last-factories/last-factories.html b/dashboard/src/app/factories/last-factories/last-factories.html index 84e84174372..0d6ccb24a25 100644 --- a/dashboard/src/app/factories/last-factories/last-factories.html +++ b/dashboard/src/app/factories/last-factories/last-factories.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/list-factories/factory-item/factory-item.html b/dashboard/src/app/factories/list-factories/factory-item/factory-item.html index b09575c168b..56e8b24c6f4 100644 --- a/dashboard/src/app/factories/list-factories/factory-item/factory-item.html +++ b/dashboard/src/app/factories/list-factories/factory-item/factory-item.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/list-factories/list-factories.html b/dashboard/src/app/factories/list-factories/list-factories.html index d79f2bbf072..5c3fe57e7f8 100644 --- a/dashboard/src/app/factories/list-factories/list-factories.html +++ b/dashboard/src/app/factories/list-factories/list-factories.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/factories/load-factory/load-factory.html b/dashboard/src/app/factories/load-factory/load-factory.html index 7fe69d4f396..a5dd4d02dd8 100644 --- a/dashboard/src/app/factories/load-factory/load-factory.html +++ b/dashboard/src/app/factories/load-factory/load-factory.html @@ -3,7 +3,7 @@ CODENVY CONFIDENTIAL __________________ - [2015] - [2016] Codenvy, S.A. + [2015] - [2016] Red Hat, Inc. All Rights Reserved. NOTICE: All information contained herein is, and remains diff --git a/dashboard/src/app/ide/ide.html b/dashboard/src/app/ide/ide.html index 4fca02b7784..ce8b616c686 100644 --- a/dashboard/src/app/ide/ide.html +++ b/dashboard/src/app/ide/ide.html @@ -1,13 +1,13 @@ diff --git a/dashboard/src/app/navbar/navbar.html b/dashboard/src/app/navbar/navbar.html index bd45e2bee96..c4e1462778d 100644 --- a/dashboard/src/app/navbar/navbar.html +++ b/dashboard/src/app/navbar/navbar.html @@ -1,13 +1,13 @@