Results 1 to 6 of 6

Thread: Apache 2.0 License compatibility

  1. #1
    aka50 is offline Registered User
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    14

    Apache 2.0 License compatibility

    One little question:
    Can I use Ice in my Apache 2.0 licensed open source project? ( DF Daemon).
    On this project Ice can be used mostly as crosslanguage rmi.
    As mentioned in http://www.apache.org/licenses/GPL-compatibility.html gpl not permit to link with noncompatible licenses.

    Are there any chances to get special exception, that permits Ice to use with Apache with some restrictions? Or, may be, You can answer, why no chances?

  2. #2
    aka50 is offline Registered User
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    14
    Ok. Looks like wrong question... 22 views, but no answers .

    Let requestion in another form:

    If independent developer want to develop opensource non-profit non-commercial application with nonGPL license (and license can't be GPL for some reasons) what can be done in this situation?
    I see three ways:
    1. Don't use Ice at all (bad, because Ice wants to be worldwide standard, and personally I like Ice)
    2. Get personal permission from from ZeroC (or buy ? for non-profit project)
    3. Write own subset of Ice (nonacceptable, because it is more complex task, compare to most non-profit home-made projects)

    Please, answer .
    Last edited by aka50; 11-14-2006 at 03:29 PM.

  3. #3
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    The main point is this:

    Please note that this discussion only benefits third parties that produce GPL-covered products. The Apache Software Foundation does not allow its own projects to distribute software under licenses more restrictive than the Apache License, and the Free Software Foundation does not distribute software under the Apache License.

    (This is from http://www.apache.org/licenses/GPL-compatibility.html)

    So while we could grant permission to link certain software released under the Apache license with Ice, it would still mean that the resulting work would have to be released under GPL. You could not release your software under the
    Apache license.

  4. #4
    aka50 is offline Registered User
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    14
    I got the point. I can make core part of the application, f.e. daemon, under Apache, but it shouldn't containt any Ice dependencies. Then I can make daemon extension with Ice support, and result work will be another project, f.e. daemon-ice, and this result project should be under GPL? Looks complicated. Should this work?

    Thanks marc.
    Last edited by aka50; 11-17-2006 at 02:40 AM.

  5. #5
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    Yes, this works. Because of the "incompatible license" problem, we would still have to give you a "special permission" to link Ice with Apache software (like we do for OpenSSL) in the file ICE_LICENSE, but I don't see a problem with this.

  6. #6
    aka50 is offline Registered User
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    14
    Thanx . I'll look in this direction.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Compatibility between different versions of ICE
    By stanley20080628 in forum Help Center
    Replies: 3
    Last Post: 10-08-2009, 03:47 AM
  2. ICE Compatibility w/ Stackless Python
    By afcarl in forum Help Center
    Replies: 1
    Last Post: 09-25-2009, 06:53 PM
  3. Protobuf 2.2.0 compatibility
    By blair in forum Help Center
    Replies: 1
    Last Post: 09-10-2009, 09:23 PM
  4. silverlight and apache
    By fengshengheli in forum Help Center
    Replies: 1
    Last Post: 03-09-2009, 12:33 PM
  5. Vista compatibility
    By Uncle in forum Help Center
    Replies: 8
    Last Post: 04-12-2007, 08:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •