branch: externals/llm
commit a30ba52c4356d697029553d1bf928f372048c5f0
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Update copyrights
---
llm-gemini.el | 2 +-
llm-models.el | 2 +-
llm-ollama.el | 2 +-
llm-provider-utils-test.el | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/llm-gemini.el b/llm-gemini.el
index 1629ac9f3a..838c95aa36 100644
--- a/llm-gemini.el
+++ b/llm-gemini.el
@@ -1,6 +1,6 @@
;;; llm-gemini.el --- LLM implementation of Google Cloud Gemini AI -*-
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
-;; Copyright (c) 2023-2025 Free Software Foundation, Inc.
+;; Copyright (c) 2023-2026 Free Software Foundation, Inc.
;; Author: Andrew Hyatt <[email protected]>
;; Homepage: https://github.com/ahyatt/llm
diff --git a/llm-models.el b/llm-models.el
index 0575bb5f27..7436f1af7b 100644
--- a/llm-models.el
+++ b/llm-models.el
@@ -1,6 +1,6 @@
;;; llm-models.el --- Specification of model capabilities -*- lexical-binding:
t; package-lint-main-file: "llm.el" -*-
-;; Copyright (c) 2024-2025 Free Software Foundation, Inc.
+;; Copyright (c) 2024-2026 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff --git a/llm-ollama.el b/llm-ollama.el
index 3ee516bd07..481da4ba6a 100644
--- a/llm-ollama.el
+++ b/llm-ollama.el
@@ -1,6 +1,6 @@
;;; llm-ollama.el --- llm module for integrating with Ollama. -*-
lexical-binding: t; package-lint-main-file: "llm.el";
byte-compile-docstring-max-column: 200-*-
-;; Copyright (c) 2023-2025 Free Software Foundation, Inc.
+;; Copyright (c) 2023-2026 Free Software Foundation, Inc.
;; Author: Andrew Hyatt <[email protected]>
;; Homepage: https://github.com/ahyatt/llm
diff --git a/llm-provider-utils-test.el b/llm-provider-utils-test.el
index f30079a379..8c07efa07c 100644
--- a/llm-provider-utils-test.el
+++ b/llm-provider-utils-test.el
@@ -1,6 +1,6 @@
;;; llm-provider-utils-test.el --- Tests for llm-provider-utils -*-
lexical-binding: t; package-lint-main-file: "llm.el"; -*-
-;; Copyright (c) 2023-2025 Free Software Foundation, Inc.
+;; Copyright (c) 2023-2026 Free Software Foundation, Inc.
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as