mipam007 said:Code:find /usr/ports/ -name Makefile | xargs grep 'LICENSE= BSD' | wc -l
grep -E "LICENSE=\W+BSD"
it still returnig 0SirDice said:Try grepping a regexp:Code:grep -E "LICENSE=\W+BSD"
SirDice said:Works fine:
Code:dice@molly:/usr/ports>find /usr/ports/ -name 'Makefile' | xargs grep -E "LICENSE=\W+BSD" | wc -l 448
nekoexmachina said:The thing which I could never understand:
Why not? Why you are interested of this post, if you don't care of licensing?nekoexmachina said:Why should user care of the license while the softwareis still free to use and modifydoes the job?
all of what we're here, we are sick, dudenekoexmachina said:Thats just seems sick for me.
Cause I wanna understand why do you care.Why you are interested of this post, if you don't care of licensing?
And thats not that bad it sounds, huh? I did not mean the 'bad-way' sickness.all of what we're here, we are sick, dude
Good.....!nekoexmachina said:Cause I wanna understand why do you care.
good to knowAnd thats not that bad it sounds, huh? I did not mean the 'bad-way' sickness.![]()
You might want to mention to them that Cisco's IOS and Juniper's JunOS are both based on FreeBSD, something that wouldn't be possible without the BSD license :emipam007 said:that the BSD license is nonsense.
SirDice said:You might want to mention to them that Cisco's IOS and Juniper's JunOS are both based on FreeBSD, something that wouldn't be possible without the BSD license :e
If it has the BSD license, yes, that's possible. Something the GPL absolutely forbids. And it's the biggest difference between the two. So you could argue the BSD license is more free as it allows you to do absolutely everything with it, including building something and closing the resulting source.mipam007 said:is this correct or not - take a code, rewrite it, use it and close it???
SirDice said:If it has the BSD license, yes, that's possible. Something the GPL absolutely forbids. And it's the biggest difference between the two. So you could argue the BSD license is more free as it allows you to do absolutely everything with it, including building something and closing the resulting source.
Another selling point of the BSD Licence is that any graduate of an elementary school should be able to understand it, and it takes only a minute or two to read it.If it has the BSD license, yes, that's possible. Something the GPL absolutely forbids. And it's the biggest difference between the two.And this is point of our never ending stupid discussion - is this correct or not - take a code, rewrite it, use it and close it???
xibo said:The GPL on the other hand requires the summit of lawyers to tell what's inside, and they'd probably need a day or two to find out first.