Skip to content

Commit

Permalink
docs(license): update copyright year(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 1, 2025
1 parent 2fb054d commit c685bce
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion verifier/src/advisories.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

use crate::{Accessor, SpacedStructName, VerificationOutput, Verifier};
use alloc::{
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/certificate_chain.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Trait and Error for verifying certificate chains
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Errors that can occur during verification
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/evidence.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! The full set of evidence needed for attesting a quote
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/identity.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Provides logic for verifying MRENCLAVE and MRSIGNER identities in combination with allowed
//! [`Advisories`].
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![deny(missing_docs, missing_debug_implementations, unsafe_code)]
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/mbedtls.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Implementation of certificate chain verification using MbedTls.
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/qe_identity.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Handles the QE(Quoting Enclave) identity verification.
//!
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/qe_report_body.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Verification of a QE(Quoting Enclave) report body.
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/quote.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

use crate::{Accessor, Error, VerificationMessage, VerificationOutput, Verifier};
use core::fmt::Formatter;
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/report_body.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018-2024 The MobileCoin Foundation
// Copyright (c) 2018-2025 The MobileCoin Foundation

//! Verifiers which operate on the [`ReportBody`]
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/struct_name.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Provides a trait that provides a textual friendly version of a struct name.
//! The names are all lowercase and use spaces between the words.
Expand Down
2 changes: 1 addition & 1 deletion verifier/src/tcb.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2024 The MobileCoin Foundation
// Copyright (c) 2023-2025 The MobileCoin Foundation

//! Verifier for TCB(Trusted Computing Base) information
//!
Expand Down

0 comments on commit c685bce

Please sign in to comment.