From 511e3996e11eb2ed710b30db17c145f6b76c086d Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 21 Aug 2023 10:39:33 +0800 Subject: [PATCH] *: modify headers of some source files in `privilege` (#46222) (#46238) --- 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 b57b2bc836c72..e28f15d4ef447 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 6229e9010aaa5..7794b5ab5f3d4 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.