diff options
-rw-r--r-- | emms-playlist-limit.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/emms-playlist-limit.el b/emms-playlist-limit.el index 68a40f5..429d5b2 100644 --- a/emms-playlist-limit.el +++ b/emms-playlist-limit.el @@ -5,20 +5,20 @@ ;; Author: William Xu <william.xwl@gmail.com> ;; Keywords: emms, limit -;; This program is free software; you can redistribute it and/or modify +;; 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 2, or (at your option) +;; 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, + +;; 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 this program; if not, write to the Free Software -;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -;; 02110-1301 USA +;; 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. ;;; Code: |