Skip to content

Commit ee4d6f9

Browse files
committed
Make REUSE compatible.
1 parent 1c3bfbb commit ee4d6f9

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/antsibull_docs/semantic_helper.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# Copyright: (c) 2021, Ansible Project
2-
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
1+
# Author: Felix Fontein <[email protected]>
2+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
3+
# https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
# SPDX-FileCopyrightText: 2021, Ansible Project
36
"""
47
Helpers for parsing semantic markup.
58
"""

src/sphinx_antsibull_ext/roles.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# coding: utf-8
21
# Author: Felix Fontein <[email protected]>
3-
# License: GPLv3+
4-
# Copyright: Ansible Project, 2021
2+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
3+
# https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
# SPDX-FileCopyrightText: 2021, Ansible Project
56
'''
67
Add roles for semantic markup.
78
'''

stubs/jinja2/utils.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) Ansible Project
2+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
import typing as t
26

37
F = t.TypeVar("F", bound=t.Callable[..., t.Any])

0 commit comments

Comments
 (0)