comparison Makefile.in @ 36226:c8fb06423da0

Add copyright notice.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Feb 2001 13:36:21 +0000
parents 70e26242d04c
children 3504881e8057
comparison
equal deleted inserted replaced
36225:2a73e688d635 36226:c8fb06423da0
1 # DIST: This is the distribution Makefile for Emacs. configure can 1 # DIST: This is the distribution Makefile for Emacs. configure can
2 # DIST: make most of the changes to this file you might want, so try 2 # DIST: make most of the changes to this file you might want, so try
3 # DIST: that first. 3 # DIST: that first.
4
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
6 # 2000, 2001 Free Software Foundation, Inc.
7
8 # This file is part of GNU Emacs.
9
10 # GNU Emacs is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
14
15 # GNU Emacs is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU General Public License for more details.
19
20 # You should have received a copy of the GNU General Public License
21 # along with GNU Emacs; see the file COPYING. If not, write to
22 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 # Boston, MA 02111-1307, USA.
4 24
5 # make all to compile and build Emacs. 25 # make all to compile and build Emacs.
6 # make install to install it. 26 # make install to install it.
7 # make TAGS to update tags tables. 27 # make TAGS to update tags tables.
8 # 28 #