From 8b78d482a6a80e65807958bd758a6dbb7235b3bb Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 3 Oct 2021 08:54:33 +0200 Subject: [PATCH] Fix email addresses in some *.el headers --- lisp/ob-C.el | 2 +- lisp/ob-R.el | 2 +- lisp/ob-dot.el | 2 +- lisp/ob-groovy.el | 4 ++-- lisp/ob-perl.el | 2 +- lisp/ob-screen.el | 2 +- lisp/ob-sqlite.el | 2 +- lisp/ox-ascii.el | 2 +- lisp/ox-beamer.el | 2 +- lisp/ox-icalendar.el | 4 ++-- lisp/ox-md.el | 2 +- lisp/ox-org.el | 2 +- lisp/ox-publish.el | 2 +- lisp/ox-texinfo.el | 2 +- lisp/ox.el | 4 ++-- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lisp/ob-C.el b/lisp/ob-C.el index 842e0d3e8..e2dede7da 100644 --- a/lisp/ob-C.el +++ b/lisp/ob-C.el @@ -4,7 +4,7 @@ ;; Author: Eric Schulte ;; Thierry Banel -;; Maintainer: Thierry Banel +;; Maintainer: Thierry Banel ;; Keywords: literate programming, reproducible research ;; Homepage: https://orgmode.org diff --git a/lisp/ob-R.el b/lisp/ob-R.el index 169e1d6d6..492560412 100644 --- a/lisp/ob-R.el +++ b/lisp/ob-R.el @@ -4,7 +4,7 @@ ;; Author: Eric Schulte ;; Dan Davison -;; Maintainer: Jeremie Juste +;; Maintainer: Jeremie Juste ;; Keywords: literate programming, reproducible research, R, statistics ;; Homepage: https://orgmode.org diff --git a/lisp/ob-dot.el b/lisp/ob-dot.el index 8e05a59f2..7315281ad 100644 --- a/lisp/ob-dot.el +++ b/lisp/ob-dot.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2009-2021 Free Software Foundation, Inc. ;; Author: Eric Schulte -;; Maintainer: Justin Abrahms +;; Maintainer: Justin Abrahms ;; Keywords: literate programming, reproducible research ;; Homepage: https://orgmode.org diff --git a/lisp/ob-groovy.el b/lisp/ob-groovy.el index b3ff34aac..b4bf72967 100644 --- a/lisp/ob-groovy.el +++ b/lisp/ob-groovy.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2013-2021 Free Software Foundation, Inc. -;; Author: Miro Bezjak -;; Maintainer: Palak Mathur +;; Author: Miro Bezjak +;; Maintainer: Palak Mathur ;; Keywords: literate programming, reproducible research ;; Homepage: https://orgmode.org diff --git a/lisp/ob-perl.el b/lisp/ob-perl.el index 4d405a8b6..25fc09f1b 100644 --- a/lisp/ob-perl.el +++ b/lisp/ob-perl.el @@ -4,7 +4,7 @@ ;; Authors: Dan Davison ;; Eric Schulte -;; Maintainer: Corwin Brust +;; Maintainer: Corwin Brust ;; Keywords: literate programming, reproducible research ;; Homepage: https://orgmode.org diff --git a/lisp/ob-screen.el b/lisp/ob-screen.el index 7793825b6..424148bd8 100644 --- a/lisp/ob-screen.el +++ b/lisp/ob-screen.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2009-2021 Free Software Foundation, Inc. ;; Author: Benjamin Andresen -;; Maintainer: Ken Mankoff +;; Maintainer: Ken Mankoff ;; Keywords: literate programming, interactive shell ;; Homepage: https://orgmode.org diff --git a/lisp/ob-sqlite.el b/lisp/ob-sqlite.el index 7bfb66cf6..ff7b926f4 100644 --- a/lisp/ob-sqlite.el +++ b/lisp/ob-sqlite.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2010-2021 Free Software Foundation, Inc. ;; Author: Eric Schulte -;; Maintainer: Nick Savage +;; Maintainer: Nick Savage ;; Keywords: literate programming, reproducible research ;; Homepage: https://orgmode.org diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index 78e6fb498..2e91c7fea 100644 --- a/lisp/ox-ascii.el +++ b/lisp/ox-ascii.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2021 Free Software Foundation, Inc. ;; Author: Nicolas Goaziou -;; Maintainer: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: outlines, hypermedia, calendar, wp ;; This file is part of GNU Emacs. diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el index ca0f1c71a..c9a67f891 100644 --- a/lisp/ox-beamer.el +++ b/lisp/ox-beamer.el @@ -4,7 +4,7 @@ ;; Author: Carsten Dominik ;; Nicolas Goaziou -;; Maintainer: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: org, wp, tex ;; This file is part of GNU Emacs. diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el index 917005915..80ce0a8ce 100644 --- a/lisp/ox-icalendar.el +++ b/lisp/ox-icalendar.el @@ -3,8 +3,8 @@ ;; Copyright (C) 2004-2021 Free Software Foundation, Inc. ;; Author: Carsten Dominik -;; Nicolas Goaziou -;; Maintainer: Nicolas Goaziou +;; Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: https://orgmode.org diff --git a/lisp/ox-md.el b/lisp/ox-md.el index 348b6d01d..678edbbfd 100644 --- a/lisp/ox-md.el +++ b/lisp/ox-md.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012-2021 Free Software Foundation, Inc. ;; Author: Nicolas Goaziou -;; Maintainer: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: org, wp, markdown ;; This file is part of GNU Emacs. diff --git a/lisp/ox-org.el b/lisp/ox-org.el index fcf876854..1b4654e36 100644 --- a/lisp/ox-org.el +++ b/lisp/ox-org.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2013-2021 Free Software Foundation, Inc. ;; Author: Nicolas Goaziou -;; Maintainer: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: org, wp ;; This file is part of GNU Emacs. diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index bc9b17ab3..b6c804a83 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2006-2021 Free Software Foundation, Inc. ;; Author: David O'Toole -;; Maintainer: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: hypermedia, outlines, wp ;; This file is part of GNU Emacs. diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index 8b949b361..b0125894a 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2012-2021 Free Software Foundation, Inc. ;; Author: Jonathan Leech-Pepin -;; Maintainer: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: outlines, hypermedia, calendar, wp ;; This file is part of GNU Emacs. diff --git a/lisp/ox.el b/lisp/ox.el index 9ab813a1b..d89706c20 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2012-2021 Free Software Foundation, Inc. -;; Author: Nicolas Goaziou -;; Maintainer: Nicolas Goaziou +;; Author: Nicolas Goaziou +;; Maintainer: Nicolas Goaziou ;; Keywords: outlines, hypermedia, calendar, wp ;; This file is part of GNU Emacs.