X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/b2339aeece4bfa826aa82e7bf4a9ca26c2f0b2fb..80abec80ea5c060470a34e2d2ed593f1bb9dc5eb:/diff-hl.el diff --git a/diff-hl.el b/diff-hl.el index ecebb0468..41df9b9ee 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -1,19 +1,21 @@ ;;; diff-hl.el --- Highlight uncommitted changes -*- lexical-binding: t -*- +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. + ;; Author: Dmitry Gutov ;; URL: https://github.com/dgutov/diff-hl ;; Keywords: vc, diff ;; Version: 1.5.1 ;; Package-Requires: ((cl-lib "0.2")) -;; This file is not part of GNU Emacs. +;; This file is part of GNU Emacs. -;; This file is free software: you can redistribute it and/or modify +;; 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 file 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.