Comment 39 for bug 183052

Revision history for this message
David Strauss (davidstrauss) wrote :

Ignore that "alternative" patch. I somehow included the patch in the patch.

Here's the chunk that needs to change versus 0001-Fix-183052.patch:
    death_year = None
    if aname == 'Crown':
      """We set death_year to pubyear for Crown authorship because items with sole Crown authorship be pdyear >= death_year + 50."""
      death_year = pubyear
      assume("We're assuming this item is under Crown copyright.")
    else: