mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 02:44:36 +00:00
format license text, restore apache license by legal suggestion (#5233)
This commit is contained in:
parent
dabcc5b471
commit
b2b9f025e7
@ -1,7 +1,9 @@
|
|||||||
/*MIT license
|
//
|
||||||
Copyright (C) 2024 Intel Corporation
|
// MIT license
|
||||||
SPDX-License-Identifier: MIT
|
// Copyright (C) 2024 Intel Corporation
|
||||||
*/
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
#include "ggml-sycl.h"
|
#include "ggml-sycl.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
/*MIT license
|
//
|
||||||
Copyright (C) 2024 Intel Corporation
|
// MIT license
|
||||||
SPDX-License-Identifier: MIT
|
// 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 <algorithm>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
/*MIT license
|
//
|
||||||
Copyright (C) 2024 Intel Corporation
|
// MIT license
|
||||||
SPDX-License-Identifier: MIT
|
// Copyright (C) 2024 Intel Corporation
|
||||||
*/
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user