summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-06-05 20:35:17 -0400
committerGlenn Morris <rgm@gnu.org>2017-06-05 20:35:17 -0400
commitac5422fd23a469ffb6d6ffd37df6a7e0d4d3d46a (patch)
tree5512659a3fd04ae52046c830af4e9f48d26c2b06
parent6a757bead92a3cb827d9b19a1a5ca931f198c045 (diff)
downloademacs-ac5422fd23a469ffb6d6ffd37df6a7e0d4d3d46a.tar.gz
; Small fixes for some Author: header comments
-rw-r--r--lisp/cdl.el2
-rw-r--r--lisp/progmodes/verilog-mode.el4
-rw-r--r--lisp/vc/pcvs.el20
3 files changed, 13 insertions, 13 deletions
diff --git a/lisp/cdl.el b/lisp/cdl.el
index 2fc74decaf2..16ba7e7d527 100644
--- a/lisp/cdl.el
+++ b/lisp/cdl.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1993, 2001-2017 Free Software Foundation, Inc.
-;; Author: ATAE@spva.physics.imperial.ac.uk (Ata Etemadi)
+;; Author: Ata Etemadi <ATAE@spva.physics.imperial.ac.uk>
;; Maintainer: emacs-devel@gnu.org
;; Keywords: data
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index ea1ad7c064e..2760c4d276e 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -4,8 +4,8 @@
;; Author: Michael McNamara <mac@verilog.com>
;; Wilson Snyder <wsnyder@wsnyder.org>
-;; http://www.verilog.com
-;; http://www.veripool.org
+;; X-URL: http://www.verilog.com
+;; X-URL: http://www.veripool.org
;; Created: 3 Jan 1996
;; Keywords: languages
diff --git a/lisp/vc/pcvs.el b/lisp/vc/pcvs.el
index 026765a069f..e48f72643e3 100644
--- a/lisp/vc/pcvs.el
+++ b/lisp/vc/pcvs.el
@@ -2,16 +2,16 @@
;; Copyright (C) 1991-2017 Free Software Foundation, Inc.
-;; Author: (The PCL-CVS Trust) pcl-cvs@cyclic.com
-;; (Per Cederqvist) ceder@lysator.liu.se
-;; (Greg A. Woods) woods@weird.com
-;; (Jim Blandy) jimb@cyclic.com
-;; (Karl Fogel) kfogel@floss.red-bean.com
-;; (Jim Kingdon) kingdon@cyclic.com
-;; (Stefan Monnier) monnier@cs.yale.edu
-;; (Greg Klanderman) greg@alphatech.com
-;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
-;; Maintainer: (Stefan Monnier) monnier@gnu.org
+;; Author: The PCL-CVS Trust <pcl-cvs@cyclic.com>
+;; Per Cederqvist <ceder@lysator.liu.se>
+;; Greg A. Woods <woods@weird.com>
+;; Jim Blandy <jimb@cyclic.com>
+;; Karl Fogel <kfogel@floss.red-bean.com>
+;; Jim Kingdon <kingdon@cyclic.com>
+;; Stefan Monnier <monnier@cs.yale.edu>
+;; Greg Klanderman <greg@alphatech.com>
+;; Jari Aalto+mail.emacs <jari.aalto@poboxes.com>
+;; Maintainer: Stefan Monnier <monnier@gnu.org>
;; Keywords: CVS, vc, release management
;; This file is part of GNU Emacs.