diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-02-06 00:33:40 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-02-06 00:33:40 -0500 |
commit | d0fbd5c70d7ddcd2c8f275f91eb2f5743ea82f21 (patch) | |
tree | c54ff90cb9f4ddd6d9c79cb349492f7770112e11 /tests | |
parent | c468c6b6023436116f1d2377350a05cbbc4cc650 (diff) | |
download | piem-d0fbd5c70d7ddcd2c8f275f91eb2f5743ea82f21.tar.gz |
Update copyright lines for a +1 contributor world
I considered having each contributor keep their own copyright line for
each file up to date (like in Guix), but I don't want to have to
remember to pester patch submitters for that in reviews. Instead go
with a public-inbox-inspired "all contributors".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/piem-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/piem-tests.el b/tests/piem-tests.el index 346f9e1..795686a 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 Kyle Meyer +;; Copyright (C) 2021 all contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> |