aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-06-02 09:51:33 -0400
committerYoni Rabkin <yoni@rabkins.net>2020-06-02 09:51:33 -0400
commitf177bf33cd8dac05908b19ae2c5c33ffbb5eeacf (patch)
treeb0efdac29635346b9e3296d683799f28e7e17ebf /emms.el
parent7e3d548b9ba12501aa43637e468856ac4be0bc16 (diff)
Copyright format updates for elpa inclusion
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el33
1 files changed, 15 insertions, 18 deletions
diff --git a/emms.el b/emms.el
index dc88d2c..e43457e 100644
--- a/emms.el
+++ b/emms.el
@@ -1,35 +1,32 @@
;;; emms.el --- The Emacs Multimedia System
-;; Copyright (C) 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008,
+;; 2009, 2018, 2020 Free Software Foundation, Inc.
-;; Author: the Emms developers (see AUTHORS file)
+;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file)
;; Maintainer: Yoni Rabkin <yrk@gnu.org>
;; Version: 5.4
;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia
+;; Package-Type: multi
;; Package-Requires: ((cl-lib "0.5"))
;; url: https://www.gnu.org/software/emms/
;; This file is part of EMMS.
-;; EMMS 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.
+;; EMMS 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.
-;; EMMS 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.
+;; EMMS 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 EMMS; see the file COPYING. If not, write to the Free
-;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-;; 02110-1301, USA.
-
-;; This file serves as an interface to ELPA, so that Emms can be
-;; distributed as an Emacs Lisp Package. The following line ensures
-;; that the code in the "lisp" directory is loaded.
-;;;###autoload (load "lisp/emms-auto" nil 'nowarn)
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
;;; emms.el ends here.