Add copyright notices

Only on the files where I have contributed in a significant way,
or the files I wrote myself.
This commit is contained in:
Kawrakow
2024-07-24 20:11:42 +03:00
parent e0b2dd511c
commit 010466af1e
12 changed files with 74 additions and 23 deletions

View File

@@ -1,3 +1,10 @@
//
// Copyright (C) 2024 Iwan Kawrakow
// Copyright (C) 2023-2024 The ggml authors
// MIT license
// SPDX-License-Identifier: MIT
//
#include "common.h"
#include "llama.h"