summaryrefslogtreecommitdiff
path: root/.emacs.d/notmuch-config.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-18 00:30:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-20 13:30:32 -0700
commitd360b067e314ca924cdbfcafe7af08af79090104 (patch)
tree28449a2214d1ca0f688fd477ce01b1a661a70e7c /.emacs.d/notmuch-config.el
parent1dd77d39f5f3f32d7735a3b24cd3ab62981c96aa (diff)
downloaddotfiles-d360b067e314ca924cdbfcafe7af08af79090104.tar.gz
add copyright and licensing to init files
There is actual code in these, not just configuration, and people might want to reuse parts. Let's make it explicit that and how one can do that.
Diffstat (limited to '.emacs.d/notmuch-config.el')
-rw-r--r--.emacs.d/notmuch-config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/notmuch-config.el b/.emacs.d/notmuch-config.el
index 91bc9057..e421acdd 100644
--- a/.emacs.d/notmuch-config.el
+++ b/.emacs.d/notmuch-config.el
@@ -1,5 +1,12 @@
;;; notmuch-config.el --- Sean's notmuch.el config -*- lexical-binding: t -*-
+;; Copyright (C) 2017-2022 Sean Whitton <spwhitton@spwhitton.name>
+
+;; Released under the terms of the GNU GPL as published by the FSF; either
+;; version 3, or (at your option) any later version.
+
+;;; Commentary:
+
;;; Code:
(require 'cl-lib)