> On Fri, Aug 5, 2011 at 2:19 AM, Chris Rebert wrote:
>> On Thu, Aug 4, 2011 at 8:25 PM, John Riselvato
>> wrote:
>> > I am working on a license verification script. I am rather new to the
>> > concept and to JSON files in general.
>> > This is what my pseudocode looks like:
>> >>
>> >> licenses
On Thu, Aug 4, 2011 at 8:25 PM, John Riselvato wrote:
> I am working on a license verification script. I am rather new to the
> concept and to JSON files in general.
Based on your questions, reading a programming tutorial might be a
good idea. Here's one that uses Python and that I've heard prais
I am working on a license verification script. I am rather new to the
concept and to JSON files in general.
This is what my pseudocode looks like:
licenses = meta['license']
> for x in licenses:
> if licenses[x]['terms'] is not valid opensource license
> if in strict mode
>