Skip to content

Commit 8dd0dd0

Browse files
authored
Merge pull request #148 from jhlegarreta/numfocus-copyright
DOC: Update copyright assignment to NumFOCUS
2 parents 329cc87 + e37df16 commit 8dd0dd0

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

.hooks-config.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#==========================================================================
22
#
3-
# Copyright Insight Software Consortium
3+
# Copyright NumFOCUS
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

SoftwareGuide/Latex/Appendices/CodingStyleGuide.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ \section{Copyright}
326326
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
327327
/*=========================================================================
328328
*
329-
* Copyright Insight Software Consortium
329+
* Copyright NumFOCUS
330330
*
331331
* Licensed under the Apache License, Version 2.0 (the "License");
332332
* you may not use this file except in compliance with the License.
@@ -1675,7 +1675,7 @@ \subsection{Class Layout}
16751675
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
16761676
/*=========================================================================
16771677
*
1678-
* Copyright Insight Software Consortium
1678+
* Copyright NumFOCUS
16791679
*
16801680
* Licensed under the Apache License, Version 2.0 (the "License");
16811681
* you may not use this file except in compliance with the License.
@@ -1754,7 +1754,7 @@ \subsection{Class Layout}
17541754
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
17551755
/*=========================================================================
17561756
*
1757-
* Copyright Insight Software Consortium
1757+
* Copyright NumFOCUS
17581758
*
17591759
* Licensed under the Apache License, Version 2.0 (the "License");
17601760
* you may not use this file except in compliance with the License.
@@ -2313,7 +2313,7 @@ \subsection{Alignment}
23132313
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
23142314
/*=========================================================================
23152315
*
2316-
* Copyright Insight Software Consortium
2316+
* Copyright NumFOCUS
23172317
*
23182318
* Licensed under the Apache License, Version 2.0 (the "License");
23192319
* you may not use this file except in compliance with the License.
@@ -2592,7 +2592,7 @@ \subsection{Empty Lines}
25922592
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
25932593
/*=========================================================================
25942594
*
2595-
* Copyright Insight Software Consortium
2595+
* Copyright NumFOCUS
25962596
*
25972597
* Licensed under the Apache License, Version 2.0 (the "License");
25982598
* you may not use this file except in compliance with the License.
@@ -2684,7 +2684,7 @@ \subsection{Empty Lines}
26842684
\begin{minted}[baselinestretch=1,fontsize=\footnotesize,linenos=false,bgcolor=ltgray]{cpp}
26852685
/*=========================================================================
26862686
*
2687-
* Copyright Insight Software Consortium
2687+
* Copyright NumFOCUS
26882688
*
26892689
* Licensed under the Apache License, Version 2.0 (the "License");
26902690
* you may not use this file except in compliance with the License.

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,9 +1031,8 @@ \subsection{Policy for Adding and Removing Remote Modules}
10311031
it should be an Open Source Initiative-approved
10321032
license\footnote{\url{https://opensource.org/licenses}} without copyleft or
10331033
non-commercial restrictions. Ideally, it should be an Apache 2.0 license
1034-
assigned to the Insight Software Consortium as found in the rest of the
1035-
toolkit. Note that the module should contain neither patented code, nor
1036-
algorithms, nor methods.
1034+
assigned to NumFOCUS as found in the rest of the toolkit. Note that the module
1035+
should contain neither patented code, nor algorithms, nor methods.
10371036
\end{itemize}
10381037
10391038
At the beginning of the release candidate phase of a release, maintainers of

Utilities/Hooks/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#==========================================================================
33
#
4-
# Copyright Insight Software Consortium
4+
# Copyright NumFOCUS
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Utilities/Hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#==========================================================================
33
#
4-
# Copyright Insight Software Consortium
4+
# Copyright NumFOCUS
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Utilities/Hooks/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#==========================================================================
33
#
4-
# Copyright Insight Software Consortium
4+
# Copyright NumFOCUS
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Utilities/SetupForDevelopment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#==========================================================================
33
#
4-
# Copyright Insight Software Consortium
4+
# Copyright NumFOCUS
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)