Skip to content

Commit 1d05a10

Browse files
committed
STYLE: Add SPDX license identifiers to all ITK source files
Add machine-readable SPDX headers to all ITK-owned source files following VTK's convention: two // (or #) comment lines before the existing license block. // SPDX-FileCopyrightText: Copyright NumFOCUS // SPDX-License-Identifier: Apache-2.0 This completes Phase 2 of the SBOM roadmap (issue #4302). Applied by Utilities/Maintenance/AddSPDXHeaders.py. 5503 files modified. ThirdParty code is excluded.
1 parent da40b43 commit 1d05a10

File tree

5,299 files changed

+10598
-0
lines changed

Some content is hidden

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

5,299 files changed

+10598
-0
lines changed

Examples/DataRepresentation/Image/Image1.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/Image2.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/Image3.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/Image4.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/Image5.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/ImageAdaptor1.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/ImageAdaptor2.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/ImageAdaptor3.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/ImageAdaptor4.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright NumFOCUS
2+
// SPDX-License-Identifier: Apache-2.0
13
/*=========================================================================
24
*
35
* Copyright NumFOCUS

Examples/DataRepresentation/Image/ImageToArray.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright NumFOCUS
2+
# SPDX-License-Identifier: Apache-2.0
13
# ==========================================================================
24
#
35
# Copyright NumFOCUS

0 commit comments

Comments
 (0)