yacc: public domain?

Henry Spencer henry at utzoo.UUCP
Sun Feb 3 10:20:20 AEST 1985


> What's the difference between a library routine, which becomes
> part of my object module in response to my source code, and an
> inline routine which becomes part of my object module in the
> same way?  The source for both routines was written by the
> compiler vendor; why do I own the object for one but not the
> other?  (Note that I said object; if the vendor claims right
> to the source of the library, that's fine.)

You don't own either one.  The object code for the inline routine
is merely a translation of the source; translation does not affect
ownership in any major way, I believe.
-- 
				Henry Spencer @ U of Toronto Zoology
				{allegra,ihnp4,linus,decvax}!utzoo!henry



More information about the Comp.unix.wizards mailing list