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 | |
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.
-rw-r--r-- | .guix.scm | 2 | ||||
-rw-r--r-- | Documentation/piem.texi | 2 | ||||
-rw-r--r-- | piem-b4.el | 2 | ||||
-rw-r--r-- | piem-elfeed.el | 2 | ||||
-rw-r--r-- | piem-eww.el | 2 | ||||
-rw-r--r-- | piem-gnus.el | 2 | ||||
-rw-r--r-- | piem-lei.el | 2 | ||||
-rw-r--r-- | piem-notmuch.el | 2 | ||||
-rw-r--r-- | piem-rmail.el | 2 | ||||
-rw-r--r-- | piem.el | 2 | ||||
-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 |
13 files changed, 13 insertions, 13 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> diff --git a/Documentation/piem.texi b/Documentation/piem.texi index 73d277e..32f0515 100644 --- a/Documentation/piem.texi +++ b/Documentation/piem.texi @@ -8,7 +8,7 @@ @settitle Emacs tools and glue for working with public-inbox archives @copying -Copyright @copyright{} 2020--2021 all contributors <piem@@inbox.kyleam.com> +Copyright all piem contributors <piem@@inbox.kyleam.com> Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -1,6 +1,6 @@ ;;; piem-b4.el --- Emacs interface to the b4 tool -*- 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 diff --git a/piem-elfeed.el b/piem-elfeed.el index d25fef7..ce9c75c 100644 --- a/piem-elfeed.el +++ b/piem-elfeed.el @@ -1,6 +1,6 @@ ;;; piem-elfeed.el --- Elfeed 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 diff --git a/piem-eww.el b/piem-eww.el index fbfd415..01a9f9d 100644 --- a/piem-eww.el +++ b/piem-eww.el @@ -1,6 +1,6 @@ ;;; piem-eww.el --- EWW 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 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 diff --git a/piem-lei.el b/piem-lei.el index 22814c7..52dbe11 100644 --- a/piem-lei.el +++ b/piem-lei.el @@ -1,6 +1,6 @@ ;;; piem-lei.el --- lei integration for piem -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Kyle Meyer <kyle@kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; Keywords: vc, tools diff --git a/piem-notmuch.el b/piem-notmuch.el index 181480a..41f2793 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -1,6 +1,6 @@ ;;; piem-notmuch.el --- Notmuch integration for piem -*- lexical-binding: t; -*- -;; Copyright (C) 2020-2021 all contributors <piem@inbox.kyleam.com> +;; Copyright all piem contributors <piem@inbox.kyleam.com> ;; Copyright (C) 2019 Sean Whitton <spwhitton@spwhitton.name> ;; Author: Kyle Meyer <kyle@kyleam.com> diff --git a/piem-rmail.el b/piem-rmail.el index 7498474..3fc7d81 100644 --- a/piem-rmail.el +++ b/piem-rmail.el @@ -1,6 +1,6 @@ ;;; piem-rmail.el --- Rmail integration 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> ;; Keywords: vc, tools @@ -1,6 +1,6 @@ ;;; piem.el --- Emacs tools for working with public-inbox -*- 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 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> |