From 6632696bdd8f87c4ba9e8b9c38e73a109af1b80b Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 1 Apr 2021 20:13:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 15 +++++++++++++++ .../website/TestOAuthClientController.java | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 1ba0f9e..4d9c89d 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,3 +1,18 @@ +# Copyright 2020 Huawei Technologies Co., Ltd. +# +# 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 +# +# 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. +# + zuul: routes: mec-developer: /mec-developer/** diff --git a/src/test/java/org/edgegallery/website/TestOAuthClientController.java b/src/test/java/org/edgegallery/website/TestOAuthClientController.java index 49bf8a8..0a58dae 100644 --- a/src/test/java/org/edgegallery/website/TestOAuthClientController.java +++ b/src/test/java/org/edgegallery/website/TestOAuthClientController.java @@ -1,3 +1,19 @@ +/* + * Copyright 2020 Huawei Technologies Co., Ltd. + * + * 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 + * + * 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. + */ + package org.edgegallery.website; import static org.mockito.Mockito.mock; -- Gitee From 67de4378b6d858270440f6770e17b974e586990d Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 1 Apr 2021 20:25:32 +0800 Subject: [PATCH 2/3] update src/main/resources/application.yaml. --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4d9c89d..50a645d 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Huawei Technologies Co., Ltd. +# Copyright 2021 Huawei Technologies Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- Gitee From b4390392abb85eb2384b71c255798412912fad6e Mon Sep 17 00:00:00 2001 From: helongfei Date: Thu, 1 Apr 2021 20:25:58 +0800 Subject: [PATCH 3/3] update src/test/java/org/edgegallery/website/TestOAuthClientController.java. --- .../java/org/edgegallery/website/TestOAuthClientController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/edgegallery/website/TestOAuthClientController.java b/src/test/java/org/edgegallery/website/TestOAuthClientController.java index 0a58dae..36b14e9 100644 --- a/src/test/java/org/edgegallery/website/TestOAuthClientController.java +++ b/src/test/java/org/edgegallery/website/TestOAuthClientController.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 Huawei Technologies Co., Ltd. + * Copyright 2021 Huawei Technologies Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- Gitee