Add 2007 to copyright years.

This commit is contained in:
Glenn Morris 2007-01-21 02:48:43 +00:00
parent af4c16d15f
commit f0fa15c5e5
224 changed files with 225 additions and 225 deletions

View file

@ -1,7 +1,7 @@
;;; bytecomp.el --- compilation of Lisp code into byte code
;; Copyright (C) 1985, 1986, 1987, 1992, 1994, 1998, 2000, 2001, 2002,
;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>