diff options
author | Neo Zhang Jianyu <jianyu.zhang@intel.com> | 2024-01-31 21:04:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 18:34:46 +0530 |
commit | b2b9f025e7821e78bd501d75d01838c26de07a57 (patch) | |
tree | 495fec8ad85cc0ec67de7141dfc0c7686407d715 /examples/sycl | |
parent | dabcc5b471348e4ae03ddacc41e19ad75fb2f041 (diff) |
format license text, restore apache license by legal suggestion (#5233)
Diffstat (limited to 'examples/sycl')
-rw-r--r-- | examples/sycl/ls-sycl-device.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/sycl/ls-sycl-device.cpp b/examples/sycl/ls-sycl-device.cpp index 42847154..52442e4c 100644 --- a/examples/sycl/ls-sycl-device.cpp +++ b/examples/sycl/ls-sycl-device.cpp @@ -1,7 +1,9 @@ -/*MIT license - Copyright (C) 2024 Intel Corporation - SPDX-License-Identifier: MIT -*/ +// +// MIT license +// Copyright (C) 2024 Intel Corporation +// SPDX-License-Identifier: MIT +// + #include "ggml-sycl.h" |