branch: externals/idlwave
commit 1452794e1d2aee87106c592c55e3775c90cee789
Author: JD Smith <jdtsm...@gmail.com>
Commit: JD Smith <jdtsm...@gmail.com>

    Copyright/email fixes.
---
 idlw-complete-structtag.el | 16 +++++++---------
 idlw-help.el               | 22 ++++++++++------------
 idlw-shell.el              | 15 ++++++---------
 idlw-toolbar.el            | 19 ++++++++-----------
 idlwave.el                 | 15 ++++++---------
 5 files changed, 37 insertions(+), 50 deletions(-)

diff --git a/idlw-complete-structtag.el b/idlw-complete-structtag.el
index e14fad83cc..6765785550 100644
--- a/idlw-complete-structtag.el
+++ b/idlw-complete-structtag.el
@@ -1,18 +1,18 @@
 ;;; idlw-complete-structtag.el --- Completion of structure tags.
-;; Copyright (c) 2001,2002,2003,2004,2005,2006 Free Software Foundation
-
+;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
+;;               2009, 2010  Free Software Foundation, Inc.
+;;
 ;; Author: Carsten Dominik <dominik _AT_ astro.uva.nl>
 ;; Maintainer: J.D. Smith <jdtsmith _AT_ gmail.com>
 ;; Version: 1.2
-;; Date: $Date: 2006/08/22 05:15:50 $
 ;; Keywords: languages
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -20,9 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/idlw-help.el b/idlw-help.el
index 9e3c7e6f9f..168dec922b 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -1,29 +1,27 @@
 ;;; idlw-help.el --- HTML Help code for IDLWAVE
 
-;; Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-;;   Free Software Foundation
+;; Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;;               2009, 2010 Free Software Foundation, Inc.
 ;;
-;; Authors: J.D. Smith <jdsm...@as.arizona.edu>
-;;          Carsten Dominik <domi...@science.uva.nl>
-;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu>
+;; Authors: J.D. Smith <jdtsmith _AT_ gmail.com>
+;;          Carsten Dominik <dominik _AT_ science.uva.nl>
+;; Maintainer: J.D. Smith
 ;; Version: VERSIONTAG
 
 ;; This file is part of GNU Emacs.
 
-;; This file is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
-;; This file is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/idlw-shell.el b/idlw-shell.el
index 8f8909efdf..81656977c1 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -1,22 +1,21 @@
 ;; idlw-shell.el --- run IDL as an inferior process of Emacs.
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-;;    Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+;;   2009  Free Software Foundation, Inc.
 
 ;; Authors: J.D. Smith 
 ;;          Carsten Dominik 
 ;;          Chris Chase 
 ;; Maintainer: J.D. Smith
 ;; Version: VERSIONTAG
-;; Date: $Date: 2008/01/25 20:53:53 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,9 +23,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;;
diff --git a/idlw-toolbar.el b/idlw-toolbar.el
index 6de18868b2..b911808a10 100644
--- a/idlw-toolbar.el
+++ b/idlw-toolbar.el
@@ -1,19 +1,18 @@
 ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
-;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
-;; Free Software Foundation
-
-;; Author: Carsten Dominik <domi...@astro.uva.nl>
-;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu>
+;; Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 
+;;               2009, 2010  Free Software Foundation
+;; Author: Carsten Dominik <dominik _AT_ astro.uva.nl>
+;; Maintainer: J.D. Smith <jdtsmith _AT_ gmail.com>
 ;; Version: VERSIONTAG
 ;; Date: $Date: 2006/08/22 05:15:26 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,9 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/idlwave.el b/idlwave.el
index 831c00f7a6..fc0905a702 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -1,22 +1,21 @@
 ;; idlwave.el --- IDL editing mode for GNU Emacs
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+;;   2008, 2009, 2010  Free Software Foundation, Inc.
 
 ;; Authors: J.D. Smith <jdsm...@as.arizona.edu>
 ;;          Carsten Dominik <domi...@science.uva.nl>
 ;;          Chris Chase <ch...@att.com>
 ;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu>
 ;; Version: VERSIONTAG
-;; Date: $Date: 2008/01/25 20:31:10 $
 ;; Keywords: languages
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,9 +23,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 

Reply via email to