comparison mac/make-package @ 94789:de6b7eaee358

Switch to recommended form of GPLv3 permissions notice.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 May 2008 04:38:17 +0000
parents 2cecfdf24daa
children
comparison
equal deleted inserted replaced
94788:8d78530778f5 94789:de6b7eaee358
18 #### files inside /usr. This will replace the default version of 18 #### files inside /usr. This will replace the default version of
19 #### emacs included with Mac OS X. 19 #### emacs included with Mac OS X.
20 20
21 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 21 # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
22 # Free Software Foundation, Inc. 22 # Free Software Foundation, Inc.
23 # 23
24 # Contributed by Steven Tamm (steventamm@mac.com).
25
24 # This file is part of GNU Emacs. 26 # This file is part of GNU Emacs.
25 # 27
26 # GNU Emacs is free software; you can redistribute it and/or modify 28 # GNU Emacs is free software: you can redistribute it and/or modify
27 # it under the terms of the GNU General Public License as published by 29 # it under the terms of the GNU General Public License as published by
28 # the Free Software Foundation; either version 3, or (at your option) 30 # the Free Software Foundation, either version 3 of the License, or
29 # any later version. 31 # (at your option) any later version.
30 # 32
31 # GNU Emacs is distributed in the hope that it will be useful, 33 # GNU Emacs is distributed in the hope that it will be useful,
32 # but WITHOUT ANY WARRANTY; without even the implied warranty of 34 # but WITHOUT ANY WARRANTY; without even the implied warranty of
33 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 # GNU General Public License for more details. 36 # GNU General Public License for more details.
35 # 37
36 # You should have received a copy of the GNU General Public License 38 # You should have received a copy of the GNU General Public License
37 # along with GNU Emacs; see the file COPYING. If not, write to the 39 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
38 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 40
39 # Boston, MA 02110-1301, USA.
40 #
41 # Contributed by Steven Tamm (steventamm@mac.com).
42 41
43 progname="$0" 42 progname="$0"
44 43
45 srcdir="`pwd`/.." 44 srcdir="`pwd`/.."
46 builddir=${srcdir} 45 builddir=${srcdir}