]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/benchmark.el
Fix up comment convention on the arch-tag lines.
[gnu-emacs] / lisp / emacs-lisp / benchmark.el
index cc8a7bf96f6f725a34bc321941301eccd12ea067..ab149a4510875c72fd3348a72b2a8a4faac4c28c 100644 (file)
@@ -1,13 +1,13 @@
 ;;; benchmark.el --- support for benchmarking code
 
-;; Copyright (C) 2003  Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Dave Love  <fx@gnu.org>
 ;; Keywords: lisp, extensions
 
 ;; This file 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 file is distributed in the hope that it will be useful,
@@ -17,8 +17,8 @@
 
 ;; 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., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -114,4 +114,6 @@ non-interactive use see also `benchmark-run' and
               (nth 2 result) (nth 1 result)))))
 
 (provide 'benchmark)
+
+;; arch-tag: be570e24-4b51-4784-adf3-fa2b56c31946
 ;;; benchmark.el ends here