branch: scratch/dired-git-info
commit 740e1cfb640bd69cb40467e0c8b24e2c7d3275a9
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fix copyright
---
dired-git-info.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dired-git-info.el b/dired-git-info.el
index e69faeb..8dd00aa 100644
--- a/dired-git-info.el
+++ b/dired-git-info.el
@@ -1,11 +1,12 @@
;;; dired-git-info.el --- Show git info in dired -*- lexical-binding: t; -*-
-;; Copyright (C) 2019 Clemens Radermacher
+
+;; Copyright (C) 2018-2019 Free Software Foundation, Inc.
;; Author: Clemens Radermacher <[email protected]>
-;; Package-Requires: ((emacs "25"))
+;; URL: https://github.com/clemera/dired-git-info
;; Version: 0.1
+;; Package-Requires: ((emacs "25"))
;; Keywords: dired, files
-;; URL: https://github.com/clemera/dired-git-info
;; 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