Add copyright notices

This commit is contained in:
Iwan Kawrakow
2025-04-07 11:19:54 +03:00
parent c616306a01
commit 8b9be1a048
45 changed files with 294 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
//
// Copyright (C) 2023-2025 The llama.cpp authors
// Copyright (C) 2024-2025 Iwan Kawrakow
// MIT license
// SPDX-License-Identifier: MIT
//
#if defined(_MSC_VER)
#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
#endif