comparison make-dist @ 11287:52bf246dd940

Add copyright notice.
author Karl Heuer <kwzh@gnu.org>
date Sat, 08 Apr 1995 02:18:00 +0000
parents d5c5dab73f87
children e3434c390970
comparison
equal deleted inserted replaced
11286:91376c3783cb 11287:52bf246dd940
3 #### make-dist: create an Emacs distribution tar file from the current 3 #### make-dist: create an Emacs distribution tar file from the current
4 #### source tree. This basically creates a duplicate directory 4 #### source tree. This basically creates a duplicate directory
5 #### structure, and then hard links into it only those files that should 5 #### structure, and then hard links into it only those files that should
6 #### be distributed. This means that if you add a file with an odd name, 6 #### be distributed. This means that if you add a file with an odd name,
7 #### you should make sure that this script will include it. 7 #### you should make sure that this script will include it.
8
9 # Copyright (C) 1995 Free Software Foundation, Inc.
10 #
11 # This file is part of GNU Emacs.
12 #
13 # GNU Emacs is free software; you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation; either version 2, or (at your option)
16 # any later version.
17 #
18 # GNU Emacs is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 # GNU General Public License for more details.
22 #
23 # You should have received a copy of the GNU General Public License
24 # along with GNU Emacs; see the file COPYING. If not, write to
25 # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
8 26
9 progname="$0" 27 progname="$0"
10 28
11 ### Exit if a command fails. 29 ### Exit if a command fails.
12 ### set -e 30 ### set -e