# HG changeset patch # User Mats Lidell # Date 1294272563 -3600 # Node ID b44930391f7dced70a286980554d10a96a02e8ec # Parent 89331fa1c81923be41d007e1076638a1ed08722d Copyright and license for Makefiles in modules/base64 and modules/zlib diff -r 89331fa1c819 -r b44930391f7d modules/base64/Makefile --- a/modules/base64/Makefile Thu Jan 06 00:35:22 2011 +0100 +++ b/modules/base64/Makefile Thu Jan 06 01:09:23 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 . + + # # This is slightly more complicated than would normally be the case, # as this makefile has been tailored to work in the Emacs source tree. diff -r 89331fa1c819 -r b44930391f7d modules/zlib/Makefile --- a/modules/zlib/Makefile Thu Jan 06 00:35:22 2011 +0100 +++ b/modules/zlib/Makefile Thu Jan 06 01:09:23 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 . + + # # Sample makefile for a simple Emacs module. # This is slightly more complicated than would normally be the case,