branch: externals/dtache
commit feb75b9bdf127b1f8a3520137b8a37b723938e0e
Author: Niklas Eklund <niklas.ekl...@posteo.net>
Commit: Niklas Eklund <niklas.ekl...@posteo.net>

    Update Copyright headers
    
    Copyright has been assigned to the Free Software Foundation.
---
 LICENSE             | 4 ++--
 dtache-compile.el   | 5 +++--
 dtache-consult.el   | 2 +-
 dtache-eshell.el    | 2 +-
 dtache-shell.el     | 2 +-
 dtache.el           | 3 ++-
 test/dtache-test.el | 2 +-
 7 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/LICENSE b/LICENSE
index a246acd353..f22c5a432a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have 
at least
 the "copyright" line and a pointer to where the full notice is found.
 
     dtache
-    Copyright (C) 2020-2022  Niklas Eklund
+    Copyright (C) 2020-2022  Free Software Foundation, Inc.
 
     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
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic 
and paper mail.
   If the program does terminal interaction, make it output a short
 notice like this when it starts in an interactive mode:
 
-    dtache  Copyright (C) 2020-2022  Niklas Eklund
+    dtache  Copyright (C) 2020-2022  Free Software Foundation, Inc.
     This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
diff --git a/dtache-compile.el b/dtache-compile.el
index 264c4372f5..9d0acef011 100644
--- a/dtache-compile.el
+++ b/dtache-compile.el
@@ -1,6 +1,7 @@
 ;;; dtache-compile.el --- Dtache integration for compile -*- lexical-binding: 
t -*-
 
-;; Copyright (C) 2022 Niklas Eklund
+;; Copyright (C) 2022  Free Software Foundation, Inc.
+
 ;; This file is not part of GNU Emacs.
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -45,7 +46,7 @@
 Optionally enable COMINT if prefix-argument is provided."
   (interactive
    (list
-    (let ((command (eval compile-command)))
+    (let ((command (eval compile-command t)))
       (if (or compilation-read-command current-prefix-arg)
           (compilation-read-command command)
         command))
diff --git a/dtache-consult.el b/dtache-consult.el
index 3c6191d726..8550d4fd15 100644
--- a/dtache-consult.el
+++ b/dtache-consult.el
@@ -1,6 +1,6 @@
 ;;; dtache-consult.el --- Dtache interface using Consult multi sources -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2021-2022 Niklas Eklund
+;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/dtache-eshell.el b/dtache-eshell.el
index c35c785042..1f4e09dd9a 100644
--- a/dtache-eshell.el
+++ b/dtache-eshell.el
@@ -1,6 +1,6 @@
 ;;; dtache-eshell.el --- Dtache integration for eshell -*- lexical-binding: t 
-*-
 
-;; Copyright (C) 2021-2022 Niklas Eklund
+;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/dtache-shell.el b/dtache-shell.el
index 08766033a2..c560be4f55 100644
--- a/dtache-shell.el
+++ b/dtache-shell.el
@@ -1,6 +1,6 @@
 ;;; dtache-shell.el --- Dtache integration for shell -*- lexical-binding: t -*-
 
-;; Copyright (C) 2020-2022 Niklas Eklund
+;; Copyright (C) 2020-2022  Free Software Foundation, Inc.
 
 ;; This file is not part of GNU Emacs.
 
diff --git a/dtache.el b/dtache.el
index e3da9e07e2..0bdbf6dbab 100644
--- a/dtache.el
+++ b/dtache.el
@@ -1,8 +1,9 @@
 ;;; dtache.el --- Run and interact with detached shell commands -*- 
lexical-binding: t -*-
 
-;; Copyright (C) 2020-2022 Niklas Eklund
+;; Copyright (C) 2020-2022  Free Software Foundation, Inc.
 
 ;; Author: Niklas Eklund <niklas.ekl...@posteo.net>
+;; Maintainer: Niklas Eklund <niklas.ekl...@posteo.net>
 ;; URL: https://www.gitlab.com/niklaseklund/dtache.git
 ;; Version: 0.3
 ;; Package-Requires: ((emacs "27.1"))
diff --git a/test/dtache-test.el b/test/dtache-test.el
index c8f499d71f..2534647c5f 100644
--- a/test/dtache-test.el
+++ b/test/dtache-test.el
@@ -1,6 +1,6 @@
 ;;; dtache-test.el --- Tests for dtache.el -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2020-2022  Niklas Eklund
+;; Copyright (C) 2020-2022  Free Software Foundation, Inc.
 
 ;; 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

Reply via email to