Standarised header comments

This commit is contained in:
simon 2016-08-21 13:51:56 +01:00
parent 948bd7e5f2
commit ddf967088e

View file

@ -9,22 +9,26 @@
[mw-parser.utils :refer [rule?]])) [mw-parser.utils :refer [rule?]]))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;;;
;; This program is free software; you can redistribute it and/or ;;;; mw-parser: a rule parser for MicroWorld.
;; modify it under the terms of the GNU General Public License ;;;;
;; as published by the Free Software Foundation; either version 2 ;;;; This program is free software; you can redistribute it and/or
;; of the License, or (at your option) any later version. ;;;; modify it under the terms of the GNU General Public License
;; ;;;; as published by the Free Software Foundation; either version 2
;; This program is distributed in the hope that it will be useful, ;;;; of the License, or (at your option) any later version.
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;;
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; This program is distributed in the hope that it will be useful,
;; GNU General Public License for more details. ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; You should have received a copy of the GNU General Public License ;;;; GNU General Public License for more details.
;; along with this program; if not, write to the Free Software ;;;;
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, ;;;; You should have received a copy of the GNU General Public License
;; USA. ;;;; along with this program; if not, write to the Free Software
;; ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
;;;; USA.
;;;;
;;;; Copyright (C) 2014 Simon Brooke
;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;