branch: externals/dtache
commit e3af56003d54758b77a8b4aca34eb208110bf5cf
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
Remove unnecessary header declarations
---
dtache-eshell.el | 8 +-------
dtache-shell.el | 6 ------
test/dtache-test.el | 5 -----
3 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/dtache-eshell.el b/dtache-eshell.el
index a74eaca3f0..39406c9138 100644
--- a/dtache-eshell.el
+++ b/dtache-eshell.el
@@ -1,12 +1,6 @@
;;; dtache-eshell.el --- Dtache integration in eshell -*- lexical-binding: t
-*-
-;; Copyright (C) 2021 Niklas Eklund
-
-;; Author: Niklas Eklund <[email protected]>
-;; URL: https://www.gitlab.com/niklaseklund/dtache.git
-;; Version: 0.2
-;; Package-Requires: ((emacs "27.1"))
-;; Keywords: convenience processes
+;; Copyright (C) 2021-2022 Niklas Eklund
;; This file is not part of GNU Emacs.
diff --git a/dtache-shell.el b/dtache-shell.el
index 09f70fcad8..f74328e2a7 100644
--- a/dtache-shell.el
+++ b/dtache-shell.el
@@ -2,12 +2,6 @@
;; Copyright (C) 2020-2022 Niklas Eklund
-;; Author: Niklas Eklund <[email protected]>
-;; URL: https://www.gitlab.com/niklaseklund/dtache.git
-;; Version: 0.2
-;; Package-Requires: ((emacs "27.1"))
-;; Keywords: convenience processes
-
;; This file is not part of GNU Emacs.
;; This program is free software; you can redistribute it and/or modify
diff --git a/test/dtache-test.el b/test/dtache-test.el
index 0ed2913c17..c9567533a6 100644
--- a/test/dtache-test.el
+++ b/test/dtache-test.el
@@ -2,11 +2,6 @@
;; Copyright (C) 2020-2022 Niklas Eklund
-;; Author: Niklas Eklund <[email protected]>
-;; Url: https://gitlab.com/niklaseklund/dtache
-;; Package-Requires: ((emacs "27.1"))
-;; Version: 0.2
-
;; 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 3 of the License, or