branch: externals/vc-hgcmd commit 12e102f8359095953e06ed17c7223cd6638e5cea Author: muffinmad <andreyk....@gmail.com> Commit: muffinmad <andreyk....@gmail.com>
Update copyright to FSF --- vc-hgcmd.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vc-hgcmd.el b/vc-hgcmd.el index fe990f7..e051a76 100644 --- a/vc-hgcmd.el +++ b/vc-hgcmd.el @@ -1,11 +1,11 @@ ;;; vc-hgcmd.el --- VC mercurial backend that uses hg command server -*- lexical-binding: t -*- -;; Copyright (C) 2018-2020 Andrii Kolomoiets +;; Copyright (C) 2018-2021 Free Software Foundation, Inc. ;; Author: Andrii Kolomoiets <andreyk....@gmail.com> ;; Keywords: vc ;; URL: https://github.com/muffinmad/emacs-vc-hgcmd -;; Package-Version: 1.13 +;; Package-Version: 1.14 ;; Package-Requires: ((emacs "25.1")) ;; This file is NOT part of GNU Emacs.