branch: elpa/datetime commit 3d27814a099898f1ff68016a2e46558d0ffa6143 Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Update copyright notices to include 2024. --- 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 727e69ae7f..c7bd600817 100644 --- a/datetime.el +++ b/datetime.el @@ -1,6 +1,6 @@ ;;; datetime.el --- Parsing, formatting and matching timestamps -*- lexical-binding: t -*- -;; Copyright (C) 2016-2023 Paul Pogonyshev +;; Copyright (C) 2016-2024 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 fcb0de0829..c20b1e5df9 100644 --- a/test/base.el +++ b/test/base.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2023 Paul Pogonyshev +;; Copyright (C) 2018-2024 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 0acb7dfa4b..7c0c1c0201 100644 --- a/test/format.el +++ b/test/format.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2023 Paul Pogonyshev +;; Copyright (C) 2018-2024 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 f8d1825da5..51bc8e28ae 100644 --- a/test/parse.el +++ b/test/parse.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;; Copyright (C) 2018-2023 Paul Pogonyshev +;; Copyright (C) 2018-2024 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