aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-06-08 19:41:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-06-08 19:41:00 +0000
commitad3d6bb6d898cc42f673b99ea3721357d62c7d8f (patch)
tree0be07ce36f1e3d8fce9bdc1c7f612efe1f94cb01 /emms-player-mpd.el
parentececf6862bde0815211e5596c7a8cf76304b11f5 (diff)
Standardize copyright notices. Add COPYING file. Mention license in README.
darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el22
1 files changed, 12 insertions, 10 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el
index 73e4abc..cf663d2 100644
--- a/emms-player-mpd.el
+++ b/emms-player-mpd.el
@@ -2,20 +2,22 @@
;; Copyright (C) 2005, 2006 Free Software Foundation, Inc.
-;; Author: Michael Olson (mwolson AT gnu DOT org)
+;; Author: Michael Olson <mwolson@gnu.org>
-;; This 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) any later
-;; version.
+;; 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 2, or (at your option)
+;; any later version.
;;
-;; This 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 GNU Emacs; see the file COPYING. If not, write to the
+;; along with EMMS; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.