From: matz@... (Yukihiro Matsumoto) Date: 2003-07-18T13:38:25+09:00 Subject: Re: contributing code to ruby Hi, In message "contributing code to ruby" on 03/07/18, "maillist@bestworldweb.homelinux.com" writes: |When contributing code to ruby for an extension, does the code have to |be only coded by the contributer or can it contain code distributed |under a open source licence? Standard distribution contains some code licensed under GPL or other open source licenses. But it's convenient for me if contributors agreed to distribute their code under the same terms Ruby is (and will be) distributed. matz.