Do permissive or copyleft licenses have a limited term based on US copyright law? Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How could using code released under CC0 infringe on the author's patents?Can I force my work to be open sourced in the future?Cases of license applicability to previous/next versionsWho is responsible for code being in the public domain?Does the GNU GPL imply that I hold copyright?Re-assigning copyright on GPL licensed software - does the assigner still have a copy?Copyright assignments in GermanyBuying a license to public domain software (where PD is recognized)?Is there a good license for a libertarian programmer who's against intellectual property?Can CC0 works be called “Copyright free”?
AI positioning circles within an arc at equal distances and heights
What was Apollo 13's "Little Jolt" after MECO?
Are these square matrices always diagonalisable?
Trumpet valves, lengths, and pitch
Is it OK if I do not take the receipt in Germany?
"My boss was furious with me and I have been fired" vs. "My boss was furious with me and I was fired"
Mistake in years of experience in resume?
Has a Nobel Peace laureate ever been accused of war crimes?
Why does the Cisco show run command not show the full version, while the show version command does?
France's Public Holidays' Puzzle
What is a 'Key' in computer science?
Retract an already submitted recommendation letter (written for an undergrad student)
My admission is revoked after accepting the admission offer
All ASCII characters with a given bit count
Will I lose my paid in full property
How would I use different systems of magic when they are capable of the same effects?
Is there any hidden 'W' sound after 'comment' in : Comment est-elle?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Is it acceptable to use working hours to read general interest books?
Where did Arya get these scars?
Check if a string is entirely made of the same substring
How to avoid introduction cliches
How to open locks without disable device?
Can I criticise the more senior developers around me for not writing clean code?
Do permissive or copyleft licenses have a limited term based on US copyright law?
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How could using code released under CC0 infringe on the author's patents?Can I force my work to be open sourced in the future?Cases of license applicability to previous/next versionsWho is responsible for code being in the public domain?Does the GNU GPL imply that I hold copyright?Re-assigning copyright on GPL licensed software - does the assigner still have a copy?Copyright assignments in GermanyBuying a license to public domain software (where PD is recognized)?Is there a good license for a libertarian programmer who's against intellectual property?Can CC0 works be called “Copyright free”?
If you write a book, the copyright for that work is protected for a long time, but the work will eventually enter the public domain under US copyright law. Does the same thing apply to pieces of software released under a permissive open source license? Would software released under a BSD, GPL, or MIT license automatically enter the public domain at some point in the future? I know that copyright law changes frequently and retroactively, I'm just curious about how the current laws would apply.
licensing copyright law
New contributor
add a comment |
If you write a book, the copyright for that work is protected for a long time, but the work will eventually enter the public domain under US copyright law. Does the same thing apply to pieces of software released under a permissive open source license? Would software released under a BSD, GPL, or MIT license automatically enter the public domain at some point in the future? I know that copyright law changes frequently and retroactively, I'm just curious about how the current laws would apply.
licensing copyright law
New contributor
add a comment |
If you write a book, the copyright for that work is protected for a long time, but the work will eventually enter the public domain under US copyright law. Does the same thing apply to pieces of software released under a permissive open source license? Would software released under a BSD, GPL, or MIT license automatically enter the public domain at some point in the future? I know that copyright law changes frequently and retroactively, I'm just curious about how the current laws would apply.
licensing copyright law
New contributor
If you write a book, the copyright for that work is protected for a long time, but the work will eventually enter the public domain under US copyright law. Does the same thing apply to pieces of software released under a permissive open source license? Would software released under a BSD, GPL, or MIT license automatically enter the public domain at some point in the future? I know that copyright law changes frequently and retroactively, I'm just curious about how the current laws would apply.
licensing copyright law
licensing copyright law
New contributor
New contributor
New contributor
asked Apr 20 at 4:22
IvannaIvanna
1161
1161
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Theoretically, the license itself is not time-limited - once the code has been released under any of the MIT, BSD, GPL or Apache licenses, it is available under that license in perpetuity. If 200 years from now you wanted to distribute the source to version 5.0 of the Linux kernel via the GPL, you could.
However, when the copyright expires (70 years after the death of the author or whatever), everybody gets the ability to distribute the code however they like so they would no longer be required to follow the GPL, any other open source license, or for that matter any proprietary license. Open source licenses rely on copyright law for their effectiveness just as much as proprietary licenses do, and they all cease to be effective when the copyright protection expires.
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "619"
;
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
);
);
Ivanna 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%2fopensource.stackexchange.com%2fquestions%2f8206%2fdo-permissive-or-copyleft-licenses-have-a-limited-term-based-on-us-copyright-law%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Theoretically, the license itself is not time-limited - once the code has been released under any of the MIT, BSD, GPL or Apache licenses, it is available under that license in perpetuity. If 200 years from now you wanted to distribute the source to version 5.0 of the Linux kernel via the GPL, you could.
However, when the copyright expires (70 years after the death of the author or whatever), everybody gets the ability to distribute the code however they like so they would no longer be required to follow the GPL, any other open source license, or for that matter any proprietary license. Open source licenses rely on copyright law for their effectiveness just as much as proprietary licenses do, and they all cease to be effective when the copyright protection expires.
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
add a comment |
Theoretically, the license itself is not time-limited - once the code has been released under any of the MIT, BSD, GPL or Apache licenses, it is available under that license in perpetuity. If 200 years from now you wanted to distribute the source to version 5.0 of the Linux kernel via the GPL, you could.
However, when the copyright expires (70 years after the death of the author or whatever), everybody gets the ability to distribute the code however they like so they would no longer be required to follow the GPL, any other open source license, or for that matter any proprietary license. Open source licenses rely on copyright law for their effectiveness just as much as proprietary licenses do, and they all cease to be effective when the copyright protection expires.
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
add a comment |
Theoretically, the license itself is not time-limited - once the code has been released under any of the MIT, BSD, GPL or Apache licenses, it is available under that license in perpetuity. If 200 years from now you wanted to distribute the source to version 5.0 of the Linux kernel via the GPL, you could.
However, when the copyright expires (70 years after the death of the author or whatever), everybody gets the ability to distribute the code however they like so they would no longer be required to follow the GPL, any other open source license, or for that matter any proprietary license. Open source licenses rely on copyright law for their effectiveness just as much as proprietary licenses do, and they all cease to be effective when the copyright protection expires.
Theoretically, the license itself is not time-limited - once the code has been released under any of the MIT, BSD, GPL or Apache licenses, it is available under that license in perpetuity. If 200 years from now you wanted to distribute the source to version 5.0 of the Linux kernel via the GPL, you could.
However, when the copyright expires (70 years after the death of the author or whatever), everybody gets the ability to distribute the code however they like so they would no longer be required to follow the GPL, any other open source license, or for that matter any proprietary license. Open source licenses rely on copyright law for their effectiveness just as much as proprietary licenses do, and they all cease to be effective when the copyright protection expires.
answered Apr 20 at 7:40
Philip KendallPhilip Kendall
1,946412
1,946412
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
add a comment |
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
Something happened with my edit. Only CC0 (maybe "unlicense" too) isn't proprietary license, all the others are. Also, you can contrast open source with closed source but not with proprietary, since they are both proprietary.
– Smart455
Apr 21 at 19:30
add a comment |
Ivanna is a new contributor. Be nice, and check out our Code of Conduct.
Ivanna is a new contributor. Be nice, and check out our Code of Conduct.
Ivanna is a new contributor. Be nice, and check out our Code of Conduct.
Ivanna is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Open Source 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%2fopensource.stackexchange.com%2fquestions%2f8206%2fdo-permissive-or-copyleft-licenses-have-a-limited-term-based-on-us-copyright-law%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