emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy e81f8e0: * ssh-deploy.el: Fix copyright and


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy e81f8e0: * ssh-deploy.el: Fix copyright and maintainer
Date: Sat, 20 Oct 2018 17:30:01 -0400 (EDT)

branch: externals/ssh-deploy
commit e81f8e0c34eb68de19279af58dd38654f0e924c0
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * ssh-deploy.el: Fix copyright and maintainer
    
    * .gitignore: Ignore generated files.
    * ssh-deploy-diff-mode.el: Fix copyright.
---
 .gitignore              |  3 +++
 ssh-deploy-diff-mode.el | 10 ++++------
 ssh-deploy.el           | 12 +++++-------
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d812821
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.elc
+ssh-deploy-autoloads.el
+ssh-deploy-pkg.el
diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el
index 9331850..e6e077a 100644
--- a/ssh-deploy-diff-mode.el
+++ b/ssh-deploy-diff-mode.el
@@ -1,5 +1,7 @@
 ;;; ssh-deploy-diff-mode.el --- Mode for interactive directory differences
 
+;; Copyright (C) 2017-2018  Free Software Foundation, Inc.
+
 ;; Author: Christian Johansson <github.com/cjohansson>
 ;; Maintainer: Christian Johansson <github.com/cjohansson>
 ;; Created: 1 Feb 2018
@@ -10,13 +12,11 @@
 
 ;; Package-Requires: ((emacs "24"))
 
-;; Copyright (C) 2017 Christian Johansson
-
 ;; This file is not part of GNU Emacs.
 
 ;; 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 the Free Software Foundation; either version 2, or (at
+;; published by the Free Software Foundation; either version 3, or (at
 ;; your option) any later version.
 
 ;; This program is distributed in the hope that it will be useful, but
@@ -25,9 +25,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Spathoftware Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/ssh-deploy.el b/ssh-deploy.el
index b8f1d09..4c730a4 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1,7 +1,9 @@
 ;;; ssh-deploy.el --- Deployment via TRAMP, global or per directory.
 
+;; Copyright (C) 2017-2018  Free Software Foundation, Inc.
+
 ;; Author: Christian Johansson <github.com/cjohansson>
-;; Maintainer: Christian Johansson <github.com/cjohansson>
+;; Maintainer: Christian Johansson <address@hidden>
 ;; Created: 5 Jul 2016
 ;; Modified: 19 Aug 2018
 ;; Version: 2.0
@@ -10,13 +12,11 @@
 
 ;; Package-Requires: ((emacs "24"))
 
-;; Copyright (C) 2017 - 2018 Christian Johansson
-
 ;; This file is not part of GNU Emacs.
 
 ;; 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 the Free Software Foundation; either version 2, or (at
+;; published by the Free Software Foundation; either version 3, or (at
 ;; your option) any later version.
 
 ;; This program is distributed in the hope that it will be useful, but
@@ -25,9 +25,7 @@
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Spathoftware Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]