Skip to content

Commit 1f51166

Browse files
committed
[Docs] Add SPDX license identifiers
Ensure all files that can support comments have an SPDX license identifier. Signed-off-by: David Feltell <[email protected]>
1 parent 243285b commit 1f51166

15 files changed

+60
-1
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# http://editorconfig.org
26

37
root = true

.github/workflows/build-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: CI build
26

37
on:

.github/workflows/publish_node.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: 📦 Publish to Comfy registry
26
on:
37
workflow_dispatch:

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Validate backwards compatibility
26

37
on:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Byte-compiled / optimized / DLL files
26
__pycache__/
37
*.py[cod]

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
repos:
26
- repo: https://github.com/astral-sh/ruff-pre-commit
37
# Ruff version.

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
include LICENSE
26
include README.md
37

__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
"""Top-level package for openassetio-comfyui."""
26

37
__all__ = [

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
[build-system]
26
requires = ["setuptools>=70.0"]
37
build-backend = "setuptools.build_meta"

src/openassetio_comfyui/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# openassetio-comfyui
2+
# Copyright (c) 2025 The Foundry Visionmongers Ltd
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
"""Top-level package for openassetio-comfyui."""
26

37
__all__ = [

0 commit comments

Comments
 (0)