Re: [U-Boot] [PATCH] Improve license declaration for cmd_ini.h

2012-10-05 Thread Tom Rini
On Thu, Oct 04, 2012 at 02:54:07PM -0500, Joe Hershberger wrote: > Instead of referenceing the source webpage (which can change) include > the license in the source file. > > Signed-off-by: Joe Hershberger > Reported-by: Igor Grinberg > Cc: Igor Grinberg > Cc: Tom Rini > Cc: Wolfgang Denk A

Re: [U-Boot] [PATCH] Improve license declaration for cmd_ini.h

2012-10-05 Thread Wolfgang Denk
Dear Joe Hershberger, In message <1349380447-27961-1-git-send-email-joe.hershber...@ni.com> you wrote: > Instead of referenceing the source webpage (which can change) include > the license in the source file. Thanks. > --- a/common/cmd_ini.c > +++ b/common/cmd_ini.c > @@ -1,9 +1,37 @@ > /* >

Re: [U-Boot] [PATCH] Improve license declaration for cmd_ini.h

2012-10-05 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <20121005192613.1420e39b@lilith> you wrote: > > Open question: does this solve worries about the licence compatibility? Not really; assuming that the previous version meant the 3-clause BSD license (which it most probably did) there have never been any real proble

Re: [U-Boot] [PATCH] Improve license declaration for cmd_ini.h

2012-10-05 Thread Albert ARIBAUD
Hi Joe, On Thu, 4 Oct 2012 14:54:07 -0500, Joe Hershberger wrote: > Instead of referenceing the source webpage (which can change) include > the license in the source file. > > Signed-off-by: Joe Hershberger > Reported-by: Igor Grinberg > Cc: Igor Grinberg > Cc: Tom Rini > Cc: Wolfgang Denk