Is it legal to have the “// (c) 2019 John Smith” header in all files when there are hundreds of contributors?Does an employee have the right to use a CTA?How do I properly specify the year(s) of copyright?Which author/copyright holder “type” is allowed in the MIT license? Pseudonym, Company name, …?Copyright assignments in GermanyCan I change the copyright license, with this text in the CLA?Can I remove some copyright holders from headers and replace them by a generic “and contributors”?Can a GitHub Organization assert copyright?If there is no copyright notice, is the license applied?How should I identify myself in a copyright notice / license?Copyright notices and multiple developers

DOS, create pipe for stdin/stdout of command.com(or 4dos.com) in C or Batch?

Circuitry of TV splitters

Copycat chess is back

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

Are white and non-white police officers equally likely to kill black suspects?

How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?

Finding files for which a command fails

Is there a minimum number of transactions in a block?

What is the white spray-pattern residue inside these Falcon Heavy nozzles?

Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)

How do I create uniquely male characters?

What makes Graph invariants so useful/important?

Chess with symmetric move-square

Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?

Can I interfere when another PC is about to be attacked?

declaring a variable twice in IIFE

What are these boxed doors outside store fronts in New York?

Can town administrative "code" overule state laws like those forbidding trespassing?

N.B. ligature in Latex

How can bays and straits be determined in a procedurally generated map?

Do airline pilots ever risk not hearing communication directed to them specifically, from traffic controllers?

What would happen to a modern skyscraper if it rains micro blackholes?

How to determine if window is maximised or minimised from bash script

Is it possible to do 50 km distance without any previous training?



Is it legal to have the “// (c) 2019 John Smith” header in all files when there are hundreds of contributors?


Does an employee have the right to use a CTA?How do I properly specify the year(s) of copyright?Which author/copyright holder “type” is allowed in the MIT license? Pseudonym, Company name, …?Copyright assignments in GermanyCan I change the copyright license, with this text in the CLA?Can I remove some copyright holders from headers and replace them by a generic “and contributors”?Can a GitHub Organization assert copyright?If there is no copyright notice, is the license applied?How should I identify myself in a copyright notice / license?Copyright notices and multiple developers













2















Companies use headers like



// Copyright 2011 The Go Authors.



But countless projects with a single maintainer have



// Copyright 2011 John Smith



even though they have hundreds of contributors, all of whom own their contributions.



Is this ok to only include the owner in the header?



Thanks










share|improve this question


























    2















    Companies use headers like



    // Copyright 2011 The Go Authors.



    But countless projects with a single maintainer have



    // Copyright 2011 John Smith



    even though they have hundreds of contributors, all of whom own their contributions.



    Is this ok to only include the owner in the header?



    Thanks










    share|improve this question
























      2












      2








      2








      Companies use headers like



      // Copyright 2011 The Go Authors.



      But countless projects with a single maintainer have



      // Copyright 2011 John Smith



      even though they have hundreds of contributors, all of whom own their contributions.



      Is this ok to only include the owner in the header?



      Thanks










      share|improve this question














      Companies use headers like



      // Copyright 2011 The Go Authors.



      But countless projects with a single maintainer have



      // Copyright 2011 John Smith



      even though they have hundreds of contributors, all of whom own their contributions.



      Is this ok to only include the owner in the header?



      Thanks







      copyright programming






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 7 hours ago









      AlexAlex

      1424




      1424




















          1 Answer
          1






          active

          oldest

          votes


















          5














          As far as I am aware, all FLOSS licenses that deal with copyright notices only require the preservation of notices that exist. Each author had the opportunity to add their own name to header when they made their contribution. If they chose not to do so, there is no existing notice from that author to preserve. There is never (as far as I know) any requirement to proactively add a notice that an author chose not to include.



          Not having a copyright notice for some copyright holder is not inherently legally problematic, either, since copyright notices have virtually no legal function. Since a majority of nations ratified the Berne Convention, copyright rights are automatically granted at the time of a work's creation, irrespective of any copyright notice on the work.



          If someone removes existing copyright notices from another author, then that's obviously not allowed by the license (and is typically illegal in general).






          share|improve this answer

























          • Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

            – Brandin
            16 mins ago











          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%2f8168%2fis-it-legal-to-have-the-c-2019-john-smith-header-in-all-files-when-there%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5














          As far as I am aware, all FLOSS licenses that deal with copyright notices only require the preservation of notices that exist. Each author had the opportunity to add their own name to header when they made their contribution. If they chose not to do so, there is no existing notice from that author to preserve. There is never (as far as I know) any requirement to proactively add a notice that an author chose not to include.



          Not having a copyright notice for some copyright holder is not inherently legally problematic, either, since copyright notices have virtually no legal function. Since a majority of nations ratified the Berne Convention, copyright rights are automatically granted at the time of a work's creation, irrespective of any copyright notice on the work.



          If someone removes existing copyright notices from another author, then that's obviously not allowed by the license (and is typically illegal in general).






          share|improve this answer

























          • Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

            – Brandin
            16 mins ago















          5














          As far as I am aware, all FLOSS licenses that deal with copyright notices only require the preservation of notices that exist. Each author had the opportunity to add their own name to header when they made their contribution. If they chose not to do so, there is no existing notice from that author to preserve. There is never (as far as I know) any requirement to proactively add a notice that an author chose not to include.



          Not having a copyright notice for some copyright holder is not inherently legally problematic, either, since copyright notices have virtually no legal function. Since a majority of nations ratified the Berne Convention, copyright rights are automatically granted at the time of a work's creation, irrespective of any copyright notice on the work.



          If someone removes existing copyright notices from another author, then that's obviously not allowed by the license (and is typically illegal in general).






          share|improve this answer

























          • Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

            – Brandin
            16 mins ago













          5












          5








          5







          As far as I am aware, all FLOSS licenses that deal with copyright notices only require the preservation of notices that exist. Each author had the opportunity to add their own name to header when they made their contribution. If they chose not to do so, there is no existing notice from that author to preserve. There is never (as far as I know) any requirement to proactively add a notice that an author chose not to include.



          Not having a copyright notice for some copyright holder is not inherently legally problematic, either, since copyright notices have virtually no legal function. Since a majority of nations ratified the Berne Convention, copyright rights are automatically granted at the time of a work's creation, irrespective of any copyright notice on the work.



          If someone removes existing copyright notices from another author, then that's obviously not allowed by the license (and is typically illegal in general).






          share|improve this answer















          As far as I am aware, all FLOSS licenses that deal with copyright notices only require the preservation of notices that exist. Each author had the opportunity to add their own name to header when they made their contribution. If they chose not to do so, there is no existing notice from that author to preserve. There is never (as far as I know) any requirement to proactively add a notice that an author chose not to include.



          Not having a copyright notice for some copyright holder is not inherently legally problematic, either, since copyright notices have virtually no legal function. Since a majority of nations ratified the Berne Convention, copyright rights are automatically granted at the time of a work's creation, irrespective of any copyright notice on the work.



          If someone removes existing copyright notices from another author, then that's obviously not allowed by the license (and is typically illegal in general).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 4 hours ago

























          answered 6 hours ago









          apsillersapsillers

          15.9k12653




          15.9k12653












          • Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

            – Brandin
            16 mins ago

















          • Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

            – Brandin
            16 mins ago
















          Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

          – Brandin
          16 mins ago





          Why is removing a copyright notice "typically illegal in general"? For example if a work is in the public domain, or its copyright has expired, I don't see how removing the copyright notice would be "illegal in general" in that case.

          – Brandin
          16 mins ago

















          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%2f8168%2fis-it-legal-to-have-the-c-2019-john-smith-header-in-all-files-when-there%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

          Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

          Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

          How to solve knockout JS error in Magento 2 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?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2