Hi,
I have a question for those who, like myself, develop software while being employed by a national lab in the US. Do I understand correctly that there is no need to include neither the lab nor other funding agencies (e.g. DOE) in the copyright notice? I have not seen anything like this but in a private discussion someone suggested that the organization I work for may have some rights in the produced code. Is that so, or I completely misunderstand this?
I recently found out that I had to include an OS license in my projects in order to run coverity scans over the code (their requirement). So, I included the MIT license (https://github.com/plexoos/travex/blob/master/LICENSE.txt) essentially copyrighting "by all contributing authors" but then on second thought I realized there might be other owners who do not directly contribute to the project... I would really like to learn about the experience of those in a similar situation.
Specifically, the copyright notice should be as follows:
- "© Copyright [year] CERN" (for software owned solely by CERN)
- "© Copyright [year] CERN [for the benefit of the [Name of appropriate group] Collaboration]" (for software developed by a collaboration but owned by CERN)
- "© Copyright [year] CERN and [name of other copyright holders]" (for software owned by CERN and external partner(s) in small collaborations)
- "© Copyright [year] Copyright Holders of [name of the collaboration or joint project]. See [https://link] for details of the Copyright Holders" (for software owned by CERN and external partners in large collaborations)
So, checking your project, let's start with the ownership. I don't have enough information/knowledge to say whether your project should be considered "owned in whole in part by CERN". I would say yes, as it is based on ROOT? If we assume so, then checking the 3 points above:
1. OK.
2. MIT is a "lightweight" permissive license[3] where there is no obligation to re-distribute the code. Note that when re-licensing a project, one should get the agreement of *all* copyright owners as per copyright statement above. However, in case of a permissive license, it is easier as it is technically enough to "fork and re-license" the whole project.
3. Again this depends on the nature of the project.. in this case I would use something like "© Copyright [year] CERN for the benefit of the HEP Software Foundation" or "© Copyright [year] Copyright Holders of the HEP Software Foundation".
I now realise I've written quite a bit more than a short answer to a short question.. I hope everything is clear and that answer would be useful also for others.
Also, I would be happy to accept corrections from other HSF experts reading this list.
Cheers,
Giacomo