diff options
author | smihica <smihica@gmail.com> | 2014-08-11 02:39:38 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2014-08-11 02:39:58 +0900 |
commit | 4c1452f4ea7bd66ef5f3bd9e2a9dd7c0ad5a5de5 (patch) | |
tree | 15001306f84f6e3d42b99f8299970253b679cd89 | |
parent | cb7612fd3af4473acf4648e8959758717e81ea31 (diff) | |
download | emmet-mode-4c1452f4ea7bd66ef5f3bd9e2a9dd7c0ad5a5de5.tar.lz emmet-mode-4c1452f4ea7bd66ef5f3bd9e2a9dd7c0ad5a5de5.tar.xz emmet-mode-4c1452f4ea7bd66ef5f3bd9e2a9dd7c0ad5a5de5.zip |
Added new copyrighter
-rw-r--r-- | LICENSE | 5 | ||||
-rw-r--r-- | emmet-mode.el | 5 | ||||
-rw-r--r-- | src/comments.el | 5 |
3 files changed, 9 insertions, 6 deletions
@@ -1,7 +1,8 @@ - /emmet-mode.el - Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks) - Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica) + Copyright (C) 2014- flyingleafe (@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.X.X diff --git a/emmet-mode.el b/emmet-mode.el index 43d973a..f73079a 100644 --- a/emmet-mode.el +++ b/emmet-mode.el @@ -1,7 +1,8 @@ ;;; emmet-mode.el --- Unofficial Emmet's support for emacs -;; Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks) -;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica) +;; Copyright (C) 2014- flyingleafe (@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.9 diff --git a/src/comments.el b/src/comments.el index f91f99a..e0d2587 100644 --- a/src/comments.el +++ b/src/comments.el @@ -1,7 +1,8 @@ ;;; emmet-mode.el --- Unofficial Emmet's support for emacs -;; Copyright (C) 2014- William David Mayo (@pbocks https://github.com/pobocks) -;; Copyright (C) 2013- Shin Aoyama (@smihica https://github.com/smihica) +;; Copyright (C) 2014- flyingleafe (@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.9 |