From jsquires at common-lisp.net Sun Apr 8 12:21:10 2012 From: jsquires at common-lisp.net (CVS User jsquires) Date: Sun, 08 Apr 2012 05:21:10 -0700 Subject: [Linedit-cvs] CVS src Message-ID: Update of /project/linedit/cvsroot/src In directory tiger.common-lisp.net:/tmp/cvs-serv25232 Modified Files: terminfo.lisp Log Message: Remove non-UTF-8 character from comment --- /project/linedit/cvsroot/src/terminfo.lisp 2007/03/18 01:47:36 1.9 +++ /project/linedit/cvsroot/src/terminfo.lisp 2012/04/08 12:21:10 1.10 @@ -1,6 +1,6 @@ ;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Package: TERMINFO -*- -;;; Copyright ? 2001 Paul Foley (mycroft at actrix.gen.nz) +;;; Copyright 2001 Paul Foley (mycroft at actrix.gen.nz) ;;; ;;; Permission is hereby granted, free of charge, to any person obtaining ;;; a copy of this Software to deal in the Software without restriction, @@ -22,7 +22,7 @@ ;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH ;;; DAMAGE. -#+CMU (ext:file-comment "$Header: /project/linedit/cvsroot/src/terminfo.lisp,v 1.9 2007/03/18 01:47:36 nsiivola Exp $") +#+CMU (ext:file-comment "$Header: /project/linedit/cvsroot/src/terminfo.lisp,v 1.10 2012/04/08 12:21:10 jsquires Exp $") (in-package "COMMON-LISP-USER")