Update copyright notices for 2013.

This commit is contained in:
Paul Eggert 2013-01-01 09:11:05 +00:00
parent 5cebef2d18
commit ab422c4d68
2227 changed files with 2604 additions and 2452 deletions

View file

@ -1,6 +1,6 @@
;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler -*- lexical-binding: t -*-
;; Copyright (C) 1991, 1994, 2000-2012 Free Software Foundation, Inc.
;; Copyright (C) 1991, 1994, 2000-2013 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>