diff --git a/sycl/sycl-rs-derive/src/lib.rs b/sycl/sycl-rs-derive/src/lib.rs index b0ee1c9..bc37a49 100644 --- a/sycl/sycl-rs-derive/src/lib.rs +++ b/sycl/sycl-rs-derive/src/lib.rs @@ -1,3 +1,11 @@ +// +// Copyright (C) 2026 Intel Corporation +// +// Under the MIT License or the Apache License v2.0. +// See LICENSE-MIT and LICENSE-APACHE for license information. +// SPDX-License-Identifier: MIT OR Apache-2.0 +// + use proc_macro::TokenStream; use proc_macro_crate::{FoundCrate, crate_name}; use quote::{format_ident, quote}; diff --git a/sycl/sycl-rs/src/prelude.rs b/sycl/sycl-rs/src/prelude.rs index 379f8eb..0bda79a 100644 --- a/sycl/sycl-rs/src/prelude.rs +++ b/sycl/sycl-rs/src/prelude.rs @@ -1,3 +1,11 @@ +// +// Copyright (C) 2026 Intel Corporation +// +// Under the MIT License or the Apache License v2.0. +// See LICENSE-MIT and LICENSE-APACHE for license information. +// SPDX-License-Identifier: MIT OR Apache-2.0 +// + pub use crate::{ context::Context, device::Device,