changeset 96702:43c6056e57fd

Fix header and footer format. Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Wed, 16 Jul 2008 02:31:19 +0000
parents 3d8b4709e0d0
children eb82d5b4c278
files lisp/ns-grabenv.el
diffstat 1 files changed, 20 insertions(+), 29 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ns-grabenv.el	Wed Jul 16 02:30:15 2008 +0000
+++ b/lisp/ns-grabenv.el	Wed Jul 16 02:31:19 2008 +0000
@@ -1,26 +1,25 @@
 ;;; ns-grabenv.el --- functions to set environment variables by running a subshell
-;;; Copyright (C) 1993, 1994, 2005, 2006, 2008 Free Software Foundation, Inc.
+
+;; Copyright (C) 1993, 1994, 2005, 2006, 2008 Free Software Foundation, Inc.
 
-;;; Author: Carl Edman, Christian Limpach, Scott Bender, Christophe de Dinechin,
-;;;         Adrian Robert
-;;; Keywords: terminals
+;; Author: Carl Edman, Christian Limpach, Scott Bender, Christophe de Dinechin, Adrian Robert
+;; Keywords: terminals
+
+;; This file is part of GNU Emacs.
 
-;;; 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, 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; see the file COPYING.  If not, write to
-;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;;; Boston, MA 02110-1301, USA.
+;; 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/>.
+
 
 ;;; Idea based on NS 4.2 distribution, this version of code based on
 ;;; mac-read-environment-vars-from-shell () by David Reitter in Aquamacs dist..
@@ -57,13 +56,5 @@
 
 (provide 'ns-grabenv)
 
+;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56
 ;;; ns-grabenv.el ends here
-
-; (autoload (quote ns-grabenv) "ns-grabenv" "\
-;  Run a shell subprocess, and interpret its output as a series of environment
-; variables to insert into the emacs environment.  The first optional argument
-; gives the path to the shell (defaults to the current setting of
-; shell-file-name).  The remaining arguments are interpreted as a list of
-; commands for it to execute (defaults to \"printenv\")." nil nil)
-
-;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56