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

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

[elpa] master fa8b3f5 85/92: Preparing to submit to GNU ELPA


From: Alexey Veretennikov
Subject: [elpa] master fa8b3f5 85/92: Preparing to submit to GNU ELPA
Date: Thu, 11 Jun 2015 19:48:21 +0000

branch: master
commit fa8b3f512c6fbf1074b393c5d36804d79c99717d
Author: Alexey Veretennikov <address@hidden>
Commit: Alexey Veretennikov <address@hidden>

    Preparing to submit to GNU ELPA
---
 ztree-diff-model.el |   21 +++++++++++----------
 ztree-diff.el       |   21 +++++++++++----------
 ztree-dir.el        |   27 +++++++++++----------------
 ztree-pkg.el        |    8 +-------
 ztree-util.el       |   21 +++++++++++----------
 ztree-view.el       |   26 +++++++++++---------------
 6 files changed, 56 insertions(+), 68 deletions(-)

diff --git a/ztree-diff-model.el b/ztree-diff-model.el
index 97b5089..fc39d2f 100644
--- a/ztree-diff-model.el
+++ b/ztree-diff-model.el
@@ -1,28 +1,29 @@
 ;;; ztree-diff-model.el --- diff model for directory trees
 
-;; Copyright (C) 2013 Alexey Veretennikov
+;; Copyright (C) 2015  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com>
+;; 
 ;; Created: 2013-11-1l
-;; Version: 1.0.0
-;; Keywords: files
+;;
+;; Keywords: files tools
 ;; URL: https://github.com/fourier/ztree
 ;; Compatibility: GNU Emacs GNU Emacs 24.x
 ;;
-;; This file is NOT part of GNU Emacs.
+;; This file is 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
-;; of the License, or (at your option) any later version.
+;; GNU Emacs 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 3 of the License, or
+;; (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Commentary:
 
diff --git a/ztree-diff.el b/ztree-diff.el
index a421c88..f285570 100644
--- a/ztree-diff.el
+++ b/ztree-diff.el
@@ -1,28 +1,29 @@
 ;;; ztree-diff.el --- Text mode diff for directory trees
 
-;; Copyright (C) 2013 Alexey Veretennikov
+;; Copyright (C) 2015  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com>
+;; 
 ;; Created: 2013-11-1l
-;; Version: 1.0.0
-;; Keywords: files
+;;
+;; Keywords: files tools
 ;; URL: https://github.com/fourier/ztree
 ;; Compatibility: GNU Emacs GNU Emacs 24.x
 ;;
-;; This file is NOT part of GNU Emacs.
+;; This file is 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
-;; of the License, or (at your option) any later version.
+;; GNU Emacs 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 3 of the License, or
+;; (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Commentary:
 
diff --git a/ztree-dir.el b/ztree-dir.el
index 8cbd508..0fc4618 100644
--- a/ztree-dir.el
+++ b/ztree-dir.el
@@ -1,28 +1,29 @@
 ;;; ztree-dir.el --- Text mode directory tree
 
-;; Copyright (C) 2013 Alexey Veretennikov
+;; Copyright (C) 2015  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com>
+;; 
 ;; Created: 2013-11-1l
-;; Version: 1.0.0
-;; Keywords: files
+;;
+;; Keywords: files tools
 ;; URL: https://github.com/fourier/ztree
 ;; Compatibility: GNU Emacs GNU Emacs 24.x
 ;;
-;; This file is NOT part of GNU Emacs.
+;; This file is 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
-;; of the License, or (at your option) any later version.
+;; GNU Emacs 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 3 of the License, or
+;; (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Commentary:
 ;;
@@ -40,12 +41,6 @@
 ;;; TODO:
 ;; 1) Add some file-handling and marking abilities
 ;;
-;;
-;;; Change Log:
-;; 
-;; 2013-11-10 (1.0.0)
-;;    Initial Release.
-;;
 ;;; Code:
 
 (require 'ztree-util)
diff --git a/ztree-pkg.el b/ztree-pkg.el
index 2bbe9e0..4665dae 100644
--- a/ztree-pkg.el
+++ b/ztree-pkg.el
@@ -1,10 +1,4 @@
 ;;; ztree-pkg.el --- Package file for MELPA/ELPA
-
-;;; Commentary:
-;; 
-
-;;; Code:
-
-(define-package "ztree" "1.0.0"  "Several text-tree applications")
+(define-package "ztree" "1.0.1"  "Several text-tree applications" :url 
"https://github.com/fourier/ztree"; :keywords '("files" "tools"))
 
 ;;; ztree-pkg.el ends here
diff --git a/ztree-util.el b/ztree-util.el
index 5a9557e..71e3bec 100644
--- a/ztree-util.el
+++ b/ztree-util.el
@@ -1,28 +1,29 @@
 ;;; ztree-util.el --- Auxulary utilities for the ztree package
 
-;; Copyright (C) 2013 Alexey Veretennikov
+;; Copyright (C) 2015  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com>
+;; 
 ;; Created: 2013-11-1l
-;; Version: 1.0.0
-;; Keywords: files
+;;
+;; Keywords: files tools
 ;; URL: https://github.com/fourier/ztree
 ;; Compatibility: GNU Emacs GNU Emacs 24.x
 ;;
-;; This file is NOT part of GNU Emacs.
+;; This file is 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
-;; of the License, or (at your option) any later version.
+;; GNU Emacs 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 3 of the License, or
+;; (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Commentary:
 
diff --git a/ztree-view.el b/ztree-view.el
index 642219f..5d53c35 100644
--- a/ztree-view.el
+++ b/ztree-view.el
@@ -1,28 +1,29 @@
 ;;; ztree-view.el --- Text mode tree view (buffer)
 
-;; Copyright (C) 2013 Alexey Veretennikov
+;; Copyright (C) 2015  Free Software Foundation, Inc.
 ;;
 ;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com>
+;; 
 ;; Created: 2013-11-1l
-;; Version: 1.0.1
-;; Keywords: files
+;;
+;; Keywords: files tools
 ;; URL: https://github.com/fourier/ztree
 ;; Compatibility: GNU Emacs GNU Emacs 24.x
 ;;
-;; This file is NOT part of GNU Emacs.
+;; This file is 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
-;; of the License, or (at your option) any later version.
+;; GNU Emacs 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 3 of the License, or
+;; (at your option) any later version.
 ;;
-;; This program is distributed in the hope that it will be useful,
+;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 ;;
 ;;; Commentary:
 ;;
@@ -39,11 +40,6 @@
 ;;; TODO:
 ;;
 ;;
-;;; Change Log:
-;;
-;; 2013-11-10 (1.0.0)
-;;    Initial Release.
-;;
 ;;; Code:
 
 (require 'ztree-util)



reply via email to

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