X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d3e4babdd1267fb5690a17949196640a47c6f159..19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0:/nt/envadd.bat diff --git a/nt/envadd.bat b/nt/envadd.bat index 3e9a49ef29..11a4e40b93 100644 --- a/nt/envadd.bat +++ b/nt/envadd.bat @@ -1,26 +1,25 @@ rem Hack to change/add environment variables in the makefiles for the rem Windows platform. -rem -rem Copyright (c) 2003 Free Software Foundation, Inc. -rem + +rem Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +rem Free Software Foundation, Inc. + rem This file is part of GNU Emacs. -rem -rem GNU Emacs is free software; you can redistribute it and/or modify + +rem GNU Emacs is free software: you can redistribute it and/or modify rem it under the terms of the GNU General Public License as published by -rem the Free Software Foundation; either version 2, or (at your option) -rem any later version. -rem +rem the Free Software Foundation, either version 3 of the License, or +rem (at your option) any later version. + rem GNU Emacs is distributed in the hope that it will be useful, rem but WITHOUT ANY WARRANTY; without even the implied warranty of rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. -rem + rem You should have received a copy of the GNU General Public License -rem along with GNU Emacs; see the file COPYING. If not, write to -rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -rem Boston, MA 02110-1301, USA. -rem -rem +rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/. + + rem Usage: rem envadd "ENV1=VAL1" "ENV2=VAL2" ... /C rem