PATCH: "make check" and README
Mark Mitchell
mark at codesourcery.com
Fri Aug 29 22:56:36 UTC 2003
I've updated the "check" target not to use check-rsh.
I've also updated some information in the README, and checked in the
ZPL. (That got lost when Nathaniel reorganized some stuff earlier
this summer.)
--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
2003-08-29 Mark Mitchell <mark at codesourcery.com>
* GNUmakefile.in (check): Remove dependency on check-rsh.
* README: Mention Win32 extensions and update reference to ZPL.
* qm/external/DocumentTemplate/LICENSE.txt: New file.
Index: GNUmakefile.in
===================================================================
RCS file: /home/sc/Repository/qm/GNUmakefile.in,v
retrieving revision 1.27
diff -c -5 -p -r1.27 GNUmakefile.in
*** GNUmakefile.in 11 Aug 2003 06:43:16 -0000 1.27
--- GNUmakefile.in 29 Aug 2003 22:34:21 -0000
*************** distclean: clean
*** 210,220 ****
rm -f qm.spec
# Run tests.
.PHONY: check check-serial check-threads check-processes check-rsh
! check: check-serial check-threads check-processes check-rsh
check-serial: all
qm/test/qmtest -D tests run $(QMTESTFLAGS) \
-c qmtest_path=qm/test/qmtest
--- 210,222 ----
rm -f qm.spec
# Run tests.
.PHONY: check check-serial check-threads check-processes check-rsh
! # The check-rsh target is not included here because it requires
! # networking support.
! check: check-serial check-threads check-processes
check-serial: all
qm/test/qmtest -D tests run $(QMTESTFLAGS) \
-c qmtest_path=qm/test/qmtest
Index: README
===================================================================
RCS file: /home/sc/Repository/qm/README,v
retrieving revision 1.27
diff -c -5 -p -r1.27 README
*** README 18 Jun 2003 21:54:21 -0000 1.27
--- README 29 Aug 2003 22:34:21 -0000
***************
*** 3,29 ****
------------------------------------------------------------------------
1. REQUIREMENTS
! To run QM, you will need Python Python 2.2 (or greater).
You must use GNU Make to build QM.
------------------------------------------------------------------------
2. LICENSE
QM is licensed under the GNU General Public License. See the file
COPYING for the exact text of the license.
! The zope-dtml module incorporated in QM is software provided by
! Digital Creations. See:
! zope-dtml/ExtensionClass/COPYRIGHT.txt
! for Digital Creations' copyright notice.
------------------------------------------------------------------------
3. BUILDING QM
--- 3,38 ----
------------------------------------------------------------------------
1. REQUIREMENTS
! To run QM, you will need Python Python 2.2 (or greater). Visit
!
! http://www.python.org
!
! to obtain source and binary distributions of Python.
!
! If you are using Windows, you must also install the Python Win32
! extensions. Visit:
!
! http://starship.python.net/crew/mhammond/win32/Downloads.html
You must use GNU Make to build QM.
------------------------------------------------------------------------
2. LICENSE
QM is licensed under the GNU General Public License. See the file
COPYING for the exact text of the license.
! The DocumentTemplate module is Copyright Zope Corporation and
! Contributors. See:
! qm/external/DocumentTemplate/LICENSE.txt
! for the exact text of that license.
------------------------------------------------------------------------
3. BUILDING QM
Index: qm/external/DocumentTemplate/LICENSE.txt
===================================================================
RCS file: qm/external/DocumentTemplate/LICENSE.txt
diff -N qm/external/DocumentTemplate/LICENSE.txt
*** /dev/null 1 Jan 1970 00:00:00 -0000
--- qm/external/DocumentTemplate/LICENSE.txt 29 Aug 2003 22:34:22 -0000
***************
*** 0 ****
--- 1,59 ----
+ Zope Public License (ZPL) Version 2.0
+ -----------------------------------------------
+
+ This software is Copyright (c) Zope Corporation (tm) and
+ Contributors. All rights reserved.
+
+ This license has been certified as open source. It has also
+ been designated as GPL compatible by the Free Software
+ Foundation (FSF).
+
+ Redistribution and use in source and binary forms, with or
+ without modification, are permitted provided that the
+ following conditions are met:
+
+ 1. Redistributions in source code must retain the above
+ copyright notice, this list of conditions, and the following
+ disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions, and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+
+ 3. The name Zope Corporation (tm) must not be used to
+ endorse or promote products derived from this software
+ without prior written permission from Zope Corporation.
+
+ 4. The right to distribute this software or to use it for
+ any purpose does not give you the right to use Servicemarks
+ (sm) or Trademarks (tm) of Zope Corporation. Use of them is
+ covered in a separate agreement (see
+ http://www.zope.com/Marks).
+
+ 5. If any files are modified, you must cause the modified
+ files to carry prominent notices stating that you changed
+ the files and the date of any change.
+
+ Disclaimer
+
+ THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
+ AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
+ NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
+ NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+
+
+ This software consists of contributions made by Zope
+ Corporation and many individuals on behalf of Zope
+ Corporation. Specific attributions are listed in the
+ accompanying credits file.
More information about the qmtest
mailing list