summaryrefslogtreecommitdiff
path: root/ggml/src/ggml-quants.c
diff options
context:
space:
mode:
authorKawrakow <iwankawrakow@gmail.com>2025-04-07 10:43:26 +0200
committerGitHub <noreply@github.com>2025-04-07 10:43:26 +0200
commita051f08b8f059fa10dd089d231b975291c122e9d (patch)
tree4bb911bf18b79d8473e01a8f8f9c7aa92f247b4a /ggml/src/ggml-quants.c
parentabbabf7ca14a5bfe2f141362876ccd60b8968d48 (diff)
Add copyright notices (#317)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Diffstat (limited to 'ggml/src/ggml-quants.c')
-rw-r--r--ggml/src/ggml-quants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml/src/ggml-quants.c b/ggml/src/ggml-quants.c
index e43a9b22..e5a9ec8c 100644
--- a/ggml/src/ggml-quants.c
+++ b/ggml/src/ggml-quants.c
@@ -1,6 +1,6 @@
//
-// Copyright (C) 2023-2024 The ggml authors
// Copyright (C) 2024 Iwan Kawrakow
+// Copyright (C) 2023-2024 The ggml authors
// MIT license
// SPDX-License-Identifier: MIT
//