branch: externals/idlwave commit 2bf5f63d999f62d0b97df4fd8708855ba0aa6454 Author: jdsmith <jdsmith> Commit: jdsmith <jdsmith>
- Update copyright --- idlw-help.el | 2 +- idlw-shell.el | 4 ++-- idlwave.el | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/idlw-help.el b/idlw-help.el index 1e42a3c599..60f19e9549 100644 --- a/idlw-help.el +++ b/idlw-help.el @@ -1,7 +1,7 @@ ;;; idlw-help.el --- HTML Help code for IDLWAVE ;; Copyright (c) 2000 Carsten Dominik ;; Copyright (c) 2001, 2002 J.D. Smith -;; Copyright (c) 2003 Free Software Foundation +;; Copyright (c) 2003,2004 Free Software Foundation ;; ;; Authors: J.D. Smith <jdsm...@as.arizona.edu> ;; Carsten Dominik <domi...@astro.uva.nl> diff --git a/idlw-shell.el b/idlw-shell.el index ae61fec33d..ab104304a8 100644 --- a/idlw-shell.el +++ b/idlw-shell.el @@ -1,12 +1,12 @@ ;; idlw-shell.el --- run IDL as an inferior process of Emacs. -;; Copyright (c) 1999,2000,2001,2002,2003 Free Software Foundation +;; Copyright (c) 1999,2000,2001,2002,2003,2004 Free Software Foundation ;; Authors: J.D. Smith <jdsm...@as.arizona.edu> ;; Carsten Dominik <domi...@astro.uva.nl> ;; Chris Chase <ch...@att.com> ;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu> ;; Version: VERSIONTAG -;; Date: $Date: 2004/11/17 05:25:00 $ +;; Date: $Date: 2004/11/17 05:37:18 $ ;; Keywords: processes ;; This file is part of GNU Emacs. diff --git a/idlwave.el b/idlwave.el index 851f6ce229..3d5918ad13 100644 --- a/idlwave.el +++ b/idlwave.el @@ -1,12 +1,12 @@ ;; idlwave.el --- IDL editing mode for GNU Emacs -;; Copyright (c) 1999, 2000, 2001, 2002, 2003 Free Software Foundation +;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation ;; Authors: J.D. Smith <jdsm...@as.arizona.edu> ;; Carsten Dominik <domi...@astro.uva.nl> ;; Chris Chase <ch...@att.com> ;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu> ;; Version: VERSIONTAG -;; Date: $Date: 2004/11/17 05:21:40 $ +;; Date: $Date: 2004/11/17 05:37:18 $ ;; Keywords: languages ;; This file is part of GNU Emacs. @@ -28,8 +28,8 @@ ;;; Commentary: -;; In remotely distant past, based on pascal.el, though bears little -;; resemblance to it now. +;; In the remotely distant past, based on pascal.el, though bears +;; little resemblance to it now. ;; ;; Incorporates many ideas, such as abbrevs, action routines, and ;; continuation line indenting, from wave.el.