Subject | Re: [Firebird-Java] Re: credits |
---|---|
Author | Marco Ferretti |
Post date | 2003-06-24T08:40:47Z |
Helen,Roman,
thanks for your help, but I realize I didn't explain the task quite well ...
My application is "database independent" since I do not use database specific commands but use views rather that burning joins in the code. This helps me mantaining the code and, with little work, migrate to other database engines.Obviously I pay this in terms of database operations speed.
I wanted to ship the Jaybird jar together with the installation pakage and the sql script to create the databse (from wich the user can build a script for its own database), since Firebird is the database server I used the most for the tests and is among the ones I declare I have been testing the application with.
Because of the shipping, I wanted to add credits to the developers and contributors of the driver and, if I have to, licencing informations and source code of the driver.
I am not shipping the Firebird engine,thou I was thinking about a setction of the user manual to help download and configure it for the application.
TIA
Marco
-------Original Message-------
Date: martedì 24 giugno 2003 2.36.36
Subject: Re: [Firebird-Java] Re: credits At 06:50 PM 23/06/2003 +0000, you wrote: >Hi,I'm not sure about LGPL requirements wrt to publishing the licence. If it's like GPL, then you have to include the licence as a text file with the software package. You aren't required to package the Jaybird source code with the product, as long as there is a link to where it can be found. If your own source code is a modification of the Jaybird source, you have to license your source under LGPL and include the proper attributions right in the source code (usually as an addition to the commented text at the top of each source file) and sign all of the blocks of code that you contributed. You are also required to offer your modified code back to the Jaybird project. As I understand, the question is about credits for use of Jaybird and Firebird. Something like this, in an About.. box and a README.licensing file, would be appropriate: This product uses the Jaybird JDBC/JCA Type 4 driver to connect to the Firebird relational database. Both products are developed and distributed free of charge under open source licensing agreements. Jaybird is subject to the Lesser General Public License (LGPL, or "Gnu Library License"). Firebird is subject to the InterBase Public License (IPL) v.1.0, a variant of the Mozilla Public License (MPL) v.1.1. Details of the licenses may be found in these locations: LGPL: http://www.opensource.org/licenses/lgpl-license.php IPL v.1.0: http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_ipl MPL v.1.1: http://www.opensource.org/licenses/mozilla1.1.php Sources for Jaybird and Firebird may be found at http://sourceforge.net/cvs/?group_id=9028 hth Helen To unsubscribe from this group, send an email to: Firebird-Java-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. __________ NOD32 1.439 (20030616) Information __________ This message was checked by NOD32 Antivirus System. http://www.nod32.com | |||
|