Update copyright year to 2015

Run admin/update-copyright.
This commit is contained in:
Paul Eggert 2015-01-01 09:18:06 -08:00
parent a5f90a3762
commit 732fd4c7e1
2336 changed files with 2434 additions and 2372 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-2014 Free Software Foundation, Inc.
;; Copyright (C) 1991, 1994, 2000-2015 Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>
;; Hallvard Furuseth <hbf@ulrik.uio.no>