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 | |
parent | dabcc5b471348e4ae03ddacc41e19ad75fb2f041 (diff) |
format license text, restore apache license by legal suggestion (#5233)
-rw-r--r-- | examples/sycl/ls-sycl-device.cpp | 10 | ||||
-rw-r--r-- | ggml-sycl.cpp | 15 | ||||
-rw-r--r-- | ggml-sycl.h | 9 |
3 files changed, 22 insertions, 12 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" diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index 3fc34697..1cc55ef5 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -1,7 +1,14 @@ -/*MIT license - Copyright (C) 2024 Intel Corporation - SPDX-License-Identifier: MIT -*/ +// +// MIT license +// Copyright (C) 2024 Intel Corporation +// SPDX-License-Identifier: MIT +// + +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// #include <algorithm> #include <assert.h> diff --git a/ggml-sycl.h b/ggml-sycl.h index 0eabb53c..ba0c6147 100644 --- a/ggml-sycl.h +++ b/ggml-sycl.h @@ -1,7 +1,8 @@ -/*MIT license - Copyright (C) 2024 Intel Corporation - SPDX-License-Identifier: MIT -*/ +// +// MIT license +// Copyright (C) 2024 Intel Corporation +// SPDX-License-Identifier: MIT +// #pragma once |