assuming your application is modular / your files are separate from the bfw files / bfw is used as a libary / but your app is dependent on the bfw files : should acknowledge bfw (like our ida application)
if your application is packaged together with the bfw as a component but files are separate must acknowledge use of bfw like example: This software includes SQLite 3.6.22. EMX sprintf and sscanf methods by Eberhard Mattes Copyright © 1990-1998 Eberhard Mattes. Portions of this software are copyright © 1996-2004 The FreeType Project. All rights reserved. Zlib compression library Developed by Jean-loup Gailly and Mark Adler: (Copyright © 1995-2004 by Jean-loup Gailly and Mark Adler) if you are adding lines to the bfw source codes / making a fork / making a derivative product - then it depends on the open source licensing: the gpl requires that you make it gpl also; bsd/mit is more permissive to do whatever you wish. personally i recommend you do a fork, then inform the bfw project team about it, and email them to your codes. http://en.wikipedia.org/wiki/Fork_%28software_development%29 On Tue, Jul 6, 2010 at 12:32 PM, Harisfazillah Jamel < [email protected]> wrote: > Assalamualaikum and salam sejahtera, > > Im working on something with bash script. Fall in love with Bash Framework > > http://www.neuroinfo.org/bash_framework.php > > Im going to used the framework as base for the application that I want > to build and I will customize a lot of it... > > What is proper way to acknowledge the used of bfw > > 1) Return back the codes that we customize. > 2) Ackowledge in my distribution of the said OSS software that used bfw. > > Thank you. > > -- > Join Open Source Developers Club Malaysia http://www.osdc.my/ > > Facebook Fan page > > http://www.facebook.com/group.php?gid=98685301577 > > http://www.facebook.com/OSDC.my > > You received this message because you are subscribed to the Google > > Groups "OSDC.my Mailing List" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<osdcmy-list%[email protected]> > For more options, visit this group at > http://groups.google.com/group/osdcmy-list?hl=en -- Join Open Source Developers Club Malaysia http://www.osdc.my/ Facebook Fan page http://www.facebook.com/group.php?gid=98685301577 http://www.facebook.com/OSDC.my You received this message because you are subscribed to the Google Groups "OSDC.my Mailing List" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/osdcmy-list?hl=en

