diff options
Diffstat (limited to 'test/automated')
99 files changed, 99 insertions, 99 deletions
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 9c9b3be1e0b..d3c5633c5d2 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -1,6 +1,6 @@ ### @configure_input@ -# Copyright (C) 2010-2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2017 Free Software Foundation, Inc. # This file is part of GNU Emacs. diff --git a/test/automated/abbrev-tests.el b/test/automated/abbrev-tests.el index 66413c5a590..7adab32892e 100644 --- a/test/automated/abbrev-tests.el +++ b/test/automated/abbrev-tests.el @@ -1,6 +1,6 @@ ;;; abbrev-tests.el --- Test suite for abbrevs. -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Eli Zaretskii <eliz@gnu.org> ;; Keywords: abbrevs diff --git a/test/automated/add-log-tests.el b/test/automated/add-log-tests.el index 71be5a9eadc..3e7bc7fdf0d 100644 --- a/test/automated/add-log-tests.el +++ b/test/automated/add-log-tests.el @@ -1,6 +1,6 @@ ;;; add-log-tests.el --- Test suite for add-log. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Masatake YAMATO <yamato@redhat.com> ;; Keywords: vc tools diff --git a/test/automated/advice-tests.el b/test/automated/advice-tests.el index cd51599b86a..b228da6cdb8 100644 --- a/test/automated/advice-tests.el +++ b/test/automated/advice-tests.el @@ -1,6 +1,6 @@ ;;; advice-tests.el --- Test suite for the new advice thingy. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/auth-source-tests.el b/test/automated/auth-source-tests.el index 5faa1fe20bf..e73f55e2bfa 100644 --- a/test/automated/auth-source-tests.el +++ b/test/automated/auth-source-tests.el @@ -1,6 +1,6 @@ ;;; auth-source-tests.el --- Tests for auth-source.el -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Damien Cassou <damien@cassou.me>, ;; Nicolas Petton <nicolas@petton.fr> diff --git a/test/automated/auto-revert-tests.el b/test/automated/auto-revert-tests.el index a6f8cb29563..c37830f8b20 100644 --- a/test/automated/auto-revert-tests.el +++ b/test/automated/auto-revert-tests.el @@ -1,6 +1,6 @@ ;;; auto-revert-tests.el --- Tests of auto-revert -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> diff --git a/test/automated/buffer-tests.el b/test/automated/buffer-tests.el index 62875216a31..793dddd8bd4 100644 --- a/test/automated/buffer-tests.el +++ b/test/automated/buffer-tests.el @@ -1,6 +1,6 @@ ;;; buffer-tests.el --- tests for buffer.c functions -*- lexical-binding: t -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/bytecomp-tests.el b/test/automated/bytecomp-tests.el index 48211f03ba4..f07138d3c55 100644 --- a/test/automated/bytecomp-tests.el +++ b/test/automated/bytecomp-tests.el @@ -1,6 +1,6 @@ ;;; bytecomp-testsuite.el -;; Copyright (C) 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008-2017 Free Software Foundation, Inc. ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> ;; Created: November 2008 diff --git a/test/automated/calc-tests.el b/test/automated/calc-tests.el index c1fb1695c78..8f56d48d01d 100644 --- a/test/automated/calc-tests.el +++ b/test/automated/calc-tests.el @@ -1,6 +1,6 @@ ;;; calc-tests.el --- tests for calc -*- lexical-binding: t; -*- -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Leo Liu <sdl.web@gmail.com> ;; Keywords: maint diff --git a/test/automated/char-fold-tests.el b/test/automated/char-fold-tests.el index 485254aa6cf..d86c731b6e3 100644 --- a/test/automated/char-fold-tests.el +++ b/test/automated/char-fold-tests.el @@ -1,6 +1,6 @@ ;;; char-fold-tests.el --- Tests for char-fold.el -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> diff --git a/test/automated/cl-generic-tests.el b/test/automated/cl-generic-tests.el index dee10fe285e..0768e31f7e6 100644 --- a/test/automated/cl-generic-tests.el +++ b/test/automated/cl-generic-tests.el @@ -1,6 +1,6 @@ ;;; cl-generic-tests.el --- Tests for cl-generic.el functionality -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> diff --git a/test/automated/cl-lib-tests.el b/test/automated/cl-lib-tests.el index cbaf70fc4bb..5edc3e72bf2 100644 --- a/test/automated/cl-lib-tests.el +++ b/test/automated/cl-lib-tests.el @@ -1,6 +1,6 @@ ;;; cl-lib.el --- tests for emacs-lisp/cl-lib.el -*- lexical-binding:t -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/cl-seq-tests.el b/test/automated/cl-seq-tests.el index d2eb412eee3..d89bad9bfb4 100644 --- a/test/automated/cl-seq-tests.el +++ b/test/automated/cl-seq-tests.el @@ -1,6 +1,6 @@ ;;; cl-seq-tests.el --- Tests for cl-seq.el functionality -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Nicolas Richard <youngfrog@members.fsf.org> diff --git a/test/automated/cmds-tests.el b/test/automated/cmds-tests.el index 4a30d9872a1..207ae75a21d 100644 --- a/test/automated/cmds-tests.el +++ b/test/automated/cmds-tests.el @@ -1,6 +1,6 @@ ;;; cmds-tests.el --- Testing some Emacs commands -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Nicolas Richard <youngfrog@members.fsf.org> ;; Keywords: diff --git a/test/automated/coding-tests.el b/test/automated/coding-tests.el index cba8c7bc25f..c0ad8d555b3 100644 --- a/test/automated/coding-tests.el +++ b/test/automated/coding-tests.el @@ -1,6 +1,6 @@ ;;; coding-tests.el --- tests for text encoding and decoding -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Eli Zaretskii <eliz@gnu.org> diff --git a/test/automated/comint-testsuite.el b/test/automated/comint-testsuite.el index 576be238408..3205c9e4cd3 100644 --- a/test/automated/comint-testsuite.el +++ b/test/automated/comint-testsuite.el @@ -1,6 +1,6 @@ ;;; comint-testsuite.el -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el index 6821a6bfae5..edd260d52b3 100644 --- a/test/automated/compile-tests.el +++ b/test/automated/compile-tests.el @@ -1,6 +1,6 @@ ;;; compile-tests.el --- Test suite for font parsing. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal diff --git a/test/automated/completion-tests.el b/test/automated/completion-tests.el index 0f2abf45673..efed8f8bed4 100644 --- a/test/automated/completion-tests.el +++ b/test/automated/completion-tests.el @@ -1,6 +1,6 @@ ;;; completion-tests.el --- Tests for completion functions -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/automated/core-elisp-tests.el b/test/automated/core-elisp-tests.el index b44bb37cc4f..0851367f9bc 100644 --- a/test/automated/core-elisp-tests.el +++ b/test/automated/core-elisp-tests.el @@ -1,6 +1,6 @@ ;;; core-elisp-tests.el --- Testing some core Elisp rules -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/automated/dabbrev-tests.el b/test/automated/dabbrev-tests.el index 9c7a8385535..5baa31558e7 100644 --- a/test/automated/dabbrev-tests.el +++ b/test/automated/dabbrev-tests.el @@ -1,6 +1,6 @@ ;;; dabbrev-tests.el --- Test suite for dabbrev. -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Author: Alan Third <alan@idiocy.org> ;; Keywords: dabbrev diff --git a/test/automated/data-tests.el b/test/automated/data-tests.el index 0a292336f35..9abc9e7c68f 100644 --- a/test/automated/data-tests.el +++ b/test/automated/data-tests.el @@ -1,6 +1,6 @@ ;;; data-tests.el --- tests for src/data.c -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/dbus-tests.el b/test/automated/dbus-tests.el index 12be1637109..525709b92e7 100644 --- a/test/automated/dbus-tests.el +++ b/test/automated/dbus-tests.el @@ -1,6 +1,6 @@ ;;; dbus-tests.el --- Tests of D-Bus integration into Emacs -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> diff --git a/test/automated/decoder-tests.el b/test/automated/decoder-tests.el index 5699fec7d17..5e9a45b2443 100644 --- a/test/automated/decoder-tests.el +++ b/test/automated/decoder-tests.el @@ -1,6 +1,6 @@ ;;; decoder-tests.el --- test for text decoder -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Kenichi Handa <handa@gnu.org> diff --git a/test/automated/descr-text-test.el b/test/automated/descr-text-test.el index 9e851c3a119..df0f8453161 100644 --- a/test/automated/descr-text-test.el +++ b/test/automated/descr-text-test.el @@ -1,6 +1,6 @@ ;;; descr-text-test.el --- ERT tests for descr-text.el -*- lexical-binding: t -*- -;; Copyright (C) 2014, 2016 Free Software Foundation, Inc. +;; Copyright (C) 2014, 2016-2017 Free Software Foundation, Inc. ;; Author: Michal Nazarewicz <mina86@mina86.com> diff --git a/test/automated/eieio-test-methodinvoke.el b/test/automated/eieio-test-methodinvoke.el index eb26047da2f..09edea461d1 100644 --- a/test/automated/eieio-test-methodinvoke.el +++ b/test/automated/eieio-test-methodinvoke.el @@ -1,6 +1,6 @@ ;;; eieio-testsinvoke.el -- eieio tests for method invocation -;; Copyright (C) 2005, 2008, 2010, 2013-2016 Free Software Foundation, +;; Copyright (C) 2005, 2008, 2010, 2013-2017 Free Software Foundation, ;; Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/automated/eieio-test-persist.el b/test/automated/eieio-test-persist.el index 2f8d65e512e..da4cc5f51f3 100644 --- a/test/automated/eieio-test-persist.el +++ b/test/automated/eieio-test-persist.el @@ -1,6 +1,6 @@ ;;; eieio-persist.el --- Tests for eieio-persistent class -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <eric@siege-engine.com> diff --git a/test/automated/eieio-tests.el b/test/automated/eieio-tests.el index bdf66c946f0..994e987b703 100644 --- a/test/automated/eieio-tests.el +++ b/test/automated/eieio-tests.el @@ -1,6 +1,6 @@ ;;; eieio-tests.el -- eieio tests routines -;; Copyright (C) 1999-2003, 2005-2010, 2012-2016 Free Software +;; Copyright (C) 1999-2003, 2005-2010, 2012-2017 Free Software ;; Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> diff --git a/test/automated/electric-tests.el b/test/automated/electric-tests.el index afd707667b8..96a12e44bf9 100644 --- a/test/automated/electric-tests.el +++ b/test/automated/electric-tests.el @@ -1,6 +1,6 @@ ;;; electric-tests.el --- tests for electric.el -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: João Távora <joaotavora@gmail.com> ;; Keywords: diff --git a/test/automated/elisp-mode-tests.el b/test/automated/elisp-mode-tests.el index f3f15ad3dbd..605f9ca08df 100644 --- a/test/automated/elisp-mode-tests.el +++ b/test/automated/elisp-mode-tests.el @@ -1,6 +1,6 @@ ;;; elisp-mode-tests.el --- Tests for emacs-lisp-mode -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dgutov@yandex.ru> ;; Author: Stephen Leake <stephen_leake@member.fsf.org> diff --git a/test/automated/epg-tests.el b/test/automated/epg-tests.el index 4a317974ef5..b6c65e04065 100644 --- a/test/automated/epg-tests.el +++ b/test/automated/epg-tests.el @@ -1,6 +1,6 @@ ;;; epg-tests.el --- Test suite for epg.el -*- lexical-binding: t -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/ert-tests.el b/test/automated/ert-tests.el index 5d3675553d7..ff1f32b4fdb 100644 --- a/test/automated/ert-tests.el +++ b/test/automated/ert-tests.el @@ -1,6 +1,6 @@ ;;; ert-tests.el --- ERT's self-tests -*- lexical-binding: t -*- -;; Copyright (C) 2007-2008, 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2007-2008, 2010-2017 Free Software Foundation, Inc. ;; Author: Christian Ohler <ohler@gnu.org> diff --git a/test/automated/ert-x-tests.el b/test/automated/ert-x-tests.el index ef8642aebfb..4615d08e303 100644 --- a/test/automated/ert-x-tests.el +++ b/test/automated/ert-x-tests.el @@ -1,6 +1,6 @@ ;;; ert-x-tests.el --- Tests for ert-x.el -;; Copyright (C) 2008, 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2008, 2010-2017 Free Software Foundation, Inc. ;; Author: Phil Hagelberg ;; Christian Ohler <ohler@gnu.org> diff --git a/test/automated/eshell.el b/test/automated/eshell.el index d5676dd1daf..dee6c17e025 100644 --- a/test/automated/eshell.el +++ b/test/automated/eshell.el @@ -1,6 +1,6 @@ ;;; tests/eshell.el --- Eshell test suite -;; Copyright (C) 1999-2016 Free Software Foundation, Inc. +;; Copyright (C) 1999-2017 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> diff --git a/test/automated/f90.el b/test/automated/f90.el index 29c608847f1..cda39eda376 100644 --- a/test/automated/f90.el +++ b/test/automated/f90.el @@ -1,6 +1,6 @@ ;;; f90.el --- tests for progmodes/f90.el -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> diff --git a/test/automated/faces-tests.el b/test/automated/faces-tests.el index 809ba24d210..a30ba25f8f0 100644 --- a/test/automated/faces-tests.el +++ b/test/automated/faces-tests.el @@ -1,6 +1,6 @@ ;;; faces-tests.el --- Tests for faces.el -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> ;; Keywords: diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 9f0c0ed0dc1..1fc898809e8 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el @@ -1,6 +1,6 @@ ;;; file-notify-tests.el --- Tests of file notifications -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> diff --git a/test/automated/files.el b/test/automated/files.el index 3c6f61b792c..6abb4b43e1e 100644 --- a/test/automated/files.el +++ b/test/automated/files.el @@ -1,6 +1,6 @@ ;;; files.el --- tests for file handling. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/finalizer-tests.el b/test/automated/finalizer-tests.el index 5aa35f4a2ac..ca8c8cb866f 100644 --- a/test/automated/finalizer-tests.el +++ b/test/automated/finalizer-tests.el @@ -1,6 +1,6 @@ ;;; finalizer-tests.el --- Finalizer tests -*- lexical-binding: t -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Daniel Colascione <dancol@dancol.org> ;; Keywords: diff --git a/test/automated/flymake-tests.el b/test/automated/flymake-tests.el index f3b830d3654..a5a72f3c30e 100644 --- a/test/automated/flymake-tests.el +++ b/test/automated/flymake-tests.el @@ -1,6 +1,6 @@ ;;; flymake-tests.el --- Test suite for flymake -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Eduard Wiebe <usenet@pusto.de> diff --git a/test/automated/fns-tests.el b/test/automated/fns-tests.el index 762f7bdd94f..8a5b7fe98fc 100644 --- a/test/automated/fns-tests.el +++ b/test/automated/fns-tests.el @@ -1,6 +1,6 @@ ;;; fns-tests.el --- tests for src/fns.c -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/font-parse-tests.el b/test/automated/font-parse-tests.el index 9f730d3148c..30540a9247a 100644 --- a/test/automated/font-parse-tests.el +++ b/test/automated/font-parse-tests.el @@ -1,6 +1,6 @@ ;;; font-parse-tests.el --- Test suite for font parsing. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal diff --git a/test/automated/generator-tests.el b/test/automated/generator-tests.el index 8ed0f2a240d..1a567ac70fc 100644 --- a/test/automated/generator-tests.el +++ b/test/automated/generator-tests.el @@ -1,6 +1,6 @@ ;;; generator-tests.el --- Testing generators -*- lexical-binding: t -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Daniel Colascione <dancol@dancol.org> ;; Keywords: diff --git a/test/automated/gnus-tests.el b/test/automated/gnus-tests.el index 6801ce69a3e..47c49b38c42 100644 --- a/test/automated/gnus-tests.el +++ b/test/automated/gnus-tests.el @@ -1,6 +1,6 @@ ;;; gnus-tests.el --- Wrapper for the Gnus tests -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> diff --git a/test/automated/help-fns.el b/test/automated/help-fns.el index babba1a68fc..2bcd71b83f6 100644 --- a/test/automated/help-fns.el +++ b/test/automated/help-fns.el @@ -1,6 +1,6 @@ ;;; help-fns.el --- tests for help-fns.el -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Maintainer: emacs-devel@gnu.org diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 2c13a363213..b813f33fa81 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el @@ -1,6 +1,6 @@ ;; icalendar-tests.el --- Test suite for icalendar.el -;; Copyright (C) 2005, 2008-2016 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2008-2017 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Created: March 2005 diff --git a/test/automated/imenu-test.el b/test/automated/imenu-test.el index b6e0f604d0e..480368fcbb6 100644 --- a/test/automated/imenu-test.el +++ b/test/automated/imenu-test.el @@ -1,6 +1,6 @@ ;;; imenu-tests.el --- Test suite for imenu. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Masatake YAMATO <yamato@redhat.com> ;; Keywords: tools convenience diff --git a/test/automated/info-xref.el b/test/automated/info-xref.el index bc3115042bc..9ae07c33fd9 100644 --- a/test/automated/info-xref.el +++ b/test/automated/info-xref.el @@ -1,6 +1,6 @@ ;;; info-xref.el --- tests for info-xref.el -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/inotify-test.el b/test/automated/inotify-test.el index 54977925f86..f30aecc9c4f 100644 --- a/test/automated/inotify-test.el +++ b/test/automated/inotify-test.el @@ -1,6 +1,6 @@ ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> ;; Keywords: internal diff --git a/test/automated/isearch-tests.el b/test/automated/isearch-tests.el index 52f312d0b97..e5cae8237e1 100644 --- a/test/automated/isearch-tests.el +++ b/test/automated/isearch-tests.el @@ -1,6 +1,6 @@ ;;; isearch-tests.el --- Tests for isearch.el -*- lexical-binding: t; -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> diff --git a/test/automated/json-tests.el b/test/automated/json-tests.el index 78cebb45eed..66fc25ad1c0 100644 --- a/test/automated/json-tests.el +++ b/test/automated/json-tests.el @@ -1,6 +1,6 @@ ;;; json-tests.el --- Test suite for json.el -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dgutov@yandex.ru> diff --git a/test/automated/keymap-tests.el b/test/automated/keymap-tests.el index b835fc7530b..f08d5c02aba 100644 --- a/test/automated/keymap-tests.el +++ b/test/automated/keymap-tests.el @@ -1,6 +1,6 @@ ;;; keymap-tests.el --- Test suite for src/keymap.c -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Juanma Barranquero <lekktu@gmail.com> diff --git a/test/automated/let-alist.el b/test/automated/let-alist.el index 80d418cabbe..342ef72b785 100644 --- a/test/automated/let-alist.el +++ b/test/automated/let-alist.el @@ -1,6 +1,6 @@ ;;; let-alist.el --- tests for file handling. -*- lexical-binding: t; -*- -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/lexbind-tests.el b/test/automated/lexbind-tests.el index 3bf8c1361ad..483bd1a7cd4 100644 --- a/test/automated/lexbind-tests.el +++ b/test/automated/lexbind-tests.el @@ -1,6 +1,6 @@ ;;; lexbind-tests.el --- Testing the lexbind byte-compiler -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/automated/libxml-tests.el b/test/automated/libxml-tests.el index dc60197b59e..1550887f77d 100644 --- a/test/automated/libxml-tests.el +++ b/test/automated/libxml-tests.el @@ -1,6 +1,6 @@ ;;; libxml-parse-tests.el --- Test suite for libxml parsing. -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Keywords: internal diff --git a/test/automated/man-tests.el b/test/automated/man-tests.el index b1cc4437256..b9f47f50c20 100644 --- a/test/automated/man-tests.el +++ b/test/automated/man-tests.el @@ -1,6 +1,6 @@ ;;; man-tests.el --- Test suite for man. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Wolfgang Jenkner <wjenkner@inode.at> ;; Keywords: help, internal, unix diff --git a/test/automated/map-tests.el b/test/automated/map-tests.el index 20cb0f6b399..1c3e12060da 100644 --- a/test/automated/map-tests.el +++ b/test/automated/map-tests.el @@ -1,6 +1,6 @@ ;;; map-tests.el --- Tests for map.el -*- lexical-binding:t -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Nicolas Petton <nicolas@petton.fr> ;; Maintainer: emacs-devel@gnu.org diff --git a/test/automated/message-mode-tests.el b/test/automated/message-mode-tests.el index 3afa1569f64..a34ea8045a8 100644 --- a/test/automated/message-mode-tests.el +++ b/test/automated/message-mode-tests.el @@ -1,6 +1,6 @@ ;;; message-mode-tests.el --- Tests for message-mode -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: João Távora <joaotavora@gmail.com> diff --git a/test/automated/mule-util.el b/test/automated/mule-util.el index 9846aa13295..356ee33232f 100644 --- a/test/automated/mule-util.el +++ b/test/automated/mule-util.el @@ -1,6 +1,6 @@ ;;; mule-util --- tests for international/mule-util.el -;; Copyright (C) 2002-2016 Free Software Foundation, Inc. +;; Copyright (C) 2002-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/newsticker-tests.el b/test/automated/newsticker-tests.el index d8531083e60..56064f781de 100644 --- a/test/automated/newsticker-tests.el +++ b/test/automated/newsticker-tests.el @@ -1,6 +1,6 @@ ;;; newsticker-testsuite.el --- Test suite for newsticker. -;; Copyright (C) 2003-2016 Free Software Foundation, Inc. +;; Copyright (C) 2003-2017 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Keywords: News, RSS, Atom diff --git a/test/automated/obarray-tests.el b/test/automated/obarray-tests.el index 92345b7198e..9a2d65d8b41 100644 --- a/test/automated/obarray-tests.el +++ b/test/automated/obarray-tests.el @@ -1,6 +1,6 @@ ;;; obarray-tests.el --- Tests for obarray -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Przemysław Wojnowski <esperanto@cumego.com> diff --git a/test/automated/occur-tests.el b/test/automated/occur-tests.el index da45d5f6502..a250675b31b 100644 --- a/test/automated/occur-tests.el +++ b/test/automated/occur-tests.el @@ -1,6 +1,6 @@ ;;; occur-tests.el --- Test suite for occur. -;; Copyright (C) 2010-2016 Free Software Foundation, Inc. +;; Copyright (C) 2010-2017 Free Software Foundation, Inc. ;; Author: Juri Linkov <juri@jurta.org> ;; Keywords: matching, internal diff --git a/test/automated/package-test.el b/test/automated/package-test.el index c4c856f3031..637a94bb330 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el @@ -1,6 +1,6 @@ ;;; package-test.el --- Tests for the Emacs package system -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Daniel Hackney <dan@haxney.org> ;; Version: 1.0 diff --git a/test/automated/pcase-tests.el b/test/automated/pcase-tests.el index a428e4092f1..ef0b2f6b246 100644 --- a/test/automated/pcase-tests.el +++ b/test/automated/pcase-tests.el @@ -1,6 +1,6 @@ ;;; pcase-tests.el --- Test suite for pcase macro. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/print-tests.el b/test/automated/print-tests.el index 1abfa53581c..b3ffc23e120 100644 --- a/test/automated/print-tests.el +++ b/test/automated/print-tests.el @@ -1,6 +1,6 @@ ;;; print-tests.el --- tests for src/print.c -*- lexical-binding: t; -*- -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/process-tests.el b/test/automated/process-tests.el index 8554a287ccd..dd545e90998 100644 --- a/test/automated/process-tests.el +++ b/test/automated/process-tests.el @@ -1,6 +1,6 @@ ;;; process-tests.el --- Testing the process facilities -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index f6564dd58cc..94c356b589e 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el @@ -1,6 +1,6 @@ ;;; python-tests.el --- Test suite for python.el -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/reftex-tests.el b/test/automated/reftex-tests.el index 0f1186d8a82..b6f14277b43 100644 --- a/test/automated/reftex-tests.el +++ b/test/automated/reftex-tests.el @@ -1,6 +1,6 @@ ;;; reftex-tests.el --- Test suite for reftex. -*- lexical-binding: t -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> ;; Keywords: internal diff --git a/test/automated/regexp-tests.el b/test/automated/regexp-tests.el index 01119a3374f..92626317052 100644 --- a/test/automated/regexp-tests.el +++ b/test/automated/regexp-tests.el @@ -1,6 +1,6 @@ ;;; regexp-tests.el --- Test suite for regular expression handling. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: internal diff --git a/test/automated/replace-tests.el b/test/automated/replace-tests.el index bfaab6c8944..a8a52864508 100644 --- a/test/automated/replace-tests.el +++ b/test/automated/replace-tests.el @@ -1,6 +1,6 @@ ;;; replace-tests.el --- tests for replace.el. -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 52126a3bdf1..b4b0b024131 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el @@ -1,6 +1,6 @@ ;;; ruby-mode-tests.el --- Test suite for ruby-mode -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/sasl-scram-rfc-tests.el b/test/automated/sasl-scram-rfc-tests.el index 130de240481..96cec77c56d 100644 --- a/test/automated/sasl-scram-rfc-tests.el +++ b/test/automated/sasl-scram-rfc-tests.el @@ -1,6 +1,6 @@ ;;; sasl-scram-rfc-tests.el --- tests for SCRAM-SHA-1 -*- lexical-binding: t; -*- -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Magnus Henoch <magnus.henoch@gmail.com> diff --git a/test/automated/seq-tests.el b/test/automated/seq-tests.el index a8ca48b1328..05d951bdb8a 100644 --- a/test/automated/seq-tests.el +++ b/test/automated/seq-tests.el @@ -1,6 +1,6 @@ ;;; seq-tests.el --- Tests for sequences.el -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Nicolas Petton <nicolas@petton.fr> ;; Maintainer: emacs-devel@gnu.org diff --git a/test/automated/sgml-mode-tests.el b/test/automated/sgml-mode-tests.el index 4184e2c3802..e1aa3e8857e 100644 --- a/test/automated/sgml-mode-tests.el +++ b/test/automated/sgml-mode-tests.el @@ -1,6 +1,6 @@ ;;; sgml-mode-tests.el --- Tests for sgml-mode -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Przemysław Wojnowski <esperanto@cumego.com> ;; Keywords: tests diff --git a/test/automated/simple-test.el b/test/automated/simple-test.el index c41d01075ed..a3de0b003aa 100644 --- a/test/automated/simple-test.el +++ b/test/automated/simple-test.el @@ -1,6 +1,6 @@ ;;; simple-test.el --- Tests for simple.el -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> diff --git a/test/automated/sort-tests.el b/test/automated/sort-tests.el index f3a182cdc14..f6cbe90d5bf 100644 --- a/test/automated/sort-tests.el +++ b/test/automated/sort-tests.el @@ -1,6 +1,6 @@ ;;; sort-tests.el --- Tests for sort.el -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> diff --git a/test/automated/subr-tests.el b/test/automated/subr-tests.el index ce212903c9d..cfbfe19b7bb 100644 --- a/test/automated/subr-tests.el +++ b/test/automated/subr-tests.el @@ -1,6 +1,6 @@ ;;; subr-tests.el --- Tests for subr.el -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Oleh Krehel <ohwoeowho@gmail.com>, ;; Nicolas Petton <nicolas@petton.fr> diff --git a/test/automated/subr-x-tests.el b/test/automated/subr-x-tests.el index e30b5d8f549..2b2a5cd0d71 100644 --- a/test/automated/subr-x-tests.el +++ b/test/automated/subr-x-tests.el @@ -1,6 +1,6 @@ ;;; subr-x-tests.el --- Testing the extended lisp routines -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Fabián E. Gallina <fgallina@gnu.org> ;; Keywords: diff --git a/test/automated/subword-tests.el b/test/automated/subword-tests.el index 5a562765bb1..39512efdbe1 100644 --- a/test/automated/subword-tests.el +++ b/test/automated/subword-tests.el @@ -1,6 +1,6 @@ ;;; subword-tests.el --- Testing the subword rules -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: diff --git a/test/automated/syntax-tests.el b/test/automated/syntax-tests.el index d4af80e8ebe..7afafdfa768 100644 --- a/test/automated/syntax-tests.el +++ b/test/automated/syntax-tests.el @@ -1,6 +1,6 @@ ;;; syntax-tests.el --- Testing syntax rules and basic movement -*- lexical-binding: t -*- -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Daniel Colascione <dancol@dancol.org> ;; Keywords: diff --git a/test/automated/tabulated-list-test.el b/test/automated/tabulated-list-test.el index 0fb8dee7fd1..b3a09ee375c 100644 --- a/test/automated/tabulated-list-test.el +++ b/test/automated/tabulated-list-test.el @@ -1,6 +1,6 @@ ;;; tabulated-list-test.el --- Tests for emacs-lisp/tabulated-list.el -*- lexical-binding: t; -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Artur Malabarba <bruce.connor.am@gmail.com> diff --git a/test/automated/textprop-tests.el b/test/automated/textprop-tests.el index 397ef28c035..386acdd77e0 100644 --- a/test/automated/textprop-tests.el +++ b/test/automated/textprop-tests.el @@ -1,6 +1,6 @@ ;;; textprop-tests.el --- Test suite for text properties. -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Wolfgang Jenkner <wjenkner@inode.at> ;; Keywords: internal diff --git a/test/automated/thingatpt.el b/test/automated/thingatpt.el index d3ecbf8c642..46a3b8cf935 100644 --- a/test/automated/thingatpt.el +++ b/test/automated/thingatpt.el @@ -1,6 +1,6 @@ ;;; thingatpt.el --- tests for thing-at-point. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/thunk-tests.el b/test/automated/thunk-tests.el index f995d362c7d..89bf1f50113 100644 --- a/test/automated/thunk-tests.el +++ b/test/automated/thunk-tests.el @@ -1,6 +1,6 @@ ;;; thunk-tests.el --- Tests for thunk.el -*- lexical-binding: t -*- -;; Copyright (C) 2015-2016 Free Software Foundation, Inc. +;; Copyright (C) 2015-2017 Free Software Foundation, Inc. ;; Author: Nicolas Petton <nicolas@petton.fr> ;; Maintainer: emacs-devel@gnu.org diff --git a/test/automated/tildify-tests.el b/test/automated/tildify-tests.el index 8b50cf72868..0a82b2521fb 100644 --- a/test/automated/tildify-tests.el +++ b/test/automated/tildify-tests.el @@ -1,6 +1,6 @@ ;;; tildify-test.el --- ERT tests for tildify.el -*- lexical-binding: t -*- -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Michal Nazarewicz <mina86@mina86.com> ;; Version: 4.5 diff --git a/test/automated/timer-tests.el b/test/automated/timer-tests.el index e3cdec73232..b12a365ff3b 100644 --- a/test/automated/timer-tests.el +++ b/test/automated/timer-tests.el @@ -1,6 +1,6 @@ ;;; timer-tests.el --- tests for timers -*- lexical-binding:t -*- -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el index 34d8d6ad495..83a780d9906 100644 --- a/test/automated/tramp-tests.el +++ b/test/automated/tramp-tests.el @@ -1,6 +1,6 @@ ;;; tramp-tests.el --- Tests of remote file access -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> diff --git a/test/automated/undo-tests.el b/test/automated/undo-tests.el index b1c786993e8..fbd3bf84a42 100644 --- a/test/automated/undo-tests.el +++ b/test/automated/undo-tests.el @@ -1,6 +1,6 @@ ;;; undo-tests.el --- Tests of primitive-undo -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Aaron S. Hawley <aaron.s.hawley@gmail.com> diff --git a/test/automated/url-expand-tests.el b/test/automated/url-expand-tests.el index 6d1d54d4ffc..2debbdeb753 100644 --- a/test/automated/url-expand-tests.el +++ b/test/automated/url-expand-tests.el @@ -1,6 +1,6 @@ ;;; url-expand-tests.el --- Test suite for relative URI/URL resolution. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Alain Schneble <a.s@realize.ch> ;; Version: 1.0 diff --git a/test/automated/url-future-tests.el b/test/automated/url-future-tests.el index 87298cc1b96..64d045219ba 100644 --- a/test/automated/url-future-tests.el +++ b/test/automated/url-future-tests.el @@ -1,6 +1,6 @@ ;;; url-future-tests.el --- Test suite for url-future. -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: data diff --git a/test/automated/url-parse-tests.el b/test/automated/url-parse-tests.el index 77c5320e351..05da7280aa2 100644 --- a/test/automated/url-parse-tests.el +++ b/test/automated/url-parse-tests.el @@ -1,6 +1,6 @@ ;;; url-parse-tests.el --- Test suite for URI/URL parsing. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Alain Schneble <a.s@realize.ch> ;; Version: 1.0 diff --git a/test/automated/url-util-tests.el b/test/automated/url-util-tests.el index 2f1de5103d6..c3375890c01 100644 --- a/test/automated/url-util-tests.el +++ b/test/automated/url-util-tests.el @@ -1,6 +1,6 @@ ;;; url-util-tests.el --- Test suite for url-util. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Teodor Zlatanov <tzz@lifelogs.com> ;; Keywords: data diff --git a/test/automated/vc-bzr.el b/test/automated/vc-bzr.el index 82721eeee4e..9b03e246166 100644 --- a/test/automated/vc-bzr.el +++ b/test/automated/vc-bzr.el @@ -1,6 +1,6 @@ ;;; vc-bzr.el --- tests for vc/vc-bzr.el -;; Copyright (C) 2011-2016 Free Software Foundation, Inc. +;; Copyright (C) 2011-2017 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> ;; Maintainer: emacs-devel@gnu.org diff --git a/test/automated/vc-hg.el b/test/automated/vc-hg.el index ba966598c4d..8e4c9739e08 100644 --- a/test/automated/vc-hg.el +++ b/test/automated/vc-hg.el @@ -1,6 +1,6 @@ ;;; vc-hg.el --- tests for vc/vc-hg.el -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dgutov@yandex.ru> ;; Maintainer: emacs-devel@gnu.org diff --git a/test/automated/vc-tests.el b/test/automated/vc-tests.el index 5042196f425..b132f7d0821 100644 --- a/test/automated/vc-tests.el +++ b/test/automated/vc-tests.el @@ -1,6 +1,6 @@ ;;; vc-tests.el --- Tests of different backends of vc.el -;; Copyright (C) 2014-2016 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Author: Michael Albinus <michael.albinus@gmx.de> diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el index 0d6095b2c92..904b6377cf9 100644 --- a/test/automated/viper-tests.el +++ b/test/automated/viper-tests.el @@ -1,6 +1,6 @@ ;;; viper-tests.el --- tests for viper. -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/automated/xml-parse-tests.el b/test/automated/xml-parse-tests.el index 488d2c6f920..0f2182a6a75 100644 --- a/test/automated/xml-parse-tests.el +++ b/test/automated/xml-parse-tests.el @@ -1,6 +1,6 @@ ;;; xml-parse-tests.el --- Test suite for XML parsing. -;; Copyright (C) 2012-2016 Free Software Foundation, Inc. +;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Chong Yidong <cyd@stupidchicken.com> ;; Keywords: internal diff --git a/test/automated/xref-tests.el b/test/automated/xref-tests.el index 079b196aa8b..1ff15e114e4 100644 --- a/test/automated/xref-tests.el +++ b/test/automated/xref-tests.el @@ -1,6 +1,6 @@ ;;; xref-tests.el --- tests for xref -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dgutov@yandex.ru> diff --git a/test/automated/xt-mouse-tests.el b/test/automated/xt-mouse-tests.el index c7e835c0311..c0e97f57479 100644 --- a/test/automated/xt-mouse-tests.el +++ b/test/automated/xt-mouse-tests.el @@ -1,6 +1,6 @@ ;;; xt-mouse-tests.el --- Test suite for xt-mouse. -*- lexical-binding: t; -*- -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Author: Philipp Stephani <phst@google.com> diff --git a/test/automated/zlib-tests.el b/test/automated/zlib-tests.el index 7ece58d97c9..6a080389b3a 100644 --- a/test/automated/zlib-tests.el +++ b/test/automated/zlib-tests.el @@ -1,6 +1,6 @@ ;;; zlib-tests.el --- Test suite for zlib. -;; Copyright (C) 2013-2016 Free Software Foundation, Inc. +;; Copyright (C) 2013-2017 Free Software Foundation, Inc. ;; Author: Lars Ingebrigtsen <larsi@gnus.org> |