diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-08 02:18:00 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-08 02:18:00 +0000 |
commit | c9ff8c2a7a387d949d292631932d4024e30ea7e3 (patch) | |
tree | 51912bc594c399da267c1b0fcfde7a6fdf5f9bd5 /make-dist | |
parent | 13d053a41b3499ec996c53f9f29588a091ffb71b (diff) | |
download | emacs-c9ff8c2a7a387d949d292631932d4024e30ea7e3.tar.gz |
Add copyright notice.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 18 |
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 @@ #### 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. |