aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-01-12 16:20:00 -0500
committerGlenn Morris2016-01-12 16:20:00 -0500
commitefa968e9bba9bde01bcc8e8bbd9e3422818d0a3c (patch)
treedb71724a4de5f4e7247cd4e0ce57de643ef685d7
parent4dc28fe902b8a6ebeaf8a977aec4657a05f2c215 (diff)
downloademacs-efa968e9bba9bde01bcc8e8bbd9e3422818d0a3c.tar.gz
emacs-efa968e9bba9bde01bcc8e8bbd9e3422818d0a3c.zip
; Add 2016 to copyright years for files not in emacs-25 branch
-rw-r--r--lisp/net/puny.el2
-rw-r--r--src/kqueue.c3
-rw-r--r--test/lisp/dired-tests.el2
-rw-r--r--test/lisp/htmlfontify-tests.el2
-rw-r--r--test/lisp/ibuffer-tests.el2
-rw-r--r--test/lisp/mail/rmail-tests.el2
-rw-r--r--test/lisp/ps-print-tests.el2
-rw-r--r--test/make-test-deps.emacs-lisp2
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 @@
1;;; puny.el --- translate non-ASCII domain names to ASCII 1;;; puny.el --- translate non-ASCII domain names to ASCII
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6;; Keywords: mail, net 6;; 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 @@
1/* Filesystem notifications support with kqueue API. 1/* Filesystem notifications support with kqueue API.
2 Copyright (C) 2015 Free Software Foundation, Inc. 2
3Copyright (C) 2015-2016 Free Software Foundation, Inc.
3 4
4This file is part of GNU Emacs. 5This file is part of GNU Emacs.
5 6
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 @@
1;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; dired-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
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 @@
1;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; htmlfontify-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
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 @@
1;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; ibuffer-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
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 @@
1;;; rmail-tests.el --- Test suite. -*- lexical-binding: t -*- 1;;; rmail-tests.el --- Test suite. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
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 @@
1;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*- 1;;; ps-print-tests.el --- Test suite for ps-print.el -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; Author: Phillip Lord <phillip.lord@russet.org.uk> 5;; Author: Phillip Lord <phillip.lord@russet.org.uk>
6 6
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 @@
1;; -*- emacs-lisp -*- 1;; -*- emacs-lisp -*-
2 2
3;; Copyright (C) 2015 Free Software Foundation, Inc. 3;; Copyright (C) 2015-2016 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6