diff options
-rw-r--r-- | lisp/net/puny.el | 2 | ||||
-rw-r--r-- | src/kqueue.c | 3 | ||||
-rw-r--r-- | test/lisp/dired-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/htmlfontify-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/ibuffer-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/mail/rmail-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/ps-print-tests.el | 2 | ||||
-rw-r--r-- | test/make-test-deps.emacs-lisp | 2 |
8 files changed, 9 insertions, 8 deletions
diff --git a/lisp/net/puny.el b/lisp/net/puny.el index b3a82a29328..50bde85287d 100644 --- a/lisp/net/puny.el +++ b/lisp/net/puny.el @@ -1,6 +1,6 @@ ;;; puny.el --- translate non-ASCII domain names to ASCII -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: mail, net diff --git a/src/kqueue.c b/src/kqueue.c index e0ee5fb9d7b..a69d06da3ae 100644 --- a/src/kqueue.c +++ b/src/kqueue.c @@ -1,5 +1,6 @@ /* Filesystem notifications support with kqueue API. - Copyright (C) 2015 Free Software Foundation, Inc. + +Copyright (C) 2015-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el index ff6c88f80e7..3efe2599138 100644 --- a/test/lisp/dired-tests.el +++ b/test/lisp/dired-tests.el @@ -1,6 +1,6 @@ ;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/htmlfontify-tests.el b/test/lisp/htmlfontify-tests.el index a5a92fa8fac..012e170f4d6 100644 --- a/test/lisp/htmlfontify-tests.el +++ b/test/lisp/htmlfontify-tests.el @@ -1,6 +1,6 @@ ;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/ibuffer-tests.el b/test/lisp/ibuffer-tests.el index c813e717c9f..de281c03735 100644 --- a/test/lisp/ibuffer-tests.el +++ b/test/lisp/ibuffer-tests.el @@ -1,6 +1,6 @@ ;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/mail/rmail-tests.el b/test/lisp/mail/rmail-tests.el index ed481d05b8a..2f18372146a 100644 --- a/test/lisp/mail/rmail-tests.el +++ b/test/lisp/mail/rmail-tests.el @@ -1,6 +1,6 @@ ;;; rmail-tests.el --- Test suite. -*- lexical-binding: t -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/ps-print-tests.el b/test/lisp/ps-print-tests.el index 67c3fbb67c4..9ebd31b7460 100644 --- a/test/lisp/ps-print-tests.el +++ b/test/lisp/ps-print-tests.el @@ -1,6 +1,6 @@ ;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; Author: Phillip Lord <phillip.lord@russet.org.uk> diff --git a/test/make-test-deps.emacs-lisp b/test/make-test-deps.emacs-lisp index 3af068569de..9edeef3d2a8 100644 --- a/test/make-test-deps.emacs-lisp +++ b/test/make-test-deps.emacs-lisp @@ -1,6 +1,6 @@ ;; -*- emacs-lisp -*- -;; Copyright (C) 2015 Free Software Foundation, Inc. +;; Copyright (C) 2015-2016 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. |