From: Karl Heuer Date: Sat, 8 Apr 1995 02:18:00 +0000 (+0000) Subject: Add copyright notice. X-Git-Tag: emacs-19.34~4571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c9c1174e137e62afd86283af5f4dde395d4b726;p=emacs.git Add copyright notice. --- diff --git a/make-dist b/make-dist index a8f970bfdfa..05f84fd18de 100755 --- a/make-dist +++ b/make-dist @@ -6,6 +6,24 @@ #### be distributed. This means that if you add a file with an odd name, #### you should make sure that this script will include it. +# Copyright (C) 1995 Free Software Foundation, Inc. +# +# This file is part of GNU Emacs. +# +# GNU Emacs is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# GNU Emacs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Emacs; see the file COPYING. If not, write to +# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + progname="$0" ### Exit if a command fails.