Skip to content

Commit 389609d

Browse files
committed
Fix headers in files that weren't checked
1 parent 698ea45 commit 389609d

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

tests/expected/coroutines/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright Kani Contributors
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
#![feature(coroutines, coroutine_trait)]

tests/expected/coroutines/pin/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright Kani Contributors
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
// Test contains a call to a coroutine via a Pin

tests/expected/function-contract/modifies/refcell_fixme.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright Kani Contributors
2+
// SPDX-License-Identifier: Apache-2.0 OR MIT
13
use std::cell::RefCell;
24
use std::ops::Deref;
35

tests/expected/offset-wraps-around/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright Kani Contributors
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
// Check that a high offset causes a "wrapping around" behavior in CBMC.

tests/expected/slice_c_str/c_str_fixme.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright Kani Contributors
2+
// SPDX-License-Identifier: Apache-2.0 OR MIT
13
#![feature(rustc_private)]
24
#![feature(c_str_literals)]
35
//! FIXME: <https://github.com/rust-lang/rust/issues/113333>

0 commit comments

Comments
 (0)