]> git.eshelyaron.com Git - emacs.git/commitdiff
; Normalize some "Author" headers
authorStefan Kangas <stefan@marxist.se>
Wed, 20 Jul 2022 20:34:34 +0000 (22:34 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 20 Jul 2022 20:38:01 +0000 (22:38 +0200)
lisp/emacs-lisp/derived.el
lisp/erc/erc.el
lisp/net/ange-ftp.el
lisp/windmove.el
lisp/xwidget.el

index 8912eb10cc5f299e3c241b9f109ccc338c50c6eb..260fc3bf4701734cc8be005d342c74c5c92120f4 100644 (file)
@@ -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
index 0a16831fba33f30f32400623741793dc86d5d099..4b852b3904508d907cc01a69c7dc2169de9cd6bd 100644 (file)
@@ -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),
index 8355ca4838e193e970ec2923c762f1f8c08e4077..52b900be0cc6129ffe3b78509f3b0c9d39997f30 100644 (file)
@@ -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
 
index 990b8f04c44ac9019d2785cf380fff2d8a74d906..00e76df0a019a7f25877e3f96d542cb413e1562e 100644 (file)
@@ -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:
 ;;
index bf7a998a9cc5d5bd09d5d0707db7fac12d4ded1c..1d45210f8eea7d5d78a58312d212ec38233c2b8a 100644 (file)
@@ -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: