From e11a8999b5690f810c2c99c14347f0834e68c524 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 9 Apr 2024 09:23:19 +0300 Subject: license : update copyright notice + add AUTHORS (#6405) * license : add AUTHORS * authors : update * scipts : add LICENSE and gen-authors.sh to sync --- scripts/sync-ggml.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/sync-ggml.sh') diff --git a/scripts/sync-ggml.sh b/scripts/sync-ggml.sh index d8fdaadf..80c43976 100755 --- a/scripts/sync-ggml.sh +++ b/scripts/sync-ggml.sh @@ -31,3 +31,6 @@ cp -rpv ../ggml/include/ggml/ggml-backend.h ./ggml-backend.h cp -rpv ../ggml/tests/test-opt.cpp ./tests/test-opt.cpp cp -rpv ../ggml/tests/test-grad0.cpp ./tests/test-grad0.cpp cp -rpv ../ggml/tests/test-backend-ops.cpp ./tests/test-backend-ops.cpp + +cp -rpv ../LICENSE ./LICENSE +cp -rpv ../ggml/scripts/gen-authors.sh ./scripts/gen-authors.sh -- cgit v1.2.3