Will adding a BY-SA image to a blog post make the entire post BY-SA? The 2019 Stack Overflow Developer Survey Results Are In Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraAre the contents of an image covered by the license applied to the image?Will copyleft help me control what others are able to do with my code?Is a ROM image an “executable file” for GPL purposes?Common practice on GitHub and license/copyrightWhat is considered proper attribution for a deleted Stack Exchange post?What is defined as trivial code when licensing a projectDoes the AGPL help to protect against closed source if the application is run on a remote server and proxied by a separate service?Can you make GPL-licensed software using the Tizen SDK?Will distributing my program with virtual box make it GPL?What is the license of code found in ObservableHQ?

Do warforged have souls?

Why are PDP-7-style microprogrammed instructions out of vogue?

Presidential Pardon

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Python - Fishing Simulator

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Word to describe a time interval

Why did Peik Lin say, "I'm not an animal"?

What force causes entropy to increase?

Is an up-to-date browser secure on an out-of-date OS?

What aspect of planet Earth must be changed to prevent the industrial revolution?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Store Dynamic-accessible hidden metadata in a cell

Why not take a picture of a closer black hole?

Can I visit the Trinity College (Cambridge) library and see some of their rare books

How to make Illustrator type tool selection automatically adapt with text length

Would an alien lifeform be able to achieve space travel if lacking in vision?

Intergalactic human space ship encounters another ship, character gets shunted off beyond known universe, reality starts collapsing

Is 'stolen' appropriate word?

Are there continuous functions who are the same in an interval but differ in at least one other point?

How to determine omitted units in a publication

US Healthcare consultation for visitors

Is there a writing software that you can sort scenes like slides in PowerPoint?

Can each chord in a progression create its own key?



Will adding a BY-SA image to a blog post make the entire post BY-SA?



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraAre the contents of an image covered by the license applied to the image?Will copyleft help me control what others are able to do with my code?Is a ROM image an “executable file” for GPL purposes?Common practice on GitHub and license/copyrightWhat is considered proper attribution for a deleted Stack Exchange post?What is defined as trivial code when licensing a projectDoes the AGPL help to protect against closed source if the application is run on a remote server and proxied by a separate service?Can you make GPL-licensed software using the Tizen SDK?Will distributing my program with virtual box make it GPL?What is the license of code found in ObservableHQ?










10















I tried to read the license deed but it was too advanced for me to understand.



Consider these 2 situations,



  1. I take a CC-BY-SA image and upload it to my blogpost it as is, without any modification.

  2. I take a CC-BY-SA image, modify it and then add it to my blogpost.

How do each of these affect my website? Will it make my post also CC-BY-SA?



While searching about this someone even suggested not using BY-SA images as it could make my entire website BY-SA.










share|improve this question




























    10















    I tried to read the license deed but it was too advanced for me to understand.



    Consider these 2 situations,



    1. I take a CC-BY-SA image and upload it to my blogpost it as is, without any modification.

    2. I take a CC-BY-SA image, modify it and then add it to my blogpost.

    How do each of these affect my website? Will it make my post also CC-BY-SA?



    While searching about this someone even suggested not using BY-SA images as it could make my entire website BY-SA.










    share|improve this question


























      10












      10








      10








      I tried to read the license deed but it was too advanced for me to understand.



      Consider these 2 situations,



      1. I take a CC-BY-SA image and upload it to my blogpost it as is, without any modification.

      2. I take a CC-BY-SA image, modify it and then add it to my blogpost.

      How do each of these affect my website? Will it make my post also CC-BY-SA?



      While searching about this someone even suggested not using BY-SA images as it could make my entire website BY-SA.










      share|improve this question
















      I tried to read the license deed but it was too advanced for me to understand.



      Consider these 2 situations,



      1. I take a CC-BY-SA image and upload it to my blogpost it as is, without any modification.

      2. I take a CC-BY-SA image, modify it and then add it to my blogpost.

      How do each of these affect my website? Will it make my post also CC-BY-SA?



      While searching about this someone even suggested not using BY-SA images as it could make my entire website BY-SA.







      licensing copyleft cc-by-sa cc-by-nc-sa






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 24 at 13:11







      nshunz

















      asked Mar 24 at 12:58









      nshunznshunz

      786




      786




















          2 Answers
          2






          active

          oldest

          votes


















          13














          The CC ShareAlike terms merely say that whenever you do make a derivative work of the image, distribution of that derivative work must be under ShareAlike (or CC-approved ShareAlike-compatible) terms. The relevant unsettled question is exactly when a derivative work is created, which lies in the domain of copyright law, not the license terms.



          Certainly modifications to the image itself will need to be under ShareAlike terms, but the degree to which that requirement extends to a surrounding context is slightly less clear. There is some relevant case law (from the United States):



          The U.S. case Drauglis v. Kappa Map Group, LLC found that the use of a CC BY-SA image as cover art for an atlas did not extend the ShareAlike requirement to the whole atlas. The court found use of the image as cover art to be a compilation of separate works rather than a single derivative. This is not exactly the same as inline inclusion in a blog post, but it may be the closest case law that currently exists.



          Since you are considering an online blog specifically, there may be additional factors in favor of the image being a completely separate work. If the blog post is written in HTML and does not directly include the image (e.g., as a base-64 embedded data blob) but instead refers to it by URL, the U.S. case Perfect 10 v. Amazon found that referring to an image resource by URL is not equivalent to displaying the image. The fact that a web browser will attempt to render whatever resource is found at that URL does not mean the author of the HTML page is responsible for displaying that image.



          Specifically, the Perfect 10 ruling says:




          Providing these HTML instructions [i.e., to display someone's copyrighted image] is not equivalent to showing a copy. First, the HTML instructions are lines of text, not a photographic image. Second, HTML instructions do not themselves cause infringing images to appear on the user’s computer screen.




          From such a legal conclusion, I think there's a strong argument that referring to an image by URL in an HTML page would not inherently create a derivative of the image, either, since the HTML instructions do not include the image itself.






          share|improve this answer

























          • Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

            – Bakuriu
            Mar 24 at 20:18











          • @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

            – apsillers
            Mar 24 at 21:44












          • As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

            – MadHatter
            Mar 25 at 7:11


















          5














          The ShareAlike licenses (version 4) use this definition to describe what exactly is subject to the ShareAlike requirements:




          [Section 1(a)] Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.



          [...]



          [Section 1(k)] Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.



          [...]



          [Section 3(b)] In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.

          [...]




          I know, it's a lot of text. But it is fairly unambiguous:



          • If you modify the image, the modified image itself is certainly subject to ShareAlike requirements. That is, you must license the modified image under the same CC-BY-SA license, a later one, or under one of the "compatible licenses".

          • If you display either the modified or unmodified image, with or without accompanying text, then it would depend on whether the text could be considered a derivative work of the image. In most cases, the answer will be "no"; that's why they had to add a special carve-out for using music as the soundtrack to a film ("synched in timed relation with a moving image").

          • However, if for example the text is a very detailed description of the image contents, to help people with vision problems interpret or appreciate it, then that might be a derivative work, because it incorporates elements of the image directly into the text. This will likely vary by jurisdiction, so consult a local attorney if you're uncertain whether your particular use is a derivative.

          • I cannot imagine a situation in which using a single CC-BY-SA image would subject your entire website to the ShareAlike requirements. There are, unfortunately, licenses that do things like that (e.g. the SSPL), but Creative Commons does not publish any such licenses, nor will you find such a license widely accepted or used within the open source community.





          share|improve this answer

























            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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fopensource.stackexchange.com%2fquestions%2f8115%2fwill-adding-a-by-sa-image-to-a-blog-post-make-the-entire-post-by-sa%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            13














            The CC ShareAlike terms merely say that whenever you do make a derivative work of the image, distribution of that derivative work must be under ShareAlike (or CC-approved ShareAlike-compatible) terms. The relevant unsettled question is exactly when a derivative work is created, which lies in the domain of copyright law, not the license terms.



            Certainly modifications to the image itself will need to be under ShareAlike terms, but the degree to which that requirement extends to a surrounding context is slightly less clear. There is some relevant case law (from the United States):



            The U.S. case Drauglis v. Kappa Map Group, LLC found that the use of a CC BY-SA image as cover art for an atlas did not extend the ShareAlike requirement to the whole atlas. The court found use of the image as cover art to be a compilation of separate works rather than a single derivative. This is not exactly the same as inline inclusion in a blog post, but it may be the closest case law that currently exists.



            Since you are considering an online blog specifically, there may be additional factors in favor of the image being a completely separate work. If the blog post is written in HTML and does not directly include the image (e.g., as a base-64 embedded data blob) but instead refers to it by URL, the U.S. case Perfect 10 v. Amazon found that referring to an image resource by URL is not equivalent to displaying the image. The fact that a web browser will attempt to render whatever resource is found at that URL does not mean the author of the HTML page is responsible for displaying that image.



            Specifically, the Perfect 10 ruling says:




            Providing these HTML instructions [i.e., to display someone's copyrighted image] is not equivalent to showing a copy. First, the HTML instructions are lines of text, not a photographic image. Second, HTML instructions do not themselves cause infringing images to appear on the user’s computer screen.




            From such a legal conclusion, I think there's a strong argument that referring to an image by URL in an HTML page would not inherently create a derivative of the image, either, since the HTML instructions do not include the image itself.






            share|improve this answer

























            • Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

              – Bakuriu
              Mar 24 at 20:18











            • @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

              – apsillers
              Mar 24 at 21:44












            • As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

              – MadHatter
              Mar 25 at 7:11















            13














            The CC ShareAlike terms merely say that whenever you do make a derivative work of the image, distribution of that derivative work must be under ShareAlike (or CC-approved ShareAlike-compatible) terms. The relevant unsettled question is exactly when a derivative work is created, which lies in the domain of copyright law, not the license terms.



            Certainly modifications to the image itself will need to be under ShareAlike terms, but the degree to which that requirement extends to a surrounding context is slightly less clear. There is some relevant case law (from the United States):



            The U.S. case Drauglis v. Kappa Map Group, LLC found that the use of a CC BY-SA image as cover art for an atlas did not extend the ShareAlike requirement to the whole atlas. The court found use of the image as cover art to be a compilation of separate works rather than a single derivative. This is not exactly the same as inline inclusion in a blog post, but it may be the closest case law that currently exists.



            Since you are considering an online blog specifically, there may be additional factors in favor of the image being a completely separate work. If the blog post is written in HTML and does not directly include the image (e.g., as a base-64 embedded data blob) but instead refers to it by URL, the U.S. case Perfect 10 v. Amazon found that referring to an image resource by URL is not equivalent to displaying the image. The fact that a web browser will attempt to render whatever resource is found at that URL does not mean the author of the HTML page is responsible for displaying that image.



            Specifically, the Perfect 10 ruling says:




            Providing these HTML instructions [i.e., to display someone's copyrighted image] is not equivalent to showing a copy. First, the HTML instructions are lines of text, not a photographic image. Second, HTML instructions do not themselves cause infringing images to appear on the user’s computer screen.




            From such a legal conclusion, I think there's a strong argument that referring to an image by URL in an HTML page would not inherently create a derivative of the image, either, since the HTML instructions do not include the image itself.






            share|improve this answer

























            • Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

              – Bakuriu
              Mar 24 at 20:18











            • @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

              – apsillers
              Mar 24 at 21:44












            • As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

              – MadHatter
              Mar 25 at 7:11













            13












            13








            13







            The CC ShareAlike terms merely say that whenever you do make a derivative work of the image, distribution of that derivative work must be under ShareAlike (or CC-approved ShareAlike-compatible) terms. The relevant unsettled question is exactly when a derivative work is created, which lies in the domain of copyright law, not the license terms.



            Certainly modifications to the image itself will need to be under ShareAlike terms, but the degree to which that requirement extends to a surrounding context is slightly less clear. There is some relevant case law (from the United States):



            The U.S. case Drauglis v. Kappa Map Group, LLC found that the use of a CC BY-SA image as cover art for an atlas did not extend the ShareAlike requirement to the whole atlas. The court found use of the image as cover art to be a compilation of separate works rather than a single derivative. This is not exactly the same as inline inclusion in a blog post, but it may be the closest case law that currently exists.



            Since you are considering an online blog specifically, there may be additional factors in favor of the image being a completely separate work. If the blog post is written in HTML and does not directly include the image (e.g., as a base-64 embedded data blob) but instead refers to it by URL, the U.S. case Perfect 10 v. Amazon found that referring to an image resource by URL is not equivalent to displaying the image. The fact that a web browser will attempt to render whatever resource is found at that URL does not mean the author of the HTML page is responsible for displaying that image.



            Specifically, the Perfect 10 ruling says:




            Providing these HTML instructions [i.e., to display someone's copyrighted image] is not equivalent to showing a copy. First, the HTML instructions are lines of text, not a photographic image. Second, HTML instructions do not themselves cause infringing images to appear on the user’s computer screen.




            From such a legal conclusion, I think there's a strong argument that referring to an image by URL in an HTML page would not inherently create a derivative of the image, either, since the HTML instructions do not include the image itself.






            share|improve this answer















            The CC ShareAlike terms merely say that whenever you do make a derivative work of the image, distribution of that derivative work must be under ShareAlike (or CC-approved ShareAlike-compatible) terms. The relevant unsettled question is exactly when a derivative work is created, which lies in the domain of copyright law, not the license terms.



            Certainly modifications to the image itself will need to be under ShareAlike terms, but the degree to which that requirement extends to a surrounding context is slightly less clear. There is some relevant case law (from the United States):



            The U.S. case Drauglis v. Kappa Map Group, LLC found that the use of a CC BY-SA image as cover art for an atlas did not extend the ShareAlike requirement to the whole atlas. The court found use of the image as cover art to be a compilation of separate works rather than a single derivative. This is not exactly the same as inline inclusion in a blog post, but it may be the closest case law that currently exists.



            Since you are considering an online blog specifically, there may be additional factors in favor of the image being a completely separate work. If the blog post is written in HTML and does not directly include the image (e.g., as a base-64 embedded data blob) but instead refers to it by URL, the U.S. case Perfect 10 v. Amazon found that referring to an image resource by URL is not equivalent to displaying the image. The fact that a web browser will attempt to render whatever resource is found at that URL does not mean the author of the HTML page is responsible for displaying that image.



            Specifically, the Perfect 10 ruling says:




            Providing these HTML instructions [i.e., to display someone's copyrighted image] is not equivalent to showing a copy. First, the HTML instructions are lines of text, not a photographic image. Second, HTML instructions do not themselves cause infringing images to appear on the user’s computer screen.




            From such a legal conclusion, I think there's a strong argument that referring to an image by URL in an HTML page would not inherently create a derivative of the image, either, since the HTML instructions do not include the image itself.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Mar 25 at 11:47

























            answered Mar 24 at 16:30









            apsillersapsillers

            16.2k12954




            16.2k12954












            • Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

              – Bakuriu
              Mar 24 at 20:18











            • @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

              – apsillers
              Mar 24 at 21:44












            • As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

              – MadHatter
              Mar 25 at 7:11

















            • Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

              – Bakuriu
              Mar 24 at 20:18











            • @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

              – apsillers
              Mar 24 at 21:44












            • As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

              – MadHatter
              Mar 25 at 7:11
















            Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

            – Bakuriu
            Mar 24 at 20:18





            Your point about that decision is not completely correct. The issue is not embedding the content. Is hosting it. An image URL can infringe if the URL point to the image hosted by something other than the copyright holder.

            – Bakuriu
            Mar 24 at 20:18













            @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

            – apsillers
            Mar 24 at 21:44






            @Bakuriu I see how I have slightly overstated the scope of the case, and I have edited to rephrase my point. My point is agnostic to whether the person hosts the image or not. I wanted to highlight the fact that URL reference does not inherently cause infringement (though it might do so, as you say, for whoever actually hosts and serves the image), and this indicates that the HTML instructions to include an image are detached from the copyright of the image. I'm interested, in this answer, in the consequences this has for the status of the HTML page as a (non-)derivative work.

            – apsillers
            Mar 24 at 21:44














            As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

            – MadHatter
            Mar 25 at 7:11





            As soon as I read the question, I thought of Drauglis as the persuasive authority. +1 from me.

            – MadHatter
            Mar 25 at 7:11











            5














            The ShareAlike licenses (version 4) use this definition to describe what exactly is subject to the ShareAlike requirements:




            [Section 1(a)] Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.



            [...]



            [Section 1(k)] Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.



            [...]



            [Section 3(b)] In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.

            [...]




            I know, it's a lot of text. But it is fairly unambiguous:



            • If you modify the image, the modified image itself is certainly subject to ShareAlike requirements. That is, you must license the modified image under the same CC-BY-SA license, a later one, or under one of the "compatible licenses".

            • If you display either the modified or unmodified image, with or without accompanying text, then it would depend on whether the text could be considered a derivative work of the image. In most cases, the answer will be "no"; that's why they had to add a special carve-out for using music as the soundtrack to a film ("synched in timed relation with a moving image").

            • However, if for example the text is a very detailed description of the image contents, to help people with vision problems interpret or appreciate it, then that might be a derivative work, because it incorporates elements of the image directly into the text. This will likely vary by jurisdiction, so consult a local attorney if you're uncertain whether your particular use is a derivative.

            • I cannot imagine a situation in which using a single CC-BY-SA image would subject your entire website to the ShareAlike requirements. There are, unfortunately, licenses that do things like that (e.g. the SSPL), but Creative Commons does not publish any such licenses, nor will you find such a license widely accepted or used within the open source community.





            share|improve this answer





























              5














              The ShareAlike licenses (version 4) use this definition to describe what exactly is subject to the ShareAlike requirements:




              [Section 1(a)] Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.



              [...]



              [Section 1(k)] Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.



              [...]



              [Section 3(b)] In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.

              [...]




              I know, it's a lot of text. But it is fairly unambiguous:



              • If you modify the image, the modified image itself is certainly subject to ShareAlike requirements. That is, you must license the modified image under the same CC-BY-SA license, a later one, or under one of the "compatible licenses".

              • If you display either the modified or unmodified image, with or without accompanying text, then it would depend on whether the text could be considered a derivative work of the image. In most cases, the answer will be "no"; that's why they had to add a special carve-out for using music as the soundtrack to a film ("synched in timed relation with a moving image").

              • However, if for example the text is a very detailed description of the image contents, to help people with vision problems interpret or appreciate it, then that might be a derivative work, because it incorporates elements of the image directly into the text. This will likely vary by jurisdiction, so consult a local attorney if you're uncertain whether your particular use is a derivative.

              • I cannot imagine a situation in which using a single CC-BY-SA image would subject your entire website to the ShareAlike requirements. There are, unfortunately, licenses that do things like that (e.g. the SSPL), but Creative Commons does not publish any such licenses, nor will you find such a license widely accepted or used within the open source community.





              share|improve this answer



























                5












                5








                5







                The ShareAlike licenses (version 4) use this definition to describe what exactly is subject to the ShareAlike requirements:




                [Section 1(a)] Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.



                [...]



                [Section 1(k)] Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.



                [...]



                [Section 3(b)] In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.

                [...]




                I know, it's a lot of text. But it is fairly unambiguous:



                • If you modify the image, the modified image itself is certainly subject to ShareAlike requirements. That is, you must license the modified image under the same CC-BY-SA license, a later one, or under one of the "compatible licenses".

                • If you display either the modified or unmodified image, with or without accompanying text, then it would depend on whether the text could be considered a derivative work of the image. In most cases, the answer will be "no"; that's why they had to add a special carve-out for using music as the soundtrack to a film ("synched in timed relation with a moving image").

                • However, if for example the text is a very detailed description of the image contents, to help people with vision problems interpret or appreciate it, then that might be a derivative work, because it incorporates elements of the image directly into the text. This will likely vary by jurisdiction, so consult a local attorney if you're uncertain whether your particular use is a derivative.

                • I cannot imagine a situation in which using a single CC-BY-SA image would subject your entire website to the ShareAlike requirements. There are, unfortunately, licenses that do things like that (e.g. the SSPL), but Creative Commons does not publish any such licenses, nor will you find such a license widely accepted or used within the open source community.





                share|improve this answer















                The ShareAlike licenses (version 4) use this definition to describe what exactly is subject to the ShareAlike requirements:




                [Section 1(a)] Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.



                [...]



                [Section 1(k)] Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.



                [...]



                [Section 3(b)] In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply.

                [...]




                I know, it's a lot of text. But it is fairly unambiguous:



                • If you modify the image, the modified image itself is certainly subject to ShareAlike requirements. That is, you must license the modified image under the same CC-BY-SA license, a later one, or under one of the "compatible licenses".

                • If you display either the modified or unmodified image, with or without accompanying text, then it would depend on whether the text could be considered a derivative work of the image. In most cases, the answer will be "no"; that's why they had to add a special carve-out for using music as the soundtrack to a film ("synched in timed relation with a moving image").

                • However, if for example the text is a very detailed description of the image contents, to help people with vision problems interpret or appreciate it, then that might be a derivative work, because it incorporates elements of the image directly into the text. This will likely vary by jurisdiction, so consult a local attorney if you're uncertain whether your particular use is a derivative.

                • I cannot imagine a situation in which using a single CC-BY-SA image would subject your entire website to the ShareAlike requirements. There are, unfortunately, licenses that do things like that (e.g. the SSPL), but Creative Commons does not publish any such licenses, nor will you find such a license widely accepted or used within the open source community.






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Mar 25 at 6:28

























                answered Mar 24 at 16:19









                KevinKevin

                1,8451014




                1,8451014



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fopensource.stackexchange.com%2fquestions%2f8115%2fwill-adding-a-by-sa-image-to-a-blog-post-make-the-entire-post-by-sa%23new-answer', 'question_page');

                    );

                    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







                    Popular posts from this blog

                    Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

                    Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

                    Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers