Re: [Zope-dev] Copyright update for z3c.ajax: no buildout, no headers

2010-06-04 Thread Christian Theune
On 06/04/2010 12:49 PM, Jan-Wijbrand Kolman wrote: > On 6/3/10 8:20 AM, Christian Theune wrote: >> Hi, >> >> I just fixed up z3c.ajax and it has a quirk that the check doesn't know >> about: >> >> If a file doesn't contain any copyright attribution header, it ignores >> that file. >> >> In this cas

Re: [Zope-dev] Copyright update for z3c.ajax: no buildout, no headers

2010-06-04 Thread Jan-Wijbrand Kolman
On 6/3/10 8:20 AM, Christian Theune wrote: > Hi, > > I just fixed up z3c.ajax and it has a quirk that the check doesn't know > about: > > If a file doesn't contain any copyright attribution header, it ignores > that file. > > In this case, z3c.ajax has no headers at all. no setup.py. no buildout. >

Re: [Zope-dev] Copyright update for z3c.ajax: no buildout, no headers

2010-06-03 Thread Adam GROSZER
Hello Christian, Thursday, June 3, 2010, 8:20:10 AM, you wrote: CT> If a file doesn't contain any copyright attribution header, it ignores CT> that file. I'd say rather check for it and warn (unless it's __init__.py). Sh*t can happen easily. -- Best regards, Adam GROSZER

[Zope-dev] Copyright update for z3c.ajax: no buildout, no headers

2010-06-02 Thread Christian Theune
Hi, I just fixed up z3c.ajax and it has a quirk that the check doesn't know about: If a file doesn't contain any copyright attribution header, it ignores that file. In this case, z3c.ajax has no headers at all. no setup.py. no buildout. I added the missing license and copyright files to silen