emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [COMMIT] Update copyright lines.


From: Michael Olson
Subject: [Emms-patches] [COMMIT] Update copyright lines.
Date: Sat, 20 Sep 2008 10:58:36 -0700

Also,

 - Force utf-8 encoding in all files.

 - Update header of tq.el from version in Emacs.
---
 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          |    3 ++-
 lisp/emms-info-metaflac.el        |    4 ++--
 lisp/emms-info-mp3info.el         |    3 ++-
 lisp/emms-info-ogg.el             |    3 ++-
 lisp/emms-info-ogginfo.el         |    2 +-
 lisp/emms-info.el                 |    2 +-
 lisp/emms-last-played.el          |    2 +-
 lisp/emms-lastfm.el               |    2 +-
 lisp/emms-mark.el                 |    2 +-
 lisp/emms-metaplaylist-mode.el    |    5 ++---
 lisp/emms-mode-line-icon.el       |    2 +-
 lisp/emms-mode-line.el            |    4 ++--
 lisp/emms-player-mpg321-remote.el |    2 +-
 lisp/emms-player-simple.el        |    4 ++--
 lisp/emms-player-xine.el          |    2 +-
 lisp/emms-playing-time.el         |    2 +-
 lisp/emms-playlist-limit.el       |    2 +-
 lisp/emms-score.el                |    8 +++++---
 lisp/emms-setup.el                |    2 +-
 lisp/emms-source-file.el          |    5 +++--
 lisp/emms-source-playlist.el      |    3 ++-
 lisp/emms-stream-info.el          |    2 +-
 lisp/emms-streams.el              |    2 +-
 lisp/emms-url.el                  |    2 +-
 lisp/emms-volume-amixer.el        |    2 +-
 lisp/emms-volume.el               |    2 +-
 lisp/emms.el                      |    5 +++--
 lisp/jack.el                      |    2 +-
 lisp/later-do.el                  |    2 +-
 lisp/ogg-comment.el               |    3 ++-
 lisp/tq.el                        |    2 +-
 37 files changed, 54 insertions(+), 46 deletions(-)

diff --git a/lisp/emms-bookmarks.el b/lisp/emms-bookmarks.el
index c470bc3..831db3c 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Yoni Rabkin <address@hidden>
 ;; Keywords: emms, bookmark
diff --git a/lisp/emms-browser.el b/lisp/emms-browser.el
index f8760f8..dd1d316 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  Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Damien Elmes <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
diff --git a/lisp/emms-cache.el b/lisp/emms-cache.el
index 9c6ae5f..a61ee04 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  Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Damien Elmes <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
diff --git a/lisp/emms-compat.el b/lisp/emms-compat.el
index 74ecb48..f47df20 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 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Michael Olson <address@hidden>
 
diff --git a/lisp/emms-history.el b/lisp/emms-history.el
index 47d2e73..619b3cf 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 ;;
 ;; Author: Ye Wenbin <address@hidden>
 
diff --git a/lisp/emms-i18n.el b/lisp/emms-i18n.el
index ac54eff..416a33c 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 ;;
 ;; Author: Ye Wenbin <address@hidden>
 
diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el
index 548b744..d49db51 100644
--- a/lisp/emms-info-libtag.el
+++ b/lisp/emms-info-libtag.el
@@ -1,6 +1,7 @@
 ;;; emms-info-libtag.el --- Info-method for EMMS using libtag
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Authors: Ulrik Jensen <address@hidden>
 ;;          Jorgen Schäfer <address@hidden>
diff --git a/lisp/emms-info-metaflac.el b/lisp/emms-info-metaflac.el
index fe94db0..c6f91a0 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  Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Matthew Kennedy <address@hidden>
 ;; Keywords:
@@ -28,7 +28,7 @@
 
 ;; This code has been adapted from code found in mp3player.el, written
 ;; by Jean-Philippe Theberge (address@hidden), Mario
-;; Domgoergen (address@hidden) and Jorgen Schäfer
+;; Domgoergen (address@hidden) and Jorgen Schäfer
 ;; <address@hidden>
 
 ;; To activate this method for getting info, use something like:
diff --git a/lisp/emms-info-mp3info.el b/lisp/emms-info-mp3info.el
index b1345cd..52d9692 100644
--- a/lisp/emms-info-mp3info.el
+++ b/lisp/emms-info-mp3info.el
@@ -1,6 +1,7 @@
 ;;; emms-info-mp3info.el --- Info-method for EMMS using mp3info
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Authors: Ulrik Jensen <address@hidden>
 ;;          Jorgen Schäfer <address@hidden>
diff --git a/lisp/emms-info-ogg.el b/lisp/emms-info-ogg.el
index 035a8c6..ab39d19 100644
--- a/lisp/emms-info-ogg.el
+++ b/lisp/emms-info-ogg.el
@@ -1,6 +1,7 @@
 ;;; emms-info-ogg.el --- ogg-comment.el info-interface for EMMS
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Authors: Yoni Rabkin <address@hidden>,
 ;;          Ulrik Jensen <address@hidden>
diff --git a/lisp/emms-info-ogginfo.el b/lisp/emms-info-ogginfo.el
index e59b70a..ed9fbb5 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 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <address@hidden>
 ;;         Yoni Rabkin <address@hidden>
diff --git a/lisp/emms-info.el b/lisp/emms-info.el
index d60edb9..63a712d 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 Free Software Foundation Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation Inc.
 
 ;; Author: Jorgen Schaefer <address@hidden>
 
diff --git a/lisp/emms-last-played.el b/lisp/emms-last-played.el
index 1446de6..9d76628 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Lucas Bonnet <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
diff --git a/lisp/emms-lastfm.el b/lisp/emms-lastfm.el
index 6193a04..47760cf 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Tassilo Horn <address@hidden>
 
diff --git a/lisp/emms-mark.el b/lisp/emms-mark.el
index d989078..2afcaee 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 ;;
 ;; Author: Ye Wenbin <address@hidden>
 
diff --git a/lisp/emms-metaplaylist-mode.el b/lisp/emms-metaplaylist-mode.el
index 4b59421..5676860 100644
--- a/lisp/emms-metaplaylist-mode.el
+++ b/lisp/emms-metaplaylist-mode.el
@@ -1,7 +1,6 @@
-;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms
-;;; playlists
+;;; emms-metaplaylist-mode.el --- A major mode for lists of Emms playlists
 
-;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Yoni Rabkin <address@hidden>
 
diff --git a/lisp/emms-mode-line-icon.el b/lisp/emms-mode-line-icon.el
index b6822f2..01f601a 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Version: 1.1
 ;; Keywords: emms
diff --git a/lisp/emms-mode-line.el b/lisp/emms-mode-line.el
index f8cfec4..57e644e 100644
--- a/lisp/emms-mode-line.el
+++ b/lisp/emms-mode-line.el
@@ -1,8 +1,8 @@
 ;;; emms-mode-line.el --- Mode-Line and titlebar infos for emms
 
-;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
-;; Author: Mario Domgörgen <address@hidden>
+;; Author: Mario Domgörgen <address@hidden>
 ;; Keywords: multimedia
 
 ;; This file is part of EMMS.
diff --git a/lisp/emms-player-mpg321-remote.el 
b/lisp/emms-player-mpg321-remote.el
index 6022093..df48529 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  Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Damien Elmes <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
diff --git a/lisp/emms-player-simple.el b/lisp/emms-player-simple.el
index 08b3b7d..67748eb 100644
--- a/lisp/emms-player-simple.el
+++ b/lisp/emms-player-simple.el
@@ -1,9 +1,9 @@
 ;;; emms-player-simple.el --- A generic simple player.
 
-;; Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Authors: Ulrik Jensen <address@hidden>
-;;          Jorgen Schäfer <address@hidden>
+;;          Jorgen Schäfer <address@hidden>
 ;; Keywords: emms, mpg321, ogg123, mplayer
 
 ;; This file is part of EMMS.
diff --git a/lisp/emms-player-xine.el b/lisp/emms-player-xine.el
index 61fd11c..dbef828 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 Free Software Foundation, Inc.
+;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Tassilo Horn <address@hidden>
 
diff --git a/lisp/emms-playing-time.el b/lisp/emms-playing-time.el
index 18da082..dc46970 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 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: William Xu <address@hidden>
 
diff --git a/lisp/emms-playlist-limit.el b/lisp/emms-playlist-limit.el
index b79d45c..5be67af 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 William Xu
+;; Copyright (C) 2007, 2008 William Xu
 
 ;; Author: William Xu <address@hidden>
 ;; Keywords: emms, limit
diff --git a/lisp/emms-score.el b/lisp/emms-score.el
index 02e0d7e..4b7a3b6 100644
--- a/lisp/emms-score.el
+++ b/lisp/emms-score.el
@@ -1,9 +1,11 @@
 ;;; emms-score.el --- Scoring system for mp3player
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
-;; Authors: Jean-Philippe Theberge <address@hidden>, Yoni
-;;          Rabkin <address@hidden>
+;; Authors: Jean-Philippe Theberge <address@hidden>,
+;;          Yoni Rabkin <address@hidden>
+;;
 ;; Keywords: emms, mp3, mpeg, multimedia
 
 ;; This file is part of EMMS.
diff --git a/lisp/emms-setup.el b/lisp/emms-setup.el
index 877a768..6aba756 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 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Yoni Rabkin <address@hidden>
 ;; Keywords: emms setup multimedia
diff --git a/lisp/emms-source-file.el b/lisp/emms-source-file.el
index 16a9461..a98edcb 100644
--- a/lisp/emms-source-file.el
+++ b/lisp/emms-source-file.el
@@ -1,8 +1,9 @@
 ;;; emms-source-file.el --- EMMS sources from the filesystem.
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
-;; Author: Jorgen Schäfer <address@hidden>
+;; Author: Jorgen Schäfer <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
 
 ;; This file is part of EMMS.
diff --git a/lisp/emms-source-playlist.el b/lisp/emms-source-playlist.el
index 6c580f3..e016b42 100644
--- a/lisp/emms-source-playlist.el
+++ b/lisp/emms-source-playlist.el
@@ -1,6 +1,7 @@
 ;;; emms-source-playlist.el --- EMMS sources from playlist files
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schäfer <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
diff --git a/lisp/emms-stream-info.el b/lisp/emms-stream-info.el
index 324a247..4f9c0c5 100644
--- a/lisp/emms-stream-info.el
+++ b/lisp/emms-stream-info.el
@@ -1,6 +1,6 @@
 ;;; emms-stream-info.el --- Info from streaming audio
 
-;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Yoni Rabkin <address@hidden>
 
diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el
index c394eaf..2b27e1a 100644
--- a/lisp/emms-streams.el
+++ b/lisp/emms-streams.el
@@ -1,6 +1,6 @@
 ;; emms-streams.el -- interface to add and play streams
 
-;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Authors: Lucas Bonnet <address@hidden>
 ;;          Jose A Ortega Ruiz <address@hidden>
diff --git a/lisp/emms-url.el b/lisp/emms-url.el
index 99d7ad7..e93898d 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 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 6bee5ab..1063c0e 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Martin Schoenmakers <address@hidden>
 
diff --git a/lisp/emms-volume.el b/lisp/emms-volume.el
index f894976..daf9af1 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 Free Software Foundation, Inc.
+;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Martin Schoenmakers <address@hidden>
 
diff --git a/lisp/emms.el b/lisp/emms.el
index b74c687..998fcef 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -1,8 +1,9 @@
 ;;; emms.el --- The Emacs Multimedia System
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
-;; Author: Jorgen Schäfer <address@hidden>
+;; Author: Jorgen Schäfer <address@hidden>
 ;; Keywords: emms, mp3, mpeg, multimedia
 
 ;; This file is part of EMMS.
diff --git a/lisp/jack.el b/lisp/jack.el
index e1e53fd..d5d5dbb 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  Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Mario Lang <address@hidden>
 ;; Keywords: multimedia, processes
diff --git a/lisp/later-do.el b/lisp/later-do.el
index ecc4197..3813bb9 100644
--- a/lisp/later-do.el
+++ b/lisp/later-do.el
@@ -1,6 +1,6 @@
 ;;; later-do.el --- execute lisp code ... later
 
-;; Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Jorgen Schaefer <address@hidden>
 
diff --git a/lisp/ogg-comment.el b/lisp/ogg-comment.el
index 46dd50a..490dad4 100644
--- a/lisp/ogg-comment.el
+++ b/lisp/ogg-comment.el
@@ -1,6 +1,7 @@
 ;;;  ogg-comment.el --- Read Ogg-Vorbis file headers.
 
-;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007,
+;;   2008 Free Software Foundation, Inc.
 
 ;; Filename: ogg-comment.el
 ;; Version: $Revision: 1.5 $
diff --git a/lisp/tq.el b/lisp/tq.el
index 508981e..9995e24 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 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Scott Draves <address@hidden>
 ;; Maintainer: FSF
-- 
debian.1.5.6.1.19.ge6b2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]