From 580ac004947aeae190d595d04404c0700e5c0821 Mon Sep 17 00:00:00 2001 From: Szymon Zadworny Date: Wed, 12 Aug 2026 12:26:15 +0000 Subject: [PATCH] Add missing license notices --- sycl/sycl-rs-derive/src/lib.rs | 8 ++++++++ sycl/sycl-rs/src/prelude.rs | 8 ++++++++ 2 files changed, 16 insertions(+) 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,