diff options
author | Glenn Morris <rgm@gnu.org> | 2020-08-10 12:28:27 +0100 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-08-10 12:28:27 +0100 |
commit | aaa7ce585e2a65f3263a655bf52d04d38530279c (patch) | |
tree | 9e26b5fbc42aeda0d18d243efb22e1f7c1931ef1 /lisp/net/eudcb-macos-contacts.el | |
parent | f7421039fb15123dbbda047e23504dd1771183b5 (diff) | |
download | emacs-aaa7ce585e2a65f3263a655bf52d04d38530279c.tar.gz emacs-aaa7ce585e2a65f3263a655bf52d04d38530279c.tar.bz2 emacs-aaa7ce585e2a65f3263a655bf52d04d38530279c.zip |
; Copyright fix
Author has assignment on file
Diffstat (limited to 'lisp/net/eudcb-macos-contacts.el')
-rw-r--r-- | lisp/net/eudcb-macos-contacts.el | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lisp/net/eudcb-macos-contacts.el b/lisp/net/eudcb-macos-contacts.el index f258d5cb9fb..e2d10e33d49 100644 --- a/lisp/net/eudcb-macos-contacts.el +++ b/lisp/net/eudcb-macos-contacts.el @@ -1,19 +1,23 @@ ;;; eudcb-macos-contacts.el --- EUDC - macOS Contacts backend -;; Copyright (C) 2020 condition-alpha.com +;; Copyright (C) 2020 Free Software Foundation, Inc. -;; This program is free software: you can redistribute it and/or modify +;; Author: Alexander Adolf + +;; 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. -;; -;; This program is distributed in the hope that it will be useful, + +;; 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 this program. If not, see <https://www.gnu.org/licenses/>. +;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: ;; This library provides an interface to the macOS Contacts app as |