Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: using open source project in our application

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default using open source project in our application

    Hi!

    I am making an application for commercial purpose.can i use any open source project say "Displaytag" [http://displaytag.sourceforge.net] in my application. I am asking from "licensing issues" point of view.

    Thanks...


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: using open source project in our application

    That almost definitely depends on the project. I'd send the developers an email just to make sure.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: using open source project in our application

    This thread has been cross posted here:

    http://www.java-forums.org/web-frameworks/48786-using-open-source-project-our-application.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  4. #4
    Junior Member
    Join Date
    Dec 2010
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: using open source project in our application

    regarding cross posting:
    we do this just to get as much opinions as we can from various resources :-)

    anyways,
    i would be thankful if u make me clear about my query.

  5. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: using open source project in our application

    Quote Originally Posted by the light View Post
    regarding cross posting:
    we do this just to get as much opinions as we can from various resources :-)
    Read the link I posted about the problems with cross-posting. It's very rude because it wastes our time. There are thousands of questions on these forums, so it's a waste of time to answer a question that has already been answered, or to repeat an answer you've already received. Simply linking your crossposts to each other fixes that problem, because at the very least, we can see what other people have already told you. Being rude and treating our time as meaningless is one way to convince people NOT to help you.

    Quote Originally Posted by the light View Post
    anyways,
    i would be thankful if u make me clear about my query.
    I already gave you an answer, and you've already made it clear you don't care about my time. So unless you have something more specific to ask (with relevant links to any crossposts of the same question), I'm done here.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  6. #6
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: using open source project in our application

    5. You may charge a reasonable copying fee for any distribution of this
    Package. You may charge any fee you choose for support of this Package.
    You may not charge a fee for this Package itself. However,
    you may distribute this Package in aggregate with other (possibly
    commercial) programs as part of a larger (possibly commercial) software
    distribution provided that you do not advertise this Package as a
    product of your own.

    6. The scripts and library files supplied as input to or produced as
    output from the programs of this Package do not automatically fall
    under the copyright of this Package, but belong to whomever generated
    them, and may be sold commercially, and may be aggregated with this
    Package.


    7. C or perl subroutines supplied by you and linked into this Package
    shall not be considered part of this Package.
    So it depends on what you're planning on doing:

    If you're going to modify their project (or Package), you must provide the changes made to the package in a public domain. However, it sounds like you're allowed to use their package in a proprietary program under it's current license. If you're just using the package to create a file or something for your project, that artwork is yours and you can do whatever you want with it.

    Basically, it sounds like the terms of the license are similar the LGPL license, but if you want to make sure ask an attorney.

  7. #7
    Junior Member
    Join Date
    Dec 2010
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: using open source project in our application

    Thanks helloworld922!!!


    and you've already made it clear you don't care about my time.
    .

    It is absolutely wrong that i do not care about u people's time, otherwise i would not be posting this reply. Moreover, it is good idea to include a link of cross post in our posts. I would definitely use this in my further posts if i do cross posting.

Similar Threads

  1. Editing open source code- tracing a value set to a concrete variable
    By a_posse_ad_esse in forum What's Wrong With My Code?
    Replies: 10
    Last Post: August 21st, 2011, 05:50 PM
  2. jsp/java based open source project
    By the light in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: July 17th, 2011, 03:24 AM
  3. Invitation for Open Source Project
    By rcbandit2 in forum Web Frameworks
    Replies: 3
    Last Post: June 9th, 2011, 08:05 AM
  4. Replies: 0
    Last Post: July 2nd, 2010, 01:56 PM
  5. Which is better for reporting tool: open source or charge?
    By freezea in forum JDBC & Databases
    Replies: 1
    Last Post: August 11th, 2009, 03:09 PM

Tags for this Thread