branch: externals/ellama
commit a5d0a0b18bd5e143be7a65f83c73706a9534ebcd
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

    Add copyright notice
    
    Added a copyright header to extract-commands.el script.
---
 scripts/extract-commands.el | 2 ++
 1 file changed, 2 insertions(+)

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.

Reply via email to