Re: ISBN/ISSN/ISMN/EAN13 module - Mailing list pgsql-hackers

From Jeremy Kronuz
Subject Re: ISBN/ISSN/ISMN/EAN13 module
Date
Msg-id BAY107-F14DA90BCFCD055D394051ED8340@phx.gbl
Whole thread Raw
In response to Re: ISBN/ISSN/ISMN/EAN13 module  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ISBN/ISSN/ISMN/EAN13 module  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
>
>"Jeremy Kronuz" <kronuz@hotmail.com> 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 
that�s 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.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Fix linking of OpenLDAP libraries
Next
From: Tom Lane
Date:
Subject: Re: ISBN/ISSN/ISMN/EAN13 module