From 1c000c1c65b83e9cefa0671cf7668d68995b80df Mon Sep 17 00:00:00 2001 From: StellarisW Date: Tue, 27 Aug 2024 20:40:54 +0800 Subject: [PATCH] Update config/docker.go Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- config/docker.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/docker.go b/config/docker.go index d6444b95..3f17b17b 100644 --- a/config/docker.go +++ b/config/docker.go @@ -1,3 +1,17 @@ +// Copyright 2024 CloudWeGo Authors +// +// 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 config import (