branch: elpa/evil-matchit commit 4a24de3862e7bc7f0012b42f94de752faeabaa00 Author: Tomasz Kołodziejski <tkolodziej...@gmail.com> Commit: Tomasz Kołodziejski <tkolodziej...@gmail.com>
Add copyright preamble --- evil-matchit-ocaml.el | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/evil-matchit-ocaml.el b/evil-matchit-ocaml.el index 7f84c7ffa9..8626d17247 100644 --- a/evil-matchit-ocaml.el +++ b/evil-matchit-ocaml.el @@ -1,3 +1,31 @@ +;;; evil-matchit-ocaml.el -- tuareg-mode plugin of evil-matchit + +;; Copyright (C) 2014-2017 Chen Bin <chenbin...@gmail.com> + +;; Author: Tomasz Kołodziejski <tkolodziej...@gmail.com> + +;; This file is not part of GNU Emacs. + +;;; License: + +;; This file is part of evil-matchit +;; +;; evil-matchit 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 of the License, or +;; (at your option) any later version. +;; +;; evil-matchit 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 this program. If not, see <http://www.gnu.org/licenses/>. + + +;;; Code: + (defvar evilmi-ocaml-keywords '((("struct" "begin" "sig" "object") ("end")) (("if") ("then"))