diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-11 17:49:51 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-11 17:49:51 -0800 |
commit | 5de0e3c3d0d68487cfe5b455bc9d7df4fb734c18 (patch) | |
tree | 81e2c9cd0a8c4bccd052b4410a83316f8d1d49a7 /lisp/vc | |
parent | 66f3fe2238e93dd76459ffc0bff39e4e5fdf6b63 (diff) | |
download | emacs-5de0e3c3d0d68487cfe5b455bc9d7df4fb734c18.tar.gz |
Header fix
Diffstat (limited to 'lisp/vc')
-rw-r--r-- | lisp/vc/vc-dav.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc/vc-dav.el b/lisp/vc/vc-dav.el index 9d55e9c7b43..6cd2b1ddf76 100644 --- a/lisp/vc/vc-dav.el +++ b/lisp/vc/vc-dav.el @@ -7,6 +7,8 @@ ;; Keywords: url, vc ;; Package: vc +;; This file is part of GNU Emacs. + ;; 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 @@ -20,7 +22,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. - ;;; Commentary: ;;; Todo: |