[Checkins] SVN: zope.repositorypolicy/trunk/README.txt - correct typos

Jens Vagelpohl jens at dataflake.org
Mon May 10 16:46:57 EDT 2010


Log message for revision 112238:
  - correct typos
  - the license value in setup.py is OK as long as it starts with "ZPL"
  

Changed:
  U   zope.repositorypolicy/trunk/README.txt

-=-
Modified: zope.repositorypolicy/trunk/README.txt
===================================================================
--- zope.repositorypolicy/trunk/README.txt	2010-05-10 18:08:55 UTC (rev 112237)
+++ zope.repositorypolicy/trunk/README.txt	2010-05-10 20:46:57 UTC (rev 112238)
@@ -2,10 +2,10 @@
 ===========================================
 
 
-This package provides a ``zope-org-check-project`` script using is run
-nightly against the zope.org Subversion repository The script checks the
-rules below agatinst all top level subversion projects, with the
-exception of ``Sandbox``.  For each project, the script check the ``trunk``
+This package provides a ``zope-org-check-project`` script that is run
+nightly against the zope.org Subversion repository. The script checks the
+rules below against all top level subversion projects, with the
+exception of ``Sandbox``.  For each project, the script checks the ``trunk``
 (if it exists), the ``develop`` branch (if it exists), and any "release"
 branches matching the pattern ``branches/{major}.{minor}``, where ``major``
 and ``minor`` are integers.
@@ -18,8 +18,8 @@
 Copyright and License Rules
 ---------------------------
 
-- Any moudule which contains a copyright headers (c-style, python style, or
-  othersize) must indicate that the copyright belongs to "Zope Foundation
+- Any module which contains a copyright header (c-style, python style, or
+  otherwise) must indicate that the copyright belongs to "Zope Foundation
   and Contributors."  The phrase "All Rights Reserved" is not requried.
   Existing copyright dates should be preserved when changing the copyright
   holder.
@@ -29,15 +29,15 @@
   the checker requires that this file match its canonical version exactly.
 
 - Every checked project branch must contain a file named "COPYRIGHT.txt"
-  which indicatees that the copyright belongs to the foundation.  This file
-  must not contain any other language or information than the following::
+  which indicates that the copyright belongs to the foundation.  This file
+  must not contain any language or information other than the following::
    
      Zope Foundation and Contributors
 
 - If a checked project branch contains a ``setup.py`` file for consumption
   by ``distutils`` or other related tools, each call into the ``setup()``
   API must include the ``license`` keyword argument, with the string
-  "ZPL 2.1" as the value.  E.g::
+  "ZPL" or "ZPL 2.1" as the value.  E.g::
 
      from setuptools import setup
      setup(name='somepackage',
@@ -62,7 +62,7 @@
   ...
 
 The ``zope-org-fix-project`` file can fix all the copyright headers, as well
-as adding the miising required files.  E.g.::
+as adding the missing required files.  E.g.::
 
   $ bin/zope-org-check-project /path/to/someproject
   $ bin/zope-org-fix-project /path/to/someproject
@@ -98,3 +98,4 @@
   containing the "EXEMPTIONS.txt" file will be skipped by the
   ``zope-org-check-repository`` script when running the nightly conformance
   report.
+



More information about the checkins mailing list