diff --git a/agents/che-core-api-agent/src/test/resources/agents-launchers-tests-arbitraryuser.bats b/agents/che-core-api-agent/src/test/resources/agents-launchers-tests-arbitraryuser.bats index e30b105668..9c2be9f42e 100644 --- a/agents/che-core-api-agent/src/test/resources/agents-launchers-tests-arbitraryuser.bats +++ b/agents/che-core-api-agent/src/test/resources/agents-launchers-tests-arbitraryuser.bats @@ -1,9 +1,10 @@ #!/usr/bin/env bats -# 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. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: # Mario diff --git a/agents/che-core-api-agent/src/test/resources/agents-launchers-tests.bats b/agents/che-core-api-agent/src/test/resources/agents-launchers-tests.bats index 86c4bad246..5079279dce 100644 --- a/agents/che-core-api-agent/src/test/resources/agents-launchers-tests.bats +++ b/agents/che-core-api-agent/src/test/resources/agents-launchers-tests.bats @@ -1,9 +1,10 @@ #!/usr/bin/env bats -# 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. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: # Mario diff --git a/agents/che-core-api-agent/src/test/resources/run_launcher_bats_tests.sh b/agents/che-core-api-agent/src/test/resources/run_launcher_bats_tests.sh index 571feaff15..cdf09f0592 100755 --- a/agents/che-core-api-agent/src/test/resources/run_launcher_bats_tests.sh +++ b/agents/che-core-api-agent/src/test/resources/run_launcher_bats_tests.sh @@ -1,10 +1,11 @@ #!/bin/bash # # 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 +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: # Red Hat, Inc. - initial API and implementation diff --git a/assembly/assembly-main/src/assembly/README b/assembly/assembly-main/src/assembly/README index 4dc1ee36d3..544c2790d9 100644 --- a/assembly/assembly-main/src/assembly/README +++ b/assembly/assembly-main/src/assembly/README @@ -1,12 +1,13 @@ /******************************************************************************* - * Copyright (c) 2012-2017 Codenvy, S.A. - * 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. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: - * Codenvy, S.A. - initial API and implementation + * Red Hat, Inc. - initial API and implementation *******************************************************************************/ Eclipse Che 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 d620322b37..c163e48800 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,11 +1,13 @@ -/** - * ***************************************************************************** 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 +/* + * Copyright (c) 2012-2016 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * 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 15a7b34f0c..01c203ba74 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,11 +1,13 @@ -/** - * ***************************************************************************** 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 +/* + * Copyright (c) 2012-2016 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * 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 7062c05f42..40e4c6d99b 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,11 +1,13 @@ -/** - * ***************************************************************************** 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 +/* + * Copyright (c) 2012-2016 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.dto.generator; 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 880cd04b27..6315e4efca 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 @@ -2,10 +2,11 @@ ; import com.google.inject.Provider; diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/AbstractOutputCustomizer.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/AbstractOutputCustomizer.java index ea89bf3e51..a1839230f7 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/AbstractOutputCustomizer.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/AbstractOutputCustomizer.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CPPOutputCustomizer.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CPPOutputCustomizer.java index 0cda8a0fb7..af02918985 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CPPOutputCustomizer.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CPPOutputCustomizer.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CSharpOutputCustomizer.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CSharpOutputCustomizer.java index adf47e48cd..14d9ab9524 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CSharpOutputCustomizer.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CSharpOutputCustomizer.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CompoundOutputCustomizer.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CompoundOutputCustomizer.java index 873d998b85..ccf3f232c4 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CompoundOutputCustomizer.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/CompoundOutputCustomizer.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/JavaOutputCustomizer.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/JavaOutputCustomizer.java index ba2c8fbd8c..d2afa5b28f 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/JavaOutputCustomizer.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/JavaOutputCustomizer.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/OutputCustomizer.java b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/OutputCustomizer.java index 0edb7b548b..dc42c60bf7 100644 --- a/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/OutputCustomizer.java +++ b/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/console/OutputCustomizer.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/BaseOutputCustomizerTest.java b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/BaseOutputCustomizerTest.java index 5e981e965f..9029270194 100644 --- a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/BaseOutputCustomizerTest.java +++ b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/BaseOutputCustomizerTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CPPOutputCustomizerTest.java b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CPPOutputCustomizerTest.java index 84730f07b3..e856fde118 100644 --- a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CPPOutputCustomizerTest.java +++ b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CPPOutputCustomizerTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CSharpOutputCustomizerTest.java b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CSharpOutputCustomizerTest.java index 5ba3889234..61b14b5487 100644 --- a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CSharpOutputCustomizerTest.java +++ b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CSharpOutputCustomizerTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CompoundOutputCustomizerTest.java b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CompoundOutputCustomizerTest.java index 40b75d2f83..4712bea412 100644 --- a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CompoundOutputCustomizerTest.java +++ b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/CompoundOutputCustomizerTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/JavaOutputCustomizerTest.java b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/JavaOutputCustomizerTest.java index 97832efed5..9c24a363dc 100644 --- a/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/JavaOutputCustomizerTest.java +++ b/ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/console/JavaOutputCustomizerTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 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) 2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.console; diff --git a/ide/che-core-ide-stacks/src/main/resources/stacks-images/type-zend.svg b/ide/che-core-ide-stacks/src/main/resources/stacks-images/type-zend.svg index c627df0191..ca37c1f716 100644 --- a/ide/che-core-ide-stacks/src/main/resources/stacks-images/type-zend.svg +++ b/ide/che-core-ide-stacks/src/main/resources/stacks-images/type-zend.svg @@ -1,11 +1,12 @@ Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.collections; diff --git a/ide/commons-gwt/src/main/java/org/eclipse/che/ide/ui/list/FilterableSimpleList.java b/ide/commons-gwt/src/main/java/org/eclipse/che/ide/ui/list/FilterableSimpleList.java index 032ea7980a..6970cfaa95 100644 --- a/ide/commons-gwt/src/main/java/org/eclipse/che/ide/ui/list/FilterableSimpleList.java +++ b/ide/commons-gwt/src/main/java/org/eclipse/che/ide/ui/list/FilterableSimpleList.java @@ -1,9 +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 +/* + * Copyright (c) 2012-2017 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.ui.list; diff --git a/ide/commons-gwt/src/main/java/org/eclipse/che/ide/util/MathUtils.java b/ide/commons-gwt/src/main/java/org/eclipse/che/ide/util/MathUtils.java index f376a0c721..fb5d785122 100644 --- a/ide/commons-gwt/src/main/java/org/eclipse/che/ide/util/MathUtils.java +++ b/ide/commons-gwt/src/main/java/org/eclipse/che/ide/util/MathUtils.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) - * 2012-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 +/* + * Copyright (c) 2012-2015 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Red Hat, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.ide.util; diff --git a/plugins/plugin-composer/che-plugin-composer-ide/pom.xml b/plugins/plugin-composer/che-plugin-composer-ide/pom.xml index 1362541dca..5363661a76 100644 --- a/plugins/plugin-composer/che-plugin-composer-ide/pom.xml +++ b/plugins/plugin-composer/che-plugin-composer-ide/pom.xml @@ -2,10 +2,11 @@ + Copyright (c) 2012-2014 Red Hat, Inc. + This program and the accompanying materials are made + available under the terms of the Eclipse Public License 2.0 + which is available at https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 + + Contributors: + Red Hat, Inc. - initial API and implementation + +--> 4.0.0 diff --git a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/pom.xml b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/pom.xml index 27a21b2d74..a4d9869303 100644 --- a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/pom.xml +++ b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/pom.xml @@ -1,13 +1,16 @@ + Copyright (c) 2012-2014 Red Hat, Inc. + This program and the accompanying materials are made + available under the terms of the Eclipse Public License 2.0 + which is available at https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 + + Contributors: + Red Hat, Inc. - initial API and implementation + +--> 4.0.0 diff --git a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/src/main/java/com/codenvy/sub/ClassInSubModule.java b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/src/main/java/com/codenvy/sub/ClassInSubModule.java index 2a987ddfa9..d2f99e6fc3 100644 --- a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/src/main/java/com/codenvy/sub/ClassInSubModule.java +++ b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/subModule/src/main/java/com/codenvy/sub/ClassInSubModule.java @@ -1,13 +1,14 @@ -/******************************************************************************* +/* * Copyright (c) 2012-2014 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 + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc. - initial API and implementation - *******************************************************************************/ + */ package org.eclipse.che.sub; diff --git a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/pom.xml b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/pom.xml index 0d2a40f2d8..01e25f69be 100644 --- a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/pom.xml +++ b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/pom.xml @@ -1,13 +1,16 @@ + Copyright (c) 2012-2014 Red Hat, Inc. + This program and the accompanying materials are made + available under the terms of the Eclipse Public License 2.0 + which is available at https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 + + Contributors: + Red Hat, Inc. - initial API and implementation + +--> 4.0.0 diff --git a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/src/main/java/com/codenvy/test/MyClass.java b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/src/main/java/com/codenvy/test/MyClass.java index d359ac8742..a7a8518b01 100644 --- a/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/src/main/java/com/codenvy/test/MyClass.java +++ b/plugins/plugin-maven/che-plugin-maven-server/src/test/resources/multimoduleProject/test/src/main/java/com/codenvy/test/MyClass.java @@ -1,13 +1,14 @@ -/******************************************************************************* +/* * Copyright (c) 2012-2014 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 + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc. - initial API and implementation - *******************************************************************************/ + */ package org.eclipse.che.test; diff --git a/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/pom.xml b/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/pom.xml index 8ed1a343d2..b2e3c72f8d 100644 --- a/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/pom.xml +++ b/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/pom.xml @@ -2,10 +2,11 @@ + + Copyright (c) 2012-2018 Red Hat, Inc. + This program and the accompanying materials are made + available under the terms of the Eclipse Public License 2.0 + which is available at https://www.eclipse.org/legal/epl-2.0/ + + SPDX-License-Identifier: EPL-2.0 + + Contributors: + Red Hat, Inc. - initial API and implementation + +--> diff --git a/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/PHPUnitTestLocalizationConstant.properties b/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/PHPUnitTestLocalizationConstant.properties index 0f16aa000c..80c2f04891 100644 --- a/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/PHPUnitTestLocalizationConstant.properties +++ b/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/PHPUnitTestLocalizationConstant.properties @@ -1,9 +1,10 @@ # # Copyright (c) 2012-2016 Rogue Wave Software, 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 +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: # Rogue Wave Software, Inc. - initial API and implementation diff --git a/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/svg/test.svg b/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/svg/test.svg index 14bd5e6f3a..c69192f321 100644 --- a/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/svg/test.svg +++ b/plugins/plugin-testing-php/plugin-testing-phpunit/che-plugin-testing-phpunit-ide/src/main/resources/org/eclipse/che/plugin/testing/phpunit/ide/svg/test.svg @@ -2,10 +2,11 @@ diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgExtension.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgExtension.java index f8881eb333..6512a1c371 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgExtension.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgExtension.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgGinModule.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgGinModule.java index 31b8860fb3..56ec9753e5 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgGinModule.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgGinModule.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.java index 9647d5bb86..69f7cd9f73 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgResources.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgResources.java index a53b59ec39..3bd0c38832 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgResources.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDbgResources.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDebugger.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDebugger.java index f9362d2504..a7fd895c95 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDebugger.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/ZendDebugger.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPagePresenter.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPagePresenter.java index bf7b5c480a..af6d21a18a 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPagePresenter.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPagePresenter.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide.configuration; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageView.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageView.java index 4bc42612c8..d7eb166cc7 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageView.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageView.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide.configuration; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.java index 778c3360db..864565f938 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide.configuration; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.ui.xml b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.ui.xml index d22ffbcae5..3698900569 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.ui.xml +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationPageViewImpl.ui.xml @@ -1,10 +1,12 @@ diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationType.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationType.java index 78a11d4abe..3d8957e512 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationType.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/java/org/eclipse/che/plugin/zdb/ide/configuration/ZendDbgConfigurationType.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.ide.configuration; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/module.gwt.xml b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/module.gwt.xml index cea03b4405..2497f7b791 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/module.gwt.xml +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/module.gwt.xml @@ -1,10 +1,12 @@ diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.properties b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.properties index a2096b9fa7..6946f57a32 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.properties +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/ZendDbgLocalizationConstant.properties @@ -1,11 +1,11 @@ # # Copyright (c) 2016 Rogue Wave Software, 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 +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 # -# Contributors: # Rogue Wave Software, Inc. - initial API and implementation # view.zendDbgConfigurationPage.notice=Zend Debugger connection settings. diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/configuration/zend-dbg-configuration-type.svg b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/configuration/zend-dbg-configuration-type.svg index 9b8cd0bb47..19396e5124 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/configuration/zend-dbg-configuration-type.svg +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-ide/src/main/resources/org/eclipse/che/plugin/zdb/ide/configuration/zend-dbg-configuration-type.svg @@ -2,10 +2,11 @@ diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/pom.xml b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/pom.xml index 7581fe28c2..1660182c51 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/pom.xml +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/pom.xml @@ -1,10 +1,12 @@ diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgFactory.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgFactory.java index 4fae4e3c8a..ca520ff13e 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgFactory.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgFactory.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgLocationHandler.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgLocationHandler.java index ccdbcf10d2..8fdd850856 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgLocationHandler.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgLocationHandler.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgModule.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgModule.java index 34c5a9c8a4..f692e67d3d 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgModule.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDbgModule.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDebugger.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDebugger.java index 63ea850e12..cd8e12866c 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDebugger.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/ZendDebugger.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/AbstractDbgMessage.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/AbstractDbgMessage.java index 164afd91be..4f2d3e16ed 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/AbstractDbgMessage.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/AbstractDbgMessage.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.connection; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/IDbgMessage.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/IDbgMessage.java index 0edd035530..1194b18dda 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/IDbgMessage.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/IDbgMessage.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.connection; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgClientMessages.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgClientMessages.java index c173a652d8..135f3f955f 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgClientMessages.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgClientMessages.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.connection; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgConnection.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgConnection.java index 753d932caf..3a215379d1 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgConnection.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgConnection.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.connection; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgEngineMessages.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgEngineMessages.java index 73a40121f4..37433f14a7 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgEngineMessages.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgEngineMessages.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.connection; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgSettings.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgSettings.java index 85ef32fab1..5ca3e21fbc 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgSettings.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/connection/ZendDbgSettings.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.connection; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/exceptions/ZendDbgTimeoutException.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/exceptions/ZendDbgTimeoutException.java index 1b693aa06f..6a34850328 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/exceptions/ZendDbgTimeoutException.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/exceptions/ZendDbgTimeoutException.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.exceptions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataFacet.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataFacet.java index 7582c62ba9..d6d5ded02f 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataFacet.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataFacet.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.expressions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataType.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataType.java index f6de82a382..dd22796d66 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataType.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgDataType.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.expressions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgExpression.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgExpression.java index d418b3eb12..4a5e0c160f 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgExpression.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/IDbgExpression.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.expressions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpression.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpression.java index ce9cda98ad..b9d2af33d1 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpression.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpression.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.expressions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionEvaluator.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionEvaluator.java index dc53601a0f..b463ee3848 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionEvaluator.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionEvaluator.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.expressions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionResult.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionResult.java index 5c621d1499..5dda3c594b 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionResult.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/expressions/ZendDbgExpressionResult.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.expressions; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgConnectionUtils.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgConnectionUtils.java index 0e1854ee4c..e7067d3522 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgConnectionUtils.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgConnectionUtils.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.utils; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgFileUtils.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgFileUtils.java index bf403c1d20..8fba9befb2 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgFileUtils.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgFileUtils.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.utils; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgVariableUtils.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgVariableUtils.java index eb404629a8..60c7770fec 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgVariableUtils.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/utils/ZendDbgVariableUtils.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.utils; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/IDbgVariable.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/IDbgVariable.java index 9aad9e0f83..5e905f354f 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/IDbgVariable.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/IDbgVariable.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.variables; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariable.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariable.java index 2779a4dad6..623ca75672 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariable.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariable.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.variables; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariables.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariables.java index 25c35c6761..cecf8ea44a 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariables.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/main/java/org/eclipse/che/plugin/zdb/server/variables/ZendDbgVariables.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server.variables; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/AbstractZendDbgSessionTest.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/AbstractZendDbgSessionTest.java index eb2cb1c957..c7aa4b29d6 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/AbstractZendDbgSessionTest.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/AbstractZendDbgSessionTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgAvailabilityTest.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgAvailabilityTest.java index c328364c24..aebddc2a70 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgAvailabilityTest.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgAvailabilityTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgConfigurationTest.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgConfigurationTest.java index 074e129b83..f425a1216e 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgConfigurationTest.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgConfigurationTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgSessionTest.java b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgSessionTest.java index f57e768660..8559834271 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgSessionTest.java +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/java/org/eclipse/che/plugin/zdb/server/ZendDbgSessionTest.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.plugin.zdb.server; diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/findbugs-exclude.xml b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/findbugs-exclude.xml index a8c0290b1e..a4339015b5 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/findbugs-exclude.xml +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/findbugs-exclude.xml @@ -1,9 +1,11 @@ diff --git a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/logback-test.xml b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/logback-test.xml index e2ccdc5464..944ec2ab2b 100644 --- a/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/logback-test.xml +++ b/plugins/plugin-zend-debugger/che-plugin-zend-debugger-server/src/test/resources/logback-test.xml @@ -1,10 +1,12 @@ diff --git a/plugins/plugin-zend-debugger/pom.xml b/plugins/plugin-zend-debugger/pom.xml index 2d1a4e6eda..a0d0b30059 100644 --- a/plugins/plugin-zend-debugger/pom.xml +++ b/plugins/plugin-zend-debugger/pom.xml @@ -1,10 +1,12 @@ diff --git a/wsagent/che-core-api-languageserver-maven-plugin/src/main/java/org/eclipse/che/api/languageserver/generator/EitherUtil.java b/wsagent/che-core-api-languageserver-maven-plugin/src/main/java/org/eclipse/che/api/languageserver/generator/EitherUtil.java index 841006d4d7..b89f17280d 100644 --- a/wsagent/che-core-api-languageserver-maven-plugin/src/main/java/org/eclipse/che/api/languageserver/generator/EitherUtil.java +++ b/wsagent/che-core-api-languageserver-maven-plugin/src/main/java/org/eclipse/che/api/languageserver/generator/EitherUtil.java @@ -1,10 +1,10 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * TypeFox GmbH (http://www.typefox.io) and others. 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) 2016 TypeFox GmbH (http://www.typefox.io) and others. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 */ package org.eclipse.che.api.languageserver.generator; diff --git a/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/SearcherTest.java b/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/SearcherTest.java index a2e3700a66..fe26c303fb 100644 --- a/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/SearcherTest.java +++ b/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/SearcherTest.java @@ -10,16 +10,6 @@ * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.api.search; -/* - * 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 - */ import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertTrue; diff --git a/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/server/impl/FSLuceneSearcherTest.java b/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/server/impl/FSLuceneSearcherTest.java index c82fd5b322..c1f477480a 100644 --- a/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/server/impl/FSLuceneSearcherTest.java +++ b/wsagent/che-core-api-project/src/test/java/org/eclipse/che/api/search/server/impl/FSLuceneSearcherTest.java @@ -10,16 +10,6 @@ * Red Hat, Inc. - initial API and implementation */ package org.eclipse.che.api.search.server.impl; -/* - * 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 - */ import static com.google.common.collect.Lists.newArrayList; import static org.eclipse.che.api.search.SearcherTest.TEST_CONTENT; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultStatus.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultStatus.java index 2b21e812c4..90b4ba61e0 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultStatus.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultStatus.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.common; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultType.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultType.java index 70d5a764e7..14e5e4b918 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultType.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/common/TestResultType.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.common; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/SimpleLocationDto.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/SimpleLocationDto.java index 3b427644ba..c3d4df103b 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/SimpleLocationDto.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/SimpleLocationDto.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.dto; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultDto.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultDto.java index 698102c4ea..55c792eca3 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultDto.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultDto.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.dto; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultRootDto.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultRootDto.java index 7aada00b49..2416eb17f0 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultRootDto.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultRootDto.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.dto; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceDto.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceDto.java index fbf98b9891..03fe22d7e8 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceDto.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceDto.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.dto; diff --git a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceFrameDto.java b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceFrameDto.java index edee703a67..8fb3ccc7d9 100644 --- a/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceFrameDto.java +++ b/wsagent/che-core-api-testing-shared/src/main/java/org/eclipse/che/api/testing/shared/dto/TestResultTraceFrameDto.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.shared.dto; diff --git a/wsagent/che-core-api-testing/src/main/java/org/eclipse/che/api/testing/server/exceptions/TestFrameworkException.java b/wsagent/che-core-api-testing/src/main/java/org/eclipse/che/api/testing/server/exceptions/TestFrameworkException.java index bea9a670d5..e7800a88a7 100644 --- a/wsagent/che-core-api-testing/src/main/java/org/eclipse/che/api/testing/server/exceptions/TestFrameworkException.java +++ b/wsagent/che-core-api-testing/src/main/java/org/eclipse/che/api/testing/server/exceptions/TestFrameworkException.java @@ -1,11 +1,13 @@ -/** - * ***************************************************************************** Copyright (c) 2016 - * Rogue Wave Software, 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) 2016 Rogue Wave Software, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ * - *

Contributors: Rogue Wave Software, Inc. - initial API and implementation - * ***************************************************************************** + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Rogue Wave Software, Inc. - initial API and implementation */ package org.eclipse.che.api.testing.server.exceptions;