[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: computer-go: Sharing Go modules - ready for download



Each source-file has the license text in it as well as each JavaDoc file. I
will include it in a text-file (license.txt) as well next time I upload it.

>From the JavaDoc comment:

"public interface FlyWeight

This is an interface for fly-weight objects. Since instantiating such
objects is relatively expensive compared to their space and/or time usage,
it has a recycle method that allows reusing the object rather than disposing
it and allocating a new one each time. "

So, yes, these are re-usable objects.

> -----Original Message-----
> From: owner-computer-go@xxxxxxxxxxxxxxxxx
> [mailto:owner-computer-go@xxxxxxxxxxxxxxxxx]On Behalf Of Richard Brown
> Sent: Thursday, June 14, 2001 11:28 PM
> To: computer-go@xxxxxxxxxxxxxxxxx
> Subject: Re: computer-go: Sharing Go modules - ready for download
>
>
> Daniel Bump wrote:
> > Could you clarify the license under which these modules are released?
> > (And preferrably include the license in the .zip.)
>
> I found something resembling a license in the first file I looked at,
> which was docs/tesuji/games/general/FlyWeight.html .
>
> I was curious as to what a FlyWeight might be.  It seems to mean a
> re-usable object.
>
> --
> Richard L. Brown       Office of Information Services
> Unix Guy               University of Wisconsin System Administration
>                        780 Regent St., Rm. 246
> rbrown@xxxxxxxxxxxxxxxxx        Madison, WI  53715
>