aboutsummaryrefslogtreecommitdiff
path: root/lisp/tq.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2009-02-08 09:52:49 -0800
committerMichael Olson <mwolson@gnu.org>2009-02-08 09:54:12 -0800
commit9bfa083a69bf384fc8e70327006f92612dcbe962 (patch)
tree2a6fddbe165a2bcc910c7b3f746b661a4c91dd15 /lisp/tq.el
parent1cb621334a33563996784b14eadc96f2126767f2 (diff)
tq.el: Update header.
Diffstat (limited to 'lisp/tq.el')
-rw-r--r--lisp/tq.el14
1 files changed, 6 insertions, 8 deletions
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 <spot@cs.cmu.edu>
;; 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 <http://www.gnu.org/licenses/>.
;;; 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