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 /.guix.scm | |
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 '.guix.scm')
-rw-r--r-- | .guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ;;; Guix package definition for piem development environment -;; Copyright (C) 2020-2021 all contributors <piem@inbox.kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> |