From f0af10ac814adbbe360e7d26454a0009b575a04a Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Tue, 10 Jan 2017 11:05:23 -0500 Subject: [PATCH] Fix incorrect license header Change-Id: I3fa0b695a9a51410fedf71874d458d1bb56bc01e Signed-off-by: Christopher Ferris --- docker-env.mk | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/docker-env.mk b/docker-env.mk index 07941c1a4..8e5d00ded 100644 --- a/docker-env.mk +++ b/docker-env.mk @@ -1,19 +1,16 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at +# Copyright London Stock Exchange Group All Rights Reserved. # -# http://www.apache.org/licenses/LICENSE-2.0 +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. ifneq ($(shell uname),Darwin) DOCKER_RUN_FLAGS=--user=$(shell id -u)