summaryrefslogtreecommitdiff
path: root/.emacs.d/early-init.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-14 11:35:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-14 11:36:56 -0700
commitb2c8a8bb4d6a0bed1eabe793051108f5d400b11a (patch)
tree462eb0428ac1da6356d751164f3ef34f20f56ce2 /.emacs.d/early-init.el
parent6a57ff5652446f7f3b5a1984fe558d5a9a5ed425 (diff)
downloaddotfiles-b2c8a8bb4d6a0bed1eabe793051108f5d400b11a.tar.gz
somewhat standardise & tidy some licence and copyright information
Diffstat (limited to '.emacs.d/early-init.el')
-rw-r--r--.emacs.d/early-init.el14
1 files changed, 12 insertions, 2 deletions
diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el
index 23f3c6a2..da04a9f3 100644
--- a/.emacs.d/early-init.el
+++ b/.emacs.d/early-init.el
@@ -2,8 +2,18 @@
;; 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.
+;; This file is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; This file is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this file. If not, see <https://www.gnu.org/licenses/>.
(when (file-in-directory-p invocation-directory (expand-file-name "~/"))
;; Make packages compiled against my emacs-snapshot Debian packages