diff options
author | smihica <smihica@gmail.com> | 2013-06-23 22:46:35 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2013-06-23 22:46:35 +0900 |
commit | d11525fc49a311ab8f068e9e50d9c8ce0116253a (patch) | |
tree | 09f8f8d6f3e8b3bfd499f12b02fa6b195dd5b4f9 | |
parent | bbb8dab229591e0c435d58478d0cd10b1fc1bfa5 (diff) | |
download | emmet-mode-d11525fc49a311ab8f068e9e50d9c8ce0116253a.tar.lz emmet-mode-d11525fc49a311ab8f068e9e50d9c8ce0116253a.tar.xz emmet-mode-d11525fc49a311ab8f068e9e50d9c8ce0116253a.zip |
Added myname to LICENSE.
-rw-r--r-- | LICENSE | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -1,4 +1,29 @@ -- /zencoding-mode.el +- /emmet-mode.el + + Copyright (C) 2013, Shin Aoyama + + Version: 0.1.0 + Author: Shin Aoyama <smihica@gmail.com> + URL: https://github.com/smihica/emmet + Last-Updated: 2013-06-23 Sun + Keywords: convenience + + This file is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + + This file is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs; see the file COPYING. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + +- THIS IS ORIGINALLY 'zencoding-mode' created by Chris Done. Copyright (C) 2009, Chris Done |