Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Make headers conform to package.el requirements
Browse files Browse the repository at this point in the history
We'd like to add a scion package to MELPA, but the headers
(and footer line) are not package.el-compliant, so an installable
package cannot be built.

This commit reformats the header slightly, and adds the required
trailing "ends here" line.
  • Loading branch information
purcell committed Mar 15, 2013
1 parent 123ab57 commit d7df931
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions emacs/scion.el
Original file line number Original file line Diff line number Diff line change
@@ -1,24 +1,25 @@
;;; scion.el --- Haskell Minor Mode for Interacting with the Scion Library ;;; scion.el --- Haskell Minor Mode for Interacting with the Scion Library
;; ;;
;;;; License ;; Copyright (C) 2003 Eric Marsden, Luke Gorrie, Helmut Eller
;; Copyright (C) 2003 Eric Marsden, Luke Gorrie, Helmut Eller ;; Copyright (C) 2004,2005,2006 Luke Gorrie, Helmut Eller
;; Copyright (C) 2004,2005,2006 Luke Gorrie, Helmut Eller ;; Copyright (C) 2008 Thomas Schilling
;; Copyright (C) 2008 Thomas Schilling
;; ;;
;; This program is free software; you can redistribute it and/or ;; URL: https://code.google.com/p/scion-lib/
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2 of
;; the License, or (at your option) any later version.
;; ;;
;; This program is distributed in the hope that it will be useful, ;; This program is free software; you can redistribute it and/or
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; modify it under the terms of the GNU General Public License as
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; published by the Free Software Foundation; either version 2 of
;; GNU General Public License for more details. ;; the License, or (at your option) any later version.
;; ;;
;; You should have received a copy of the GNU General Public ;; This program is distributed in the hope that it will be useful,
;; License along with this program; if not, write to the Free ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; MA 02111-1307, USA. ;; 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, write to the Free
;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
;; MA 02111-1307, USA.


;;;; Dependencies and setup ;;;; Dependencies and setup


Expand Down Expand Up @@ -2631,3 +2632,5 @@ LIBRARY or (EXECUTABLE <name>)."
;; outline-regexp: ";;;;+" ;; outline-regexp: ";;;;+"
;; End: ;; End:
;; indent-tabs-mode: nil ;; indent-tabs-mode: nil

;;; scion.el ends here

0 comments on commit d7df931

Please sign in to comment.