Releasing Patch File for BSD3 Licensed ProjectIs ripping off an open source library okay?Can I take BSD licensed code and distribute it under GPL?Copying a file from an open source projectDerived work of BSD licensed software, how do I indicate this?Using FreeBSD licensed code in a GPL3+ projectDo packages listed in a package.json file need to be documented individually?Valid locations for propagated MIT/BSD licenses?BSD 3-Clause: where to place license for binary installation?A small Go library under GPLv2, rewrite it under modified BSDI'm creating a code generator that uses BSD licensed code as a reference. How do I give proper attribution to the referenced code?Why does the clause 3 of 4-clause BSD makes it incompatible with GPL?

What is the unit of time_lock_delta in LND?

Retract an already submitted recommendation letter (written for an undergrad student)

What is purpose of DB Browser(dbbrowser.aspx) under admin tool?

What is the best way to deal with NPC-NPC combat?

Is Electric Central Heating worth it if using Solar Panels?

A faster way to compute the largest prime factor

How can I wire a 9-position switch so that each position turns on one more LED than the one before?

Older movie/show about humans on derelict alien warship which refuels by passing through a star

What to do with someone that cheated their way through university and a PhD program?

Is it acceptable to use working hours to read general interest books?

Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?

What does MLD stand for?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

Is there really no use for MD5 anymore?

What is this word supposed to be?

Where was the County of Thurn und Taxis located?

Drawing a german abacus as in the books of Adam Ries

Multiple options vs single option UI

Why do distances seem to matter in the Foundation world?

How much of a wave function must reside inside event horizon for it to be consumed by the black hole?

Who's the random kid standing in the gathering at the end?

Island of Knights, Knaves and Spies

Check if a string is entirely made of the same substring

What was Apollo 13's "Little Jolt" after MECO?



Releasing Patch File for BSD3 Licensed Project


Is ripping off an open source library okay?Can I take BSD licensed code and distribute it under GPL?Copying a file from an open source projectDerived work of BSD licensed software, how do I indicate this?Using FreeBSD licensed code in a GPL3+ projectDo packages listed in a package.json file need to be documented individually?Valid locations for propagated MIT/BSD licenses?BSD 3-Clause: where to place license for binary installation?A small Go library under GPLv2, rewrite it under modified BSDI'm creating a code generator that uses BSD licensed code as a reference. How do I give proper attribution to the referenced code?Why does the clause 3 of 4-clause BSD makes it incompatible with GPL?













4















There is a simple project licensed under BSD3 that provides a CMake module. The project has a CMake build system that builds an example document by including the provided module. The CMake module has the BSD3 license and copyright included within it, which I assume applies to the entire project, not just that file.



To mesh this project with my own, I have modified the build system. I have captured these changes in a patch file. While the project containing the patch doesn't include the original project, it does contain a few lines of code from the build system inside that patch file as context for my changes.



Since I am relatively new to working with open source licenses, I am wondering what is the appropriate way to mark the project to ensure the terms of the original license are fulfilled. I know I need to include the original copyright, license, and disclaimer, and I would like to release my own code/changes under an equally permissive license (BSD2, BSD3, or MIT), but I am unsure how to differentiate what parts are covered by which license.










share|improve this question







New contributor




Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    4















    There is a simple project licensed under BSD3 that provides a CMake module. The project has a CMake build system that builds an example document by including the provided module. The CMake module has the BSD3 license and copyright included within it, which I assume applies to the entire project, not just that file.



    To mesh this project with my own, I have modified the build system. I have captured these changes in a patch file. While the project containing the patch doesn't include the original project, it does contain a few lines of code from the build system inside that patch file as context for my changes.



    Since I am relatively new to working with open source licenses, I am wondering what is the appropriate way to mark the project to ensure the terms of the original license are fulfilled. I know I need to include the original copyright, license, and disclaimer, and I would like to release my own code/changes under an equally permissive license (BSD2, BSD3, or MIT), but I am unsure how to differentiate what parts are covered by which license.










    share|improve this question







    New contributor




    Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      4












      4








      4








      There is a simple project licensed under BSD3 that provides a CMake module. The project has a CMake build system that builds an example document by including the provided module. The CMake module has the BSD3 license and copyright included within it, which I assume applies to the entire project, not just that file.



      To mesh this project with my own, I have modified the build system. I have captured these changes in a patch file. While the project containing the patch doesn't include the original project, it does contain a few lines of code from the build system inside that patch file as context for my changes.



      Since I am relatively new to working with open source licenses, I am wondering what is the appropriate way to mark the project to ensure the terms of the original license are fulfilled. I know I need to include the original copyright, license, and disclaimer, and I would like to release my own code/changes under an equally permissive license (BSD2, BSD3, or MIT), but I am unsure how to differentiate what parts are covered by which license.










      share|improve this question







      New contributor




      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      There is a simple project licensed under BSD3 that provides a CMake module. The project has a CMake build system that builds an example document by including the provided module. The CMake module has the BSD3 license and copyright included within it, which I assume applies to the entire project, not just that file.



      To mesh this project with my own, I have modified the build system. I have captured these changes in a patch file. While the project containing the patch doesn't include the original project, it does contain a few lines of code from the build system inside that patch file as context for my changes.



      Since I am relatively new to working with open source licenses, I am wondering what is the appropriate way to mark the project to ensure the terms of the original license are fulfilled. I know I need to include the original copyright, license, and disclaimer, and I would like to release my own code/changes under an equally permissive license (BSD2, BSD3, or MIT), but I am unsure how to differentiate what parts are covered by which license.







      bsd






      share|improve this question







      New contributor




      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 21 at 14:18









      Godric SeerGodric Seer

      1234




      1234




      New contributor




      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Godric Seer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes


















          1














          There are few ways to solve your problem. In order to be legally safest I would find those few lines from the original project, mark them with comments /* Name of the original copyright holder + BSD3 */, and then would include the original license along side with your own. Since you are going to release your own project as open source, then those lines might get erased in the future. When that happens with all those lines, then you can scrap the old license.



          If you want to avoid this situation with your own project and mark each line written by a contributor then it would be necessary to sign CLA's with your contributors.



          Good luck!






          share|improve this answer























          • Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

            – Godric Seer
            Apr 21 at 15:16











          • @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

            – Smart455
            Apr 21 at 15:28







          • 1





            Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

            – Bart van Ingen Schenau
            Apr 22 at 8:09











          • @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

            – Smart455
            Apr 22 at 13:44






          • 2





            @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

            – Bart van Ingen Schenau
            Apr 22 at 18:32


















          2














          A patch file has a distinctive format that allows a tool to recreate a derived work from an original work. In order to correctly do that, the tool must be given the correct (version of the) original work.



          This means that for your patch file to be effective, you need to tell recipients of your project which third-party project it is based upon and then you can document there as well what license that project is under and fulfill your license obligations.



          If you copied more from the original project than those few lines of context in a patch file, then it is considered wiser to mention both licenses in a LICENSE file.






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



            );






            Godric Seer is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fopensource.stackexchange.com%2fquestions%2f8215%2freleasing-patch-file-for-bsd3-licensed-project%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









            1














            There are few ways to solve your problem. In order to be legally safest I would find those few lines from the original project, mark them with comments /* Name of the original copyright holder + BSD3 */, and then would include the original license along side with your own. Since you are going to release your own project as open source, then those lines might get erased in the future. When that happens with all those lines, then you can scrap the old license.



            If you want to avoid this situation with your own project and mark each line written by a contributor then it would be necessary to sign CLA's with your contributors.



            Good luck!






            share|improve this answer























            • Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

              – Godric Seer
              Apr 21 at 15:16











            • @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

              – Smart455
              Apr 21 at 15:28







            • 1





              Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

              – Bart van Ingen Schenau
              Apr 22 at 8:09











            • @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

              – Smart455
              Apr 22 at 13:44






            • 2





              @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

              – Bart van Ingen Schenau
              Apr 22 at 18:32















            1














            There are few ways to solve your problem. In order to be legally safest I would find those few lines from the original project, mark them with comments /* Name of the original copyright holder + BSD3 */, and then would include the original license along side with your own. Since you are going to release your own project as open source, then those lines might get erased in the future. When that happens with all those lines, then you can scrap the old license.



            If you want to avoid this situation with your own project and mark each line written by a contributor then it would be necessary to sign CLA's with your contributors.



            Good luck!






            share|improve this answer























            • Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

              – Godric Seer
              Apr 21 at 15:16











            • @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

              – Smart455
              Apr 21 at 15:28







            • 1





              Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

              – Bart van Ingen Schenau
              Apr 22 at 8:09











            • @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

              – Smart455
              Apr 22 at 13:44






            • 2





              @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

              – Bart van Ingen Schenau
              Apr 22 at 18:32













            1












            1








            1







            There are few ways to solve your problem. In order to be legally safest I would find those few lines from the original project, mark them with comments /* Name of the original copyright holder + BSD3 */, and then would include the original license along side with your own. Since you are going to release your own project as open source, then those lines might get erased in the future. When that happens with all those lines, then you can scrap the old license.



            If you want to avoid this situation with your own project and mark each line written by a contributor then it would be necessary to sign CLA's with your contributors.



            Good luck!






            share|improve this answer













            There are few ways to solve your problem. In order to be legally safest I would find those few lines from the original project, mark them with comments /* Name of the original copyright holder + BSD3 */, and then would include the original license along side with your own. Since you are going to release your own project as open source, then those lines might get erased in the future. When that happens with all those lines, then you can scrap the old license.



            If you want to avoid this situation with your own project and mark each line written by a contributor then it would be necessary to sign CLA's with your contributors.



            Good luck!







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 21 at 15:05









            Smart455Smart455

            898




            898












            • Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

              – Godric Seer
              Apr 21 at 15:16











            • @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

              – Smart455
              Apr 21 at 15:28







            • 1





              Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

              – Bart van Ingen Schenau
              Apr 22 at 8:09











            • @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

              – Smart455
              Apr 22 at 13:44






            • 2





              @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

              – Bart van Ingen Schenau
              Apr 22 at 18:32

















            • Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

              – Godric Seer
              Apr 21 at 15:16











            • @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

              – Smart455
              Apr 21 at 15:28







            • 1





              Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

              – Bart van Ingen Schenau
              Apr 22 at 8:09











            • @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

              – Smart455
              Apr 22 at 13:44






            • 2





              @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

              – Bart van Ingen Schenau
              Apr 22 at 18:32
















            Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

            – Godric Seer
            Apr 21 at 15:16





            Perfect, so a license file that is essentially: "My copyright, BSD-3, Original Copyright, BSD-3" then add the comment as you state on each of the patch file lines that are from or derived from the original project. Should there be a line in the license file referencing the comment? e.g. "Lines including <comment> are covered by the following copyright/license"?

            – Godric Seer
            Apr 21 at 15:16













            @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

            – Smart455
            Apr 21 at 15:28






            @GodricSeer Oh, you're right. Add an explanation about the licenses and commented lines somewhere in a readme or license file. That should be sufficient.

            – Smart455
            Apr 21 at 15:28





            1




            1





            Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

            – Bart van Ingen Schenau
            Apr 22 at 8:09





            Copyright does not work on a line-by-line basis. Therefor, it is pointless for copyright purposes to mark individual lines with who wrote them.

            – Bart van Ingen Schenau
            Apr 22 at 8:09













            @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

            – Smart455
            Apr 22 at 13:44





            @BartvanIngenSchenau You have the right to have your own opinion. That's why it's good to have different answers from different perspectives. Too bad you also think that everything you disagree with would somehow be incorrect. You also fail to understand that something that the law requires doesn't necessarily have to be convenient to the coder or to the manager/maintainer of open source project.

            – Smart455
            Apr 22 at 13:44




            2




            2





            @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

            – Bart van Ingen Schenau
            Apr 22 at 18:32





            @Smart455 When we talk about law, the only thing that really counts is the text of the law and how it gets interpreted by judges in their rulings. Opinions by others can be helpful, depending on the qualifications of the one giving the opinion and the availability of verifiable references to more qualified sources. Unsubstantiated opinions by random strangers on the internet rank completely at the bottom. So, I repeat, can you substantiate your claims with regard to how copyright law works?

            – Bart van Ingen Schenau
            Apr 22 at 18:32











            2














            A patch file has a distinctive format that allows a tool to recreate a derived work from an original work. In order to correctly do that, the tool must be given the correct (version of the) original work.



            This means that for your patch file to be effective, you need to tell recipients of your project which third-party project it is based upon and then you can document there as well what license that project is under and fulfill your license obligations.



            If you copied more from the original project than those few lines of context in a patch file, then it is considered wiser to mention both licenses in a LICENSE file.






            share|improve this answer



























              2














              A patch file has a distinctive format that allows a tool to recreate a derived work from an original work. In order to correctly do that, the tool must be given the correct (version of the) original work.



              This means that for your patch file to be effective, you need to tell recipients of your project which third-party project it is based upon and then you can document there as well what license that project is under and fulfill your license obligations.



              If you copied more from the original project than those few lines of context in a patch file, then it is considered wiser to mention both licenses in a LICENSE file.






              share|improve this answer

























                2












                2








                2







                A patch file has a distinctive format that allows a tool to recreate a derived work from an original work. In order to correctly do that, the tool must be given the correct (version of the) original work.



                This means that for your patch file to be effective, you need to tell recipients of your project which third-party project it is based upon and then you can document there as well what license that project is under and fulfill your license obligations.



                If you copied more from the original project than those few lines of context in a patch file, then it is considered wiser to mention both licenses in a LICENSE file.






                share|improve this answer













                A patch file has a distinctive format that allows a tool to recreate a derived work from an original work. In order to correctly do that, the tool must be given the correct (version of the) original work.



                This means that for your patch file to be effective, you need to tell recipients of your project which third-party project it is based upon and then you can document there as well what license that project is under and fulfill your license obligations.



                If you copied more from the original project than those few lines of context in a patch file, then it is considered wiser to mention both licenses in a LICENSE file.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 22 at 8:24









                Bart van Ingen SchenauBart van Ingen Schenau

                6,1181124




                6,1181124




















                    Godric Seer is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Godric Seer is a new contributor. Be nice, and check out our Code of Conduct.












                    Godric Seer is a new contributor. Be nice, and check out our Code of Conduct.











                    Godric Seer is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Open Source Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fopensource.stackexchange.com%2fquestions%2f8215%2freleasing-patch-file-for-bsd3-licensed-project%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

                    Sum ergo cogito? 1 nng

                    419 nièngy_Soadمي 19bal1.5o_g

                    Queiggey Chernihivv 9NnOo i Zw X QqKk LpB