From 9bd121f2088209bca21a59c3a5927b78538f59f9 Mon Sep 17 00:00:00 2001 From: zhangp8x Date: Fri, 30 Jul 2021 09:05:20 +0800 Subject: [PATCH] QATAPP-24427: Update missing copyright Signed-off-by: Chengfei Zhu --- test/nginx-tests/dav_chunked.t | 1 + test/nginx-tests/h2_proxy_ssl.t | 1 + test/nginx-tests/stream_upstream_zone.t | 1 + test/nginx-tests/upstream_keepalive.t | 1 + 4 files changed, 4 insertions(+) diff --git a/test/nginx-tests/dav_chunked.t b/test/nginx-tests/dav_chunked.t index 3c63ad2..1a9efab 100644 --- a/test/nginx-tests/dav_chunked.t +++ b/test/nginx-tests/dav_chunked.t @@ -1,5 +1,6 @@ #!/usr/bin/perl +# Copyright (C) Intel, Inc. # (C) Maxim Dounin # Tests for nginx dav module with chunked request body. diff --git a/test/nginx-tests/h2_proxy_ssl.t b/test/nginx-tests/h2_proxy_ssl.t index 173affe..ce4e58b 100644 --- a/test/nginx-tests/h2_proxy_ssl.t +++ b/test/nginx-tests/h2_proxy_ssl.t @@ -1,5 +1,6 @@ #!/usr/bin/perl +# Copyright (C) Intel, Inc. # (C) Sergey Kandaurov # (C) Nginx, Inc. diff --git a/test/nginx-tests/stream_upstream_zone.t b/test/nginx-tests/stream_upstream_zone.t index 4e2f430..ea776b8 100644 --- a/test/nginx-tests/stream_upstream_zone.t +++ b/test/nginx-tests/stream_upstream_zone.t @@ -1,5 +1,6 @@ #!/usr/bin/perl +# Copyright (C) Intel, Inc. # (C) Sergey Kandaurov # (C) Nginx, Inc. diff --git a/test/nginx-tests/upstream_keepalive.t b/test/nginx-tests/upstream_keepalive.t index f1903d6..4dbc6e2 100644 --- a/test/nginx-tests/upstream_keepalive.t +++ b/test/nginx-tests/upstream_keepalive.t @@ -1,5 +1,6 @@ #!/usr/bin/perl +# Copyright (C) Intel, Inc. # (C) Sergey Kandaurov # (C) Nginx, Inc.