diff options
author | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 18:17:35 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-02-21 18:17:48 -0500 |
commit | 8684b45cf53e403c7b0ebf31d899aa239a821f45 (patch) | |
tree | dd52379c7a95dded5a5a031411d897995db8aed7 | |
parent | c657cfacc0201c7c298d7987b5b6a62b4d4a2284 (diff) | |
download | snakemake-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.
-rw-r--r-- | snakemake-mode.el | 2 | ||||
-rw-r--r-- | snakemake-test.el | 2 | ||||
-rw-r--r-- | snakemake.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index 30f797d..5e4118b 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -1,6 +1,6 @@ ;;; snakemake-mode.el --- Major mode for editing Snakemake files -*- lexical-binding: t; -*- -;; Copyright (C) 2014-2020 Kyle Meyer +;; Copyright all Snakemake mode contributors <snakemake-mode@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://git.kyleam.com/snakemake-mode/about 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> diff --git a/snakemake.el b/snakemake.el index 297b901..e533def 100644 --- a/snakemake.el +++ b/snakemake.el @@ -1,6 +1,6 @@ ;;; snakemake.el --- Call Snakemake from Emacs -*- lexical-binding: t; -*- -;; Copyright (C) 2016-2020 Kyle Meyer +;; Copyright all Snakemake mode contributors <snakemake-mode@inbox.kyleam.com> ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://git.kyleam.com/snakemake-mode/about |