diff options
| author | wbc6080 <wangbincheng4@huawei.com> | 2023-10-09 11:04:16 +0800 |
|---|---|---|
| committer | wbc6080 <wangbincheng4@huawei.com> | 2023-10-09 17:40:08 +0800 |
| commit | b98d555405f4d219bdf2355d32f5d83a624f93e6 (patch) | |
| tree | 2eeaa7fefee7058bcc37e1eac53851b57e16ba22 /hack | |
| parent | update mapper Dockerfile (diff) | |
| download | kubeedge-b98d555405f4d219bdf2355d32f5d83a624f93e6.tar.gz | |
change influxdb name
Signed-off-by: wbc6080 <wangbincheng4@huawei.com>
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/generate-dmi-proto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/generate-dmi-proto.sh b/hack/generate-dmi-proto.sh index ad8cb881b..7ed709c46 100755 --- a/hack/generate-dmi-proto.sh +++ b/hack/generate-dmi-proto.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2022 The KubeEdge Authors. +# Copyright 2023 The KubeEdge Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ func NewDeviceManageClient(cc grpc.ClientConnInterface) DeviceManagerServiceClie ' # shellcheck disable=SC1004 -COPY_RIGHT_INFO_LINE_1='/*\nCopyright 2022 The KubeEdge Authors.\n' +COPY_RIGHT_INFO_LINE_1='/*\nCopyright 2023 The KubeEdge Authors.\n' COPY_RIGHT_INFO_LINE_2='Licensed under the Apache License, Version 2.0 (the "License");' COPY_RIGHT_INFO_LINE_3='you may not use this file except in compliance with the License.' COPY_RIGHT_INFO_LINE_4='You may obtain a copy of the License at\n' |
