branch: externals/dtache commit b47bc3be0914c6d056c42ffc4040b556745ec6f4 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update copyright years --- LICENSE | 4 ++-- dtache-shell.el | 2 +- dtache.el | 2 +- test/dtache-shell-test.el | 2 +- test/dtache-test.el | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index c453ef9fff..a246acd353 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. dtache - Copyright (C) 2020-2021 Niklas Eklund + Copyright (C) 2020-2022 Niklas Eklund This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - dtache Copyright (C) 2020-2021 Niklas Eklund + dtache Copyright (C) 2020-2022 Niklas Eklund This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/dtache-shell.el b/dtache-shell.el index 9607761ab4..09f70fcad8 100644 --- a/dtache-shell.el +++ b/dtache-shell.el @@ -1,6 +1,6 @@ ;;; dtache-shell.el --- Dtache integration in shell -*- lexical-binding: t -*- -;; Copyright (C) 2020-2021 Niklas Eklund +;; Copyright (C) 2020-2022 Niklas Eklund ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; URL: https://www.gitlab.com/niklaseklund/dtache.git diff --git a/dtache.el b/dtache.el index 7553bef577..59921bc642 100644 --- a/dtache.el +++ b/dtache.el @@ -1,6 +1,6 @@ ;;; dtache.el --- Dispatch and interact with dtache sessions -*- lexical-binding: t -*- -;; Copyright (C) 2020-2021 Niklas Eklund +;; Copyright (C) 2020-2022 Niklas Eklund ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; URL: https://www.gitlab.com/niklaseklund/dtache.git diff --git a/test/dtache-shell-test.el b/test/dtache-shell-test.el index 5e5e38e27b..256ae5a817 100644 --- a/test/dtache-shell-test.el +++ b/test/dtache-shell-test.el @@ -1,6 +1,6 @@ ;;; dtache-shell-test.el --- Tests for dtache-shell.el -*- lexical-binding: t; -*- -;; Copyright (C) 2020-2021 Niklas Eklund +;; Copyright (C) 2020-2022 Niklas Eklund ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; Url: https://gitlab.com/niklaseklund/dtache diff --git a/test/dtache-test.el b/test/dtache-test.el index a90c94c1d4..0ed2913c17 100644 --- a/test/dtache-test.el +++ b/test/dtache-test.el @@ -1,6 +1,6 @@ ;;; dtache-test.el --- Tests for dtache.el -*- lexical-binding: t; -*- -;; Copyright (C) 2020-2021 Niklas Eklund +;; Copyright (C) 2020-2022 Niklas Eklund ;; Author: Niklas Eklund <niklas.ekl...@posteo.net> ;; Url: https://gitlab.com/niklaseklund/dtache