Skip to content

Commit 0a34339

Browse files
authored
Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#109)
* Add SPDX license identifiers, mention all licenses in galaxy.yml. * Add default copyright headers. * Fix/add more copyright statements. * Add SPDX-License-Identifier to PSL. * Add sanity test. * Add changelog. * Remove colon after 'Copyright'. * Avoid colon after 'Copyright' in lint script. * Fix missing space.
1 parent 62aa8b8 commit 0a34339

File tree

151 files changed

+574
-128
lines changed

Some content is hidden

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

151 files changed

+574
-128
lines changed

.github/patchback.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
26
backport_branch_prefix: patchback/backports/
37
backport_label_prefix: backport-
48
target_branch_prefix: stable-

.github/workflows/ansible-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
16
name: CI
27
on:
38
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests

.github/workflows/check-psl.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
16
name: Check for Public Suffix List updates
27
on:
38
# Run CI once per day (at 04:30 UTC)

.github/workflows/docs-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
16
name: Collection Docs
27
concurrency:
38
group: docs-${{ github.head_ref }}

.github/workflows/ee.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
26
name: execution environment
37
on:
48
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests

.github/workflows/extra-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
16
name: extra-tests
27
on:
38
# Run CI against all pushes (direct commits, also merged PRs), Pull Requests

.github/workflows/import-galaxy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
16
name: import-galaxy
27
on:
38
# Run CI against all pushes (direct commits, also merged PRs) to main, and all Pull Requests

.gitignore

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
/tests/integration/integration_config.yml
26
/tests/output/
37
/changelogs/.plugin-cache.yaml

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions

LICENSES/GPL-3.0-or-later.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../COPYING

0 commit comments

Comments
 (0)