summaryrefslogtreecommitdiff
path: root/.emacs.d/early-init.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-14 18:05:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-14 18:05:23 -0700
commit4d055db843298deffefab9e6079e33cea284acbc (patch)
treeabc93b26b8290586b4b90d885e5c01731e9ba445 /.emacs.d/early-init.el
parent3e610e1da828cc5ad06d60ef09d777dab817a0a4 (diff)
downloaddotfiles-4d055db843298deffefab9e6079e33cea284acbc.tar.gz
license notice for early-init.el
Diffstat (limited to '.emacs.d/early-init.el')
-rw-r--r--.emacs.d/early-init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
index f7e32fb2..e4d6cf4b 100644
--- a/.emacs.d/early-init.el
+++ b/.emacs.d/early-init.el
@@ -1,6 +1,9 @@
;;; early-init.el --- frames conf. -*- lexical-binding:t;no-byte-compile:t -*-
;; Copyright (C) 2020-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.
;;; See docstring for `after-make-frame-functions' for why these are here.