]> git.eshelyaron.com Git - emacs.git/commitdiff
Add copyright notice.
authorKarl Heuer <kwzh@gnu.org>
Sat, 8 Apr 1995 02:18:00 +0000 (02:18 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 8 Apr 1995 02:18:00 +0000 (02:18 +0000)
make-dist

index a8f970bfdfa04ca5ece21ce182e39f4d13ff301d..05f84fd18de98a7fc642a111851a5f119f79c4b4 100755 (executable)
--- 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.