branch: externals/llm
commit 39ae6fc79450fa08f0a7505033ae497d7dcae976
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: Andrew Hyatt <ahy...@gmail.com>

    Assign copyright to FSF, in preparation of inclusion to GNU ELPA
---
 llm-fake.el   | 2 +-
 llm-openai.el | 2 +-
 llm-test.el   | 2 +-
 llm-tester.el | 2 +-
 llm-vertex.el | 2 +-
 llm.el        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/llm-fake.el b/llm-fake.el
index 76ac01d6bd..9ffdcdd936 100644
--- a/llm-fake.el
+++ b/llm-fake.el
@@ -1,6 +1,6 @@
 ;;; llm-fake.el --- Use for developers looking at llm calls. -*- 
lexical-binding: t -*-
 
-;; Copyright (c) 2023  Andrew Hyatt <ahy...@gmail.com>
+;; Copyright (c) 2023  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; Homepage: https://github.com/ahyatt/llm
diff --git a/llm-openai.el b/llm-openai.el
index ba79e748af..11dcf2912c 100644
--- a/llm-openai.el
+++ b/llm-openai.el
@@ -1,6 +1,6 @@
 ;;; llm-openai.el --- llm module for integrating with Open AI -*- 
lexical-binding: t -*-
 
-;; Copyright (c) 2023  Andrew Hyatt <ahy...@gmail.com>
+;; Copyright (c) 2023  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; Homepage: https://github.com/ahyatt/llm
diff --git a/llm-test.el b/llm-test.el
index e394c5895c..4179439fdf 100644
--- a/llm-test.el
+++ b/llm-test.el
@@ -1,6 +1,6 @@
 ;;; llm-test.el --- Unit tests for the llm module -*- lexical-binding: t -*-
 
-;; Copyright (c) 2023  Andrew Hyatt <ahy...@gmail.com>
+;; Copyright (c) 2023  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/llm-tester.el b/llm-tester.el
index 0bc9723649..839b1e4627 100644
--- a/llm-tester.el
+++ b/llm-tester.el
@@ -1,6 +1,6 @@
 ;;; llm-tester.el --- Helpers for testing LLM implementation -*- 
lexical-binding: t -*-
 
-;; Copyright (c) 2023  Andrew Hyatt <ahy...@gmail.com>
+;; Copyright (c) 2023  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/llm-vertex.el b/llm-vertex.el
index 3642b8bfce..3c465421c8 100644
--- a/llm-vertex.el
+++ b/llm-vertex.el
@@ -1,6 +1,6 @@
 ;;; llm-vertex.el --- LLM implementation of Google Cloud Vertex AI -*- 
lexical-binding: t -*-
 
-;; Copyright (c) 2023  Andrew Hyatt <ahy...@gmail.com>
+;; Copyright (c) 2023  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; Homepage: https://github.com/ahyatt/llm
diff --git a/llm.el b/llm.el
index 034bedb797..11b508cb36 100644
--- a/llm.el
+++ b/llm.el
@@ -1,6 +1,6 @@
 ;;; llm.el --- Interface to pluggable llm backends -*- lexical-binding: t -*-
 
-;; Copyright (c) 2023  Andrew Hyatt <ahy...@gmail.com>
+;; Copyright (c) 2023  Free Software Foundation, Inc.
 
 ;; Author: Andrew Hyatt <ahy...@gmail.com>
 ;; Homepage: https://github.com/ahyatt/llm

Reply via email to