diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-02-09 12:14:46 +0100 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-02-09 12:14:46 +0100 |
commit | 6ca3e9cf0246357e4318423bca6987c83c00794c (patch) | |
tree | 46c0baf768580b1b5f4a2f7976f820ff6e24bdf1 | |
parent | eabdc2dc5c07cd38784d1c23c504676429e05a15 (diff) |
Update copyright header
Use "all contributors" rather than a name.
Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
-rw-r--r-- | git-email-gnus.el | 4 | ||||
-rw-r--r-- | git-email-magit.el | 4 | ||||
-rw-r--r-- | git-email-notmuch.el | 4 | ||||
-rw-r--r-- | git-email-piem.el | 4 | ||||
-rw-r--r-- | git-email.el | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/git-email-gnus.el b/git-email-gnus.el index 4dbd6fe..f66529f 100644 --- a/git-email-gnus.el +++ b/git-email-gnus.el @@ -1,8 +1,8 @@ ;;; git-email-gnus.el --- Gnus integration for git-email -*- lexical-binding: t; -*- -;; Copyright (C) 2021 yoctocell +;; Copyright (C) 2021 all contributors <~yoctocell/git-email-deve@lists.sr.ht> -;; Author: yoctocell <public@yoctocell.xyz> +;; Author: Xinglu Chen <public@yoctocell.xyz> ;; URL: https://git.sr.ht/~yoctocell/git-email ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27")) diff --git a/git-email-magit.el b/git-email-magit.el index d3e8fc2..4ca080a 100644 --- a/git-email-magit.el +++ b/git-email-magit.el @@ -1,8 +1,8 @@ ;;; git-email-magit.el --- Magit integration for git-email -*- lexical-binding: t; -*- -;; Copyright (C) 2021 yoctocell +;; Copyright (C) 2021 all contributors <~yoctocell/git-email-deve@lists.sr.ht> -;; Author: yoctocell <public@yoctocell.xyz> +;; Author: Xinglu Chen <public@yoctocell.xyz> ;; URL: https://git.sr.ht/~yoctocell/git-email ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27") (magit "3.0.0") (transient "0.2.0")) diff --git a/git-email-notmuch.el b/git-email-notmuch.el index 0a8e5e7..6cea752 100644 --- a/git-email-notmuch.el +++ b/git-email-notmuch.el @@ -1,8 +1,8 @@ ;;; git-email-notmuch.el --- Notmuch integration for git-email -*- lexical-binding: t; -*- -;; Copyright (C) 2021 yoctocell +;; Copyright (C) 2021 all contributors <~yoctocell/git-email-deve@lists.sr.ht> -;; Author: yoctocell <public@yoctocell.xyz> +;; Author: Xinglu Chen <public@yoctocell.xyz> ;; URL: https://git.sr.ht/~yoctocell/git-email ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27") (notmuch "0.30.0")) diff --git a/git-email-piem.el b/git-email-piem.el index d910d46..85866d1 100644 --- a/git-email-piem.el +++ b/git-email-piem.el @@ -1,8 +1,8 @@ ;;; git-email-piem.el --- Piem integration for git-email -*- lexical-binding: t; -*- -;; Copyright (C) 2021 yoctocell +;; Copyright (C) 2021 all contributors <~yoctocell/git-email-deve@lists.sr.ht> -;; Author: yoctocell <public@yoctocell.xyz> +;; Author: Xinglu Chen <public@yoctocell.xyz> ;; URL: https://git.sr.ht/~yoctocell/git-email ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27") (piem "0.1.0")) diff --git a/git-email.el b/git-email.el index bd2a1b3..1934f23 100644 --- a/git-email.el +++ b/git-email.el @@ -1,8 +1,8 @@ ;;; git-email.el --- Work with git and email -*- lexical-binding: t; -*- -;; Copyright (C) 2021 yoctocell +;; Copyright (C) 2021 all contributors <~yoctocell/git-email-deve@lists.sr.ht> -;; Author: yoctocell <public@yoctocell.xyz> +;; Author: Xinglu Chen <public@yoctocell.xyz> ;; URL: https://git.sr.ht/~yoctocell/git-email ;; Version: 0.2.0 ;; Package-Requires: ((emacs "27.1") (project "0.5.0")) |