branch: elpa/datetime commit afd711ce3dbe8cc5814f12060f7da7b8c53dbff9 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Update copyright notices to include 2022. --- datetime.el | 2 +- test/base.el | 2 +- test/format.el | 2 +- test/parse.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datetime.el b/datetime.el index 3a05868905..fcf7cd1110 100644 --- a/datetime.el +++ b/datetime.el @@ -1,6 +1,6 @@ ;;; datetime.el --- Parsing, formatting and matching timestamps -*- lexical-binding: t -*- -;; Copyright (C) 2016-2021 Paul Pogonyshev +;; Copyright (C) 2016-2022 Paul Pogonyshev ;; Author: Paul Pogonyshev <pogonys...@gmail.com> ;; Maintainer: Paul Pogonyshev <pogonys...@gmail.com> diff --git a/test/base.el b/test/base.el index 543afda10d..d88b2deda3 100644 --- a/test/base.el +++ b/test/base.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2021 Paul Pogonyshev +;; Copyright (C) 2018-2022 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/test/format.el b/test/format.el index 60e064d98f..faf7b47e23 100644 --- a/test/format.el +++ b/test/format.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2021 Paul Pogonyshev +;; Copyright (C) 2018-2022 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as diff --git a/test/parse.el b/test/parse.el index 6b249eaed9..7084f8eed3 100644 --- a/test/parse.el +++ b/test/parse.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2021 Paul Pogonyshev +;; Copyright (C) 2018-2022 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as