aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-04-15 20:20:16 -0400
committerSpencer Williams <spnw@plexwave.org>2025-04-15 20:22:07 -0400
commit5adafb8dce64573b85ca702d9ac0950a8ba56f42 (patch)
tree68a7cb86b1a65f1cf0f76eb191b96b69ec3aee88 /lisp
parent75ced1b4ce53628dd900c7093544da4929e8a7e4 (diff)
Clean up seam-html copyright and credit notices
Diffstat (limited to 'lisp')
-rw-r--r--lisp/seam-html.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/seam-html.el b/lisp/seam-html.el
index 018e56f..d721e6a 100644
--- a/lisp/seam-html.el
+++ b/lisp/seam-html.el
@@ -1,6 +1,7 @@
;;; seam-html.el --- Seam HTML exporter -*- lexical-binding: t -*-
;; Copyright (C) 2025 Spencer Williams
+;; Copyright (C) 2011-2025 Free Software Foundation, Inc.
;; Author: Spencer Williams <spnw@plexwave.org>
@@ -28,10 +29,9 @@
;; This was blithely hacked together using large chunks of code lifted
;; straight from ox-html.el, and could do with much improvement.
;;
-;; Original ox-html code is licensed under GPL v3+. Copyright (c)
-;; 2011-2025 Free Software Foundation, Inc. Original authors: Carsten
-;; Dominik <carsten.dominik@gmail.com> and Jambunathan K <kjambunathan
-;; at gmail dot com>.
+;; The original authors of ox-html are:
+;; Carsten Dominik <carsten.dominik@gmail.com>
+;; Jambunathan K <kjambunathan at gmail dot com>
;;; Code: