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 /tests | |
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 'tests')
-rw-r--r-- | tests/piem-lei-tests.el | 2 | ||||
-rw-r--r-- | tests/piem-rmail-tests.el | 2 | ||||
-rw-r--r-- | tests/piem-tests.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/piem-lei-tests.el b/tests/piem-lei-tests.el index dd58360..7f0653b 100644 --- a/tests/piem-lei-tests.el +++ b/tests/piem-lei-tests.el @@ -1,6 +1,6 @@ ;;; piem-lei-tests.el --- tests for piem-lei -*- lexical-binding: t; -*- -;; Copyright (C) 2021 all contributors <piem@inbox.kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> diff --git a/tests/piem-rmail-tests.el b/tests/piem-rmail-tests.el index dbf655f..a9b397b 100644 --- a/tests/piem-rmail-tests.el +++ b/tests/piem-rmail-tests.el @@ -1,6 +1,6 @@ ;;; piem-rmail-tests.el --- tests for piem-rmail -*- lexical-binding: t; -*- -;; Copyright (C) 2021 all contributors <piem@inbox.kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> diff --git a/tests/piem-tests.el b/tests/piem-tests.el index 490901e..444ed5f 100644 --- a/tests/piem-tests.el +++ b/tests/piem-tests.el @@ -1,6 +1,6 @@ ;;; piem-tests.el --- tests for piem -*- lexical-binding: t; -*- -;; Copyright (C) 2021 all contributors <piem@inbox.kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> |