]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/f90-interface-browser/f90-interface-browser.el
New function f90-list-in-scope-vars.
[gnu-emacs-elpa] / packages / f90-interface-browser / f90-interface-browser.el
similarity index 98%
rename from f90-interface-browser.el
rename to packages/f90-interface-browser/f90-interface-browser.el
index 4840f6743546f345ed6b2f63575565dada88003b..c33996cc76440c414b39d81fe063897f0eca0966 100644 (file)
@@ -1,29 +1,26 @@
 ;;; f90-interface-browser.el --- Parse and browse f90 interfaces
 
-;; This file is NOT part of Emacs.
+;; Copyright (C) 2011, 2012  Free Software Foundation, Inc
 
-;; Copyright (C) 2011, 2012 Lawrence Mitchell <wence@gmx.li>
-;; Filename: f90-interface-browser.el
+;; Author: Lawrence Mitchell <wence@gmx.li>
 ;; Created: 2011-07-06
 ;; Available-from: http://github.com/wence-/f90-iface/
 ;; Version: 1.1
 
 ;; COPYRIGHT NOTICE
 
-;; This program 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 2 of the
-;; License, or (at your option) any later version.
-;;
-;; This program 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. http://www.gnu.org/copyleft/gpl.html
-;;
+;; This program 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.
+
+;; This program 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 you did not, write to the Free Software
-;; Foundation, Inc., 675 Mass Ave., Cambridge, MA 02139, USA.
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;; You write (or work on) large, modern fortran code bases.  These