From 9bfa083a69bf384fc8e70327006f92612dcbe962 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 8 Feb 2009 09:52:49 -0800 Subject: tq.el: Update header. --- lisp/tq.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'lisp') diff --git a/lisp/tq.el b/lisp/tq.el index 9995e24..81a152f 100644 --- a/lisp/tq.el +++ b/lisp/tq.el @@ -1,7 +1,7 @@ ;;; tq.el --- utility to maintain a transaction queue ;; Copyright (C) 1985, 1986, 1987, 1992, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Scott Draves ;; Maintainer: FSF @@ -10,10 +10,10 @@ ;; This file is part of GNU Emacs. -;; GNU Emacs is free software; you can redistribute it and/or modify +;; GNU Emacs 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. +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. ;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -21,9 +21,7 @@ ;; 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 -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -169,5 +167,5 @@ This produces more reliable results with some processes." (provide 'tq) -;;; arch-tag: 65dea08c-4edd-4cde-83a5-e8a15b993b79 +;; arch-tag: 65dea08c-4edd-4cde-83a5-e8a15b993b79 ;;; tq.el ends here -- cgit v1.2.3 From 9fa028e62643365f1429aeb5d9e985ed81668748 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sun, 8 Feb 2009 10:00:53 -0800 Subject: Update copyright headers. --- doc/emms.texinfo | 2 +- lisp/emms-bookmarks.el | 2 +- lisp/emms-browser.el | 2 +- lisp/emms-cache.el | 2 +- lisp/emms-compat.el | 2 +- lisp/emms-history.el | 2 +- lisp/emms-i18n.el | 2 +- lisp/emms-info-libtag.el | 4 ++-- lisp/emms-info-metaflac.el | 2 +- lisp/emms-info-mp3info.el | 4 ++-- lisp/emms-info-ogg.el | 4 ++-- lisp/emms-info-ogginfo.el | 2 +- lisp/emms-info.el | 2 +- lisp/emms-last-played.el | 2 +- lisp/emms-lastfm.el | 2 +- lisp/emms-lyrics.el | 2 +- lisp/emms-mark.el | 2 +- lisp/emms-metaplaylist-mode.el | 2 +- lisp/emms-mode-line-icon.el | 2 +- lisp/emms-mode-line.el | 3 ++- lisp/emms-player-mpd.el | 2 +- lisp/emms-player-mpg321-remote.el | 2 +- lisp/emms-player-mplayer.el | 2 +- lisp/emms-player-simple.el | 3 ++- lisp/emms-player-vlc.el | 2 +- lisp/emms-player-xine.el | 2 +- lisp/emms-playing-time.el | 2 +- lisp/emms-playlist-limit.el | 2 +- lisp/emms-playlist-mode.el | 2 +- lisp/emms-playlist-sort.el | 2 +- lisp/emms-score.el | 4 ++-- lisp/emms-setup.el | 2 +- lisp/emms-source-file.el | 4 ++-- lisp/emms-source-playlist.el | 4 ++-- lisp/emms-stream-info.el | 3 ++- lisp/emms-streams.el | 3 ++- lisp/emms-tag-editor.el | 2 +- lisp/emms-url.el | 2 +- lisp/emms-volume-amixer.el | 2 +- lisp/emms-volume.el | 2 +- lisp/emms.el | 4 ++-- lisp/jack.el | 2 +- lisp/later-do.el | 3 ++- lisp/ogg-comment.el | 4 ++-- src/emms-print-metadata.c | 2 +- 45 files changed, 58 insertions(+), 53 deletions(-) (limited to 'lisp') diff --git a/doc/emms.texinfo b/doc/emms.texinfo index f98aa03..81ef942 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -17,7 +17,7 @@ @end direntry @copying - @copyright{} 2004, 2005, 2006, 2007, 2008 + @copyright{} 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/lisp/emms-bookmarks.el b/lisp/emms-bookmarks.el index 831db3c..5e6f516 100644 --- a/lisp/emms-bookmarks.el +++ b/lisp/emms-bookmarks.el @@ -1,6 +1,6 @@ ;;; emms-bookmarks.el --- Bookmarks for Emms. -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Yoni Rabkin ;; Keywords: emms, bookmark diff --git a/lisp/emms-browser.el b/lisp/emms-browser.el index dd1d316..1329a60 100644 --- a/lisp/emms-browser.el +++ b/lisp/emms-browser.el @@ -1,6 +1,6 @@ ;;; emms-browser.el --- a track browser supporting covers and filtering -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Damien Elmes ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/emms-cache.el b/lisp/emms-cache.el index a61ee04..35221b3 100644 --- a/lisp/emms-cache.el +++ b/lisp/emms-cache.el @@ -1,6 +1,6 @@ ;;; emms-cache.el --- persistence for emms-track -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Damien Elmes ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/emms-compat.el b/lisp/emms-compat.el index f47df20..5b21858 100644 --- a/lisp/emms-compat.el +++ b/lisp/emms-compat.el @@ -1,6 +1,6 @@ ;;; emms-compat.el --- Compatibility routines for EMMS -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Michael Olson diff --git a/lisp/emms-history.el b/lisp/emms-history.el index 619b3cf..9a0d991 100644 --- a/lisp/emms-history.el +++ b/lisp/emms-history.el @@ -1,6 +1,6 @@ ;;; emms-history.el -- save all playlists when exiting emacs -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Ye Wenbin diff --git a/lisp/emms-i18n.el b/lisp/emms-i18n.el index 416a33c..e202dd1 100644 --- a/lisp/emms-i18n.el +++ b/lisp/emms-i18n.el @@ -1,6 +1,6 @@ ;;; emms-i18n.el --- Function for handling coding system -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Ye Wenbin diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el index d49db51..e90bc9a 100644 --- a/lisp/emms-info-libtag.el +++ b/lisp/emms-info-libtag.el @@ -1,7 +1,7 @@ ;;; emms-info-libtag.el --- Info-method for EMMS using libtag -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Authors: Ulrik Jensen ;; Jorgen Schäfer diff --git a/lisp/emms-info-metaflac.el b/lisp/emms-info-metaflac.el index c6f91a0..c6188c3 100644 --- a/lisp/emms-info-metaflac.el +++ b/lisp/emms-info-metaflac.el @@ -1,6 +1,6 @@ ;;; emms-info-metaflac.el --- Info-method for EMMS using metaflac -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Matthew Kennedy ;; Keywords: diff --git a/lisp/emms-info-mp3info.el b/lisp/emms-info-mp3info.el index 52d9692..b01217e 100644 --- a/lisp/emms-info-mp3info.el +++ b/lisp/emms-info-mp3info.el @@ -1,7 +1,7 @@ ;;; emms-info-mp3info.el --- Info-method for EMMS using mp3info -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Authors: Ulrik Jensen ;; Jorgen Schäfer diff --git a/lisp/emms-info-ogg.el b/lisp/emms-info-ogg.el index ab39d19..6b6e5be 100644 --- a/lisp/emms-info-ogg.el +++ b/lisp/emms-info-ogg.el @@ -1,7 +1,7 @@ ;;; emms-info-ogg.el --- ogg-comment.el info-interface for EMMS -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Authors: Yoni Rabkin , ;; Ulrik Jensen diff --git a/lisp/emms-info-ogginfo.el b/lisp/emms-info-ogginfo.el index ed9fbb5..f9054ec 100644 --- a/lisp/emms-info-ogginfo.el +++ b/lisp/emms-info-ogginfo.el @@ -1,6 +1,6 @@ ;;; emms-info-ogginfo.el --- Emms information from Ogg Vorbis files. -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer ;; Yoni Rabkin diff --git a/lisp/emms-info.el b/lisp/emms-info.el index 63a712d..9b0ffa8 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 Free Software Foundation Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation Inc. ;; Author: Jorgen Schaefer diff --git a/lisp/emms-last-played.el b/lisp/emms-last-played.el index 9d76628..0203ac7 100644 --- a/lisp/emms-last-played.el +++ b/lisp/emms-last-played.el @@ -1,6 +1,6 @@ ;;; emms-last-played.el --- Support for last-played-time of a track -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Lucas Bonnet ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/emms-lastfm.el b/lisp/emms-lastfm.el index 47760cf..a58e13a 100644 --- a/lisp/emms-lastfm.el +++ b/lisp/emms-lastfm.el @@ -1,6 +1,6 @@ ;;; emms-lastfm.el --- add your listened songs to your profile at last.fm -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Tassilo Horn diff --git a/lisp/emms-lyrics.el b/lisp/emms-lyrics.el index dfcc7a8..1645351 100644 --- a/lisp/emms-lyrics.el +++ b/lisp/emms-lyrics.el @@ -1,6 +1,6 @@ ;;; emms-lyrics.el --- Display lyrics synchronically -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: William Xu ;; Keywords: emms music lyrics diff --git a/lisp/emms-mark.el b/lisp/emms-mark.el index 2afcaee..4f02c75 100644 --- a/lisp/emms-mark.el +++ b/lisp/emms-mark.el @@ -1,6 +1,6 @@ ;;; emms-mark.el --- mark track like dired -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Ye Wenbin diff --git a/lisp/emms-metaplaylist-mode.el b/lisp/emms-metaplaylist-mode.el index 5676860..fde7c5e 100644 --- a/lisp/emms-metaplaylist-mode.el +++ b/lisp/emms-metaplaylist-mode.el @@ -1,6 +1,6 @@ ;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms playlists -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Yoni Rabkin diff --git a/lisp/emms-mode-line-icon.el b/lisp/emms-mode-line-icon.el index 01f601a..85d9674 100644 --- a/lisp/emms-mode-line-icon.el +++ b/lisp/emms-mode-line-icon.el @@ -1,6 +1,6 @@ ;; emms-mode-line-icon.el --- show an icon in the Emacs mode-line -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Version: 1.1 ;; Keywords: emms diff --git a/lisp/emms-mode-line.el b/lisp/emms-mode-line.el index 57e644e..caac8b1 100644 --- a/lisp/emms-mode-line.el +++ b/lisp/emms-mode-line.el @@ -1,6 +1,7 @@ ;;; emms-mode-line.el --- Mode-Line and titlebar infos for emms -;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Mario Domgörgen ;; Keywords: multimedia diff --git a/lisp/emms-player-mpd.el b/lisp/emms-player-mpd.el index 948accb..539dce6 100644 --- a/lisp/emms-player-mpd.el +++ b/lisp/emms-player-mpd.el @@ -1,6 +1,6 @@ ;;; emms-player-mpd.el --- MusicPD support for EMMS -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Michael Olson diff --git a/lisp/emms-player-mpg321-remote.el b/lisp/emms-player-mpg321-remote.el index df48529..85f506c 100644 --- a/lisp/emms-player-mpg321-remote.el +++ b/lisp/emms-player-mpg321-remote.el @@ -1,6 +1,6 @@ ;;; emms-player-mpg321-remote.el --- play files with mpg321 -R -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Damien Elmes ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/emms-player-mplayer.el b/lisp/emms-player-mplayer.el index e172015..a843b25 100644 --- a/lisp/emms-player-mplayer.el +++ b/lisp/emms-player-mplayer.el @@ -1,6 +1,6 @@ ;;; emms-player-mplayer.el --- mplayer support for EMMS -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Authors: William Xu ;; Jorgen Schaefer diff --git a/lisp/emms-player-simple.el b/lisp/emms-player-simple.el index 67748eb..eb37e54 100644 --- a/lisp/emms-player-simple.el +++ b/lisp/emms-player-simple.el @@ -1,6 +1,7 @@ ;;; emms-player-simple.el --- A generic simple player. -;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Authors: Ulrik Jensen ;; Jorgen Schäfer diff --git a/lisp/emms-player-vlc.el b/lisp/emms-player-vlc.el index 1722e3e..3aea1d3 100644 --- a/lisp/emms-player-vlc.el +++ b/lisp/emms-player-vlc.el @@ -1,6 +1,6 @@ ;;; emms-player-vlc.el --- vlc support for EMMS -;; Copyright (C) 2008 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. ;; Authors: Yoni Rabkin diff --git a/lisp/emms-player-xine.el b/lisp/emms-player-xine.el index dbef828..dd83308 100644 --- a/lisp/emms-player-xine.el +++ b/lisp/emms-player-xine.el @@ -1,6 +1,6 @@ ;;; emms-player-xine.el --- xine support for EMMS -;; Copyright (C) 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Tassilo Horn diff --git a/lisp/emms-playing-time.el b/lisp/emms-playing-time.el index dc46970..8194925 100644 --- a/lisp/emms-playing-time.el +++ b/lisp/emms-playing-time.el @@ -1,6 +1,6 @@ ;;; emms-playing-time.el --- Display emms playing time on mode line -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: William Xu diff --git a/lisp/emms-playlist-limit.el b/lisp/emms-playlist-limit.el index 5be67af..1704b88 100644 --- a/lisp/emms-playlist-limit.el +++ b/lisp/emms-playlist-limit.el @@ -1,6 +1,6 @@ ;;; emms-playlist-limit.el --- Limit playlist by various info -;; Copyright (C) 2007, 2008 William Xu +;; Copyright (C) 2007, 2008, 2009 William Xu ;; Author: William Xu ;; Keywords: emms, limit diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el index f5daa25..ebd9670 100644 --- a/lisp/emms-playlist-mode.el +++ b/lisp/emms-playlist-mode.el @@ -1,6 +1,6 @@ ;;; emms-playlist-mode.el --- Playlist mode for Emms. -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Yoni Rabkin diff --git a/lisp/emms-playlist-sort.el b/lisp/emms-playlist-sort.el index 3916c74..1b0c875 100644 --- a/lisp/emms-playlist-sort.el +++ b/lisp/emms-playlist-sort.el @@ -1,6 +1,6 @@ ;;; emms-playlist-sort.el --- sort emms playlist -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: William Xu diff --git a/lisp/emms-score.el b/lisp/emms-score.el index 4b7a3b6..a606c25 100644 --- a/lisp/emms-score.el +++ b/lisp/emms-score.el @@ -1,7 +1,7 @@ ;;; emms-score.el --- Scoring system for mp3player -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Authors: Jean-Philippe Theberge , ;; Yoni Rabkin diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el index c230d4a..cb67a7c 100644 --- a/lisp/emms-setup.el +++ b/lisp/emms-setup.el @@ -1,6 +1,6 @@ ;;; emms-setup.el --- Setup script for EMMS -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Yoni Rabkin ;; Keywords: emms setup multimedia diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el index a98edcb..1b0f039 100644 --- a/lisp/emms-source-file.el +++ b/lisp/emms-source-file.el @@ -1,7 +1,7 @@ ;;; emms-source-file.el --- EMMS sources from the filesystem. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Jorgen Schäfer ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/emms-source-playlist.el b/lisp/emms-source-playlist.el index e016b42..d2026c9 100644 --- a/lisp/emms-source-playlist.el +++ b/lisp/emms-source-playlist.el @@ -1,7 +1,7 @@ ;;; emms-source-playlist.el --- EMMS sources from playlist files -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Jorgen Schäfer ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/emms-stream-info.el b/lisp/emms-stream-info.el index 1683357..bdf0aad 100644 --- a/lisp/emms-stream-info.el +++ b/lisp/emms-stream-info.el @@ -1,6 +1,7 @@ ;;; emms-stream-info.el --- Info from streaming audio -;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Yoni Rabkin diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 7b68351..bece71e 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -1,6 +1,7 @@ ;; emms-streams.el -- interface to add and play streams -;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Authors: Lucas Bonnet ;; Jose A Ortega Ruiz diff --git a/lisp/emms-tag-editor.el b/lisp/emms-tag-editor.el index 90062b4..7f0da8c 100644 --- a/lisp/emms-tag-editor.el +++ b/lisp/emms-tag-editor.el @@ -1,6 +1,6 @@ ;;; emms-tag-editor.el --- Edit track tags. -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; ;; Author: Ye Wenbin diff --git a/lisp/emms-url.el b/lisp/emms-url.el index e93898d..66c87bc 100644 --- a/lisp/emms-url.el +++ b/lisp/emms-url.el @@ -1,6 +1,6 @@ ;;; emms-url.el --- Make URL and EMMS work together well -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; This file is part of EMMS. diff --git a/lisp/emms-volume-amixer.el b/lisp/emms-volume-amixer.el index 1063c0e..2b9980f 100644 --- a/lisp/emms-volume-amixer.el +++ b/lisp/emms-volume-amixer.el @@ -1,6 +1,6 @@ ;;; emms-volume-amixer.el --- a mode for changing volume using amixer -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Martin Schoenmakers diff --git a/lisp/emms-volume.el b/lisp/emms-volume.el index daf9af1..846cd30 100644 --- a/lisp/emms-volume.el +++ b/lisp/emms-volume.el @@ -1,6 +1,6 @@ ;;; emms-volume.el --- Volume functions and a minor mode to adjust volume easily -;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Martin Schoenmakers diff --git a/lisp/emms.el b/lisp/emms.el index 998fcef..750781d 100644 --- a/lisp/emms.el +++ b/lisp/emms.el @@ -1,7 +1,7 @@ ;;; emms.el --- The Emacs Multimedia System -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Jorgen Schäfer ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/lisp/jack.el b/lisp/jack.el index d5d5dbb..d248a12 100644 --- a/lisp/jack.el +++ b/lisp/jack.el @@ -1,6 +1,6 @@ ;;; jack.el --- Jack Audio Connection Kit support -;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Mario Lang ;; Keywords: multimedia, processes diff --git a/lisp/later-do.el b/lisp/later-do.el index 3813bb9..61be86b 100644 --- a/lisp/later-do.el +++ b/lisp/later-do.el @@ -1,6 +1,7 @@ ;;; later-do.el --- execute lisp code ... later -;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Jorgen Schaefer diff --git a/lisp/ogg-comment.el b/lisp/ogg-comment.el index 490dad4..b002e32 100644 --- a/lisp/ogg-comment.el +++ b/lisp/ogg-comment.el @@ -1,7 +1,7 @@ ;;; ogg-comment.el --- Read Ogg-Vorbis file headers. -;; Copyright (C) 2003, 2004, 2005, 2006, 2007, -;; 2008 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Filename: ogg-comment.el ;; Version: $Revision: 1.5 $ diff --git a/src/emms-print-metadata.c b/src/emms-print-metadata.c index f03c165..d04e759 100644 --- a/src/emms-print-metadata.c +++ b/src/emms-print-metadata.c @@ -1,5 +1,5 @@ /* emms-print-metadata.c --- Info function for libtag - Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Author: Trent Buck -- cgit v1.2.3