From efc4481710083c17714a693438ed44d01115ae5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 11 Jan 2020 12:23:09 -0500 Subject: improve AUTHORS --- AUTHORS | 14 ++++++++++++++ src/comments.el | 16 ++++------------ 2 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 AUTHORS 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 -;; 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) - - -- cgit v1.2.3