aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-10 18:40:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-11 11:16:27 -0700
commita28bb5abc7aa2609ea0cbca1bb820abd3cd1764d (patch)
treeb47fac31022bf4cbc31c04eb976252cd1c568d92
parent8f9f01b432c2376f3dd564dc85784c3772babe16 (diff)
downloadconsfigurator-a28bb5abc7aa2609ea0cbca1bb820abd3cd1764d.tar.gz
consfigurator.el: attempt to standardise file header
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--emacs/consfigurator.el.in19
1 files changed, 14 insertions, 5 deletions
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index d86690d..4bb0c6d 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -1,17 +1,20 @@
;;; consfigurator.el --- Utilities for working with Consfigurator consfigs
-;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 1.2.3
-
;; Copyright (C) 2021, 2023 Sean Whitton
;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
-;; This program is free software; you can redistribute it and/or modify
+;; Author: Sean Whitton <spwhitton@spwhitton.name>
+;; Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+;; Version: 1.2.3
+;; URL: https://git.spwhitton.name/consfigurator/tree/emacs/consfigurator.el.in
+;; Keywords: languages, lisp, syntax, unix
+
+;; 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 program is distributed in the hope that it will be useful,
+;; 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.
@@ -19,6 +22,12 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
+;;; Commentary:
+
+;; Utilities for working with Consfigurator consfigs from Emacs.
+;; Please see <https://spwhitton.name/doc/consfigurator/> for more information
+;; about Consfigurator.
+
;;; Code:
(require 'lisp-mode)