From: Georgi Gerganov Date: Thu, 28 Nov 2024 18:46:40 +0000 (+0200) Subject: ggml : remove redundant copyright notice + update authors X-Git-Tag: upstream/0.0.1642~118 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3f6510ddea396a8022a78e5f94a6ebd53ac6748a;p=pkg%2Fggml%2Fsources%2Fggml ggml : remove redundant copyright notice + update authors --- diff --git a/src/ggml-cpu/ggml-cpu-aarch64.c b/src/ggml-cpu/ggml-cpu-aarch64.c index ced37887..69d3d327 100644 --- a/src/ggml-cpu/ggml-cpu-aarch64.c +++ b/src/ggml-cpu/ggml-cpu-aarch64.c @@ -1,7 +1,3 @@ -// SPDX-FileCopyrightText: Copyright 2024 Arm Limited and/or its affiliates -// SPDX-License-Identifier: MIT -// - #define GGML_COMMON_IMPL_C #include "ggml-common.h"