branch: externals/ssh-deploy commit 660df97a150e54283da30cfe714732b317f6b84b Author: Christian Johansson <cjohans...@users.noreply.github.com> Commit: Christian Johansson <cjohans...@users.noreply.github.com>
Updated version and change-date and copyright years --- ssh-deploy-diff-mode.el | 2 +- ssh-deploy-hydra.el | 2 +- ssh-deploy-test.el | 2 +- ssh-deploy.el | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el index debed5d..335ff1f 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2017-2021 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 b3b21e3..c7ef45c 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-2019 Free Software Foundation, Inc. +;; Copyright (C) 2017-2021 Free Software Foundation, Inc. ;; Package-Requires: ((emacs "25")) diff --git a/ssh-deploy-test.el b/ssh-deploy-test.el index 4536c2a..4604deb 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-2019 Free Software Foundation, Inc. +;; Copyright (C) 2017-2021 Free Software Foundation, Inc. ;; This file is not part of GNU Emacs. diff --git a/ssh-deploy.el b/ssh-deploy.el index 795a1ea..25cb375 100644 --- a/ssh-deploy.el +++ b/ssh-deploy.el @@ -1,12 +1,12 @@ ;;; ssh-deploy.el --- Deployment via Tramp, global or per directory. -*- lexical-binding:t -*- -;; Copyright (C) 2017-2019 Free Software Foundation, Inc. +;; Copyright (C) 2017-2021 Free Software Foundation, Inc. ;; Author: Christian Johansson <christ...@cvj.se> ;; Maintainer: Christian Johansson <christ...@cvj.se> ;; Created: 5 Jul 2016 -;; Modified: 10 Oct 2020 -;; Version: 3.1.12 +;; Modified: 27 Jun 2021 +;; Version: 3.1.13 ;; Keywords: tools, convenience ;; URL: https://github.com/cjohansson/emacs-ssh-deploy