From d0fbd5c70d7ddcd2c8f275f91eb2f5743ea82f21 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 6 Feb 2021 00:33:40 -0500 Subject: 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". --- .guix.scm | 2 +- piem-b4.el | 2 +- piem-elfeed.el | 2 +- piem-eww.el | 2 +- piem-gnus.el | 2 +- piem-notmuch.el | 2 +- piem.el | 2 +- piem.texi | 2 +- tests/piem-tests.el | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.guix.scm b/.guix.scm index d1e5ff1..86f688f 100644 --- a/.guix.scm +++ b/.guix.scm @@ -1,6 +1,6 @@ ;;; Guix package definition for piem development environment -;; Copyright (C) 2020-2021 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer diff --git a/piem-b4.el b/piem-b4.el index 28639c1..dd7aa90 100644 --- a/piem-b4.el +++ b/piem-b4.el @@ -1,6 +1,6 @@ ;;; piem-b4.el --- Emacs interface to the b4 tool -*- lexical-binding: t; -*- -;; Copyright (C) 2020-2021 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer ;; Keywords: vc, tools diff --git a/piem-elfeed.el b/piem-elfeed.el index 411c776..d25fef7 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 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer ;; Keywords: vc, tools diff --git a/piem-eww.el b/piem-eww.el index d2c144f..fbfd415 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 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer ;; Keywords: vc, tools diff --git a/piem-gnus.el b/piem-gnus.el index 867b45f..3fb8c7d 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 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer ;; Keywords: vc, tools diff --git a/piem-notmuch.el b/piem-notmuch.el index 5c0cd62..cf2a83b 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 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer ;; Keywords: vc, tools diff --git a/piem.el b/piem.el index 99c1937..b66894f 100644 --- a/piem.el +++ b/piem.el @@ -1,6 +1,6 @@ ;;; piem.el --- Emacs tools for working with public-inbox -*- lexical-binding: t; -*- -;; Copyright (C) 2020-2021 Kyle Meyer +;; Copyright (C) 2020-2021 all contributors ;; Author: Kyle Meyer ;; Keywords: vc, tools diff --git a/piem.texi b/piem.texi index 400bd06..84a2e1d 100644 --- a/piem.texi +++ b/piem.texi @@ -8,7 +8,7 @@ @settitle Emacs tools and glue for working with public-inbox archives @copying -Copyright @copyright{} 2020--2021 Kyle Meyer +Copyright @copyright{} 2020--2021 all contributors Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or 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 ;; Author: Kyle Meyer -- cgit v1.2.3