]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/ada-wisi-opentoken.el
Fix up copyright notices.
[gnu-emacs-elpa] / packages / ada-mode / ada-wisi-opentoken.el
index 08d3b4d9ba2f126da1d21c8006a0ae8f3d0883de..1812a497285e8d55d0c54f3da1f5397c92856b31 100755 (executable)
@@ -1,7 +1,27 @@
-;;; An indentation function for ada-wisi that indents OpenToken
-;;; grammar statements nicely.
-;;;
-;;; This is an example of a user-added indentation rule.
+;;; ada-wisi-opentoken.el --- An indentation function for ada-wisi that indents OpenToken
+;; grammar statements nicely.
+
+;; Copyright (C) 2013  Free Software Foundation, Inc.
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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.
+
+;; GNU Emacs 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.  If not, see <http://www.gnu.org/licenses/>.
+
+
+;;; Commentary:
+
+;; This is an example of a user-added indentation rule.
 ;;
 ;; In ~/.emacs (or project-specific config):
 ;; (require 'ada-wisi-opentoken)
@@ -12,6 +32,8 @@
 ;; ada-indent-opentoken: t
 ;; End:
 
+;;; Code:
+
 (require 'ada-mode)
 (require 'wisi)