diff options
-rw-r--r-- | emmet-mode.el | 2 | ||||
-rw-r--r-- | src/comments.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emmet-mode.el b/emmet-mode.el index b3a41c8..75f57bd 100644 --- a/emmet-mode.el +++ b/emmet-mode.el @@ -1,6 +1,6 @@ ;;; emmet-mode.el --- Unofficial Emmet's support for emacs -;; Copyright (C) 2014- flyingleafe (@flyingleafe https://github.com/flyingleafe) +;; 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 diff --git a/src/comments.el b/src/comments.el index 4724ba4..63f9691 100644 --- a/src/comments.el +++ b/src/comments.el @@ -1,6 +1,6 @@ ;;; emmet-mode.el --- Unofficial Emmet's support for emacs -;; Copyright (C) 2014- flyingleafe (@flyingleafe https://github.com/flyingleafe) +;; 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 |