aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/url
diff options
context:
space:
mode:
authorPaul Eggert2017-01-01 01:10:47 -0800
committerPaul Eggert2017-01-01 01:10:47 -0800
commitbcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9 (patch)
treedc5dde303bce1fbe4f04300c3691cc1ee5874f43 /test/lisp/url
parent772ca5db3eccdc0439d7bd18f98b7fdd38eb6397 (diff)
parent2e2a8068031b79a6cc5502b8d4c9d849ebb1dae0 (diff)
downloademacs-bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9.tar.gz
emacs-bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9.zip
Merge from origin/emacs-25
2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017
Diffstat (limited to 'test/lisp/url')
-rw-r--r--test/lisp/url/url-expand-tests.el2
-rw-r--r--test/lisp/url/url-future-tests.el2
-rw-r--r--test/lisp/url/url-parse-tests.el2
-rw-r--r--test/lisp/url/url-util-tests.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/lisp/url/url-expand-tests.el b/test/lisp/url/url-expand-tests.el
index 6d1d54d4ffc..2debbdeb753 100644
--- a/test/lisp/url/url-expand-tests.el
+++ b/test/lisp/url/url-expand-tests.el
@@ -1,6 +1,6 @@
1;;; url-expand-tests.el --- Test suite for relative URI/URL resolution. 1;;; url-expand-tests.el --- Test suite for relative URI/URL resolution.
2 2
3;; Copyright (C) 2012-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2017 Free Software Foundation, Inc.
4 4
5;; Author: Alain Schneble <a.s@realize.ch> 5;; Author: Alain Schneble <a.s@realize.ch>
6;; Version: 1.0 6;; Version: 1.0
diff --git a/test/lisp/url/url-future-tests.el b/test/lisp/url/url-future-tests.el
index 87298cc1b96..64d045219ba 100644
--- a/test/lisp/url/url-future-tests.el
+++ b/test/lisp/url/url-future-tests.el
@@ -1,6 +1,6 @@
1;;; url-future-tests.el --- Test suite for url-future. 1;;; url-future-tests.el --- Test suite for url-future.
2 2
3;; Copyright (C) 2011-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2011-2017 Free Software Foundation, Inc.
4 4
5;; Author: Teodor Zlatanov <tzz@lifelogs.com> 5;; Author: Teodor Zlatanov <tzz@lifelogs.com>
6;; Keywords: data 6;; Keywords: data
diff --git a/test/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el
index 77c5320e351..05da7280aa2 100644
--- a/test/lisp/url/url-parse-tests.el
+++ b/test/lisp/url/url-parse-tests.el
@@ -1,6 +1,6 @@
1;;; url-parse-tests.el --- Test suite for URI/URL parsing. 1;;; url-parse-tests.el --- Test suite for URI/URL parsing.
2 2
3;; Copyright (C) 2012-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2017 Free Software Foundation, Inc.
4 4
5;; Author: Alain Schneble <a.s@realize.ch> 5;; Author: Alain Schneble <a.s@realize.ch>
6;; Version: 1.0 6;; Version: 1.0
diff --git a/test/lisp/url/url-util-tests.el b/test/lisp/url/url-util-tests.el
index 2f1de5103d6..c3375890c01 100644
--- a/test/lisp/url/url-util-tests.el
+++ b/test/lisp/url/url-util-tests.el
@@ -1,6 +1,6 @@
1;;; url-util-tests.el --- Test suite for url-util. 1;;; url-util-tests.el --- Test suite for url-util.
2 2
3;; Copyright (C) 2012-2016 Free Software Foundation, Inc. 3;; Copyright (C) 2012-2017 Free Software Foundation, Inc.
4 4
5;; Author: Teodor Zlatanov <tzz@lifelogs.com> 5;; Author: Teodor Zlatanov <tzz@lifelogs.com>
6;; Keywords: data 6;; Keywords: data