aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play/pong.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/play/pong.el')
-rw-r--r--lisp/play/pong.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/play/pong.el b/lisp/play/pong.el
index 523b8371a0..a291283170 100644
--- a/lisp/play/pong.el
+++ b/lisp/play/pong.el
@@ -1,7 +1,6 @@
;;; pong.el --- classical implementation of pong
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;; 2008, 2009, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011 Free Software Foundation, Inc.
;; Author: Benjamin Drieu <[email protected]>
;; Keywords: games
@@ -458,5 +457,4 @@ pong-mode keybindings:\\<pong-mode-map>
(provide 'pong)
-;; arch-tag: 1fdf0fc5-13e2-4de4-aae4-09bdd5af99f3
;;; pong.el ends here