summaryrefslogtreecommitdiff
path: root/common/common.h
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 /common/common.h
parentabbabf7ca14a5bfe2f141362876ccd60b8968d48 (diff)
Add copyright notices (#317)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/common.h b/common/common.h
index 79c5fe96..b4f75236 100644
--- a/common/common.h
+++ b/common/common.h
@@ -1,3 +1,10 @@
+//
+// Copyright (C) 2023-2025 The llama.cpp authors
+// Copyright (C) 2024-2025 Iwan Kawrakow
+// MIT license
+// SPDX-License-Identifier: MIT
+//
+
// Various helper functions and utilities
#pragma once