summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-20 22:34:34 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-20 22:38:01 +0200
commit329ec11b0fa725cf5e76d2b73ad7f1d19595466e (patch)
treee12f160c1ca725d0688ca502f79d7ca377971a0e
parentdaf2c3e23a45bff14f9d444d2d07455376d4b6da (diff)
downloademacs-329ec11b0fa725cf5e76d2b73ad7f1d19595466e.tar.gz
; Normalize some "Author" headers
-rw-r--r--lisp/emacs-lisp/derived.el5
-rw-r--r--lisp/erc/erc.el2
-rw-r--r--lisp/net/ange-ftp.el2
-rw-r--r--lisp/windmove.el12
-rw-r--r--lisp/xwidget.el12
5 files changed, 14 insertions, 19 deletions
diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el
index 8912eb10cc5..260fc3bf470 100644
--- a/lisp/emacs-lisp/derived.el
+++ b/lisp/emacs-lisp/derived.el
@@ -1,10 +1,9 @@
;;; derived.el --- allow inheritance of major modes -*- lexical-binding: t; -*-
;; (formerly mode-clone.el)
-;; Copyright (C) 1993-1994, 1999, 2001-2022 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 1993-2022 Free Software Foundation, Inc.
-;; Author: David Megginson (dmeggins@aix1.uottawa.ca)
+;; Author: David Megginson <dmeggins@aix1.uottawa.ca>
;; Maintainer: emacs-devel@gnu.org
;; Keywords: extensions
;; Package: emacs
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 0a16831fba3..4b852b39045 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1997-2022 Free Software Foundation, Inc.
-;; Author: Alexander L. Belikoff (alexander@belikoff.net)
+;; Author: Alexander L. Belikoff <alexander@belikoff.net>
;; Maintainer: Amin Bandali <bandali@gnu.org>, F. Jason Park <jp@neverwas.me>
;; Contributors: Sergey Berezin (sergey.berezin@cs.cmu.edu),
;; Mario Lang (mlang@delysid.org),
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 8355ca4838e..52b900be0cc 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1989-2022 Free Software Foundation, Inc.
-;; Author: Andy Norman (ange@hplb.hpl.hp.com)
+;; Author: Andy Norman <ange@hplb.hpl.hp.com>
;; Maintainer: emacs-devel@gnu.org
;; Keywords: comm
diff --git a/lisp/windmove.el b/lisp/windmove.el
index 990b8f04c44..00e76df0a01 100644
--- a/lisp/windmove.el
+++ b/lisp/windmove.el
@@ -1,13 +1,13 @@
;;; windmove.el --- directional window-selection routines -*- lexical-binding:t -*-
-;;
+
;; Copyright (C) 1998-2022 Free Software Foundation, Inc.
-;;
-;; Author: Hovav Shacham (hovav@cs.stanford.edu)
+
+;; Author: Hovav Shacham <hovav@cs.stanford.edu>
;; Created: 17 October 1998
;; Keywords: window, movement, convenience
-;;
+
;; This file is part of GNU Emacs.
-;;
+
;; 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 3 of the License, or
@@ -20,8 +20,6 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
-;;
-;; --------------------------------------------------------------------
;;; Commentary:
;;
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index bf7a998a9cc..1d45210f8ee 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -1,11 +1,11 @@
;;; xwidget.el --- api functions for xwidgets -*- lexical-binding: t -*-
-;;
+
;; Copyright (C) 2011-2022 Free Software Foundation, Inc.
-;;
-;; Author: Joakim Verona (joakim@verona.se)
-;;
+
+;; Author: Joakim Verona <joakim@verona.se>
+
;; This file is part of GNU Emacs.
-;;
+
;; 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 3 of the License, or
@@ -18,8 +18,6 @@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
-;;
-;; --------------------------------------------------------------------
;;; Commentary: