# HG changeset patch # User Mats Lidell # Date 1287872452 -7200 # Node ID fd714e8ba81ec1a064cc5862af6e6194640d5c94 # Parent ff554e6a2d29f8ae37e856e42e613d62db30b663 Converted to GPLv3 or later. Written by Stephen Turnbull hence.GPLv2 or later. diff -r ff554e6a2d29 -r fd714e8ba81e etc/bundled-packages/README --- a/etc/bundled-packages/README Thu Oct 21 00:27:17 2010 +0200 +++ b/etc/bundled-packages/README Sun Oct 24 00:20:52 2010 +0200 @@ -1,3 +1,19 @@ +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 . + + Package distributions may be placed in this directory. If present and a package-path is configured, packages can be installed using the top-level Makefile. diff -r ff554e6a2d29 -r fd714e8ba81e etc/bundled-packages/test.sh --- a/etc/bundled-packages/test.sh Thu Oct 21 00:27:17 2010 +0200 +++ b/etc/bundled-packages/test.sh Sun Oct 24 00:20:52 2010 +0200 @@ -1,5 +1,20 @@ # tests for the bundled packages feature +# 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 . + # usage: sh etc/bundled-packages/tests.sh [TMP_TEST_DIR] # Always run this script from the top directory of the source tree.