branch: master commit 83357855fc11b8687503d0038057854dbdea144b Author: Alexey Veretennikov <alexey.veretenni...@gmail.com> Commit: Alexey Veretennikov <alexey.veretenni...@gmail.com>
Added comment --- ztree-diff-model.el | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/ztree-diff-model.el b/ztree-diff-model.el index 75cd8a8..8b861a4 100644 --- a/ztree-diff-model.el +++ b/ztree-diff-model.el @@ -1,3 +1,31 @@ +;;; ztree-diff-model.el --- diff model for directory trees + +;; Copyright (C) 2013 Alexey Veretennikov +;; +;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com> +;; Created: 2013-11-1l +;; Version: 1.0.0 +;; Keywords: files +;; URL: https://github.com/fourier/ztree +;; Compatibility: GNU Emacs GNU Emacs 24.x +;; +;; 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 +;; of the License, or (at your option) any later version. +;; +;; This program 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/>. +;; +;;; Commentary: + ;; Diff model (require 'ztree-util)