]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
format license text, restore apache license by legal suggestion (#5233)
authorNeo Zhang Jianyu <redacted>
Wed, 31 Jan 2024 13:04:46 +0000 (21:04 +0800)
committerGitHub <redacted>
Wed, 31 Jan 2024 13:04:46 +0000 (18:34 +0530)
examples/sycl/ls-sycl-device.cpp
ggml-sycl.cpp
ggml-sycl.h

index 42847154aa3ea987c3d86575bf85681284c3bb2b..52442e4ca80fa4000d8506cfa0e5605350ecfaf1 100644 (file)
@@ -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"
 
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