GPLv3: What the Hackers Said (Linux Journal)
Posted Oct 24, 2006 16:10 UTC (Tue) by
AJWM (subscriber, #15888)
In reply to:
GPLv3: What the Hackers Said (Linux Journal) by Zack
Parent article:
GPLv3: What the Hackers Said (Linux Journal)
> And X is not part of the specification, but things like the interface glibc provides and utilities such as sed, awk, yacc and a lot of others are(1).
Interesting you should mention yacc. You do know that there is no GNU yacc, don't you? (The GNU project has bison, which is 99+% yacc-compatible). The yacc installed in the two Linux distros I have handy (Suse and Redhat) is in fact from BSD. (Bison is also installed in case anything is sensitive to the differences.)
The fact is that almost any distro is a mix of BSD, GNU, and various third party apps and libraries, and a good chunk of the UNIX-required utilities are not GNU, but BSD (eg yacc, crontab, mail) or 3rd party but BSD-licensed (eg file), or something else entirely (lp).
(
Log in to post comments)