diff --git a/pontos/updateheader/templates/AGPL-3.0-or-later/template.ts b/pontos/updateheader/templates/AGPL-3.0-or-later/template.ts new file mode 100644 index 000000000..8895c2ae8 --- /dev/null +++ b/pontos/updateheader/templates/AGPL-3.0-or-later/template.ts @@ -0,0 +1,4 @@ +/* SPDX-FileCopyrightText: + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ diff --git a/pontos/updateheader/templates/AGPL-3.0-or-later/template.tsx b/pontos/updateheader/templates/AGPL-3.0-or-later/template.tsx new file mode 100644 index 000000000..8895c2ae8 --- /dev/null +++ b/pontos/updateheader/templates/AGPL-3.0-or-later/template.tsx @@ -0,0 +1,4 @@ +/* SPDX-FileCopyrightText: + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ diff --git a/pontos/updateheader/templates/GPL-2.0-or-later/template.ts b/pontos/updateheader/templates/GPL-2.0-or-later/template.ts new file mode 100644 index 000000000..08d6b67f2 --- /dev/null +++ b/pontos/updateheader/templates/GPL-2.0-or-later/template.ts @@ -0,0 +1,4 @@ +/* SPDX-FileCopyrightText: + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ diff --git a/pontos/updateheader/templates/GPL-2.0-or-later/template.tsx b/pontos/updateheader/templates/GPL-2.0-or-later/template.tsx new file mode 100644 index 000000000..08d6b67f2 --- /dev/null +++ b/pontos/updateheader/templates/GPL-2.0-or-later/template.tsx @@ -0,0 +1,4 @@ +/* SPDX-FileCopyrightText: + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ diff --git a/pontos/updateheader/templates/GPL-3.0-or-later/template.ts b/pontos/updateheader/templates/GPL-3.0-or-later/template.ts new file mode 100644 index 000000000..4f04f9065 --- /dev/null +++ b/pontos/updateheader/templates/GPL-3.0-or-later/template.ts @@ -0,0 +1,4 @@ +/* SPDX-FileCopyrightText: + * + * SPDX-License-Identifier: GPL-3.0-or-later + */ diff --git a/pontos/updateheader/templates/GPL-3.0-or-later/template.tsx b/pontos/updateheader/templates/GPL-3.0-or-later/template.tsx new file mode 100644 index 000000000..4f04f9065 --- /dev/null +++ b/pontos/updateheader/templates/GPL-3.0-or-later/template.tsx @@ -0,0 +1,4 @@ +/* SPDX-FileCopyrightText: + * + * SPDX-License-Identifier: GPL-3.0-or-later + */ diff --git a/pontos/updateheader/updateheader.py b/pontos/updateheader/updateheader.py index eb4967644..c03c3c725 100644 --- a/pontos/updateheader/updateheader.py +++ b/pontos/updateheader/updateheader.py @@ -33,6 +33,8 @@ ".po", ".py", ".sh", + ".ts", + ".tsx", ".txt", ".xml", ".xsl",