comparison lib-src/installexe.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 3ee1c468b215
children 308d34e9f07d
comparison
equal deleted inserted replaced
4780:2fd201d73a92 4781:8a653fbe5c27
1 #!bash 1 #!bash
2
3 # Copyright (C) 1998 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 install_prog=$1 22 install_prog=$1
4 shift 23 shift
5 24
6 tstr="" 25 tstr=""