Modifying the copyright statement in WTFPL
Clash Royale CLAN TAG#URR8PPP
A project I am following uses the WTFPL but updated the text to replace the copyright statement
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
with the project author's name and email address, and the year that they adopted the license.
I tried to convince them that the copyright statement pertains to the license itself, and that they should not change it; but I find it hard to find any resources to support my understanding.
Are there web pages or other public and ideally reasonably authoritative documents or statements which clarify this? Or could you argue that my interpretation is correct or incorrect based on general principles?
licensing copyright wtfpl
add a comment |
A project I am following uses the WTFPL but updated the text to replace the copyright statement
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
with the project author's name and email address, and the year that they adopted the license.
I tried to convince them that the copyright statement pertains to the license itself, and that they should not change it; but I find it hard to find any resources to support my understanding.
Are there web pages or other public and ideally reasonably authoritative documents or statements which clarify this? Or could you argue that my interpretation is correct or incorrect based on general principles?
licensing copyright wtfpl
add a comment |
A project I am following uses the WTFPL but updated the text to replace the copyright statement
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
with the project author's name and email address, and the year that they adopted the license.
I tried to convince them that the copyright statement pertains to the license itself, and that they should not change it; but I find it hard to find any resources to support my understanding.
Are there web pages or other public and ideally reasonably authoritative documents or statements which clarify this? Or could you argue that my interpretation is correct or incorrect based on general principles?
licensing copyright wtfpl
A project I am following uses the WTFPL but updated the text to replace the copyright statement
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
with the project author's name and email address, and the year that they adopted the license.
I tried to convince them that the copyright statement pertains to the license itself, and that they should not change it; but I find it hard to find any resources to support my understanding.
Are there web pages or other public and ideally reasonably authoritative documents or statements which clarify this? Or could you argue that my interpretation is correct or incorrect based on general principles?
licensing copyright wtfpl
licensing copyright wtfpl
asked Mar 14 at 4:57
tripleeetripleee
1336
1336
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The second item in the WTFPL FAQ makes it fairly clear that the copyright notice in the license applies to the license itself, not the project using the license:
These are the rules for the license; they mean Sam Hocevar wrote the license, and you can modify it if you want, you just cannot call your version the WTFPL.
The first FAQ item provides instructions for supplying your own copyright notice, which make it clear that your project's copyright information should be stored external to the license text itself. Also, those instructions use the obvious template Copyright © 2000 Your Name <your@address>
(which is intended to be changed) rather than the specific Sam Hocevar statement present in the WTFPL itself (which is not intended to be changed).
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
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
);
);
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%2f8073%2fmodifying-the-copyright-statement-in-wtfpl%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
The second item in the WTFPL FAQ makes it fairly clear that the copyright notice in the license applies to the license itself, not the project using the license:
These are the rules for the license; they mean Sam Hocevar wrote the license, and you can modify it if you want, you just cannot call your version the WTFPL.
The first FAQ item provides instructions for supplying your own copyright notice, which make it clear that your project's copyright information should be stored external to the license text itself. Also, those instructions use the obvious template Copyright © 2000 Your Name <your@address>
(which is intended to be changed) rather than the specific Sam Hocevar statement present in the WTFPL itself (which is not intended to be changed).
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
add a comment |
The second item in the WTFPL FAQ makes it fairly clear that the copyright notice in the license applies to the license itself, not the project using the license:
These are the rules for the license; they mean Sam Hocevar wrote the license, and you can modify it if you want, you just cannot call your version the WTFPL.
The first FAQ item provides instructions for supplying your own copyright notice, which make it clear that your project's copyright information should be stored external to the license text itself. Also, those instructions use the obvious template Copyright © 2000 Your Name <your@address>
(which is intended to be changed) rather than the specific Sam Hocevar statement present in the WTFPL itself (which is not intended to be changed).
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
add a comment |
The second item in the WTFPL FAQ makes it fairly clear that the copyright notice in the license applies to the license itself, not the project using the license:
These are the rules for the license; they mean Sam Hocevar wrote the license, and you can modify it if you want, you just cannot call your version the WTFPL.
The first FAQ item provides instructions for supplying your own copyright notice, which make it clear that your project's copyright information should be stored external to the license text itself. Also, those instructions use the obvious template Copyright © 2000 Your Name <your@address>
(which is intended to be changed) rather than the specific Sam Hocevar statement present in the WTFPL itself (which is not intended to be changed).
The second item in the WTFPL FAQ makes it fairly clear that the copyright notice in the license applies to the license itself, not the project using the license:
These are the rules for the license; they mean Sam Hocevar wrote the license, and you can modify it if you want, you just cannot call your version the WTFPL.
The first FAQ item provides instructions for supplying your own copyright notice, which make it clear that your project's copyright information should be stored external to the license text itself. Also, those instructions use the obvious template Copyright © 2000 Your Name <your@address>
(which is intended to be changed) rather than the specific Sam Hocevar statement present in the WTFPL itself (which is not intended to be changed).
edited Mar 14 at 12:14
answered Mar 14 at 7:53
apsillers♦apsillers
16.2k12954
16.2k12954
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
add a comment |
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
"should be stored elsewhere", as I read it seems that you can also past that information above the actual WTFPL licenze. "you can copy/paste the license text under the above mention" is that assessment correct?
– Petter Friberg
Mar 14 at 10:12
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
@PetterFriberg I agree with your understanding of that "you can copy/paste" sentence, so maybe my use of "elsewhere" isn't quite the right word. You certainly could put your copyright information right alongside the license text, but my point is my that your project's copyright notice should be lexically external to the license text. (Lexically adjacent is okay.) The OP's situation is that someone is inserting their own copyright notice in the middle of the license text, and removing the copyright notice present on the license.
– apsillers♦
Mar 14 at 12:10
add a comment |
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%2f8073%2fmodifying-the-copyright-statement-in-wtfpl%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