aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-04-08 02:18:00 +0000
committerKarl Heuer1995-04-08 02:18:00 +0000
commit4c9c1174e137e62afd86283af5f4dde395d4b726 (patch)
tree3888fb0c21b8376902a513c5bc69e16666f05ea0
parent2ac53dfa6d3afb71c035f5470af8797179da9b55 (diff)
downloademacs-4c9c1174e137e62afd86283af5f4dde395d4b726.tar.gz
emacs-4c9c1174e137e62afd86283af5f4dde395d4b726.zip
Add copyright notice.
-rwxr-xr-xmake-dist18
1 files changed, 18 insertions, 0 deletions
diff --git a/make-dist b/make-dist
index a8f970bfdfa..05f84fd18de 100755
--- a/make-dist
+++ b/make-dist
@@ -6,6 +6,24 @@
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 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.
26
9progname="$0" 27progname="$0"
10 28
11### Exit if a command fails. 29### Exit if a command fails.