branch: externals/ssh-deploy commit 3bb57e4c511acbbdc93d2a147e3259451eeb66c4 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated copyright years --- ssh-deploy-diff-mode.el | 2 +- ssh-deploy-hydra.el | 2 +- ssh-deploy-test.el | 2 +- ssh-deploy.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el index 335ff1fa3b..407fdc0c4b 100644 --- a/ssh-deploy-diff-mode.el +++ b/ssh-deploy-diff-mode.el @@ -1,6 +1,6 @@ ;;; ssh-deploy-diff-mode.el --- Mode for interactive directory differences -*- lexical-binding:t -*- -;; Copyright (C) 2017-2021 Free Software Foundation, Inc. +;; Copyright (C) 2017-2022 Free Software Foundation, Inc. ;; This file is not part of GNU Emacs. diff --git a/ssh-deploy-hydra.el b/ssh-deploy-hydra.el index c7ef45cab5..f71f554c2b 100644 --- a/ssh-deploy-hydra.el +++ b/ssh-deploy-hydra.el @@ -1,6 +1,6 @@ ;;; ssh-deploy-hydra.el --- Deployment via Tramp, global or per directory. -*- lexical-binding:t -*- -;; Copyright (C) 2017-2021 Free Software Foundation, Inc. +;; Copyright (C) 2017-2022 Free Software Foundation, Inc. ;; Package-Requires: ((emacs "25")) diff --git a/ssh-deploy-test.el b/ssh-deploy-test.el index 4604debcd9..cc0094509b 100644 --- a/ssh-deploy-test.el +++ b/ssh-deploy-test.el @@ -1,6 +1,6 @@ ;;; ssh-deploy-test.el --- Unit and integration tests for ssh-deploy. -*- lexical-binding:t -*- -;; Copyright (C) 2017-2021 Free Software Foundation, Inc. +;; Copyright (C) 2017-2022 Free Software Foundation, Inc. ;; This file is not part of GNU Emacs. diff --git a/ssh-deploy.el b/ssh-deploy.el index 25cb375475..c16e0a88cc 100644 --- a/ssh-deploy.el +++ b/ssh-deploy.el @@ -1,6 +1,6 @@ ;;; ssh-deploy.el --- Deployment via Tramp, global or per directory. -*- lexical-binding:t -*- -;; Copyright (C) 2017-2021 Free Software Foundation, Inc. +;; Copyright (C) 2017-2022 Free Software Foundation, Inc. ;; Author: Christian Johansson <christ...@cvj.se> ;; Maintainer: Christian Johansson <christ...@cvj.se>