GPL Licensed code as separate process Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Can one take BSD licensed code and distribute it under GPL?Usage of gplv3 software to deliver outputCan I bundle Apache 2.0 licensed components in a GPL 3 licensed project?Does the GNU Affero GPL help to protect against closed source if the application is run on a remote server?What are the limits of software licensing?Can a company legally block access to their public servers for a specific program?Code compatible with a GPL licensed program published under a different license (GNU gettext)Re-Releasing, Re-Naming and Re-Writing Open Source GNU V3 Licensed softwareApplication code shared between GNU and Comercial softwareWebsites using GPL-licensed libraries
What is a 'Key' in computer science?
Raising a bilingual kid. When should we introduce the majority language?
Are these square matrices always diagonalisable?
Check if a string is entirely made of the same substring
Israeli soda type drink
Are all CP/M-80 implementations binary compatible?
Expansion//Explosion and Siren Stormtamer
What is "leading note" and what does it mean to "raise a note"?
Married in secret, can marital status in passport be changed at a later date?
Is Electric Central Heating worth it if using Solar Panels?
Do you need a weapon for Thunderous Smite, and the other 'Smite' spells?
My bank got bought out, am I now going to have to start filing tax returns in a different state?
Is there any hidden 'W' sound after 'comment' in : Comment est-elle?
What is ls Largest Number Formed by only moving two sticks in 508?
Why did Israel vote against lifting the American embargo on Cuba?
Second order approximation of the loss function (Deep learning book, 7.33)
Map material from china not allowed to leave the country
Can you stand up from being prone using Skirmisher outside of your turn?
Identify story/novel: Tribe on colonized planet, not aware of this. "Taboo," altitude sickness, robot guardian (60s? Young Adult?)
Retract an already submitted recommendation letter (written for an undergrad student)
What is the best argument for maximum parsimony method in phylogenetic tree construction?
Why does the Cisco show run command not show the full version, while the show version command does?
What to do with someone that cheated their way through university and a PhD program?
How to find the right literary agent in the USA?
GPL Licensed code as separate process
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Can one take BSD licensed code and distribute it under GPL?Usage of gplv3 software to deliver outputCan I bundle Apache 2.0 licensed components in a GPL 3 licensed project?Does the GNU Affero GPL help to protect against closed source if the application is run on a remote server?What are the limits of software licensing?Can a company legally block access to their public servers for a specific program?Code compatible with a GPL licensed program published under a different license (GNU gettext)Re-Releasing, Re-Naming and Re-Writing Open Source GNU V3 Licensed softwareApplication code shared between GNU and Comercial softwareWebsites using GPL-licensed libraries
We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:
Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.
Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.
Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)
Can we do this in our commercial app without having to publish our source code?
Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.
software licensing commerce gpl
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:
Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.
Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.
Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)
Can we do this in our commercial app without having to publish our source code?
Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.
software licensing commerce gpl
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:
Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.
Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.
Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)
Can we do this in our commercial app without having to publish our source code?
Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.
software licensing commerce gpl
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
We are going to use a GPL licensed application as separate process inside a docker. So here's how it works:
Main app ships to client, it doesn't have any GPL code. Does have lots of things and manages lots of Docker images.
Our app CAN download and launch custom made Docker images (special purpose, we maintain docker images and they are custom built). All other docker images we have, does not include any GPL code.
Inside just one of the docker images a server software with GPL license will be running all the time, that's the main server software in that particular docker image (as-is)
Can we do this in our commercial app without having to publish our source code?
Basically we maintain and create the docker image, but that's not main part of our software and its completely optional and users can choose to download that docker image and run it if they want to. GPL code is not blended into our main app, its totally separate and its inside docker image. Imagine being Amazon and maintaining list of VM images you build and letting your clients download and launch instances of VM images you built that contain many GPL licensed applications.
software licensing commerce gpl
software licensing commerce gpl
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 11 mins ago
GMX RiderGMX Rider
1
1
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
GMX Rider is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "617"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f40420%2fgpl-licensed-code-as-separate-process%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.
GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.
GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.
GMX Rider is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Law Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f40420%2fgpl-licensed-code-as-separate-process%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown