diff options
| author | Glenn Morris | 2009-09-29 07:21:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-29 07:21:14 +0000 |
| commit | cb75810193d47f64a5abbcc65781bc2278685c24 (patch) | |
| tree | 1d2712047401d999b50032b8fd24719c6845d964 | |
| parent | d36343381a19f38531e005de26fd0f779397671c (diff) | |
| download | emacs-cb75810193d47f64a5abbcc65781bc2278685c24.tar.gz emacs-cb75810193d47f64a5abbcc65781bc2278685c24.zip | |
Add 2009 to copyright years.
25 files changed, 36 insertions, 36 deletions
diff --git a/lisp/cedet/ede/proj-archive.el b/lisp/cedet/ede/proj-archive.el index b19fc3015df..a8aa108e8bc 100644 --- a/lisp/cedet/ede/proj-archive.el +++ b/lisp/cedet/ede/proj-archive.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-archive.el --- EDE Generic Project archive support | 1 | ;;; ede/proj-archive.el --- EDE Generic Project archive support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-aux.el b/lisp/cedet/ede/proj-aux.el index 3cb0b7c029d..2a3a6c082a1 100644 --- a/lisp/cedet/ede/proj-aux.el +++ b/lisp/cedet/ede/proj-aux.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support | 1 | ;;; ede/proj-aux.el --- EDE Generic Project auxilliary file support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998, 1999, 2000, 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2007, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-misc.el b/lisp/cedet/ede/proj-misc.el index 0674989e221..6c693d87bfc 100644 --- a/lisp/cedet/ede/proj-misc.el +++ b/lisp/cedet/ede/proj-misc.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ede-proj-nusc.el --- EDE Generic Project Emacs Lisp support | 1 | ;;; ede-proj-nusc.el --- EDE Generic Project Emacs Lisp support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998, 1999, 2000, 2001, 2008 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2008, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 7 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-prog.el b/lisp/cedet/ede/proj-prog.el index 929004209b2..7e669ce1cba 100644 --- a/lisp/cedet/ede/proj-prog.el +++ b/lisp/cedet/ede/proj-prog.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support | 1 | ;;; ede-proj-prog.el --- EDE Generic Project program support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008 | 3 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2005, 2008, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: project, make | 7 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/proj-scheme.el b/lisp/cedet/ede/proj-scheme.el index 09d79fc22c0..398a91a4701 100644 --- a/lisp/cedet/ede/proj-scheme.el +++ b/lisp/cedet/ede/proj-scheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support | 1 | ;;; ede/proj-scheme.el --- EDE Generic Project scheme (guile) support |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 1999, 2000, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make, scheme | 6 | ;; Keywords: project, make, scheme |
diff --git a/lisp/cedet/ede/source.el b/lisp/cedet/ede/source.el index ca566d0225c..ef87bdf79d7 100644 --- a/lisp/cedet/ede/source.el +++ b/lisp/cedet/ede/source.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; ede/source.el --- EDE source code object | 1 | ;; ede/source.el --- EDE source code object |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000, 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/ede/system.el b/lisp/cedet/ede/system.el index db2b9a2c9a4..8745d1c9013 100644 --- a/lisp/cedet/ede/system.el +++ b/lisp/cedet/ede/system.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC) | 1 | ;;; ede-system.el --- EDE working with the system (VC, FTP, ETC) |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make, vc | 6 | ;; Keywords: project, make, vc |
diff --git a/lisp/cedet/ede/util.el b/lisp/cedet/ede/util.el index efe0c0008f1..90a93b9efb7 100644 --- a/lisp/cedet/ede/util.el +++ b/lisp/cedet/ede/util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede/util.el --- EDE utilities | 1 | ;;; ede/util.el --- EDE utilities |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000, 2005, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: project, make | 6 | ;; Keywords: project, make |
diff --git a/lisp/cedet/semantic/bovine.el b/lisp/cedet/semantic/bovine.el index d11fc16e07c..7221ee0f9bd 100644 --- a/lisp/cedet/semantic/bovine.el +++ b/lisp/cedet/semantic/bovine.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/bovine.el --- LL Parser/Analyzer core. | 1 | ;;; semantic/bovine.el --- LL Parser/Analyzer core. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 6 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 7 | 7 | ||
diff --git a/lisp/cedet/semantic/bovine/debug.el b/lisp/cedet/semantic/bovine/debug.el index cd54bf4ce07..a45aa2d3fdb 100644 --- a/lisp/cedet/semantic/bovine/debug.el +++ b/lisp/cedet/semantic/bovine/debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/bovine/debug.el --- Debugger support for bovinator | 1 | ;;; semantic/bovine/debug.el --- Debugger support for bovinator |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/bovine/make-by.el b/lisp/cedet/semantic/bovine/make-by.el index 19e35d0682b..2224669f3f9 100644 --- a/lisp/cedet/semantic/bovine/make-by.el +++ b/lisp/cedet/semantic/bovine/make-by.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/bovine/make-by.el --- Generated parser support file | 1 | ;;; semantic/bovine/make-by.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2008, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/lisp/cedet/semantic/bovine/make.el b/lisp/cedet/semantic/bovine/make.el index 9f3edcfbe9b..949cb03bee3 100644 --- a/lisp/cedet/semantic/bovine/make.el +++ b/lisp/cedet/semantic/bovine/make.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. | 1 | ;;; semantic/bovine/make.el --- Makefile parsing rules. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2008, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/cedet/semantic/db-javascript.el b/lisp/cedet/semantic/db-javascript.el index e9d3794558d..d10e689d15d 100644 --- a/lisp/cedet/semantic/db-javascript.el +++ b/lisp/cedet/semantic/db-javascript.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript | 1 | ;;; semantic/db-javascript.el --- Semantic database extensions for javascript |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Joakim Verona | 6 | ;; Author: Joakim Verona |
| 7 | 7 | ||
diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el index 3a348f2a9e9..c1314bdb5b3 100644 --- a/lisp/cedet/semantic/debug.el +++ b/lisp/cedet/semantic/debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/debug.el --- Language Debugger framework | 1 | ;;; semantic/debug.el --- Language Debugger framework |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/decorate/mode.el b/lisp/cedet/semantic/decorate/mode.el index 66c7c1224f8..35cd7acc954 100644 --- a/lisp/cedet/semantic/decorate/mode.el +++ b/lisp/cedet/semantic/decorate/mode.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/decorate/mode.el --- Minor mode for decorating tags | 1 | ;;; semantic/decorate/mode.el --- Minor mode for decorating tags |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008 | 3 | ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 7 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/grammar-wy.el b/lisp/cedet/semantic/grammar-wy.el index ae1aec7b466..4f70623ea07 100644 --- a/lisp/cedet/semantic/grammar-wy.el +++ b/lisp/cedet/semantic/grammar-wy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/grammar-wy.el --- Generated parser support file | 1 | ;;; semantic/grammar-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/html.el b/lisp/cedet/semantic/html.el index c1d9276ff1e..bd099995f64 100644 --- a/lisp/cedet/semantic/html.el +++ b/lisp/cedet/semantic/html.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/html.el --- Semantic details for html files | 1 | ;;; semantic/html.el --- Semantic details for html files |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/cedet/semantic/sb.el b/lisp/cedet/semantic/sb.el index 3300d09b3b1..b7e85ba8387 100644 --- a/lisp/cedet/semantic/sb.el +++ b/lisp/cedet/semantic/sb.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/sb.el --- Semantic tag display for speedbar | 1 | ;;; semantic/sb.el --- Semantic tag display for speedbar |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;;; 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2008, 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Keywords: syntax | 7 | ;; Keywords: syntax |
diff --git a/lisp/cedet/semantic/tag-ls.el b/lisp/cedet/semantic/tag-ls.el index 82d628cbf38..0f585c35459 100644 --- a/lisp/cedet/semantic/tag-ls.el +++ b/lisp/cedet/semantic/tag-ls.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/tag-ls.el --- Language Specific override functions for tags | 1 | ;;; semantic/tag-ls.el --- Language Specific override functions for tags |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008 | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; 2009 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | 7 | ||
diff --git a/lisp/cedet/semantic/wisent.el b/lisp/cedet/semantic/wisent.el index 35671aa7ada..73a0a1e42bd 100644 --- a/lisp/cedet/semantic/wisent.el +++ b/lisp/cedet/semantic/wisent.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway | 1 | ;;; semantic/wisent.el --- Wisent - Semantic gateway |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 |
| 4 | ;;; Free Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: David Ponce <david@dponce.com> | 6 | ;; Author: David Ponce <david@dponce.com> |
| 7 | ;; Maintainer: David Ponce <david@dponce.com> | 7 | ;; Maintainer: David Ponce <david@dponce.com> |
diff --git a/lisp/cedet/semantic/wisent/js-wy.el b/lisp/cedet/semantic/wisent/js-wy.el index 8d25b726605..3ebdcbc970f 100644 --- a/lisp/cedet/semantic/wisent/js-wy.el +++ b/lisp/cedet/semantic/wisent/js-wy.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic/wisent/js-wy.el --- Generated parser support file | 1 | ;;; semantic/wisent/js-wy.el --- Generated parser support file |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/el.el b/lisp/cedet/srecode/el.el index 3df606a59c5..d79916c48a7 100644 --- a/lisp/cedet/srecode/el.el +++ b/lisp/cedet/srecode/el.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments | 1 | ;;; srecode/el.el --- Emacs Lisp specific arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/expandproto.el b/lisp/cedet/srecode/expandproto.el index a0c8ec62816..c338cda6eb5 100644 --- a/lisp/cedet/srecode/expandproto.el +++ b/lisp/cedet/srecode/expandproto.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode/expandproto.el --- Expanding prototypes. | 1 | ;;; srecode/expandproto.el --- Expanding prototypes. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/lisp/cedet/srecode/template.el b/lisp/cedet/srecode/template.el index fee960f5852..46ef18f69b6 100644 --- a/lisp/cedet/srecode/template.el +++ b/lisp/cedet/srecode/template.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-template.el --- SRecoder template language parser support. | 1 | ;;; srecode-template.el --- SRecoder template language parser support. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/emacs-lisp/eieio-speedbar.el b/lisp/emacs-lisp/eieio-speedbar.el index c6738f898ec..3a1995a773c 100644 --- a/lisp/emacs-lisp/eieio-speedbar.el +++ b/lisp/emacs-lisp/eieio-speedbar.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; eieio-speedbar.el -- Classes for managing speedbar displays. | 1 | ;;; eieio-speedbar.el -- Classes for managing speedbar displays. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008 Free | 3 | ;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009 |
| 4 | ;;; Software Foundation, Inc. | 4 | ;; Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 0.2 | 7 | ;; Version: 0.2 |