From e37df1616a64f6689acdfa60432ceac33e745578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Thu, 15 Oct 2020 20:19:52 -0400 Subject: [PATCH] DOC: Update copyright assignment to NumFOCUS As part of the process of the Insight Software Consortium joining the NumFOCUS non-profit corporation as a Fiscally Sponsored Project, all assets, including intellectual property assets, are being transferred to enable dissolution of the Insight Software Consortium non-profit corporate legal entity. The Insight Software Consortium Board of Directors resolved in the 2019-10-22 Meeting to assign ITK copyright to NumFOCUS and CMake and IGSTK to Kitware. A copy of the signed copyright transfer documents can be found in the corresponding pull request to ITK: https://github.com/InsightSoftwareConsortium/ITK/pull/1598 --- .hooks-config.bash | 2 +- SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex | 12 ++++++------ .../Latex/DevelopmentGuidelines/CreateAModule.tex | 5 ++--- Utilities/Hooks/commit-msg | 2 +- Utilities/Hooks/pre-commit | 2 +- Utilities/Hooks/prepare-commit-msg | 2 +- Utilities/SetupForDevelopment.sh | 2 +- 7 files changed, 13 insertions(+), 14 deletions(-) diff --git a/.hooks-config.bash b/.hooks-config.bash index e2c66d1a..5de6f437 100644 --- a/.hooks-config.bash +++ b/.hooks-config.bash @@ -1,6 +1,6 @@ #========================================================================== # -# Copyright Insight Software Consortium +# Copyright NumFOCUS # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex index bc0c0704..912b57e6 100644 --- a/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex +++ b/SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex @@ -326,7 +326,7 @@ \section{Copyright} \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp} /*========================================================================= * - * Copyright Insight Software Consortium + * Copyright NumFOCUS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1675,7 +1675,7 @@ \subsection{Class Layout} \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp} /*========================================================================= * - * Copyright Insight Software Consortium + * Copyright NumFOCUS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1754,7 +1754,7 @@ \subsection{Class Layout} \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp} /*========================================================================= * -* Copyright Insight Software Consortium +* Copyright NumFOCUS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -2313,7 +2313,7 @@ \subsection{Alignment} \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp} /*========================================================================= * - * Copyright Insight Software Consortium + * Copyright NumFOCUS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -2592,7 +2592,7 @@ \subsection{Empty Lines} \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp} /*========================================================================= * - * Copyright Insight Software Consortium + * Copyright NumFOCUS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -2684,7 +2684,7 @@ \subsection{Empty Lines} \begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp} /*========================================================================= * - * Copyright Insight Software Consortium + * Copyright NumFOCUS * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex b/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex index 1f11309c..36ed2d46 100644 --- a/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex +++ b/SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex @@ -1031,9 +1031,8 @@ \subsection{Policy for Adding and Removing Remote Modules} it should be an Open Source Initiative-approved license\footnote{\url{https://opensource.org/licenses}} without copyleft or non-commercial restrictions. Ideally, it should be an Apache 2.0 license -assigned to the Insight Software Consortium as found in the rest of the -toolkit. Note that the module should contain neither patented code, nor -algorithms, nor methods. +assigned to NumFOCUS as found in the rest of the toolkit. Note that the module +should contain neither patented code, nor algorithms, nor methods. \end{itemize} At the beginning of the release candidate phase of a release, maintainers of diff --git a/Utilities/Hooks/commit-msg b/Utilities/Hooks/commit-msg index 805da11b..0cd23ac2 100755 --- a/Utilities/Hooks/commit-msg +++ b/Utilities/Hooks/commit-msg @@ -1,7 +1,7 @@ #!/usr/bin/env bash #========================================================================== # -# Copyright Insight Software Consortium +# Copyright NumFOCUS # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Utilities/Hooks/pre-commit b/Utilities/Hooks/pre-commit index 92f991dc..dced3ecb 100755 --- a/Utilities/Hooks/pre-commit +++ b/Utilities/Hooks/pre-commit @@ -1,7 +1,7 @@ #!/usr/bin/env bash #========================================================================== # -# Copyright Insight Software Consortium +# Copyright NumFOCUS # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Utilities/Hooks/prepare-commit-msg b/Utilities/Hooks/prepare-commit-msg index 0a123c0e..9ff9ca23 100755 --- a/Utilities/Hooks/prepare-commit-msg +++ b/Utilities/Hooks/prepare-commit-msg @@ -1,7 +1,7 @@ #!/usr/bin/env bash #========================================================================== # -# Copyright Insight Software Consortium +# Copyright NumFOCUS # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Utilities/SetupForDevelopment.sh b/Utilities/SetupForDevelopment.sh index b3fbf1c0..05ccfe8f 100755 --- a/Utilities/SetupForDevelopment.sh +++ b/Utilities/SetupForDevelopment.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #========================================================================== # -# Copyright Insight Software Consortium +# Copyright NumFOCUS # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.