branch: externals/ellama
commit 91419243c15cef5c58ac982af96c355b41c726be
Merge: 9e16d0e731 3b4218dfac
Author: Sergey Kostyaev <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #431 from s-kostyaev/fix-elpa-build
Add copyright notice
---
NEWS.org | 3 +++
ellama.el | 2 +-
scripts/extract-commands.el | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index a555cc76db..324f04035a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,6 @@
+* Version 1.27.1
+
+- Added copyright notice to ~extract-commands.el~ script.
* Version 1.27.0
- Added ~ellama-undo-on-error~. Users can now choose whether failed LLM
requests
diff --git a/ellama.el b/ellama.el
index 25d5f650d2..dac2e6de0e 100644
--- a/ellama.el
+++ b/ellama.el
@@ -6,7 +6,7 @@
;; URL: http://github.com/s-kostyaev/ellama
;; Keywords: help local tools
;; Package-Requires: ((emacs "28.1") (llm "0.30.2") (plz "0.8") (transient
"0.7") (compat "29.1") (yaml "1.2.3"))
-;; Version: 1.27.0
+;; Version: 1.27.1
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023
diff --git a/scripts/extract-commands.el b/scripts/extract-commands.el
index 7ec746fa51..ed7bee57c1 100644
--- a/scripts/extract-commands.el
+++ b/scripts/extract-commands.el
@@ -1,5 +1,7 @@
;;; extract-commands.el --- Extract documented public commands -*-
lexical-binding: t -*-
+;; Copyright (C) 2026 Free Software Foundation, Inc.
+
;; This script reads Ellama source files as forms. It intentionally does not
;; load the project, because loading depends on user packages and local runtime
;; state and can silently miss commands in batch checks.