savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] submission of Snake Jerky - Persistent Python Obj


From: Scott Moonen
Subject: Re: [Savannah-hackers] submission of Snake Jerky - Persistent Python Object Store - savannah.nongnu.org
Date: Thu, 25 Sep 2003 03:59:48 -0700
User-agent: Mutt/1.4i

Thanks, Rudy.  I intended to do so before putting it into CVS, but I'd be
happy to do it now.  I wonder if you could provide me with some guidance on
how to apply the license.  Should I prefix every source file with the full
license?  Or should I prefix every source file with a copyright statement
and a reference to the license?  I was able to find explicit guidance for
the GPL but not for the BSD license.

Thanks,

  -- Scott Moonen


On Tue, Sep 23, 2003 at 03:36:29AM -0400, Rudy Gevaert wrote:
> Hi,
> 
> I'm evaluating the project you submitted for approval in Savannah.
> 
> On Mon, Sep 22, 2003 at 10:59:33AM -0400, address@hidden wrote:
> > 
> > A package was submitted to savannah.nongnu.org
> > This mail was sent to address@hidden, address@hidden
> > 
> > 
> > Scott Moonen <address@hidden> described the package as follows:
> > License: mbsd
> > Other License: 
> > Package: Snake Jerky - Persistent Python Object Store
> > System name: snakejerky
> > Type: non-GNU
> > 
> > Description:
> > This project provides a persistent object store for the Python 
> > 
> > programming language.  It accomplishes this with several levels of 
> > 
> > abstraction.  Level 1 manages pages in mmap'ed storage.  Level 2 is a 
> > 
> > "heap manager" that provides the ability to allocate and free mmap'ed 
> > 
> > storage.  Level 3 provides for the management of a rudimentary set of 
> > 
> > mmap'ed objects (integers, floats, strings, lists, and dictionaries).  
> > 
> > Level 4 exposes these mmap'ed objects to Python for use as persistent 
> > 
> > objects.  A Python base class provides the final layer of 
> > 
> > abstraction, allowing full-fledged Python objects to be stored in the 
> > 
> > persistent object store.  Rudimentary synchronization is provided to 
> > 
> > allow for multi-threaded and multi-process access to the object 
> > 
> > store. 
> > 
> > The source for this project can be found at 
> > 
> > http://jot.andstuff.org/persist.tar.gz.
> 
>  In order to release your project properly and unambiguously 
> under the MBSD license, please place copyright notices and permission-to-copy
> statements at the beginning of every file of source code.
> 
> Please register your project once more with the changes
> mentioned above.  
> 
> We cannot track projects that have been answered but not approved, so
> we must ask you to register the project whenever you change the
> registration. Make sure to apply all changes so you need to reregister
> only once.
> 
> The re-registration URL found in our acknowledgement of your earlier
> registration will direct you to the proper location.
> 
> Regards,
> 
> Rudy
> -- 
> Rudy Gevaert                address@hidden            
> Web page                    http://www.webworm.org
> GNU/Linux for schools       http://www.nongnu.org/glms
> Savannah hacker             http://savannah.gnu.org
>                                       
> 

-- 
http://scott.andstuff.org/




reply via email to

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