Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-11 Thread Solly Ross
ent Mailing List (not for usage questions)" > > Sent: Thursday, September 11, 2014 3:20:56 AM > Subject: Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in > build > > Solly Ross writes: > > Hi, > > I recently began using using ESLint fo

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-11 Thread Martin Geisler
Solly Ross writes: Hi, I recently began using using ESLint for all my JavaScript linting: http://eslint.org/ It has nice documentation, a normal license, and you can easily write new rules for it. > P.S. Here's hoping that the JSHint devs eventually find a way to > remove that line from the

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-11 Thread Solly Ross
; > > > > On 9/10/2014 12:16 PM, Solly Ross wrote: > > - Original Message - > >> From: "Jeremy Stanley" > >> To: "OpenStack Development Mailing List (not for usage questions)" > >> > >> Sent: Wednesday, Septemb

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Lyle, David
> >On 9/10/2014 12:16 PM, Solly Ross wrote: >> - Original Message - >>> From: "Jeremy Stanley" >>> To: "OpenStack Development Mailing List (not for usage questions)" >>> >>> Sent: Wednesday, September 10, 2014 1:10:18 PM

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Aaron Sahlin
anley" To: "OpenStack Development Mailing List (not for usage questions)" Sent: Wednesday, September 10, 2014 1:10:18 PM Subject: Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build On 2014-09-10 13:00:29 -0400 (-0400), Solly Ross wrote: JSHint *isn't*

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Solly Ross
- Original Message - > From: "Jeremy Stanley" > To: "OpenStack Development Mailing List (not for usage questions)" > > Sent: Wednesday, September 10, 2014 1:10:18 PM > Subject: Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in > b

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Jeremy Stanley
On 2014-09-10 13:00:29 -0400 (-0400), Solly Ross wrote: > JSHint *isn't* Douglas Crockford. It was written by someone who > (understandably) thought Douglas Crockford had some good ideas, > but was overzealous. [...] Overzealous enough to copy his code. > The license is as such: > https://github.

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Jeremy Stanley
On 2014-09-10 10:56:37 -0500 (-0500), Aaron Sahlin wrote: [...] > Did Horizon get permission or find some way around the licensing > issue? It's worth mentioning that he seems to consider the free software legal concerns around his license choice amusing and will apparently, upon request, provide

Re: [openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Solly Ross
shint/blob/master/LICENSE You are thinking of JSLint, which is written by Douglas Crockford. - Original Message - > From: "Aaron Sahlin" > To: openstack-dev@lists.openstack.org > Sent: Wednesday, September 10, 2014 11:56:37 AM > Subject: [openstack-dev] [Horizon] Licens

[openstack-dev] [Horizon] Licensing issue with using JSHint in build

2014-09-10 Thread Aaron Sahlin
I noticed that the build is using JSHint now, and before I consider syncing it with the proposed options from the JavaScript best practices (https://review.openstack.org/#/c/117595/), I wanted to double check and be sure Horizon got past the legal problem with the good/evil licensing. Some bac