changeset 79707:48c4bb2b7d11

Add 2008 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Mon, 07 Jan 2008 01:14:52 +0000
parents 5f92874bde07
children 1cb31606209f
files lisp/eshell/em-alias.el lisp/eshell/em-banner.el lisp/eshell/em-basic.el lisp/eshell/em-cmpl.el lisp/eshell/em-dirs.el lisp/eshell/em-glob.el lisp/eshell/em-hist.el lisp/eshell/em-ls.el lisp/eshell/em-pred.el lisp/eshell/em-prompt.el lisp/eshell/em-rebind.el lisp/eshell/em-script.el lisp/eshell/em-smart.el lisp/eshell/em-term.el lisp/eshell/em-unix.el lisp/eshell/em-xtra.el lisp/eshell/esh-arg.el lisp/eshell/esh-cmd.el lisp/eshell/esh-ext.el lisp/eshell/esh-io.el lisp/eshell/esh-maint.el lisp/eshell/esh-mode.el lisp/eshell/esh-module.el lisp/eshell/esh-opt.el lisp/eshell/esh-proc.el lisp/eshell/esh-test.el lisp/eshell/esh-util.el lisp/eshell/esh-var.el lisp/eshell/eshell.el
diffstat 29 files changed, 29 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-alias.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-alias.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-alias.el --- creation and management of command aliases
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-banner.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-banner.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-banner.el --- sample module that displays a login banner
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-basic.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-basic.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-basic.el --- basic shell builtin commands
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-cmpl.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-cmpl.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-cmpl.el --- completion using the TAB key
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-dirs.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-dirs.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-dirs.el --- directory navigation commands
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-glob.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-glob.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-glob.el --- extended file name globbing
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-hist.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-hist.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-hist.el --- history list management
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-ls.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-ls.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-ls.el --- implementation of ls in Lisp
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-pred.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-pred.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-pred.el --- argument predicates and modifiers (ala zsh)
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-prompt.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-prompt.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-prompt.el --- command prompts
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-rebind.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-rebind.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-rebind.el --- rebind keys when point is at current input
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-script.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-script.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-script.el --- Eshell script files
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-smart.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-smart.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-smart.el --- smart display of output
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-term.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-term.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-term.el --- running visual commands
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-unix.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-unix.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-unix.el --- UNIX command aliases
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/em-xtra.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/em-xtra.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; em-xtra.el --- extra alias functions
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-arg.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-arg.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-arg.el --- argument processing
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-cmd.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-cmd.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-cmd.el --- command invocation
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-ext.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-ext.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-ext.el --- commands external to Eshell
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-io.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-io.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-io.el --- I/O management
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-maint.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-maint.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-maint.el --- init code for building eshell -*- no-byte-compile: t -*-
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-mode.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-mode.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-mode.el --- user interface
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-module.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-module.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-module.el --- Eshell modules
 
 ;; Copyright (C) 1999, 2000, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Keywords: processes
--- a/lisp/eshell/esh-opt.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-opt.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-opt.el --- command options processing
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-proc.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-proc.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-proc.el --- process management
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-test.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-test.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-test.el --- Eshell test suite
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-util.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-util.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-util.el --- general utilities
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/esh-var.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/esh-var.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; esh-var.el --- handling of variables
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
--- a/lisp/eshell/eshell.el	Mon Jan 07 01:12:31 2008 +0000
+++ b/lisp/eshell/eshell.el	Mon Jan 07 01:14:52 2008 +0000
@@ -1,7 +1,7 @@
 ;;; eshell.el --- the Emacs command shell
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Version: 2.4.2