From 0521abbf9c901f31bb1d1879e577c34016337f2f Mon Sep 17 00:00:00 2001 From: Jakub Dyszkiewicz Date: Thu, 19 Dec 2019 15:20:17 +0100 Subject: [PATCH] only put modified NOTICE in kuma-init --- NOTICE | 3 +-- tools/releases/dockerfiles/Dockerfile.kuma-init | 2 +- tools/releases/templates/NOTICE | 3 +-- tools/releases/templates/NOTICE-kuma-init | 5 +++++ 4 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 tools/releases/templates/NOTICE-kuma-init diff --git a/NOTICE b/NOTICE index f6cd16edf9a9..102565087b37 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,4 @@ Kuma Copyright 2019 Kong Inc. -This product includes software developed at Kong Inc (https://konghq.com/). -This product includes software developed by Istio (https://istio.io/). \ No newline at end of file +This product includes software developed at Kong Inc (https://konghq.com/). \ No newline at end of file diff --git a/tools/releases/dockerfiles/Dockerfile.kuma-init b/tools/releases/dockerfiles/Dockerfile.kuma-init index 546ae01c87d0..9f197a292ce1 100644 --- a/tools/releases/dockerfiles/Dockerfile.kuma-init +++ b/tools/releases/dockerfiles/Dockerfile.kuma-init @@ -2,5 +2,5 @@ FROM docker.io/istio/proxy_init:1.1.2 RUN mkdir /kuma COPY $KUMA_ROOT/tools/releases/templates/LICENSE /kuma -COPY $KUMA_ROOT/tools/releases/templates/NOTICE /kuma +COPY $KUMA_ROOT/tools/releases/templates/NOTICE-kuma-init /kuma/NOTICE COPY $KUMA_ROOT/tools/releases/templates/README /kuma \ No newline at end of file diff --git a/tools/releases/templates/NOTICE b/tools/releases/templates/NOTICE index f6cd16edf9a9..102565087b37 100644 --- a/tools/releases/templates/NOTICE +++ b/tools/releases/templates/NOTICE @@ -1,5 +1,4 @@ Kuma Copyright 2019 Kong Inc. -This product includes software developed at Kong Inc (https://konghq.com/). -This product includes software developed by Istio (https://istio.io/). \ No newline at end of file +This product includes software developed at Kong Inc (https://konghq.com/). \ No newline at end of file diff --git a/tools/releases/templates/NOTICE-kuma-init b/tools/releases/templates/NOTICE-kuma-init new file mode 100644 index 000000000000..f6cd16edf9a9 --- /dev/null +++ b/tools/releases/templates/NOTICE-kuma-init @@ -0,0 +1,5 @@ +Kuma +Copyright 2019 Kong Inc. + +This product includes software developed at Kong Inc (https://konghq.com/). +This product includes software developed by Istio (https://istio.io/). \ No newline at end of file