Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .hooks-config.bash
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 6 additions & 6 deletions SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Hooks/commit-msg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Hooks/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Utilities/SetupForDevelopment.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down