changeset 5411:fd714e8ba81e

Converted to GPLv3 or later. Written by Stephen Turnbull hence.GPLv2 or later.
author Mats Lidell <matsl@xemacs.org>
date Sun, 24 Oct 2010 00:20:52 +0200
parents ff554e6a2d29
children 6a8c6c6f6c8e
files etc/bundled-packages/README etc/bundled-packages/test.sh
diffstat 2 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
+
+
 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.
--- 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 <http://www.gnu.org/licenses/>.
+
 # usage: sh etc/bundled-packages/tests.sh [TMP_TEST_DIR]
 
 # Always run this script from the top directory of the source tree.