diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eudc-capf.el | 11 | ||||
-rw-r--r-- | lisp/net/eudcb-ecomplete.el | 13 | ||||
-rw-r--r-- | lisp/net/eudcb-macos-contacts.el | 3 | ||||
-rw-r--r-- | lisp/net/eudcb-mailabbrev.el | 13 |
4 files changed, 25 insertions, 15 deletions
diff --git a/lisp/net/eudc-capf.el b/lisp/net/eudc-capf.el index d454851ae67..6d51d572485 100644 --- a/lisp/net/eudc-capf.el +++ b/lisp/net/eudc-capf.el @@ -1,21 +1,22 @@ ;;; eudc-capf.el --- EUDC - completion-at-point bindings -*- lexical-binding:t -*- ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. -;; + ;; Author: Alexander Adolf -;; +;; Package: eudc + ;; This file is part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; + ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; + ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. diff --git a/lisp/net/eudcb-ecomplete.el b/lisp/net/eudcb-ecomplete.el index 20bdd9059f5..a4b7a183d25 100644 --- a/lisp/net/eudcb-ecomplete.el +++ b/lisp/net/eudcb-ecomplete.el @@ -1,29 +1,32 @@ ;;; eudcb-ecomplete.el --- EUDC - ecomplete backend -*- lexical-binding: t -*- ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. -;; + ;; Author: Alexander Adolf -;; +;; Package: eudc + ;; This file is part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; + ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; + ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: + ;; This library provides an interface to the ecomplete package as ;; an EUDC data source. ;;; Usage: + ;; No setup is required, since there is an entry for this backend ;; in `eudc-server-hotlist' by default. ;; diff --git a/lisp/net/eudcb-macos-contacts.el b/lisp/net/eudcb-macos-contacts.el index bb73237e6ec..e9ce22f4134 100644 --- a/lisp/net/eudcb-macos-contacts.el +++ b/lisp/net/eudcb-macos-contacts.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2020-2023 Free Software Foundation, Inc. ;; Author: Alexander Adolf +;; Package: eudc ;; This file is part of GNU Emacs. @@ -20,11 +21,13 @@ ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: + ;; This library provides an interface to the macOS Contacts app as ;; an EUDC data source. It uses AppleScript to interface with the ;; Contacts app on localhost, so no 3rd party tools are needed. ;;; Usage: + ;; To load the library, first `require' it: ;; ;; (require 'eudcb-macos-contacts) diff --git a/lisp/net/eudcb-mailabbrev.el b/lisp/net/eudcb-mailabbrev.el index e47f8687093..196e8ff2525 100644 --- a/lisp/net/eudcb-mailabbrev.el +++ b/lisp/net/eudcb-mailabbrev.el @@ -1,29 +1,32 @@ ;;; eudcb-mailabbrev.el --- EUDC - mailabbrev backend -*- lexical-binding: t -*- ;; Copyright (C) 2022-2023 Free Software Foundation, Inc. -;; + ;; Author: Alexander Adolf -;; +;; Package: eudc + ;; This file is part of GNU Emacs. -;; + ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; + ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; + ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: + ;; This library provides an interface to the mailabbrev package as ;; an EUDC data source. ;;; Usage: + ;; No setup is required, since there is an entry for this backend ;; in `eudc-server-hotlist' by default. ;; |