This repository was archived by the owner on Apr 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright {yyyy} {name of copyright owner}
189+ Copyright 2019 TiKV Project Authors.
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1- // Copyright 2017 PingCAP, Inc.
2- //
3- // Licensed under the Apache License, Version 2.0 (the "License");
4- // you may not use this file except in compliance with the License.
5- // You may obtain a copy of the License at
6- //
7- // http://www.apache.org/licenses/LICENSE-2.0
8- //
9- // Unless required by applicable law or agreed to in writing, software
10- // distributed under the License is distributed on an "AS IS" BASIS,
11- // See the License for the specific language governing permissions and
12- // limitations under the License.
1+ // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.
132
143//! A fail point implementation for Rust.
154//!
Original file line number Diff line number Diff line change 1- // Copyright 2017 PingCAP, Inc.
2- //
3- // Licensed under the Apache License, Version 2.0 (the "License");
4- // you may not use this file except in compliance with the License.
5- // You may obtain a copy of the License at
6- //
7- // http://www.apache.org/licenses/LICENSE-2.0
8- //
9- // Unless required by applicable law or agreed to in writing, software
10- // distributed under the License is distributed on an "AS IS" BASIS,
11- // See the License for the specific language governing permissions and
12- // limitations under the License.
1+ // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.
132
143use std:: sync:: * ;
154use std:: time:: * ;
You can’t perform that action at this time.
0 commit comments