branch: elpa/adoc-mode
commit 6dc82593f05377a78083ee3f050a159f25a600b1
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Document the mode's history
---
README.adoc | 10 +++++++++-
adoc-mode.el | 2 +-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 9c4f559f0f..53e695be27 100644
--- a/README.adoc
+++ b/README.adoc
@@ -179,9 +179,17 @@ To check for byte-compilation warnings you can just
compile the project with Eld
$ eldev compile
----
+== History
+
+`adoc-mode` was created by https://github.com/sensorflo/[Florian Kaufmann] in
2009. Eventually the development
+was halted in 2016 and the mode was dormant for the next 6 years. In 2016
+https://github.com/TobiasZawada[Tobias Zawada] encouraged the Emacs community
to revive the development and after a brief period under the
https://github.com/emacsorphanage[Emacs Orphanage] org,
https://github.com/bbatsov/[Bozhidar Batsov] assumed the project's maintenance.
+
+These days all upstream packages (e.g. on MELPA) are build from Bozhidar's
fork.
+
== License
-Copyright © 2010-2013 Florian Kaufmann
+Copyright © 2009-2016 Florian Kaufmann
Copyright © 2022 Bozhidar Batsov and `adoc-mode` contributors
Distributed under the link:{copying}[GNU General Public License]; type
kbd:[C-h] kbd:[C-c] to view it.
diff --git a/adoc-mode.el b/adoc-mode.el
index 01fe296633..54762fd289 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1,6 +1,6 @@
;;; adoc-mode.el --- a major-mode for editing AsciiDoc files in Emacs
;;
-;; Copyright 2009-2014 Florian Kaufmann <[email protected]>
+;; Copyright 2009-2016 Florian Kaufmann <[email protected]>
;; Copyright 2022 Bozhidar Batsov <[email protected]> and adoc-mode
contributors
;;
;; Author: Florian Kaufmann <[email protected]>