Skip to content

Commit 4f20dcb

Browse files
committed
update copyright notices
1 parent be3a572 commit 4f20dcb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The Diem Core Contributors
1+
// Copyright (c) The datatest-stable Contributors
22
// SPDX-License-Identifier: MIT OR Apache-2.0
33

44
#![forbid(unsafe_code)]

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The Diem Core Contributors
1+
// Copyright (c) The datatest-stable Contributors
22
// SPDX-License-Identifier: MIT OR Apache-2.0
33

44
/// `datatest-stable` test harness entry point. Should be declared in the test module.

src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The Diem Core Contributors
1+
// Copyright (c) The datatest-stable Contributors
22
// SPDX-License-Identifier: MIT OR Apache-2.0
33

44
use crate::{utils, Result};

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The Diem Core Contributors
1+
// Copyright (c) The datatest-stable Contributors
22
// SPDX-License-Identifier: MIT OR Apache-2.0
33

44
use camino::{Utf8Path, Utf8PathBuf};

tests/example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) The Diem Core Contributors
1+
// Copyright (c) The datatest-stable Contributors
22
// SPDX-License-Identifier: MIT OR Apache-2.0
33

44
use camino::Utf8Path;

0 commit comments

Comments
 (0)