Add 2009 to copyright years.

This commit is contained in:
Glenn Morris 2009-01-05 03:18:22 +00:00
parent 70403f6564
commit ae940284fa
1123 changed files with 1179 additions and 1169 deletions

View file

@ -1,7 +1,7 @@
;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler
;; Copyright (C) 1991, 1994, 2000, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>