Mercurial > hg > xemacs-beta
diff modules/zlib/Makefile @ 5495:1f0b15040456
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 01 May 2011 18:44:03 +0100 |
parents | b44930391f7d |
children | 4aa8ee813265 |
line wrap: on
line diff
--- a/modules/zlib/Makefile Sat Feb 20 06:03:00 2010 -0600 +++ b/modules/zlib/Makefile Sun May 01 18:44:03 2011 +0100 @@ -1,3 +1,21 @@ +# Copyright (C) 1998, 1999 William Perry. + +# This file is part of XEmacs. + +# XEmacs 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 3 of the License, or (at your +# option) any later version. + +# XEmacs 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 XEmacs. If not, see <http://www.gnu.org/licenses/>. + + # # Sample makefile for a simple Emacs module. # This is slightly more complicated than would normally be the case,