From 3e0f14c13cbe362045a3ccb37ad615f7b0c5f57a Mon Sep 17 00:00:00 2001 From: cbcwestwolf <1004626265@qq.com> Date: Fri, 18 Aug 2023 12:37:53 +0800 Subject: [PATCH] *: modify header of some source file in `privilege` --- privilege/conn/conn.go | 2 +- privilege/privileges/ldap/const.go | 2 +- privilege/privileges/ldap/ldap_common.go | 2 +- privilege/privileges/ldap/ldap_common_test.go | 2 +- privilege/privileges/ldap/sasl.go | 2 +- privilege/privileges/ldap/simple.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/privilege/conn/conn.go b/privilege/conn/conn.go index 0011c368c03ca..6746c2fcf848a 100644 --- a/privilege/conn/conn.go +++ b/privilege/conn/conn.go @@ -1,4 +1,4 @@ -// Copyright 2023-2023 PingCAP Xingchen (Beijing) Technology Co., Ltd. +// Copyright 2023-2023 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/privilege/privileges/ldap/const.go b/privilege/privileges/ldap/const.go index 5179fd49c07ff..9dfdedd07ccab 100644 --- a/privilege/privileges/ldap/const.go +++ b/privilege/privileges/ldap/const.go @@ -1,4 +1,4 @@ -// Copyright 2023-2023 PingCAP Xingchen (Beijing) Technology Co., Ltd. +// Copyright 2023-2023 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/privilege/privileges/ldap/ldap_common.go b/privilege/privileges/ldap/ldap_common.go index 1b4efd352f07a..48ccaa4a14aaa 100644 --- a/privilege/privileges/ldap/ldap_common.go +++ b/privilege/privileges/ldap/ldap_common.go @@ -1,4 +1,4 @@ -// Copyright 2023-2023 PingCAP Xingchen (Beijing) Technology Co., Ltd. +// Copyright 2023-2023 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/privilege/privileges/ldap/ldap_common_test.go b/privilege/privileges/ldap/ldap_common_test.go index 9a51081b1b423..cc03d2e58422e 100644 --- a/privilege/privileges/ldap/ldap_common_test.go +++ b/privilege/privileges/ldap/ldap_common_test.go @@ -1,4 +1,4 @@ -// Copyright 2023-2023 PingCAP Xingchen (Beijing) Technology Co., Ltd. +// Copyright 2023-2023 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/privilege/privileges/ldap/sasl.go b/privilege/privileges/ldap/sasl.go index f3b81a68be25c..ea3850f58b57c 100644 --- a/privilege/privileges/ldap/sasl.go +++ b/privilege/privileges/ldap/sasl.go @@ -1,4 +1,4 @@ -// Copyright 2023-2023 PingCAP Xingchen (Beijing) Technology Co., Ltd. +// Copyright 2023-2023 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/privilege/privileges/ldap/simple.go b/privilege/privileges/ldap/simple.go index 07934699832a4..d6dabc64eebda 100644 --- a/privilege/privileges/ldap/simple.go +++ b/privilege/privileges/ldap/simple.go @@ -1,4 +1,4 @@ -// Copyright 2023-2023 PingCAP Xingchen (Beijing) Technology Co., Ltd. +// Copyright 2023-2023 PingCAP, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.