diff lisp/emacs-lisp/avl-tree.el @ 106815:1d1d5d9bd884

Add 2010 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Wed, 13 Jan 2010 00:35:10 -0800
parents a9dc0e7c3f2b
children 376148b31b5e
line wrap: on
line diff
--- a/lisp/emacs-lisp/avl-tree.el	Wed Jan 13 13:42:45 2010 +0900
+++ b/lisp/emacs-lisp/avl-tree.el	Wed Jan 13 00:35:10 2010 -0800
@@ -1,6 +1,6 @@
 ;;; avl-tree.el --- balanced binary trees, AVL-trees
 
-;; Copyright (C) 1995, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Author: Per Cederqvist <ceder@lysator.liu.se>
 ;;	Inge Wallin <inge@lysator.liu.se>