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.
This commit is contained in:
parent
d3c0cc788b
commit
9bd4357cbc
3
LICENSE
3
LICENSE
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue