Git Product home page Git Product logo

Comments (5)

Shchvova avatar Shchvova commented on May 18, 2024

Thank you for bringing it up. Since we do not link with any third party GPL-licensed code, most of incompatibilities are on our side: we can modify our license to have exceptions for those licenses.

I'll talk to our lawyers on how to resolve issues you brought up.

from corona.

Shchvova avatar Shchvova commented on May 18, 2024

Hello again!
After talking to our consultant/lawyer on this topic and some coding I can close this issue as resolved. First of all, thank you for bringing it up. There was issues with code from those two places. We rewrote code/redid licensed art.

However, OpenSSL is another beast. But thing is, we put out our code under dual license, this have no connection to the license of OpenSSL, because we do not distribute GPL binaries. Corona builds you can download from coronalabs.com are distributed under commercial license and have necessary acknowledgments. If someone will choose to distribute product derived from our GPL code and they would want to link OpenSSL (which is optional), they would have to add a license exception (good example and discussion can be found here).

from corona.

Exagone313 avatar Exagone313 commented on May 18, 2024

You could update the OpenSSL version, current versions are released under the Apache 2 license.
I think what's in external directory needs to be updated (there may be security implications for not updating dependencies), but I even found another licensing problem, look at files in external/JDK7 for example:

/*
 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
 * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

(And the "solution" of using files coming from OpenJDK as a replacement is not possible, it is released under GPLv2, so not compatible with GPLv3 - not sure if files describing an ABI is really a problem though, but Oracle.)

I don't want to be rude, but it seems that going open source is harder than it seems for big projects :s

EDIT: A small review of the beginning:

  • Angle: contains some binaries, but probably built from the included source.
  • JDK7: ORACLE PROPRIETARY/CONFIDENTIAL
  • ProgrammingInLua: e-book, doesn't seem to be released under e.g. a Creative Commons license, seems rather "all rights reserved".
  • Simple-NSAlert-with-Blocks: license file missing, but the linked page contains an X11-style license, just needs to be included
  • android-support-libs/multidex: binary (didn't extract the jar, but probably contains compiled Java code and source not included)

Also, how do I build Corona? It seems that build instructions and build scripts are not fully included. See this, including the post that indeed says that as you are the only copyright owner (your company), you don't violate your own license, it's for others.

from corona.

Shchvova avatar Shchvova commented on May 18, 2024

We do not distribute GPL binaries, most of your remarks are not applicable (like not having sources for all binaries). We distribute our own source code with GPL, if one wants to make your GPL distribution of Corona derivative product it is their responsibility to use proper OpenSSL or make sure all the licenses included are GPL compatible. Our binary distributions are proprietary.
Thanks for noticing PiL.

from corona.

Shchvova avatar Shchvova commented on May 18, 2024

Btw, Omni Source License is attributed in 3rd party licenses file (for Simple-NSAlert-with-Blocks).

from corona.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.