comparison build-msw-release.sh @ 4781:8a653fbe5c27

Add copyright and GPL v2 or later notices to Andy Piper's contributions, with his permission. See: http://calypso.tux.org/pipermail/xemacs-beta/2009-December/018041.html
author Jerry James <james@xemacs.org>
date Fri, 18 Dec 2009 09:19:33 -0700
parents 5b3cf2203477
children 308d34e9f07d
comparison
equal deleted inserted replaced
4780:2fd201d73a92 4781:8a653fbe5c27
1 #!/bin/sh 1 #!/bin/sh
2
3 # Copyright (C) 2000 Andy Piper
4
5 # This file is part of XEmacs.
6
7 # XEmacs is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your
10 # option) any later version.
11
12 # XEmacs is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with XEmacs; see the file COPYING. If not, write to the Free
19 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 # Boston, MA 02110-1301, USA.
2 21
3 # This file builds the release kits for both cygwin and win32. You 22 # This file builds the release kits for both cygwin and win32. You
4 # must have both environments configured for it to work properly. In 23 # must have both environments configured for it to work properly. In
5 # particular you must provide a suitable value for NATIVE_ZLIB_DIR. 24 # particular you must provide a suitable value for NATIVE_ZLIB_DIR.
6 25