SPDX [ 29 ][ Src / Tools ] (#24999)

* [ Tools ]: Update SPDX License Identifiers

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
ᴩʜᴏɴᴇᴅʀᴏɪᴅ
2025-11-02 17:21:34 -05:00
committed by GitHub
parent d80cd13d41
commit 489e429b5c
101 changed files with 185 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Jürgen Riegel GPL
import os

View File

@@ -0,0 +1 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
# SPDX-License-Identifier: MIT
## LICENSE

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Generated Wed Sep 27 11:00:46 2023 by generateDS.py.

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
"""Parses Python binding interface files into a typed AST model."""
import ast, re

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2007 Jürgen Riegel
import os

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
from __future__ import annotations
from dataclasses import dataclass, field
from enum import Enum

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Juergen Riegel

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Juergen Riegel
import template

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Juergen Riegel

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Juergen Riegel
from . import template, templateModuleApp

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2007 Juergen Riegel
from . import template, templateModuleAppMain, templateModuleAppFeature

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Juergen Riegel
from . import template

View File

@@ -1,4 +1,6 @@
#! python
# SPDX-License-Identifier: LGPL-2.1-or-later
# (c) 2006 Juergen Riegel
from . import template