Skip to content

Commit 09305ce

Browse files
authored
Merge pull request #5448 from jhlegarreta/FixPythonLicenseHeaders
STYLE: Make Python license headers be consistent in Python scripts
2 parents f31b373 + e6f6660 commit 09305ce

File tree

118 files changed

+118
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+118
-118
lines changed

Examples/DataRepresentation/Image/ImageToArray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
from InsightToolkit import *
2020
from numarray import *

Examples/IO/DicomSliceRead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
#
2020
# Example on the use of ImageFileReader to reading a single slice (it will read

Examples/RegistrationITKv4/ImageRegistration3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
import sys
2020

Examples/RegistrationITKv4/ImageRegistration4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
import itk
2020
from sys import argv

Examples/RegistrationITKv4/ImageRegistration5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
import itk
2020
from sys import argv

Examples/Segmentation/VoronoiSegmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
#
2020
# Example on the use of the VoronoiSegmentationImageFilter.

Examples/Segmentation/WatershedSegmentation1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
import InsightToolkit as itk
2020
import sys

Examples/Visualization/CannyEdgeDetectionImageFilterConnectVTKITK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
# This file demonstrates how to connect VTK and ITK pipelines together
2020
# in scripted languages with the new ConnectVTKITK wrapping functionality.

Modules/Bridge/NumPy/wrapping/test/itkImageMetaDataSetGetItem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818

1919
import sys
2020
import numpy as np

Modules/Bridge/NumPy/wrapping/test/itkPyBufferMemoryLeakTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
# ==========================================================================*/
17+
# ==========================================================================
1818
import sys
1919
import numpy as np
2020
import itk

0 commit comments

Comments
 (0)