From: Neo Zhang Jianyu Date: Wed, 31 Jan 2024 13:04:46 +0000 (+0800) Subject: format license text, restore apache license by legal suggestion (llama/5233) X-Git-Tag: upstream/0.0.1642~1004 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6efea07c7ed77c7c09c4e31f78ad298400415fdf;p=pkg%2Fggml%2Fsources%2Fggml format license text, restore apache license by legal suggestion (llama/5233) --- 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 #include 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