comparison lisp/play/snake.el @ 68634:836785857446

Update copyright notices of all files in the lisp/play directory.
author Romain Francoise <romain@orebokech.com>
date Sun, 05 Feb 2006 14:10:45 +0000
parents 34bd8e434dd7
children f7702c5f335d c5406394f567
comparison
equal deleted inserted replaced
68633:1077b8039c32 68634:836785857446
1 ;;; snake.el --- implementation of Snake for Emacs 1 ;;; snake.el --- implementation of Snake for Emacs
2 2
3 ;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
4 ;; 2006 Free Software Foundation, Inc.
4 5
5 ;; Author: Glynn Clements <glynn@sensei.co.uk> 6 ;; Author: Glynn Clements <glynn@sensei.co.uk>
6 ;; Created: 1997-09-10 7 ;; Created: 1997-09-10
7 ;; Keywords: games 8 ;; Keywords: games
8 9