"Jeremy Kronuz" <[EMAIL PROTECTED]> writes:
> Hello again,This is an usable version of my EAN13/UPC/ISBN module.
I'm reviewing this for addition to contrib/ now. I notice that there is
no clear license statement. Is it OK to put the following into the
README file?
EAN13 - UPC - ISBN (books) - ISMN (music) - ISSN (serials)
----------------------------------------------------------
Copyright Germán Méndez Bravo (Kronuz), 2004 - 2006
This module is released under the same BSD license as the rest of
PostgreSQL.
The information to implement this module was collected through ...
Tom, yes. Also, I just put copyright in the files that contain a significant
amount of code written by me. (i.e. isn.h and isn.c).
If you check the other files, I just put the information was recompiled from
several sources and I also included the websites from where the information
came.
I suppose I just forgot to put the BSD license legend there in the code, so
please add the line you suggested about the PostgreSQL BSD license if you
want.
Also, did you get the 'isn-1_0_beta_20060924' version from my ftp? 'cause
thats the last one I updated (2006-09-24). It's at:
ftp://ftp.kronuz.com/pub/programming/isn-1_0_beta_20060924.tar.bz2 (just in
case)
Kronuz.
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend