summaryrefslogtreecommitdiff
path: root/admin/nt
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-02-03 21:53:58 +0000
committerGlenn Morris <rgm@gnu.org>2007-02-03 21:53:58 +0000
commit87a0937544a4780247627d1eb906a9da76e44ec6 (patch)
treec3aa43400b9b2f870487069b8e2bb01a41d22995 /admin/nt
parent1fd1b481cdad915c06e50ade07820bd18d2e7193 (diff)
downloademacs-87a0937544a4780247627d1eb906a9da76e44ec6.tar.gz
Add copyright and license notice.
Diffstat (limited to 'admin/nt')
-rwxr-xr-xadmin/nt/makedist.bat23
1 files changed, 23 insertions, 0 deletions
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index db9d9026aec..a04a11acd35 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -1,5 +1,28 @@
@echo off
+rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+rem Free Software Foundation, Inc.
+rem
+rem Author: Andrew Innes <andrewi@gnu.org>
+rem
+rem This file is part of GNU Emacs.
+rem
+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 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 the
+rem Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+rem Boston, MA 02110-1301, USA.
+
+
rem Beware broken ports of tar. Recent cygwin versions work well, older
rem cygwin versions and the current MSys port have problems with DOS
rem line ends when reading file names from a file. Other ports have their