]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
format license text, restore apache license by legal suggestion (llama/5233)
authorNeo Zhang Jianyu <redacted>
Wed, 31 Jan 2024 13:04:46 +0000 (21:04 +0800)
committerGeorgi Gerganov <redacted>
Sat, 10 Feb 2024 07:30:56 +0000 (09:30 +0200)
ggml-sycl.cpp
ggml-sycl.h

index 3fc346975b1821574636cc1ecaf8adbf54c44bdf..1cc55ef52ec921a383dc95aa507a220750f5fa1a 100644 (file)
@@ -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>
index 0eabb53cc237772296960cd644481f16987dd757..ba0c6147332a570b964b9619647f1285b4bf91a5 100644 (file)
@@ -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