diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-06-02 09:51:33 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-06-02 09:51:33 -0400 |
commit | f177bf33cd8dac05908b19ae2c5c33ffbb5eeacf (patch) | |
tree | b0efdac29635346b9e3296d683799f28e7e17ebf /lisp | |
parent | 7e3d548b9ba12501aa43637e468856ac4be0bc16 (diff) |
Copyright format updates for elpa inclusion
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-info.el | 2 | ||||
-rw-r--r-- | lisp/emms-maint.el | 2 | ||||
-rw-r--r-- | lisp/emms-setup.el | 3 | ||||
-rw-r--r-- | lisp/emms.el | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/lisp/emms-info.el b/lisp/emms-info.el index 50b1813..5e8fae2 100644 --- a/lisp/emms-info.el +++ b/lisp/emms-info.el @@ -1,6 +1,6 @@ ;;; emms-info.el --- Retrieving track information -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2015 Free Software Foundation Inc. +;; Copyright (C) 2005-2020 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer <forcer@forcix.cx> diff --git a/lisp/emms-maint.el b/lisp/emms-maint.el index f68f6bd..fd5c4a4 100644 --- a/lisp/emms-maint.el +++ b/lisp/emms-maint.el @@ -1 +1,3 @@ +;; Copyright (C) 2003-2020 Free Software Foundation, Inc. + (add-to-list 'load-path ".") diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el index 53eb3af..fed2a36 100644 --- a/lisp/emms-setup.el +++ b/lisp/emms-setup.el @@ -1,7 +1,6 @@ ;;; emms-setup.el --- Setup script for EMMS -;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2015, 2018 Free Software -;; Foundation, Inc. +;; Copyright (C) 2005-2020 Free Software Foundation, Inc. ;; Author: Yoni Rabkin <yrk@gnu.org> ;; Keywords: emms setup multimedia diff --git a/lisp/emms.el b/lisp/emms.el index ee51e35..ff786b7 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -23,9 +23,7 @@ ;; License for more details. ;; You should have received a copy of the GNU General Public License -;; along with EMMS; see the file COPYING. If not, write to the Free -;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -;; 02110-1301, USA. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |