diff options
-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 |