diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/emacs-lisp/map-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/seq-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/emacs-lisp/thunk-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/help-fns-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/md4-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/org/org-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/soundex-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/vc/diff-mode-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/vc/smerge-mode-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/vc/vc-bzr-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/vc/vc-hg-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/xdg-tests.el | 1 | ||||
-rw-r--r-- | test/manual/biditest.el | 1 | ||||
-rw-r--r-- | test/manual/etags/el-src/emacs/lisp/progmodes/etags.el | 1 | ||||
-rw-r--r-- | test/src/lcms-tests.el | 2 |
15 files changed, 0 insertions, 20 deletions
diff --git a/test/lisp/emacs-lisp/map-tests.el b/test/lisp/emacs-lisp/map-tests.el index a54af8059b3..5e044d4be81 100644 --- a/test/lisp/emacs-lisp/map-tests.el +++ b/test/lisp/emacs-lisp/map-tests.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. ;; Author: Nicolas Petton <nicolas@petton.fr> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/emacs-lisp/seq-tests.el b/test/lisp/emacs-lisp/seq-tests.el index ef05e2b389d..8f66ba4f92f 100644 --- a/test/lisp/emacs-lisp/seq-tests.el +++ b/test/lisp/emacs-lisp/seq-tests.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. ;; Author: Nicolas Petton <nicolas@petton.fr> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/emacs-lisp/thunk-tests.el b/test/lisp/emacs-lisp/thunk-tests.el index caa2c415460..69bfc196383 100644 --- a/test/lisp/emacs-lisp/thunk-tests.el +++ b/test/lisp/emacs-lisp/thunk-tests.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. ;; Author: Nicolas Petton <nicolas@petton.fr> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el index e31ac6a4d48..2e9483074e0 100644 --- a/test/lisp/help-fns-tests.el +++ b/test/lisp/help-fns-tests.el @@ -2,8 +2,6 @@ ;; Copyright (C) 2014-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/test/lisp/md4-tests.el b/test/lisp/md4-tests.el index 9712411419a..56b09c14de5 100644 --- a/test/lisp/md4-tests.el +++ b/test/lisp/md4-tests.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. ;; Author: Mark Oteiza <mvoteiza@udel.edu> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/org/org-tests.el b/test/lisp/org/org-tests.el index 4b82aa8382f..33f9e459464 100644 --- a/test/lisp/org/org-tests.el +++ b/test/lisp/org/org-tests.el @@ -2,8 +2,6 @@ ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/test/lisp/soundex-tests.el b/test/lisp/soundex-tests.el index d8d79b85cea..4de45f9d53a 100644 --- a/test/lisp/soundex-tests.el +++ b/test/lisp/soundex-tests.el @@ -2,8 +2,6 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 676d461076b..d809b64634f 100644 --- a/test/lisp/vc/diff-mode-tests.el +++ b/test/lisp/vc/diff-mode-tests.el @@ -1,7 +1,6 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. ;; Author: Dima Kogan <dima@secretsauce.net> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/vc/smerge-mode-tests.el b/test/lisp/vc/smerge-mode-tests.el index 032afa9dc24..67f64689220 100644 --- a/test/lisp/vc/smerge-mode-tests.el +++ b/test/lisp/vc/smerge-mode-tests.el @@ -1,7 +1,5 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index 8fa16cdccb1..04c869ed935 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/vc/vc-hg-tests.el b/test/lisp/vc/vc-hg-tests.el index 1bdc3204c03..7fc84610a01 100644 --- a/test/lisp/vc/vc-hg-tests.el +++ b/test/lisp/vc/vc-hg-tests.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dgutov@yandex.ru> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/xdg-tests.el b/test/lisp/xdg-tests.el index 9c815065b2a..b8bd606ec11 100644 --- a/test/lisp/xdg-tests.el +++ b/test/lisp/xdg-tests.el @@ -2,7 +2,6 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Author: Mark Oteiza <mvoteiza@udel.edu> ;; This file is part of GNU Emacs. diff --git a/test/manual/biditest.el b/test/manual/biditest.el index d813642f780..f257910877b 100644 --- a/test/manual/biditest.el +++ b/test/manual/biditest.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. ;; Author: Eli Zaretskii -;; Maintainer: emacs-devel@gnu.org ;; Package: emacs ;; This program is free software: you can redistribute it and/or modify diff --git a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el index 250aeb1cf26..30ad34099b7 100644 --- a/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el +++ b/test/manual/etags/el-src/emacs/lisp/progmodes/etags.el @@ -4,7 +4,6 @@ ;; Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: tools ;; This file is part of GNU Emacs. diff --git a/test/src/lcms-tests.el b/test/src/lcms-tests.el index f1d1110283d..d92ebcbeab5 100644 --- a/test/src/lcms-tests.el +++ b/test/src/lcms-tests.el @@ -2,8 +2,6 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify |