Skip to content

Commit

Permalink
Add missing copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
qinheping committed Sep 11, 2024
1 parent 0b05968 commit 3624655
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kani-compiler/src/kani_middle/transform/loop_contracts.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT

//! This module contains code related to the MIR-to-MIR pass to enable loop contracts.
//!

use crate::kani_middle::codegen_units::CodegenUnit;
use crate::kani_middle::find_fn_def;
use crate::kani_middle::transform::body::{MutableBody, SourceInstruction};
Expand Down

0 comments on commit 3624655

Please sign in to comment.