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.