branch: elpa/aidermacs
commit a5a2014492f036947e964bd8c9068dd5985ef4d4
Author: Mingde (Matthew) Zeng <[email protected]>
Commit: Mingde (Matthew) Zeng <[email protected]>
Add SDPX-License-Identifier
---
aidermacs-backend-comint.el | 8 ++++++--
aidermacs-backend-vterm.el | 8 ++++++--
aidermacs-backends.el | 8 ++++++--
aidermacs-doom.el | 1 +
aidermacs-models.el | 8 ++++++--
aidermacs.el | 8 ++++++--
6 files changed, 31 insertions(+), 10 deletions(-)
diff --git a/aidermacs-backend-comint.el b/aidermacs-backend-comint.el
index b4d19bef04..a78e49ae3b 100644
--- a/aidermacs-backend-comint.el
+++ b/aidermacs-backend-comint.el
@@ -4,10 +4,14 @@
;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools
;; URL: https://github.com/MatthewZMD/aidermacs.el
;; Originally forked from: Kang Tu <[email protected]> Aider.el
-
+;; SPDX-License-Identifier: Apache-2.0
+;;
+;; This file is not part of GNU Emacs.
+;;
;;; Commentary:
+;;
;; Comint backend implementation for aidermacs.el
-
+;;
;;; Code:
(require 'comint)
diff --git a/aidermacs-backend-vterm.el b/aidermacs-backend-vterm.el
index cd2ad68d37..93a1109f5f 100644
--- a/aidermacs-backend-vterm.el
+++ b/aidermacs-backend-vterm.el
@@ -4,10 +4,14 @@
;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools
;; URL: https://github.com/MatthewZMD/aidermacs.el
;; Originally forked from: Kang Tu <[email protected]> Aider.el
-
+;; SPDX-License-Identifier: Apache-2.0
+;;
+;; This file is not part of GNU Emacs.
+;;
;;; Commentary:
+;;
;; VTerm backend implementation for aidermacs.el
-
+;;
;;; Code:
(require 'vterm nil 'noerror)
diff --git a/aidermacs-backends.el b/aidermacs-backends.el
index 8e14fba825..211108bb22 100644
--- a/aidermacs-backends.el
+++ b/aidermacs-backends.el
@@ -4,10 +4,14 @@
;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools
;; URL: https://github.com/MatthewZMD/aidermacs.el
;; Originally forked from: Kang Tu <[email protected]> Aider.el
-
+;; SPDX-License-Identifier: Apache-2.0
+;;
+;; This file is not part of GNU Emacs.
+;;
;;; Commentary:
+;;
;; Backend dispatcher for aidermacs.el
-
+;;
;;; Code:
(require 'aidermacs-backend-comint)
diff --git a/aidermacs-doom.el b/aidermacs-doom.el
index eb3bb575e7..7946b21264 100644
--- a/aidermacs-doom.el
+++ b/aidermacs-doom.el
@@ -4,6 +4,7 @@
;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools
;; URL: https://github.com/MatthewZMD/aidermacs.el
;; Originally forked from: Kang Tu <[email protected]> Aider.el
+;; SPDX-License-Identifier: Apache-2.0
;;
;; This file is not part of GNU Emacs.
;;
diff --git a/aidermacs-models.el b/aidermacs-models.el
index 7d92e2eacb..6378ecaa79 100644
--- a/aidermacs-models.el
+++ b/aidermacs-models.el
@@ -4,10 +4,14 @@
;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools
;; URL: https://github.com/MatthewZMD/aidermacs.el
;; Originally forked from: Kang Tu <[email protected]> Aider.el
-
+;; SPDX-License-Identifier: Apache-2.0
+;;
+;; This file is not part of GNU Emacs.
+;;
;;; Commentary:
+;;
;; Model selection functionality for aidermacs.el
-
+;;
;;; Code:
(require 'json)
diff --git a/aidermacs.el b/aidermacs.el
index c5c353699d..9d1168df95 100644
--- a/aidermacs.el
+++ b/aidermacs.el
@@ -5,10 +5,14 @@
;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools
;; URL: https://github.com/MatthewZMD/aidermacs.el
;; Originally forked from: Kang Tu <[email protected]> Aider.el
-
+;; SPDX-License-Identifier: Apache-2.0
+;;
+;; This file is not part of GNU Emacs.
+;;
;;; Commentary:
+;;
;; This package provides an interactive interface to communicate with
https://github.com/paul-gauthier/aidermacs.
-
+;;
;;; Code:
(require 'comint)