summaryrefslogtreecommitdiffhomepage
path: root/example/smart_ptr_example/example.cpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 16:18:27 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-11 16:18:27 +0100
commit4f0ada06151e9397bd119c9f0808d7c4c0ed55c7 (patch)
tree493459c6c54f232bbb6cd561dd4277534ca15df6 /example/smart_ptr_example/example.cpp
parent07441b4031482ed85d3a5fe51e8e76bbee50c42e (diff)
[CHORE] Add SPDX header for files.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/smart_ptr_example/example.cpp')
-rw-r--r--example/smart_ptr_example/example.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/smart_ptr_example/example.cpp b/example/smart_ptr_example/example.cpp
index b5b6ad3..1e93f35 100644
--- a/example/smart_ptr_example/example.cpp
+++ b/example/smart_ptr_example/example.cpp
@@ -1,4 +1,5 @@
-// Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org)
+// SPDX-License-Identifier: BSL-1.0
+// Copyright 2025-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-foss-org/core