From a28bb5abc7aa2609ea0cbca1bb820abd3cd1764d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 10 Mar 2023 18:40:26 -0700 Subject: consfigurator.el: attempt to standardise file header Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 19 ++++++++++++++----- 1 file 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 -;; 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 +;; Maintainer: Sean Whitton +;; 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 . +;;; Commentary: + +;; Utilities for working with Consfigurator consfigs from Emacs. +;; Please see for more information +;; about Consfigurator. + ;;; Code: (require 'lisp-mode) -- cgit v1.2.3