aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-01-11 12:23:09 -0500
committerJesús <heckyel@hyperbola.info>2020-01-11 12:23:09 -0500
commitefc4481710083c17714a693438ed44d01115ae5f (patch)
tree30b205e7c102e45e94a2af71446190ff74b367b6
parent34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4 (diff)
downloademmet-mode-efc4481710083c17714a693438ed44d01115ae5f.tar.lz
emmet-mode-efc4481710083c17714a693438ed44d01115ae5f.tar.xz
emmet-mode-efc4481710083c17714a693438ed44d01115ae5f.zip
improve AUTHORS
-rw-r--r--AUTHORS14
-rw-r--r--src/comments.el16
2 files changed, 18 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..a2ee6a0
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,14 @@
+=========
+ AUTHORS
+=========
+
+This is a list of contributors to emmet-mode. They contribute in a
+variety of different ways and this software wouldn't exist without them.
+
+Thank you!
+
+* Chris Done
+* Dmitry Mukhutdinov
+* Jesús E.
+* Shin Aoyama
+* William David Mayo
diff --git a/src/comments.el b/src/comments.el
index 63f9691..a2acfc7 100644
--- a/src/comments.el
+++ b/src/comments.el
@@ -1,14 +1,8 @@
-;;; emmet-mode.el --- Unofficial Emmet's support for emacs
+;;; emmet-mode.el --- Emmet's support for emacs
-;; Copyright (C) 2014- Dmitry Mukhutdinov (@flyingleafe https://github.com/flyingleafe)
-;; Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks)
-;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica)
-;; Copyright (C) 2009-2012 Chris Done
-
-;; Version: 1.0.10
-;; Author: Shin Aoyama <smihica@gmail.com>
-;; URL: https://github.com/smihica/emmet-mode
-;; Last-Updated: 2014-08-11 Mon
+;; Version: 1.0
+;; URL: https://libregit.org/heckyel/emmet-mode
+;; Last-Updated: 2020-01-11 Fri
;; Keywords: convenience
;; This file is free software; you can redistribute it and/or modify
@@ -61,5 +55,3 @@
;;
;; This is a fork of zencoding-mode to support Emmet's feature.
;; zencoding-mode (https://github.com/rooney/zencoding)
-
-