Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update license copyright year(s) #500

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion capable/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]

2 changes: 1 addition & 1 deletion capable/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI type bindings for the types used by libsgx_capable.{so,a}.

2 changes: 1 addition & 1 deletion capable/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_camel_case_types)]
2 changes: 1 addition & 1 deletion capable/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI type bindings for the types used by libsgx_capable.{so,a}.

2 changes: 1 addition & 1 deletion capable/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion capable/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion core/build/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]

2 changes: 1 addition & 1 deletion core/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI type bindings for the common SGX SDK types

2 changes: 1 addition & 1 deletion core/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion core/types/src/attestation_key.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Attestation Key types

use crate::{
2 changes: 1 addition & 1 deletion core/types/src/attributes.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! SGX Attributes types

2 changes: 1 addition & 1 deletion core/types/src/config_id.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! SGX Config ID

use crate::impl_newtype_no_display;
2 changes: 1 addition & 1 deletion core/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! SGX Error types

2 changes: 1 addition & 1 deletion core/types/src/key_request.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! SGX key request rust types

use crate::{
2 changes: 1 addition & 1 deletion core/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion core/types/src/macros.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

#[cfg(feature = "alloc")]
pub(crate) use alloc::vec::Vec;
2 changes: 1 addition & 1 deletion core/types/src/measurement.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

//! This module contains the wrapper types for an sgx_measurement_t
//!
2 changes: 1 addition & 1 deletion core/types/src/quote.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Quote types

use crate::{
2 changes: 1 addition & 1 deletion core/types/src/report.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! SGX Report

use crate::impl_display_for_bytestruct;
2 changes: 1 addition & 1 deletion core/types/src/svn.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! SGX core SVN (Security Version Numbers)

use crate::{impl_display_for_bytestruct, impl_newtype_for_bytestruct, impl_newtype_no_display};
2 changes: 1 addition & 1 deletion core/types/src/target_info.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! SGX TargetInfo

use crate::{
2 changes: 1 addition & 1 deletion dcap/ql/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

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

//! Provides functionality for generating quote version 3 quotes
//!
2 changes: 1 addition & 1 deletion dcap/ql/src/quote_enclave.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Provides functionality for interacting with the quoting enclaves. The
//! QE(Quoting Enclave), PCE(Provisioning Certificate Enclave), and the
2 changes: 1 addition & 1 deletion dcap/ql/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI function bindings for dcap ql library of the Intel SGX SDK

const DCAP_QL_FUNCTIONS: &[&str] = &[
2 changes: 1 addition & 1 deletion dcap/ql/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
2 changes: 1 addition & 1 deletion dcap/ql/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI type bindings for the dcap quote library of the Intel SGX SDK

use mc_sgx_core_build::SgxParseCallbacks;
2 changes: 1 addition & 1 deletion dcap/ql/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/ql/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/quoteverify/src/collateral.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 functionality to get collateral for a [`Quote3`].

2 changes: 1 addition & 1 deletion dcap/quoteverify/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

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

//! Provides functionality for interacting with the quoting enclaves. Both the
//! QVE(Quote Verification Enclave) and the QPL(Quote Provider Library).
2 changes: 1 addition & 1 deletion dcap/quoteverify/src/verify.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! This module contains logic to assist in verifying a DCAP quote

2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI function bindings for dcap quoteverify library of the Intel
//! SGX SDK

2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI type bindings for the dcap quoteverify library of the Intel
//! SGX SDK

2 changes: 1 addition & 1 deletion dcap/quoteverify/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/quoteverify/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI type bindings for the dcap libraries of the Intel
//! SGX SDK

2 changes: 1 addition & 1 deletion dcap/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/tvl/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI function bindings for dcap tvl library of the Intel SGX SDK

const DCAP_TVL_FUNCTIONS: &[&str] = &["sgx_tvl_verify_qve_report_and_identity"];
2 changes: 1 addition & 1 deletion dcap/tvl/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/types/src/certification_data.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! This module provides the Certification Data type and it's logic

2 changes: 1 addition & 1 deletion dcap/types/src/collateral.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

//! Collateral for a quote.
//!
2 changes: 1 addition & 1 deletion dcap/types/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! This module provides the error type related to Quote v3

2 changes: 1 addition & 1 deletion dcap/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion dcap/types/src/quote3.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! This module provides types related to Quote v3

2 changes: 1 addition & 1 deletion dcap/types/src/quoting_enclave.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Types specific to the quoting enclave

2 changes: 1 addition & 1 deletion dcap/types/src/request_policy.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

// ! This module provides types related to request policy

2 changes: 1 addition & 1 deletion dcap/types/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

//! TCB measurements for an SGX enclave.
//!
2 changes: 1 addition & 1 deletion sdk-tools/src/edger8r.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

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

#![doc = include_str!("../README.md")]
#![deny(missing_docs, missing_debug_implementations, unsafe_code)]
2 changes: 1 addition & 1 deletion sdk-tools/src/sign.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

//! Builder wrapper around SgxSign.

2 changes: 1 addition & 1 deletion tcrypto/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI function bindings for trusted crypto (tcrypto) of the
//! Intel SGX SDK

2 changes: 1 addition & 1 deletion tcrypto/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tcrypto/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI type bindings for the trusted crypto functions, (aes, rsa,
//! etc.), of the Intel SGX SDK

2 changes: 1 addition & 1 deletion tcrypto/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion trts/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion trts/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI function bindings for trts (trusted runtime system) of the
//! Intel SGX SDK
2 changes: 1 addition & 1 deletion trts/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tservice/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tservice/src/report.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Functions used for creating and verifying reports inside of an enclave

use core::ptr;
2 changes: 1 addition & 1 deletion tservice/src/seal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Functions used for sealing and unsealing of secrets

use alloc::{format, string::String, vec, vec::Vec};
2 changes: 1 addition & 1 deletion tservice/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI function bindings for tservice, (trusted service) of the
//! Intel Intel SGX SDK
2 changes: 1 addition & 1 deletion tservice/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tservice/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI type bindings for tservice, (trusted service) of the Intel
//! SGX SDK

2 changes: 1 addition & 1 deletion tservice/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tservice/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tservice/types/src/seal.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Types used for sealing and unsealing of secrets
2 changes: 1 addition & 1 deletion tservice/types/src/test_utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Module used to assist unit tests that utilize the [`Sealed`] type
use core::{mem, slice};
2 changes: 1 addition & 1 deletion tstdc/src/condvar.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

//! Condition variable functionality for use inside of an SGX enclave
2 changes: 1 addition & 1 deletion tstdc/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)]
2 changes: 1 addition & 1 deletion tstdc/src/mutex.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

//! Mutex functionality for use inside of an SGX enclave
2 changes: 1 addition & 1 deletion tstdc/src/rwlock.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

//! Reader/writer lock functionality for use inside of an SGX enclave
2 changes: 1 addition & 1 deletion tstdc/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI function bindings for tstdc (trusted standard C) of the
//! Intel SGX SDK
2 changes: 1 addition & 1 deletion tstdc/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion tstdc/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
//! Builds the FFI type bindings for tstdc (trusted standard C) of the
//! Intel SGX SDK
2 changes: 1 addition & 1 deletion tstdc/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion urts/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]

2 changes: 1 addition & 1 deletion urts/sys/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI bindings for the untrusted side of the Intel SGX SDK
2 changes: 1 addition & 1 deletion urts/sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]
2 changes: 1 addition & 1 deletion urts/sys/types/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

//! Builds the FFI type bindings for the untrusted side of the Intel SGX SDK
use mc_sgx_core_build::SgxParseCallbacks;
2 changes: 1 addition & 1 deletion urts/sys/types/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]
2 changes: 1 addition & 1 deletion util/src/format.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation
#![deny(missing_docs, missing_debug_implementations, unsafe_code)]
//! Contains format utilities for formatting Hex representations of integers and byte arrays.
2 changes: 1 addition & 1 deletion util/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022-2024 The MobileCoin Foundation
// Copyright (c) 2022-2025 The MobileCoin Foundation

#![doc = include_str!("../README.md")]
#![no_std]