Path: utzoo!utgpu!attcan!uunet!husc6!mailrus!uwmcsd1!ig!agate!ucbvax!ji.Berkeley.EDU!carlton From: carlton@ji.Berkeley.EDU (Mike Carlton) Newsgroups: comp.sys.mac.programmer Subject: Re: Copyright notices in code resources Message-ID: <25477@ucbvax.BERKELEY.EDU> Date: 5 Aug 88 20:38:28 GMT References: <327@ncar.ucar.edu> <730034@hpcilzb.HP.COM> <7763@cup.portal.com> <15051@santra.UUCP> <11318@oberon.USC.EDU> <7509@cit-vax.Caltech.Edu> <5073@husc6.harvard.edu> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: carlton@ji.Berkeley.EDU.UUCP (Mike Carlton) Organization: University of California, Berkeley Lines: 19 In article <5073@husc6.harvard.edu> jjb@husc4.UUCP (Jeremy J. Bornstein) writes: >I'm writing bunches of XFCNs, and I'd like to include copyright notices >in the resources themselves, near the beginning. I was using something like: ... Try goto foo: asm { dc.l 'Copy' dc.l 'righ' ... you get the picture } foo: ; This may not be the prettiest way to do it, but it works. I'm sure someone will let me know if there is a better way. regards, mike