aboutsummaryrefslogtreecommitdiff
path: root/snakemake-test.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-21 18:17:35 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-21 18:17:48 -0500
commit8684b45cf53e403c7b0ebf31d899aa239a821f45 (patch)
treedd52379c7a95dded5a5a031411d897995db8aed7 /snakemake-test.el
parentc657cfacc0201c7c298d7987b5b6a62b4d4a2284 (diff)
downloadsnakemake-mode-8684b45cf53e403c7b0ebf31d899aa239a821f45.tar.gz
Rework 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. Drop the dates and change the copyright holder to (almost match) the variants recommended in the above article.
Diffstat (limited to 'snakemake-test.el')
-rw-r--r--snakemake-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-test.el b/snakemake-test.el
index f0589a9..b9b4030 100644
--- a/snakemake-test.el
+++ b/snakemake-test.el
@@ -1,6 +1,6 @@
;;; snakemake-test.el --- Test snakemake{,-mode}.el
-;; Copyright (C) 2015-2020 Kyle Meyer
+;; Copyright all Snakemake mode contributors <snakemake-mode@inbox.kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>