Add 2008 to copyright years.

This commit is contained in:
Glenn Morris 2008-01-09 04:31:51 +00:00
parent 9c6b35b29a
commit dcb8ac09ea
70 changed files with 76 additions and 74 deletions

View file

@ -1,6 +1,6 @@
;;; avl-tree.el --- balanced binary trees, AVL-trees
;; Copyright (C) 1995, 2007 Free Software Foundation, Inc.
;; Copyright (C) 1995, 2007, 2008 Free Software Foundation, Inc.
;; Author: Per Cederqvist <ceder@lysator.liu.se>
;; Inge Wallin <inge@lysator.liu.se>

View file

@ -1,6 +1,6 @@
;;; check-declare.el --- Check declare-function statements
;; Copyright (C) 2007 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
;; Author: Glenn Morris <rgm@gnu.org>
;; Keywords: lisp, tools, maint