From dcb00c53d09fc8ad71b0bc12d44115d7269d2481 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Tue, 21 Aug 2018 10:25:45 +0300 Subject: [PATCH] Fix remaining files with licenses (#10746) --- .../agents-launchers-tests-arbitraryuser.bats | 11 +++++----- .../resources/agents-launchers-tests.bats | 11 +++++----- .../test/resources/run_launcher_bats_tests.sh | 9 ++++---- assembly/assembly-main/src/assembly/README | 13 ++++++------ .../eclipse/che/dto/generator/DtoImpl.java | 16 +++++++------- .../dto/generator/DtoImplClientTemplate.java | 16 +++++++------- .../dto/generator/DtoImplServerTemplate.java | 16 +++++++------- .../test/resources/test-xml-files/book.xml | 9 ++++---- deploy/kubernetes/helm/che/Chart.yaml | 12 ++++++----- .../helm/che/charts/che-keycloak/Chart.yaml | 12 ++++++----- .../che-keycloak/templates/deployment.yaml | 12 ++++++----- .../templates/endpoints-monitor-role.yaml | 12 ++++++----- .../endpoints-monitor-rolebinding.yaml | 12 ++++++----- .../che-keycloak/templates/ingress.yaml | 13 +++++++----- .../templates/keycloak-data-claim.yaml | 12 ++++++----- .../templates/keycloak-log-claim.yaml | 12 ++++++----- .../templates/keycloak-serviceaccount.yaml | 12 ++++++----- .../che-keycloak/templates/service.yaml | 12 ++++++----- .../helm/che/charts/che-keycloak/values.yaml | 12 ++++++----- .../helm/che/charts/che-postgres/Chart.yaml | 12 ++++++----- .../che-postgres/templates/deployment.yaml | 13 +++++++----- .../templates/postgres-data-claim.yaml | 12 ++++++----- .../che-postgres/templates/service.yaml | 12 ++++++----- .../helm/che/charts/che-postgres/values.yaml | 12 ++++++----- deploy/kubernetes/helm/che/requirements.yaml | 12 ++++++----- .../helm/che/templates/cert-issuer.yaml | 12 ++++++----- .../helm/che/templates/certificate.yaml | 12 ++++++----- .../che/templates/cluster-role-binding.yaml | 12 ++++++----- .../helm/che/templates/configmap.yaml | 12 ++++++----- .../helm/che/templates/deployment.yaml | 12 ++++++----- .../helm/che/templates/ingress.yaml | 12 ++++++----- deploy/kubernetes/helm/che/templates/pvc.yaml | 12 ++++++----- .../che/templates/registry-pull-secret.yaml | 12 ++++++----- .../helm/che/templates/service.yaml | 12 ++++++----- .../helm/che/templates/serviceaccount.yaml | 12 ++++++----- deploy/kubernetes/helm/che/tiller-rbac.yaml | 12 ++++++----- deploy/kubernetes/helm/che/values.yaml | 12 ++++++----- .../helm/che/values/default-host.yaml | 12 ++++++----- .../helm/che/values/multi-user.yaml | 12 ++++++----- deploy/kubernetes/helm/che/values/tls.yaml | 12 ++++++----- deploy/openshift/deploy_che.sh | 10 +++++---- deploy/openshift/ocp.sh | 12 ++++++----- .../templates/che-server-template.yaml | 13 +++++++----- .../templates/https/che-route-tls.yaml | 13 +++++++----- .../templates/https/keycloak-route-tls.yaml | 13 +++++++----- .../templates/multi/keycloak-template.yaml | 13 +++++++----- .../templates/multi/oauth-client.yaml | 13 +++++++----- .../multi/openshift-certificate-secret.yaml | 13 +++++++----- .../templates/multi/postgres-template.yaml | 13 +++++++----- .../templates/pvc/che-server-pvc.yaml | 12 ++++++----- dockerfiles/action/Dockerfile | 9 ++++---- dockerfiles/action/build.sh | 11 ++++++---- dockerfiles/base/Dockerfile | 9 ++++---- dockerfiles/base/build.sh | 11 ++++++---- .../base/scripts/base/commands/cmd_abuild.sh | 10 +++++---- .../base/scripts/base/commands/cmd_action.sh | 10 +++++---- .../scripts/base/commands/cmd_agenerate.sh | 10 +++++---- .../scripts/base/commands/cmd_archetype.sh | 10 +++++---- .../base/scripts/base/commands/cmd_arun.sh | 10 +++++---- .../base/scripts/base/commands/cmd_astop.sh | 10 +++++---- .../base/scripts/base/commands/cmd_backup.sh | 10 +++++---- .../base/scripts/base/commands/cmd_config.sh | 10 +++++---- .../base/scripts/base/commands/cmd_destroy.sh | 10 +++++---- .../base/scripts/base/commands/cmd_dir.sh | 10 +++++---- .../scripts/base/commands/cmd_download.sh | 10 +++++---- .../base/scripts/base/commands/cmd_help.sh | 10 +++++---- .../base/scripts/base/commands/cmd_info.sh | 10 +++++---- .../base/scripts/base/commands/cmd_init.sh | 10 +++++---- .../base/scripts/base/commands/cmd_offline.sh | 10 +++++---- .../base/scripts/base/commands/cmd_restart.sh | 10 +++++---- .../base/scripts/base/commands/cmd_restore.sh | 10 +++++---- .../base/scripts/base/commands/cmd_rmi.sh | 10 +++++---- .../base/scripts/base/commands/cmd_ssh.sh | 10 +++++---- .../base/scripts/base/commands/cmd_start.sh | 10 +++++---- .../base/scripts/base/commands/cmd_stop.sh | 10 +++++---- .../base/scripts/base/commands/cmd_sync.sh | 10 +++++---- .../base/scripts/base/commands/cmd_test.sh | 10 +++++---- .../base/scripts/base/commands/cmd_upgrade.sh | 10 +++++---- .../base/scripts/base/commands/cmd_version.sh | 10 +++++---- dockerfiles/base/scripts/base/library.sh | 11 ++++++---- dockerfiles/base/scripts/base/startup.sh | 11 ++++++---- .../base/scripts/base/startup_01_init.sh | 14 ++++++++----- .../scripts/base/startup_02_pre_docker.sh | 11 ++++++---- .../scripts/base/startup_03_pre_networking.sh | 12 +++++++---- .../scripts/base/startup_04_pre_cli_init.sh | 11 ++++++---- .../base/scripts/base/startup_05_pre_exec.sh | 12 ++++++----- dockerfiles/base/scripts/entrypoint.sh | 10 +++++---- dockerfiles/bats/Dockerfile | 11 +++++----- dockerfiles/bats/build.sh | 12 ++++++----- dockerfiles/build.include | 11 +++++----- dockerfiles/build.sh | 12 ++++++----- dockerfiles/che/Dockerfile | 10 ++++----- dockerfiles/che/Dockerfile.centos | 9 ++++---- dockerfiles/che/Dockerfile.openj9 | 9 ++++---- dockerfiles/che/build.sh | 11 ++++++---- dockerfiles/che/entrypoint.sh | 11 +++++----- dockerfiles/cli/Dockerfile | 9 ++++---- dockerfiles/cli/build.sh | 11 ++++++---- dockerfiles/cli/scripts/post_init.sh | 10 +++++---- dockerfiles/cli/scripts/pre_init.sh | 10 +++++---- dockerfiles/cli/test.sh | 12 ++++++----- .../cli/tests/cli_prompts_usage_tests.bats | 11 +++++----- .../cli/tests/cmd_backup_restore_tests.bats | 9 ++++---- dockerfiles/cli/tests/cmd_config_tests.bats | 9 ++++---- dockerfiles/cli/tests/cmd_info_tests.bats | 9 ++++---- .../cli/tests/cmd_init_destroy_tests.bats | 11 +++++----- dockerfiles/cli/tests/cmd_offline_tests.bats | 9 ++++---- .../tests/cmd_start_stop_restart_tests.bats | 9 ++++---- .../cli/tests/override_image_tests.bats | 9 ++++---- .../startup_03_pre_networking_tests.bats | 9 ++++---- dockerfiles/cli/tests/test_base.sh | 12 ++++++----- dockerfiles/dev/.cccp.yml | 10 +++++---- dockerfiles/dev/Dockerfile | 9 ++++---- dockerfiles/dev/build.sh | 11 ++++++---- dockerfiles/dev/entrypoint.sh | 14 +++++++------ dockerfiles/dir/Dockerfile | 9 ++++---- dockerfiles/dir/build.sh | 11 ++++++---- dockerfiles/init/Dockerfile | 9 ++++---- dockerfiles/init/build.sh | 11 ++++++---- dockerfiles/init/entrypoint.sh | 10 +++++---- .../init/modules/che/templates/che.sh.erb | 9 ++++---- .../che/login/resources/img/che-logo.svg | 13 ++++++------ dockerfiles/ip/Dockerfile | 9 ++++---- dockerfiles/ip/build.sh | 11 ++++++---- dockerfiles/ip/run.sh | 10 +++++---- dockerfiles/ip/src/entrypoint.sh | 12 ++++++----- dockerfiles/ip/src/library.sh | 12 ++++++----- dockerfiles/ip/test.sh | 10 +++++---- dockerfiles/ip/tests/library_tests.bats | 9 ++++---- dockerfiles/keycloak/Dockerfile | 9 ++++---- dockerfiles/keycloak/build.sh | 10 +++++---- dockerfiles/keycloak/kc_realm_user.sh | 11 ++++++---- dockerfiles/keycloak/keycloak_config.sh | 11 ++++++---- dockerfiles/lib/Dockerfile | 9 ++++---- dockerfiles/lib/Dockerfile.dev | 9 ++++---- dockerfiles/lib/build.sh | 12 ++++++----- dockerfiles/lib/dto-pom.xml | 9 ++++---- .../exec-agent/exec-agent-service-client.ts | 9 ++++---- .../process-ack-event-promise-subscriber.ts | 9 ++++---- .../process-log-output-subscriber.ts | 9 ++++---- ...ess-terminated-event-promise-subscriber.ts | 9 ++++---- .../lib/src/api/wsmaster/auth/auth-data.ts | 9 ++++---- .../api/wsmaster/permissions/dto/domaindto.ts | 9 ++++---- .../wsmaster/permissions/dto/permissiondto.ts | 9 ++++---- .../api/wsmaster/permissions/permissions.ts | 9 ++++---- .../lib/src/api/wsmaster/project/project.ts | 9 ++++---- dockerfiles/lib/src/api/wsmaster/ssh/ssh.ts | 11 +++++----- .../system-stop-event-promise-subscriber.ts | 9 ++++---- .../lib/src/api/wsmaster/system/system.ts | 9 ++++---- dockerfiles/lib/src/api/wsmaster/user/user.ts | 9 ++++---- .../workspace-log-output-subscriber.ts | 9 ++++---- ...orkspace-start-event-promise-subscriber.ts | 9 ++++---- ...workspace-stop-event-promise-subscriber.ts | 9 ++++---- .../src/api/wsmaster/workspace/workspace.ts | 9 ++++---- dockerfiles/lib/src/index.ts | 9 ++++---- .../lib/src/internal/action/che-action.ts | 9 ++++---- .../internal/action/impl/add-user-action.ts | 9 ++++---- .../impl/create-start-workspace-action.ts | 9 ++++---- .../action/impl/execute-command-action.ts | 9 ++++---- .../internal/action/impl/get-ssh-action.ts | 9 ++++---- .../action/impl/graceful-stop-action.ts | 9 ++++---- .../action/impl/list-workspaces-action.ts | 9 ++++---- .../action/impl/remove-user-action.ts | 9 ++++---- .../action/impl/workspace-ssh-action.ts | 9 ++++---- .../internal/dir/che-dir-constant.properties | 11 +++++----- dockerfiles/lib/src/internal/dir/che-dir.ts | 9 ++++---- .../dir/chefile-struct/che-file-struct.ts | 9 ++++---- dockerfiles/lib/src/internal/test/che-test.ts | 9 ++++---- .../impl/post-flight-check-test.properties | 11 +++++----- .../test/impl/post-flight-check-test.ts | 9 ++++---- .../lib/src/spi/ascii/ascii-array-info.ts | 9 ++++---- dockerfiles/lib/src/spi/ascii/ascii-array.ts | 9 ++++---- .../lib/src/spi/ascii/ascii-form-entry.ts | 9 ++++---- .../lib/src/spi/ascii/ascii-form-info.ts | 9 ++++---- dockerfiles/lib/src/spi/ascii/ascii-form.ts | 9 ++++---- dockerfiles/lib/src/spi/ascii/ascii-format.ts | 9 ++++---- .../lib/src/spi/ascii/ascii-formatter.ts | 9 ++++---- .../lib/src/spi/ascii/csv-formatter.ts | 9 ++++---- .../src/spi/ascii/default-ascii-array.spec.ts | 9 ++++---- .../lib/src/spi/ascii/default-ascii-array.ts | 9 ++++---- .../src/spi/ascii/default-ascii-form.spec.ts | 9 ++++---- .../lib/src/spi/ascii/default-ascii-form.ts | 9 ++++---- .../lib/src/spi/ascii/formatter-mode.ts | 9 ++++---- .../lib/src/spi/ascii/modern-formatter.ts | 9 ++++---- .../src/spi/decorator/argument-processor.ts | 9 ++++---- dockerfiles/lib/src/spi/decorator/message.ts | 9 ++++---- .../lib/src/spi/decorator/parameter.ts | 9 ++++---- .../lib/src/spi/docker/container-version.ts | 9 ++++---- .../lib/src/spi/docker/recipebuilder.ts | 9 ++++---- dockerfiles/lib/src/spi/docker/remoteip.ts | 9 ++++---- .../lib/src/spi/docker/ssh-generator.ts | 9 ++++---- .../lib/src/spi/error/error-message.ts | 9 ++++---- .../src/spi/http/default-http-json-request.ts | 9 ++++---- dockerfiles/lib/src/spi/i18n/i18n.ts | 9 ++++---- dockerfiles/lib/src/spi/index.ts | 9 ++++---- dockerfiles/lib/src/spi/log/log.ts | 9 ++++---- .../lib/src/spi/websocket/json-rpc-bus.ts | 9 ++++---- .../lib/src/spi/websocket/messagebuilder.ts | 9 ++++---- .../spi/websocket/messagebus-subscriber.ts | 9 ++++---- .../resolve-subscribe-promise-subscriber.ts | 9 ++++---- .../lib/src/spi/websocket/websocket.ts | 9 ++++---- dockerfiles/lib/src/utils/index.ts | 9 ++++---- dockerfiles/lib/src/utils/product-name.ts | 9 ++++---- .../lib/src/utils/string-utils.spec.ts | 9 ++++---- dockerfiles/lib/src/utils/string-utils.ts | 9 ++++---- dockerfiles/lib/src/utils/uuid.ts | 9 ++++---- dockerfiles/mount/Dockerfile | 9 ++++---- dockerfiles/mount/build.sh | 10 +++++---- dockerfiles/mount/entrypoint.sh | 10 +++++---- dockerfiles/postgres/Dockerfile | 10 +++++---- dockerfiles/postgres/build.sh | 12 ++++++----- dockerfiles/test/Dockerfile | 9 ++++---- dockerfiles/test/build.sh | 10 +++++---- dockerfiles/theia/Dockerfile | 9 ++++---- dockerfiles/theia/build.sh | 10 +++++---- dockerfiles/theia/src/add-extensions.js | 10 ++++----- dockerfiles/theia/src/resolutions-provider.js | 9 ++++---- dockerfiles/theia/src/start.sh | 12 ++++++----- dockerfiles/theia/src/versions.sh | 12 +++++++---- .../org/eclipse/che/providers/DynaProvider.st | 13 ++++++------ .../ide/console/AbstractOutputCustomizer.java | 16 +++++++------- .../che/ide/console/CPPOutputCustomizer.java | 16 +++++++------- .../ide/console/CSharpOutputCustomizer.java | 16 +++++++------- .../ide/console/CompoundOutputCustomizer.java | 16 +++++++------- .../che/ide/console/JavaOutputCustomizer.java | 16 +++++++------- .../che/ide/console/OutputCustomizer.java | 16 +++++++------- .../ide/console/BaseOutputCustomizerTest.java | 16 +++++++------- .../ide/console/CPPOutputCustomizerTest.java | 16 +++++++------- .../console/CSharpOutputCustomizerTest.java | 16 +++++++------- .../console/CompoundOutputCustomizerTest.java | 16 +++++++------- .../ide/console/JavaOutputCustomizerTest.java | 16 +++++++------- .../resources/stacks-images/type-zend.svg | 9 ++++---- .../che/ide/collections/ListHelper.java | 16 +++++++------- .../che/ide/ui/list/FilterableSimpleList.java | 14 ++++++++----- .../org/eclipse/che/ide/util/MathUtils.java | 16 +++++++------- .../che-plugin-composer-ide/pom.xml | 9 ++++---- .../composer/ide/ComposerExtension.java | 16 +++++++------- .../composer/ide/ComposerJsonRpcHandler.java | 16 +++++++------- .../ide/ComposerLocalizationConstant.java | 16 +++++++------- .../communication/ComposerOutputHandler.java | 16 +++++++------- .../ide/inject/ComposerGinModule.java | 16 +++++++------- .../ide/project/ComposerPagePresenter.java | 16 +++++++------- .../ide/project/ComposerPageView.java | 16 +++++++------- .../ide/project/ComposerPageViewImpl.java | 16 +++++++------- .../ide/project/ComposerPageViewImpl.ui.xml | 9 ++++---- .../ComposerProjectWizardRegistrar.java | 16 +++++++------- .../src/main/module.gwt.xml | 9 ++++---- .../ComposerLocalizationConstant.properties | 9 ++++---- .../che-plugin-composer-server/pom.xml | 9 ++++---- .../composer/server/ComposerModule.java | 16 +++++++------- .../executor/ComposerCommandExecutor.java | 16 +++++++------- .../executor/ComposerJsonRpcMessenger.java | 16 +++++++------- .../server/executor/ComposerOutputImpl.java | 16 +++++++------- .../projecttype/ComposerProjectGenerator.java | 16 +++++++------- .../ComposerProjectInitializer.java | 16 +++++++------- .../projecttype/ComposerProjectType.java | 16 +++++++------- .../ComposerValueProviderFactory.java | 16 +++++++------- .../che-plugin-composer-shared/pom.xml | 9 ++++---- .../che/plugin/composer/shared/Constants.java | 16 +++++++------- .../composer/shared/dto/ComposerOutput.java | 16 +++++++------- plugins/plugin-composer/pom.xml | 9 ++++---- .../resources/workspace/test/.che/classpath | 9 ++++---- .../codeassist/LatestCompletionResult.java | 16 +++++++------- .../lsp4j/jsonrpc/messages/Either.java | 13 ++++++------ .../lsp4j/jsonrpc/messages/Either3.java | 13 ++++++------ .../src/test/resources/EffectivePom/pom.xml | 4 ++-- .../test/resources/multimoduleProject/pom.xml | 19 ++++++++++------- .../multimoduleProject/subModule/pom.xml | 19 ++++++++++------- .../com/codenvy/sub/ClassInSubModule.java | 13 ++++++------ .../resources/multimoduleProject/test/pom.xml | 19 ++++++++++------- .../main/java/com/codenvy/test/MyClass.java | 13 ++++++------ .../che-plugin-testing-phpunit-ide/pom.xml | 9 ++++---- .../testing/phpunit/ide/PHPUnitGinModule.java | 16 +++++++------- .../ide/PHPUnitTestLocalizationConstant.java | 16 +++++++------- .../phpunit/ide/PHPUnitTestResources.java | 16 +++++++------- .../ide/action/PHPRunScriptTestAction.java | 16 +++++++------- .../ide/action/PHPUnitTestActionGroup.java | 16 +++++++------- .../src/main/module.gwt.xml | 21 +++++++++++-------- ...PHPUnitTestLocalizationConstant.properties | 9 ++++---- .../plugin/testing/phpunit/ide/svg/test.svg | 9 ++++---- .../testing/phpunit/ide/svg/test_all.svg | 9 ++++---- .../che-plugin-testing-phpunit-server/pom.xml | 9 ++++---- .../phpunit/server/PHPUnitMessageParser.java | 16 +++++++------- .../phpunit/server/PHPUnitTestEngine.java | 16 +++++++------- .../server/PHPUnitTestResultsProvider.java | 16 +++++++------- .../phpunit/server/PHPUnitTestRunner.java | 16 +++++++------- .../server/inject/PHPUnitGuiceModule.java | 16 +++++++------- .../server/model/AbstractPHPUnitElement.java | 16 +++++++------- .../model/AbstractPHPUnitTestEvent.java | 16 +++++++------- .../model/AbstractPHPUnitTestResult.java | 16 +++++++------- .../phpunit/server/model/PHPUnitTestCase.java | 16 +++++++------- .../server/model/PHPUnitTestException.java | 16 +++++++------- .../phpunit/server/model/PHPUnitTestRoot.java | 16 +++++++------- .../server/model/PHPUnitTestSuite.java | 16 +++++++------- .../server/model/PHPUnitTestWarning.java | 16 +++++++------- .../server/model/PHPUnitTraceFrame.java | 16 +++++++------- .../phpunit-printer/ZendPHPUnitLogger.php | 11 +++++----- .../plugin-testing-phpunit/pom.xml | 9 ++++---- plugins/plugin-testing-php/pom.xml | 9 ++++---- .../che-plugin-zend-debugger-ide/pom.xml | 10 +++++---- .../che/plugin/zdb/ide/ZendDbgExtension.java | 16 +++++++------- .../che/plugin/zdb/ide/ZendDbgGinModule.java | 16 +++++++------- .../zdb/ide/ZendDbgLocalizationConstant.java | 16 +++++++------- .../che/plugin/zdb/ide/ZendDbgResources.java | 16 +++++++------- .../che/plugin/zdb/ide/ZendDebugger.java | 16 +++++++------- .../ZendDbgConfigurationPagePresenter.java | 16 +++++++------- .../ZendDbgConfigurationPageView.java | 16 +++++++------- .../ZendDbgConfigurationPageViewImpl.java | 16 +++++++------- .../ZendDbgConfigurationPageViewImpl.ui.xml | 10 +++++---- .../ZendDbgConfigurationType.java | 16 +++++++------- .../src/main/module.gwt.xml | 10 +++++---- .../ZendDbgLocalizationConstant.properties | 10 ++++----- .../zend-dbg-configuration-type.svg | 9 ++++---- ...ZendDbgConfigurationPagePresenterTest.java | 16 +++++++------- .../ZendDbgConfigurationTypeTest.java | 16 +++++++------- .../src/test/resources/logback-test.xml | 10 +++++---- .../che-plugin-zend-debugger-server/pom.xml | 10 +++++---- .../che/plugin/zdb/server/ZendDbgFactory.java | 16 +++++++------- .../zdb/server/ZendDbgLocationHandler.java | 16 +++++++------- .../che/plugin/zdb/server/ZendDbgModule.java | 16 +++++++------- .../che/plugin/zdb/server/ZendDebugger.java | 16 +++++++------- .../server/connection/AbstractDbgMessage.java | 16 +++++++------- .../zdb/server/connection/IDbgMessage.java | 16 +++++++------- .../connection/ZendDbgClientMessages.java | 16 +++++++------- .../server/connection/ZendDbgConnection.java | 16 +++++++------- .../connection/ZendDbgEngineMessages.java | 16 +++++++------- .../server/connection/ZendDbgSettings.java | 16 +++++++------- .../exceptions/ZendDbgTimeoutException.java | 16 +++++++------- .../zdb/server/expressions/IDbgDataFacet.java | 16 +++++++------- .../zdb/server/expressions/IDbgDataType.java | 16 +++++++------- .../server/expressions/IDbgExpression.java | 16 +++++++------- .../server/expressions/ZendDbgExpression.java | 16 +++++++------- .../ZendDbgExpressionEvaluator.java | 16 +++++++------- .../expressions/ZendDbgExpressionResult.java | 16 +++++++------- .../server/utils/ZendDbgConnectionUtils.java | 16 +++++++------- .../zdb/server/utils/ZendDbgFileUtils.java | 16 +++++++------- .../server/utils/ZendDbgVariableUtils.java | 16 +++++++------- .../zdb/server/variables/IDbgVariable.java | 16 +++++++------- .../zdb/server/variables/ZendDbgVariable.java | 16 +++++++------- .../server/variables/ZendDbgVariables.java | 16 +++++++------- .../server/AbstractZendDbgSessionTest.java | 16 +++++++------- .../zdb/server/ZendDbgAvailabilityTest.java | 16 +++++++------- .../zdb/server/ZendDbgConfigurationTest.java | 16 +++++++------- .../plugin/zdb/server/ZendDbgSessionTest.java | 16 +++++++------- .../src/test/resources/findbugs-exclude.xml | 10 +++++---- .../src/test/resources/logback-test.xml | 10 +++++---- plugins/plugin-zend-debugger/pom.xml | 10 +++++---- .../languageserver/generator/EitherUtil.java | 14 ++++++------- .../eclipse/che/api/search/SearcherTest.java | 10 --------- .../server/impl/FSLuceneSearcherTest.java | 10 --------- .../shared/common/TestResultStatus.java | 16 +++++++------- .../testing/shared/common/TestResultType.java | 16 +++++++------- .../testing/shared/dto/SimpleLocationDto.java | 16 +++++++------- .../api/testing/shared/dto/TestResultDto.java | 16 +++++++------- .../testing/shared/dto/TestResultRootDto.java | 16 +++++++------- .../shared/dto/TestResultTraceDto.java | 16 +++++++------- .../shared/dto/TestResultTraceFrameDto.java | 16 +++++++------- .../exceptions/TestFrameworkException.java | 16 +++++++------- 358 files changed, 2435 insertions(+), 1849 deletions(-) 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;