diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-06 17:09:34 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-06 17:13:33 -0500 |
commit | 0a571f4d82ce3f9fa350130028d5f82886c08532 (patch) | |
tree | 6a0ef364ae76e26ea840dcf99714442276d7de11 /piem-gnus.el | |
parent | f55a49ca404e751c9a6f8f9d08e2251cb5d503df (diff) | |
download | piem-0a571f4d82ce3f9fa350130028d5f82886c08532.tar.gz |
Drop dates from copyright lines
public-inbox has started to drop dates from its copyright lines,
pointing to the recommendation at
https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/
I regularly fail to keep copyright lines up to date, so I'll gladly
follow suit.
While touching these lines, change "all contributors" to "all piem
contributors" to get a bit closer to the variants recommended in the
above article.
Diffstat (limited to 'piem-gnus.el')
-rw-r--r-- | piem-gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/piem-gnus.el b/piem-gnus.el index 98e67c9..9662650 100644 --- a/piem-gnus.el +++ b/piem-gnus.el @@ -1,6 +1,6 @@ ;;; piem-gnus.el --- Gnus integration for piem -*- lexical-binding: t; -*- -;; Copyright (C) 2020-2021 all contributors <piem@inbox.kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools |