diff options
author | Kawrakow <iwankawrakow@gmail.com> | 2025-04-07 10:41:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 10:41:40 +0200 |
commit | abbabf7ca14a5bfe2f141362876ccd60b8968d48 (patch) | |
tree | f7d4d67256eb632f23fecd259c05f401f2215de0 | |
parent | ec84855c6ae5a08686f3e5d8010e38064269deb3 (diff) |
Update LICENSE
I did not realize until today that the [ggml authors](https://github.com/ggml-org/ggml/blob/master/AUTHORS) is not the same thing as the [llama.cpp authors](https://github.com/ggml-org/llama.cpp/blob/master/AUTHORS).
This PR corrects my mistake.
-rw-r--r-- | LICENSE | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ MIT License Copyright (c) 2023-2024 The ggml authors -Copyright (c) 2024 Iwan Kawrakow +Copyright (c) 2023-2024 The llama.cpp authors +Copyright (c) 2024-2025 Iwan Kawrakow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |