diff --git a/mu4e/mu4e-org.el b/mu4e/mu4e-org.el index 61be60fc..96925da4 100644 --- a/mu4e/mu4e-org.el +++ b/mu4e/mu4e-org.el @@ -1,4 +1,5 @@ ;;; mu4e-org -- Org-links to mu4e messages/queries -*- lexical-binding: t -*- +;; ;; Copyright (C) 2012-2020 Dirk-Jan C. Binnema ;; Author: Dirk-Jan C. Binnema diff --git a/mu4e/mu4e-speedbar.el b/mu4e/mu4e-speedbar.el index 4e886273..93e58223 100644 --- a/mu4e/mu4e-speedbar.el +++ b/mu4e/mu4e-speedbar.el @@ -1,23 +1,23 @@ ;;; mu4e-speedbar --- Speedbar support for mu4e -*- lexical-binding: t -*- - -;; Copyright (C) 2012-2020 Antono Vasiljev, Dirk-Jan C. Binnema ;; +;; Copyright (C) 2012-2020 Antono Vasiljev, Dirk-Jan C. Binnema + ;; Author: Antono Vasiljev ;; Version: 0.1 ;; Keywords: file, tags, tools -;; + ;; This file is not part of GNU Emacs. ;; ;; This program 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, or (at your option) ;; any later version. -;; + ;; This program 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 .