diff --git a/workspace-loader/Dockerfile b/workspace-loader/Dockerfile index 38b3a78b1d..270d3708b2 100644 --- a/workspace-loader/Dockerfile +++ b/workspace-loader/Dockerfile @@ -1,8 +1,9 @@ -# Copyright (c) 2018-2018 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) 2018-2018 Red Hat, Inc. +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# which is available at http://www.eclipse.org/legal/epl-2.0.html +# +# SPDX-License-Identifier: EPL-2.0 # This is a Dockerfile allowing to build workspace loader by using a docker container. # Build step: $ docker build -t eclipse-che-workspace-loader . diff --git a/workspace-loader/assembly.xml b/workspace-loader/assembly.xml index 1625098dd6..8fa6d0c564 100644 --- a/workspace-loader/assembly.xml +++ b/workspace-loader/assembly.xml @@ -1,9 +1,10 @@