diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-01-01 00:19:43 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-01-01 00:59:52 +0000 |
commit | 365e01cc9f64ce6ca947ccfd8612d60763280a37 (patch) | |
tree | ffecd1ba3f6259e00657d28ee6d01239f3afacc8 /test/lisp/calendar | |
parent | cd2c1561636597c67edbf3daf10388e5385a93fc (diff) | |
download | emacs-365e01cc9f64ce6ca947ccfd8612d60763280a37.tar.gz emacs-365e01cc9f64ce6ca947ccfd8612d60763280a37.tar.bz2 emacs-365e01cc9f64ce6ca947ccfd8612d60763280a37.zip |
Update copyright year to 2020
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
Diffstat (limited to 'test/lisp/calendar')
-rw-r--r-- | test/lisp/calendar/icalendar-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/calendar/iso8601-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/calendar/parse-time-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/calendar/time-date-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/calendar/todo-mode-tests.el | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/lisp/calendar/icalendar-tests.el b/test/lisp/calendar/icalendar-tests.el index 0d7004d7106..986255250dc 100644 --- a/test/lisp/calendar/icalendar-tests.el +++ b/test/lisp/calendar/icalendar-tests.el @@ -1,6 +1,6 @@ ;; icalendar-tests.el --- Test suite for icalendar.el -;; Copyright (C) 2005, 2008-2019 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2008-2020 Free Software Foundation, Inc. ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Created: March 2005 diff --git a/test/lisp/calendar/iso8601-tests.el b/test/lisp/calendar/iso8601-tests.el index cc18d0702d8..430680c5077 100644 --- a/test/lisp/calendar/iso8601-tests.el +++ b/test/lisp/calendar/iso8601-tests.el @@ -1,6 +1,6 @@ ;;; iso8601-tests.el --- tests for calendar/iso8601.el -*- lexical-binding:t -*- -;; Copyright (C) 2019 Free Software Foundation, Inc. +;; Copyright (C) 2019-2020 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/calendar/parse-time-tests.el b/test/lisp/calendar/parse-time-tests.el index 7435620b71f..4924e8b072a 100644 --- a/test/lisp/calendar/parse-time-tests.el +++ b/test/lisp/calendar/parse-time-tests.el @@ -1,6 +1,6 @@ ;; parse-time-tests.el --- Test suite for parse-time.el -;; Copyright (C) 2016-2019 Free Software Foundation, Inc. +;; Copyright (C) 2016-2020 Free Software Foundation, Inc. ;; Author: Lars Ingebrigtsen <larsi@gnus.org> diff --git a/test/lisp/calendar/time-date-tests.el b/test/lisp/calendar/time-date-tests.el index 827d2c9800a..4c8f18a7a95 100644 --- a/test/lisp/calendar/time-date-tests.el +++ b/test/lisp/calendar/time-date-tests.el @@ -1,6 +1,6 @@ ;;; time-date-tests.el --- tests for calendar/time-date.el -*- lexical-binding:t -*- -;; Copyright (C) 2019 Free Software Foundation, Inc. +;; Copyright (C) 2019-2020 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el index 7d9425e2f58..d65f94d4f31 100644 --- a/test/lisp/calendar/todo-mode-tests.el +++ b/test/lisp/calendar/todo-mode-tests.el @@ -1,6 +1,6 @@ ;;; todo-mode-tests.el --- tests for todo-mode.el -*- lexical-binding: t; -*- -;; Copyright (C) 2017-2019 Free Software Foundation, Inc. +;; Copyright (C) 2017-2020 Free Software Foundation, Inc. ;; Author: Stephen Berman <stephen.berman@gmx.net> ;; Keywords: calendar |