Skip to content

Commit

Permalink
Add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Aug 16, 2023
1 parent 9ccc6e0 commit 484d117
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/test-package/Cargo.toml
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

[package]
name = "test-package"
version = "0.1.0"
Expand Down
3 changes: 3 additions & 0 deletions resources/test-package/src/funs.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

pub fn estimate_size(x: u32) -> u32 {
assert!(x < 4096);

Expand Down
3 changes: 3 additions & 0 deletions resources/test-package/src/lib.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

//! This package is intended to assist in manually testing the features of the
//! extension. The tests to be performed are the following:
//!
Expand Down

0 comments on commit 484d117

Please sign in to comment.