Skip to content

Commit

Permalink
add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech committed Sep 3, 2024
1 parent 29a009c commit d596329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/expected/issue-2239/issue_2239.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![feature(trivial_bounds)]
#![allow(unused, trivial_bounds)]

Expand Down
3 changes: 3 additions & 0 deletions tests/expected/issue-2732/issue_2732.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT

const C: [u32; 5] = [0; 5];

#[allow(unconditional_panic)]
Expand Down

0 comments on commit d596329

Please sign in to comment.