gzz-commits
[Top][All Lists]
Advanced

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

Re: [Gzz-commits] gzz gfx/demo/papertest.py gfx/libpaper/papermil...


From: Tuomas Lukka
Subject: Re: [Gzz-commits] gzz gfx/demo/papertest.py gfx/libpaper/papermil...
Date: Wed, 4 Sep 2002 10:39:40 +0300
User-agent: Mutt/1.4i

> >--- gzz/gzz/gfx/gl/PaperMill.java    Tue Sep  3 17:15:33 2002
> >***************
> >*** 1,9 ****
> >! // (c): Tuomas J. Lukka
> > 
> > package gzz.gfx.gl;
> > 
> > public abstract class PaperMill {
> >     public abstract Paper getPaper(int seed);
> > 
> >     static public PaperMill getInstance() {
> >     return null;
> >--- 1,11 ----
> >! // (c) Tuomas J. Lukka
> > 
> > package gzz.gfx.gl;
> > 
> > public abstract class PaperMill {
> >     public abstract Paper getPaper(int seed);
> >+ 
> >+     static private PaperMill instance;
> > 
> >     static public PaperMill getInstance() {
> >     return null;
> >
> 
> Why do you put code without a license statement into CVS?

Whoops....

BTW: do you have any thoughts on me and jvk making libpaper GPL,
instead of LGPL?

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]