Skip to content

Commit

Permalink
make sure SPDX license identifiers are in all files
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Apr 24, 2024
1 parent 2166b36 commit 5d49600
Show file tree
Hide file tree
Showing 17 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions verified-node-replication/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
//! Defines constants that are being used by the library, both in the execution and the
//! verification. The constants mostly define the size of the log, and certain thresholds
//! when warnings are being printed etc.
Expand Down
1 change: 1 addition & 0 deletions verified-node-replication/src/exec/context.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/exec/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/exec/replica.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/exec/rwlock.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/exec/utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
//! # Verified Node Replication Library
//!
//! This library is a verified version of the [node-replicatin library](https://github.com/vmware/node-replication/)
//! that allows for the construction of replicated, concurrent data structures.
//!
Expand Down
1 change: 1 addition & 0 deletions verified-node-replication/src/spec/cyclicbuffer.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/flat_combiner.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/linearization.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// The Linearization Proof
#[allow(unused_imports)]
use builtin::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// some types and utilities
pub mod types;
pub mod utils;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/rwlock.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/simple_log.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
use builtin::*;
use builtin_macros::*;
use state_machines_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/types.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/unbounded_log.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// rust_verify/tests/example.rs ignore
#[allow(unused_imports)]
use builtin::*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// rust_verify/tests/example.rs ignore
#[allow(unused_imports)]
use builtin::*;
Expand Down
3 changes: 3 additions & 0 deletions verified-node-replication/src/spec/utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Verified Node Replication Library
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
#[allow(unused_imports)]
use builtin::*;
use builtin_macros::*;
Expand Down

0 comments on commit 5d49600

Please sign in to comment.