Will adding a BY-SA image to a blog post make the entire post BY-SA? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Are 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?

Random body shuffle every night—can we still function?

What does 丫 mean? 丫是什么意思?

Why is a lens darker than other ones when applying the same settings?

Marquee sign letters

Does the transliteration of 'Dravidian' exist in Hindu scripture? Does 'Dravida' refer to a Geographical area or an ethnic group?

Inverse square law not accurate for non-point masses?

The Nth Gryphon Number

2018 MacBook Pro won't let me install macOS High Sierra 10.13 from USB installer

Did any compiler fully use 80-bit floating point?

Should man-made satellites feature an intelligent inverted "cow catcher"?

Why can't fire hurt Daenerys but it did to Jon Snow in season 1?

Can two people see the same photon?

newbie Q : How to read an output file in one command line

"Destructive power" carried by a B-52?

Does the main washing effect of soap come from foam?

How much damage would a cupful of neutron star matter do to the Earth?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?

By what mechanism was the 2017 General Election called?

One-one communication

Can haste grant me and my beast master companion extra attacks?

How to achieve cat-like agility?

Nose gear failure in single prop aircraft: belly landing or nose landing?

Is a copyright notice with a non-existent name be invalid?

Weaponising the Grasp-at-a-Distance spell



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



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Are 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.4k12954




            16.4k12954












            • 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

                    He _____ here since 1970 . Answer needed [closed]What does “since he was so high” mean?Meaning of “catch birds for”?How do I ensure “since” takes the meaning I want?“Who cares here” meaningWhat does “right round toward” mean?the time tense (had now been detected)What does the phrase “ring around the roses” mean here?Correct usage of “visited upon”Meaning of “foiled rail sabotage bid”It was the third time I had gone to Rome or It is the third time I had been to Rome

                    Bunad

                    Færeyskur hestur Heimild | Tengill | Tilvísanir | LeiðsagnarvalRossið - síða um færeyska hrossið á færeyskuGott ár hjá færeyska hestinum