Changeset 1420 for branches

Show
Ignore:
Timestamp:
04/08/06 10:00:26 (3 years ago)
Author:
sdcosta
Message:

Adding the atom tests.

Location:
branches/magpie-hacks/MagpieTests/TestCases
Files:
6 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/magpie-hacks/MagpieTests/TestCases/LICENSE

    r1419 r1420  
    1 Universal Feed Parser (feedparser.py), its testing harness (feedparsertest.py), 
    2 and its unit tests (everything in the tests/ directory) are released under the 
    3 following license: 
     1This directory and its subdirectories contain modified versions of the 
     2Universal Feed Parser's unit tests and are released under the following 
     3license: 
    44 
    55----- begin license block ----- 
     
    3030 
    3131----- end license block ----- 
    32  
    33  
    34  
    35  
    36  
    37 Universal Feed Parser documentation (everything in the docs/ directory) is 
    38 released under the following license: 
    39  
    40 ----- begin license block ----- 
    41  
    42 Copyright 2004-2005 Mark Pilgrim. All rights reserved. 
    43  
    44 Redistribution and use in source (XML DocBook) and "compiled" forms (SGML, 
    45 HTML, PDF, PostScript, RTF and so forth) with or without modification, are 
    46 permitted provided that the following conditions are met: 
    47  
    48 * Redistributions of source code (XML DocBook) must retain the above copyright 
    49   notice, this list of conditions and the following disclaimer. 
    50 * Redistributions in compiled form (transformed to other DTDs, converted to 
    51   PDF, PostScript, RTF and other formats) must reproduce the above copyright 
    52   notice, this list of conditions and the following disclaimer in the 
    53   documentation and/or other materials provided with the distribution. 
    54  
    55 THIS DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' 
    56 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
    57 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
    58 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
    59 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
    60 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
    61 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
    62 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
    63 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
    64 ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE 
    65 POSSIBILITY OF SUCH DAMAGE.