From e7df3506e48397bcadffe5779c025b71df9b7a38 Mon Sep 17 00:00:00 2001 From: Max Shaposhnik Date: Fri, 21 May 2021 12:35:11 +0300 Subject: [PATCH] Fixup license --- .../java/org/eclipse/che/api/core/model/factory/ScmInfo.java | 2 +- wsmaster/che-core-api-factory-bitbucket-server/pom.xml | 2 +- .../BitbucketServerAuthorizingFactoryParametersResolver.java | 2 +- .../eclipse/che/api/factory/server/bitbucket/BitbucketUrl.java | 2 +- .../che/api/factory/server/bitbucket/server/BitbucketUser.java | 2 +- ...BitbucketServerAuthorizingFactoryParametersResolverTest.java | 2 +- wsmaster/che-core-api-factory-github/pom.xml | 2 +- .../factory/server/github/GithubFactoryParametersResolver.java | 2 +- .../org/eclipse/che/api/factory/server/github/GithubUrl.java | 2 +- .../server/github/GithubFactoryParametersResolverTest.java | 2 +- .../eclipse/che/api/factory/server/github/GithubUrlTest.java | 2 +- wsmaster/che-core-api-factory-gitlab/pom.xml | 2 +- .../factory/server/gitlab/GitlabFactoryParametersResolver.java | 2 +- .../org/eclipse/che/api/factory/server/gitlab/GitlabUrl.java | 2 +- .../server/gitlab/GitlabFactoryParametersResolverTest.java | 2 +- .../eclipse/che/api/factory/shared/dto/FactoryDevfileV2Dto.java | 2 +- .../java/org/eclipse/che/api/factory/shared/dto/ScmInfoDto.java | 2 +- .../che/api/factory/server/urlfactory/DefaultFactoryUrl.java | 2 +- .../che/api/factory/server/urlfactory/RemoteFactoryUrl.java | 2 +- .../api/factory/server/urlfactory/URLFactoryBuilderTest.java | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/core/che-core-api-model/src/main/java/org/eclipse/che/api/core/model/factory/ScmInfo.java b/core/che-core-api-model/src/main/java/org/eclipse/che/api/core/model/factory/ScmInfo.java index 85c2cb9c30..0006a8561a 100644 --- a/core/che-core-api-model/src/main/java/org/eclipse/che/api/core/model/factory/ScmInfo.java +++ b/core/che-core-api-model/src/main/java/org/eclipse/che/api/core/model/factory/ScmInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 Red Hat, Inc. + * Copyright (c) 2012-2021 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/ diff --git a/wsmaster/che-core-api-factory-bitbucket-server/pom.xml b/wsmaster/che-core-api-factory-bitbucket-server/pom.xml index c21b9cf206..9c3151e98d 100644 --- a/wsmaster/che-core-api-factory-bitbucket-server/pom.xml +++ b/wsmaster/che-core-api-factory-bitbucket-server/pom.xml @@ -1,7 +1,7 @@