Skip to main content
Tweeted twitter.com/StackSoftEng/status/1092664268993032193
added 11 characters in body
Source Link
user300122
user300122

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.

Edit 1:

To add another example to this method, how was Apple distributing XCode which was proprietary but which was making use of gdb and other gpl licensed components under the hood to work?

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.

To add another example to this method, how was Apple distributing XCode which was proprietary but which was making use of gdb and other gpl licensed components under the hood to work?

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.

Edit 1:

To add another example to this method, how was Apple distributing XCode which was proprietary but which was making use of gdb and other gpl licensed components under the hood to work?

added 187 characters in body
Source Link
user300122
user300122

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.

To add another example to this method, how was Apple distributing XCode which was proprietary but which was making use of gdb and other gpl licensed components under the hood to work?

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.

To add another example to this method, how was Apple distributing XCode which was proprietary but which was making use of gdb and other gpl licensed components under the hood to work?

Source Link
user300122
user300122

Can I include a GPL v3 binary with my proprietary application if I prompt the user to download it at install time?

I have a proprietary application that I want to distribute and sell. The application uses a GPL v3 licensed binary/library.

Since I don't want to distribute the source of my application and also want to provide convenience to my users, instead of supplying the GPL v3 library with my application bundle, can I provide a URL link at installation time which the user clicks to download the necessary GPL v3 library to their computer, necessary for my application?

That way, I would not be distributing the GPL v3 licensed library with my app, merely helping the user download it and then the library would be available to my application.