From 711beb31f5cd6a06939ca571afb30596c1b92624 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Jul 2022 21:33:04 +0200 Subject: [PATCH 01/18] Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml. --- .azure-pipelines/README.md | 4 ++++ .azure-pipelines/azure-pipelines.yml | 4 ++++ .../scripts/aggregate-coverage.sh | 3 +++ .azure-pipelines/scripts/combine-coverage.py | 3 +++ .azure-pipelines/scripts/process-results.sh | 3 +++ .azure-pipelines/scripts/publish-codecov.py | 3 +++ .azure-pipelines/scripts/report-coverage.sh | 3 +++ .azure-pipelines/scripts/run-tests.sh | 3 +++ .azure-pipelines/scripts/time-command.py | 3 +++ .azure-pipelines/templates/coverage.yml | 3 +++ .azure-pipelines/templates/matrix.yml | 3 +++ .azure-pipelines/templates/test.yml | 3 +++ .github/patchback.yml | 3 +++ .github/workflows/docs-pr.yml | 4 ++++ .github/workflows/ee.yml | 3 +++ Apache-2.0.txt => LICENSES/Apache-2.0.txt | 0 LICENSES/GPL-3.0-or-later.txt | 1 + README.md | 2 ++ changelogs/config.yaml | 4 ++++ changelogs/fragments/430-licenses.yml | 2 ++ docs/docsite/extra-docs.yml | 3 +++ docs/docsite/links.yml | 3 +++ docs/docsite/rst/scenario_guide.rst | 4 ++++ galaxy.yml | 5 ++++- meta/ee-bindep.txt | 2 ++ meta/ee-requirements.txt | 3 +++ meta/execution-environment.yml | 3 +++ meta/runtime.yml | 3 +++ plugins/connection/docker.py | 3 ++- plugins/connection/docker_api.py | 3 ++- plugins/connection/nsenter.py | 3 ++- plugins/doc_fragments/docker.py | 3 ++- plugins/inventory/docker_containers.py | 3 ++- plugins/inventory/docker_machine.py | 3 ++- plugins/inventory/docker_swarm.py | 3 ++- plugins/module_utils/_api/_import_helper.py | 3 ++- plugins/module_utils/_api/api/client.py | 3 ++- plugins/module_utils/_api/api/daemon.py | 3 ++- plugins/module_utils/_api/auth.py | 3 ++- plugins/module_utils/_api/constants.py | 3 ++- .../_api/credentials/constants.py | 3 ++- .../module_utils/_api/credentials/errors.py | 3 ++- .../module_utils/_api/credentials/store.py | 3 ++- .../module_utils/_api/credentials/utils.py | 3 ++- plugins/module_utils/_api/errors.py | 3 ++- plugins/module_utils/_api/tls.py | 3 ++- .../_api/transport/basehttpadapter.py | 3 ++- .../module_utils/_api/transport/npipeconn.py | 3 ++- .../_api/transport/npipesocket.py | 3 ++- .../module_utils/_api/transport/sshconn.py | 3 ++- .../module_utils/_api/transport/ssladapter.py | 3 ++- .../module_utils/_api/transport/unixconn.py | 3 ++- plugins/module_utils/_api/types/daemon.py | 3 ++- plugins/module_utils/_api/utils/build.py | 3 ++- plugins/module_utils/_api/utils/config.py | 3 ++- plugins/module_utils/_api/utils/decorators.py | 3 ++- plugins/module_utils/_api/utils/fnmatch.py | 3 ++- .../module_utils/_api/utils/json_stream.py | 3 ++- plugins/module_utils/_api/utils/ports.py | 3 ++- plugins/module_utils/_api/utils/proxy.py | 3 ++- plugins/module_utils/_api/utils/socket.py | 3 ++- plugins/module_utils/_api/utils/utils.py | 3 ++- plugins/module_utils/common.py | 3 ++- plugins/module_utils/common_api.py | 3 ++- plugins/module_utils/module_container/base.py | 3 ++- .../module_container/docker_api.py | 3 ++- .../module_utils/module_container/module.py | 3 ++- plugins/module_utils/socket_handler.py | 3 ++- plugins/module_utils/socket_helper.py | 3 ++- plugins/module_utils/swarm.py | 3 ++- plugins/module_utils/util.py | 3 ++- plugins/module_utils/version.py | 3 ++- plugins/modules/current_container_facts.py | 3 ++- plugins/modules/docker_compose.py | 3 ++- plugins/modules/docker_config.py | 3 ++- plugins/modules/docker_container.py | 3 ++- plugins/modules/docker_container_exec.py | 3 ++- plugins/modules/docker_container_info.py | 3 ++- plugins/modules/docker_host_info.py | 3 ++- plugins/modules/docker_image.py | 3 ++- plugins/modules/docker_image_info.py | 3 ++- plugins/modules/docker_image_load.py | 3 ++- plugins/modules/docker_login.py | 3 ++- plugins/modules/docker_network.py | 3 ++- plugins/modules/docker_network_info.py | 3 ++- plugins/modules/docker_node.py | 3 ++- plugins/modules/docker_node_info.py | 3 ++- plugins/modules/docker_plugin.py | 3 ++- plugins/modules/docker_prune.py | 3 ++- plugins/modules/docker_secret.py | 3 ++- plugins/modules/docker_stack.py | 3 ++- plugins/modules/docker_stack_info.py | 3 ++- plugins/modules/docker_stack_task_info.py | 3 ++- plugins/modules/docker_swarm.py | 3 ++- plugins/modules/docker_swarm_info.py | 3 ++- plugins/modules/docker_swarm_service.py | 3 ++- plugins/modules/docker_swarm_service_info.py | 3 ++- plugins/modules/docker_volume.py | 3 ++- plugins/modules/docker_volume_info.py | 3 ++- plugins/plugin_utils/common.py | 3 ++- plugins/plugin_utils/common_api.py | 3 ++- plugins/plugin_utils/socket_handler.py | 3 ++- tests/config.yml | 3 +++ tests/ee/all.yml | 4 ++++ .../current_container_facts/tasks/main.yml | 3 +++ tests/ee/roles/docker_plain/tasks/main.yml | 3 +++ tests/ee/roles/docker_stack/tasks/main.yml | 3 +++ tests/integration/targets/connection/aliases | 3 +++ tests/integration/targets/connection/test.sh | 2 ++ .../targets/connection/test_connection.yml | 4 ++++ .../targets/connection_docker/aliases | 3 +++ .../targets/connection_docker/meta/main.yml | 3 +++ .../targets/connection_docker/runme.sh | 2 ++ .../targets/connection_docker/setup.yml | 3 +++ .../targets/connection_docker/shutdown.yml | 3 +++ .../targets/connection_docker_api/aliases | 3 +++ .../connection_docker_api/meta/main.yml | 3 +++ .../targets/connection_docker_api/runme.sh | 2 ++ .../targets/connection_docker_api/setup.yml | 3 +++ .../connection_docker_api/shutdown.yml | 3 +++ .../targets/connection_nsenter/aliases | 3 +++ .../targets/connection_nsenter/meta/main.yml | 3 +++ .../targets/connection_nsenter/runme.sh | 2 ++ .../targets/connection_nsenter/setup.yml | 3 +++ .../targets/connection_nsenter/shutdown.yml | 3 +++ .../targets/connection_posix/aliases | 3 +++ .../targets/connection_posix/test.sh | 2 ++ .../targets/docker_compose/aliases | 3 +++ .../targets/docker_compose/meta/main.yml | 3 +++ .../targets/docker_compose/tasks/main.yml | 3 +++ .../targets/docker_compose/tasks/run-test.yml | 3 +++ .../docker_compose/tasks/tests/options.yml | 3 +++ .../docker_compose/tasks/tests/start-stop.yml | 3 +++ .../integration/targets/docker_config/aliases | 3 +++ .../targets/docker_config/meta/main.yml | 3 +++ .../targets/docker_config/tasks/main.yml | 3 +++ .../tasks/test_docker_config.yml | 3 +++ .../targets/docker_container/aliases | 3 +++ .../targets/docker_container/files/env-file | 3 +++ .../filter_plugins/ipaddr_tools.py | 19 +++---------------- .../targets/docker_container/meta/main.yml | 3 +++ .../targets/docker_container/tasks/main.yml | 3 +++ .../docker_container/tasks/run-test.yml | 3 +++ .../tasks/tests/comparisons.yml | 3 +++ .../tasks/tests/compatibility.yml | 3 +++ .../tasks/tests/image-ids.yml | 3 +++ .../tasks/tests/mounts-volumes.yml | 3 +++ .../docker_container/tasks/tests/network.yml | 3 +++ .../docker_container/tasks/tests/options.yml | 3 +++ .../docker_container/tasks/tests/ports.yml | 3 +++ .../regression-45700-dont-parse-on-absent.yml | 3 +++ .../tasks/tests/start-stop.yml | 3 +++ .../docker_container/tasks/tests/update.yml | 3 +++ .../targets/docker_container_exec/aliases | 3 +++ .../docker_container_exec/meta/main.yml | 3 +++ .../docker_container_exec/tasks/main.yml | 3 +++ .../targets/docker_container_info/aliases | 3 +++ .../docker_container_info/meta/main.yml | 3 +++ .../docker_container_info/tasks/main.yml | 3 +++ .../targets/docker_host_info/aliases | 3 +++ .../targets/docker_host_info/meta/main.yml | 3 +++ .../targets/docker_host_info/tasks/main.yml | 4 ++++ .../docker_host_info/tasks/test_host_info.yml | 3 +++ .../integration/targets/docker_image/aliases | 3 +++ .../targets/docker_image/meta/main.yml | 3 +++ .../targets/docker_image/tasks/main.yml | 4 ++++ .../targets/docker_image/tasks/run-test.yml | 3 +++ .../targets/docker_image/tasks/test.yml | 3 +++ .../docker_image/tasks/tests/basic.yml | 3 +++ .../docker_image/tasks/tests/docker_image.yml | 3 +++ .../docker_image/tasks/tests/options.yml | 3 +++ .../targets/docker_image/templates/Dockerfile | 3 +++ .../docker_image/templates/EtcHostsDockerfile | 3 +++ .../docker_image/templates/MyDockerfile | 3 +++ .../docker_image/templates/StagedDockerfile | 3 +++ .../targets/docker_image_info/aliases | 3 +++ .../targets/docker_image_info/meta/main.yml | 3 +++ .../targets/docker_image_info/tasks/main.yml | 3 +++ .../targets/docker_image_load/aliases | 3 +++ .../targets/docker_image_load/meta/main.yml | 3 +++ .../targets/docker_image_load/tasks/main.yml | 4 ++++ .../docker_image_load/tasks/run-test.yml | 3 +++ .../targets/docker_image_load/tasks/test.yml | 3 +++ .../docker_image_load/tasks/tests/basic.yml | 3 +++ .../integration/targets/docker_login/aliases | 3 +++ .../targets/docker_login/meta/main.yml | 3 +++ .../targets/docker_login/tasks/main.yml | 3 +++ .../targets/docker_login/tasks/run-test.yml | 3 +++ .../targets/docker_login/tasks/test.yml | 3 +++ .../docker_login/tasks/tests/docker_login.yml | 3 +++ .../tasks/tests/multiple-servers.yml | 3 +++ .../targets/docker_network/aliases | 3 +++ .../targets/docker_network/meta/main.yml | 3 +++ .../targets/docker_network/tasks/main.yml | 3 +++ .../targets/docker_network/tasks/run-test.yml | 3 +++ .../docker_network/tasks/tests/basic.yml | 3 +++ .../docker_network/tasks/tests/ipam.yml | 3 +++ .../docker_network/tasks/tests/options.yml | 3 +++ .../docker_network/tasks/tests/overlay.yml | 3 +++ .../docker_network/tasks/tests/substring.yml | 3 +++ .../targets/docker_network_info/aliases | 3 +++ .../targets/docker_network_info/meta/main.yml | 3 +++ .../docker_network_info/tasks/main.yml | 3 +++ tests/integration/targets/docker_node/aliases | 3 +++ .../targets/docker_node/meta/main.yml | 3 +++ .../targets/docker_node/tasks/main.yml | 3 +++ .../targets/docker_node/tasks/test_node.yml | 3 +++ .../targets/docker_node_info/aliases | 3 +++ .../targets/docker_node_info/meta/main.yml | 3 +++ .../targets/docker_node_info/tasks/main.yml | 4 ++++ .../docker_node_info/tasks/test_node_info.yml | 3 +++ .../integration/targets/docker_plugin/aliases | 3 +++ .../targets/docker_plugin/meta/main.yml | 3 +++ .../targets/docker_plugin/tasks/main.yaml | 4 ++++ .../targets/docker_plugin/tasks/run-test.yml | 3 +++ .../docker_plugin/tasks/tests/basic.yml | 3 +++ .../tasks/tests/basic_with_alias.yml | 3 +++ .../integration/targets/docker_prune/aliases | 3 +++ .../targets/docker_prune/meta/main.yml | 3 +++ .../targets/docker_prune/tasks/main.yml | 3 +++ .../integration/targets/docker_secret/aliases | 3 +++ .../targets/docker_secret/meta/main.yml | 3 +++ .../targets/docker_secret/tasks/main.yml | 4 ++++ .../docker_secret/tasks/test_secrets.yml | 3 +++ .../integration/targets/docker_stack/aliases | 3 +++ .../targets/docker_stack/meta/main.yml | 3 +++ .../targets/docker_stack/tasks/main.yml | 4 ++++ .../targets/docker_stack/tasks/test_stack.yml | 3 +++ .../templates/stack_compose_base.yml | 4 ++++ .../templates/stack_compose_overrides.yml | 4 ++++ .../targets/docker_stack/vars/main.yml | 4 ++++ .../targets/docker_stack_info/aliases | 3 +++ .../targets/docker_stack_info/meta/main.yml | 3 +++ .../targets/docker_stack_info/tasks/main.yml | 4 ++++ .../tasks/test_stack_info.yml | 3 +++ .../templates/stack_compose_base.yml | 4 ++++ .../templates/stack_compose_overrides.yml | 4 ++++ .../targets/docker_stack_info/vars/main.yml | 4 ++++ .../targets/docker_stack_task_info/aliases | 3 +++ .../docker_stack_task_info/meta/main.yml | 3 +++ .../docker_stack_task_info/tasks/main.yml | 4 ++++ .../tasks/test_stack_task_info.yml | 3 +++ .../templates/stack_compose_base.yml | 4 ++++ .../templates/stack_compose_overrides.yml | 4 ++++ .../docker_stack_task_info/vars/main.yml | 4 ++++ .../integration/targets/docker_swarm/aliases | 3 +++ .../targets/docker_swarm/meta/main.yml | 3 +++ .../targets/docker_swarm/tasks/cleanup.yml | 4 ++++ .../targets/docker_swarm/tasks/main.yml | 4 ++++ .../targets/docker_swarm/tasks/run-test.yml | 3 +++ .../docker_swarm/tasks/tests/basic.yml | 4 ++++ .../docker_swarm/tasks/tests/options-ca.yml | 4 ++++ .../docker_swarm/tasks/tests/options.yml | 4 ++++ .../tasks/tests/remote-addr-pool.yml | 4 ++++ .../targets/docker_swarm_info/aliases | 3 +++ .../targets/docker_swarm_info/meta/main.yml | 3 +++ .../targets/docker_swarm_info/tasks/main.yml | 4 ++++ .../tasks/test_swarm_info.yml | 3 +++ .../targets/docker_swarm_service/aliases | 3 +++ .../docker_swarm_service/files/env-file-1 | 3 +++ .../docker_swarm_service/files/env-file-2 | 3 +++ .../docker_swarm_service/meta/main.yml | 3 +++ .../docker_swarm_service/tasks/main.yml | 3 +++ .../docker_swarm_service/tasks/run-test.yml | 3 +++ .../tasks/tests/configs.yml | 2 ++ .../tasks/tests/logging.yml | 2 ++ .../docker_swarm_service/tasks/tests/misc.yml | 3 +++ .../tasks/tests/mounts.yml | 4 ++++ .../tasks/tests/networks.yml | 2 ++ .../tasks/tests/options.yml | 2 ++ .../tasks/tests/placement.yml | 2 ++ .../tasks/tests/resources.yml | 2 ++ .../tasks/tests/restart_config.yml | 2 ++ .../tasks/tests/rollback_config.yml | 2 ++ .../tasks/tests/secrets.yml | 2 ++ .../tasks/tests/update_config.yml | 2 ++ .../docker_swarm_service/vars/main.yml | 2 ++ .../targets/docker_swarm_service_info/aliases | 3 +++ .../docker_swarm_service_info/meta/main.yml | 3 +++ .../docker_swarm_service_info/tasks/main.yml | 3 +++ .../tasks/test_docker_swarm_service_info.yml | 2 ++ .../integration/targets/docker_volume/aliases | 3 +++ .../targets/docker_volume/meta/main.yml | 3 +++ .../targets/docker_volume/tasks/main.yml | 3 +++ .../targets/docker_volume/tasks/run-test.yml | 3 +++ .../docker_volume/tasks/tests/basic.yml | 3 +++ .../targets/docker_volume_info/aliases | 3 +++ .../targets/docker_volume_info/meta/main.yml | 3 +++ .../targets/docker_volume_info/tasks/main.yml | 3 +++ .../targets/generic_ssh_connection/aliases | 3 +++ .../generic_ssh_connection/meta/main.yml | 3 +++ .../generic_ssh_connection/tasks/main.yml | 3 +++ .../inventory_docker_containers/aliases | 3 +++ .../inventory_1.docker.yml | 4 ++++ .../inventory_2.docker.yml | 4 ++++ .../inventory_docker_containers/meta/main.yml | 3 +++ .../playbooks/docker_cleanup.yml | 3 +++ .../playbooks/docker_setup.yml | 3 +++ .../playbooks/test_inventory_1.yml | 3 +++ .../playbooks/test_inventory_2.yml | 3 +++ .../inventory_docker_containers/runme.sh | 2 ++ .../targets/inventory_docker_machine/aliases | 3 +++ .../inventory_docker_machine/docker-machine | 3 +++ .../inventory_1.docker_machine.yml | 4 ++++ .../inventory_2.docker_machine.yml | 4 ++++ .../inventory_3.docker_machine.yml | 4 ++++ .../inventory_docker_machine/meta/main.yml | 3 +++ .../playbooks/pre-setup.yml | 3 +++ .../playbooks/setup.yml | 3 +++ .../playbooks/teardown.yml | 3 +++ .../playbooks/test_inventory_1.yml | 4 ++++ .../targets/inventory_docker_machine/runme.sh | 2 ++ .../teardown.docker_machine.yml | 4 ++++ .../targets/inventory_docker_swarm/aliases | 3 +++ .../inventory_1.docker_swarm.yml | 4 ++++ .../inventory_2.docker_swarm.yml | 4 ++++ .../inventory_docker_swarm/meta/main.yml | 3 +++ .../playbooks/swarm_cleanup.yml | 3 +++ .../playbooks/swarm_setup.yml | 3 +++ .../playbooks/test_inventory_1.yml | 3 +++ .../playbooks/test_inventory_2.yml | 3 +++ .../targets/inventory_docker_swarm/runme.sh | 2 ++ .../integration/targets/setup_docker/aliases | 3 +++ .../targets/setup_docker/defaults/main.yml | 3 +++ .../targets/setup_docker/handlers/main.yml | 4 ++++ .../targets/setup_docker/meta/main.yml | 4 ++++ .../targets/setup_docker/tasks/Alpine.yml | 3 +++ .../targets/setup_docker/tasks/Archlinux.yml | 3 +++ .../targets/setup_docker/tasks/Debian.yml | 3 +++ .../targets/setup_docker/tasks/Fedora.yml | 3 +++ .../targets/setup_docker/tasks/RedHat-7.yml | 3 +++ .../targets/setup_docker/tasks/RedHat-8.yml | 3 +++ .../targets/setup_docker/tasks/RedHat-9.yml | 3 +++ .../targets/setup_docker/tasks/Suse.yml | 3 +++ .../targets/setup_docker/tasks/main.yml | 3 +++ .../targets/setup_docker/vars/Debian.yml | 3 +++ .../targets/setup_docker/vars/Fedora.yml | 2 ++ .../targets/setup_docker/vars/RedHat-7.yml | 3 +++ .../targets/setup_docker/vars/RedHat-8.yml | 3 +++ .../targets/setup_docker/vars/RedHat-9.yml | 3 +++ .../targets/setup_docker/vars/Suse.yml | 3 +++ .../targets/setup_docker/vars/Ubuntu-14.yml | 3 +++ .../targets/setup_docker/vars/Ubuntu-22.yml | 3 +++ .../targets/setup_docker/vars/default.yml | 2 ++ .../targets/setup_docker/vars/main.env | 3 +++ .../targets/setup_docker/vars/main.yml | 3 +++ .../setup_docker_compose/defaults/main.yml | 3 +++ .../setup_docker_compose/meta/main.yml | 4 ++++ .../setup_docker_compose/tasks/Alpine.yml | 3 +++ .../setup_docker_compose/tasks/Archlinux.yml | 3 +++ .../setup_docker_compose/tasks/Debian.yml | 3 +++ .../setup_docker_compose/tasks/Fedora.yml | 3 +++ .../setup_docker_compose/tasks/RedHat-7.yml | 3 +++ .../setup_docker_compose/tasks/RedHat-8.yml | 3 +++ .../setup_docker_compose/tasks/RedHat-9.yml | 3 +++ .../setup_docker_compose/tasks/Suse.yml | 3 +++ .../setup_docker_compose/tasks/main.yml | 3 +++ .../setup_docker_compose/tasks/setup.yml | 3 +++ .../setup_docker_compose/vars/CentOS-8.yml | 3 +++ .../setup_docker_compose/vars/RedHat-7.yml | 3 +++ .../setup_docker_compose/vars/RedHat-8.yml | 3 +++ .../setup_docker_compose/vars/RedHat-9.yml | 3 +++ .../setup_docker_compose/vars/Suse-py2.yml | 3 +++ .../setup_docker_compose/vars/Suse-py3.yml | 3 +++ .../setup_docker_compose/vars/Ubuntu-16.yml | 3 +++ .../setup_docker_compose/vars/Ubuntu-18.yml | 3 +++ .../setup_docker_compose/vars/Ubuntu.yml | 3 +++ .../setup_docker_compose/vars/default.yml | 2 ++ .../targets/setup_docker_registry/aliases | 3 +++ .../setup_docker_registry/files/nginx.conf | 3 +++ .../files/nginx.htpasswd | 3 +++ .../handlers/cleanup.yml | 3 +++ .../setup_docker_registry/handlers/main.yml | 3 +++ .../setup_docker_registry/meta/main.yml | 4 ++++ .../setup_docker_registry/tasks/main.yml | 3 +++ .../tasks/setup-frontend.yml | 3 +++ .../setup_docker_registry/tasks/setup.yml | 3 +++ .../targets/setup_epel/tasks/main.yml | 4 ++++ .../targets/setup_openssl/meta/main.yml | 4 ++++ .../targets/setup_openssl/tasks/main.yml | 3 +++ .../targets/setup_openssl/vars/Alpine.yml | 3 +++ .../targets/setup_openssl/vars/Archlinux.yml | 3 +++ .../targets/setup_openssl/vars/Debian.yml | 3 +++ .../targets/setup_openssl/vars/FreeBSD.yml | 3 +++ .../targets/setup_openssl/vars/RedHat.yml | 3 +++ .../targets/setup_openssl/vars/Suse.yml | 3 +++ .../targets/setup_paramiko/meta/main.yml | 3 +++ .../targets/setup_paramiko/tasks/main.yml | 3 +++ .../targets/setup_pkg_mgr/tasks/main.yml | 3 +++ .../targets/setup_remote_constraints/aliases | 3 +++ .../setup_remote_constraints/meta/main.yml | 4 ++++ .../setup_remote_constraints/tasks/main.yml | 4 ++++ .../setup_remote_tmp_dir/handlers/main.yml | 4 ++++ .../tasks/default-cleanup.yml | 4 ++++ .../setup_remote_tmp_dir/tasks/default.yml | 4 ++++ .../setup_remote_tmp_dir/tasks/main.yml | 4 ++++ tests/requirements.yml | 4 ++++ tests/sanity/extra/extra-docs.json | 1 + tests/sanity/extra/extra-docs.py | 3 ++- tests/sanity/extra/no-unwanted-files.json | 1 + tests/sanity/extra/no-unwanted-files.py | 3 ++- tests/sanity/ignore-2.10.txt | 3 +++ tests/sanity/ignore-2.11.txt | 3 +++ tests/sanity/ignore-2.12.txt | 3 +++ tests/sanity/ignore-2.13.txt | 3 +++ tests/sanity/ignore-2.14.txt | 3 +++ tests/sanity/ignore-2.9.txt | 3 +++ tests/unit/compat/builtins.py | 19 +++---------------- tests/unit/compat/mock.py | 19 +++---------------- tests/unit/compat/unittest.py | 19 +++---------------- tests/unit/plugins/connection/test_docker.py | 19 +++---------------- .../inventory/test_docker_containers.py | 3 ++- .../module_utils/_api/api/test_client.py | 3 ++- .../plugins/module_utils/_api/fake_api.py | 3 ++- .../plugins/module_utils/_api/fake_stat.py | 3 ++- .../plugins/module_utils/_api/test_auth.py | 3 ++- .../plugins/module_utils/_api/test_errors.py | 3 ++- .../_api/transport/test_sshconn.py | 3 ++- .../_api/transport/test_ssladapter.py | 3 ++- .../module_utils/_api/utils/test_build.py | 3 ++- .../module_utils/_api/utils/test_config.py | 3 ++- .../_api/utils/test_decorators.py | 3 ++- .../_api/utils/test_json_stream.py | 3 ++- .../module_utils/_api/utils/test_ports.py | 3 ++- .../module_utils/_api/utils/test_proxy.py | 3 ++- .../module_utils/_api/utils/test_utils.py | 3 ++- tests/unit/plugins/module_utils/test_util.py | 3 +++ tests/unit/plugins/modules/conftest.py | 3 ++- .../plugins/modules/test_docker_network.py | 3 +++ .../modules/test_docker_swarm_service.py | 3 +++ tests/unit/requirements.txt | 3 +++ tests/utils/constraints.txt | 3 +++ tests/utils/shippable/cloud.sh | 2 ++ tests/utils/shippable/linux-community.sh | 2 ++ tests/utils/shippable/linux.sh | 2 ++ tests/utils/shippable/remote.sh | 2 ++ tests/utils/shippable/sanity.sh | 2 ++ tests/utils/shippable/shippable.sh | 2 ++ tests/utils/shippable/units.sh | 2 ++ 439 files changed, 1239 insertions(+), 173 deletions(-) rename Apache-2.0.txt => LICENSES/Apache-2.0.txt (100%) create mode 120000 LICENSES/GPL-3.0-or-later.txt create mode 100644 changelogs/fragments/430-licenses.yml diff --git a/.azure-pipelines/README.md b/.azure-pipelines/README.md index 385e70bac..bfc5ed0c3 100644 --- a/.azure-pipelines/README.md +++ b/.azure-pipelines/README.md @@ -1,3 +1,7 @@ + +[comment]: # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +[comment]: # SPDX-License-Identifier: GPL-3.0-or-later + ## Azure Pipelines Configuration Please see the [Documentation](https://github.com/ansible/community/wiki/Testing:-Azure-Pipelines) for more information. diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 092b81379..2c8afe1cf 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + trigger: batch: true branches: diff --git a/.azure-pipelines/scripts/aggregate-coverage.sh b/.azure-pipelines/scripts/aggregate-coverage.sh index 51fae879d..8c2309f0f 100755 --- a/.azure-pipelines/scripts/aggregate-coverage.sh +++ b/.azure-pipelines/scripts/aggregate-coverage.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Aggregate code coverage results for later processing. +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + set -o pipefail -eu agent_temp_directory="$1" diff --git a/.azure-pipelines/scripts/combine-coverage.py b/.azure-pipelines/scripts/combine-coverage.py index 506ade646..b56acdbd6 100755 --- a/.azure-pipelines/scripts/combine-coverage.py +++ b/.azure-pipelines/scripts/combine-coverage.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + """ Combine coverage data from multiple jobs, keeping the data only from the most recent attempt from each job. Coverage artifacts must be named using the format: "Coverage $(System.JobAttempt) {StableUniqueNameForEachJob}" diff --git a/.azure-pipelines/scripts/process-results.sh b/.azure-pipelines/scripts/process-results.sh index f3f1d1bae..a64fb2ac1 100755 --- a/.azure-pipelines/scripts/process-results.sh +++ b/.azure-pipelines/scripts/process-results.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Check the test results and set variables for use in later steps. +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + set -o pipefail -eu if [[ "$PWD" =~ /ansible_collections/ ]]; then diff --git a/.azure-pipelines/scripts/publish-codecov.py b/.azure-pipelines/scripts/publish-codecov.py index ab947f981..43d70dca3 100755 --- a/.azure-pipelines/scripts/publish-codecov.py +++ b/.azure-pipelines/scripts/publish-codecov.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + """ Upload code coverage reports to codecov.io. Multiple coverage files from multiple languages are accepted and aggregated after upload. diff --git a/.azure-pipelines/scripts/report-coverage.sh b/.azure-pipelines/scripts/report-coverage.sh index 08d1b60a1..ca0cc5f7b 100755 --- a/.azure-pipelines/scripts/report-coverage.sh +++ b/.azure-pipelines/scripts/report-coverage.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Generate code coverage reports for uploading to Azure Pipelines and codecov.io. +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + set -o pipefail -eu PATH="${PWD}/bin:${PATH}" diff --git a/.azure-pipelines/scripts/run-tests.sh b/.azure-pipelines/scripts/run-tests.sh index a947fdf01..8e7036c64 100755 --- a/.azure-pipelines/scripts/run-tests.sh +++ b/.azure-pipelines/scripts/run-tests.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Configure the test environment and run the tests. +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + set -o pipefail -eu entry_point="$1" diff --git a/.azure-pipelines/scripts/time-command.py b/.azure-pipelines/scripts/time-command.py index 5e8eb8d4c..fb49396ea 100755 --- a/.azure-pipelines/scripts/time-command.py +++ b/.azure-pipelines/scripts/time-command.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + """Prepends a relative timestamp to each input line from stdin and writes it to stdout.""" from __future__ import (absolute_import, division, print_function) diff --git a/.azure-pipelines/templates/coverage.yml b/.azure-pipelines/templates/coverage.yml index 1b36ea45a..0009e0bcb 100644 --- a/.azure-pipelines/templates/coverage.yml +++ b/.azure-pipelines/templates/coverage.yml @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # This template adds a job for processing code coverage data. # It will upload results to Azure Pipelines and codecov.io. # Use it from a job stage that completes after all other jobs have completed. diff --git a/.azure-pipelines/templates/matrix.yml b/.azure-pipelines/templates/matrix.yml index 4e9555dd3..119bac550 100644 --- a/.azure-pipelines/templates/matrix.yml +++ b/.azure-pipelines/templates/matrix.yml @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # This template uses the provided targets and optional groups to generate a matrix which is then passed to the test template. # If this matrix template does not provide the required functionality, consider using the test template directly instead. diff --git a/.azure-pipelines/templates/test.yml b/.azure-pipelines/templates/test.yml index 5250ed802..3120ea90e 100644 --- a/.azure-pipelines/templates/test.yml +++ b/.azure-pipelines/templates/test.yml @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # This template uses the provided list of jobs to create test one or more test jobs. # It can be used directly if needed, or through the matrix template. diff --git a/.github/patchback.yml b/.github/patchback.yml index 33ad6e84a..cc696f0ab 100644 --- a/.github/patchback.yml +++ b/.github/patchback.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + backport_branch_prefix: patchback/backports/ backport_label_prefix: backport- target_branch_prefix: stable- diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index e82f29e0f..cc49dc096 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + name: Collection Docs concurrency: group: docs-${{ github.head_ref }} diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index 8ad9838dd..caf618dab 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + name: execution environment on: # Run CI against all pushes (direct commits, also merged PRs), Pull Requests diff --git a/Apache-2.0.txt b/LICENSES/Apache-2.0.txt similarity index 100% rename from Apache-2.0.txt rename to LICENSES/Apache-2.0.txt diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 120000 index 000000000..012065c85 --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1 @@ +../COPYING \ No newline at end of file diff --git a/README.md b/README.md index 347c448ae..480b06bba 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,5 @@ See the [changelog](https://github.com/ansible-collections/community.docker/tree GNU General Public License v3.0 or later. See [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. + +Parts of the collection are licensed under the [Apache 2.0 license](https://spdx.org/licenses/Apache-2.0). This applies mostly to files vendored from the [Docker SDK for Python](https://github.com/docker/docker-py/). diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 120c7a5bb..6f4e42193 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + changelog_filename_template: ../CHANGELOG.rst changelog_filename_version_depth: 0 changes_file: changelog.yaml diff --git a/changelogs/fragments/430-licenses.yml b/changelogs/fragments/430-licenses.yml new file mode 100644 index 000000000..34f279cdb --- /dev/null +++ b/changelogs/fragments/430-licenses.yml @@ -0,0 +1,2 @@ +minor_changes: + - "All software licenses are now in the ``LICENSES/`` directory of the collection root. Moreover, ``SPDX-License-Identifier:`` is used to declare the applicable license for every file that is not automatically generated (https://github.com/ansible-collections/community.docker/pull/430)." diff --git a/docs/docsite/extra-docs.yml b/docs/docsite/extra-docs.yml index 969d8d86b..11f96237a 100644 --- a/docs/docsite/extra-docs.yml +++ b/docs/docsite/extra-docs.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + sections: - title: Scenario Guide toctree: diff --git a/docs/docsite/links.yml b/docs/docsite/links.yml index ae77aa7c0..f4d87151c 100644 --- a/docs/docsite/links.yml +++ b/docs/docsite/links.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + edit_on_github: repository: ansible-collections/community.docker branch: main diff --git a/docs/docsite/rst/scenario_guide.rst b/docs/docsite/rst/scenario_guide.rst index 65ef71e0d..62b361992 100644 --- a/docs/docsite/rst/scenario_guide.rst +++ b/docs/docsite/rst/scenario_guide.rst @@ -1,3 +1,7 @@ +.. + GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) + SPDX-License-Identifier: GPL-3.0-or-later + .. _ansible_collections.community.docker.docsite.scenario_guide: Docker Guide diff --git a/galaxy.yml b/galaxy.yml index 12e2b5542..5fc64c4fc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,10 @@ readme: README.md authors: - Ansible Docker Working Group description: Modules and plugins for working with Docker -license_file: COPYING +license: + - GPL-3.0-or-later + - Apache-2.0 +#license_file: COPYING tags: - docker repository: https://github.com/ansible-collections/community.docker diff --git a/meta/ee-bindep.txt b/meta/ee-bindep.txt index e69de29bb..d8720ffe4 100644 --- a/meta/ee-bindep.txt +++ b/meta/ee-bindep.txt @@ -0,0 +1,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) +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/meta/ee-requirements.txt b/meta/ee-requirements.txt index a6506cd90..a133768fd 100644 --- a/meta/ee-requirements.txt +++ b/meta/ee-requirements.txt @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker requests paramiko diff --git a/meta/execution-environment.yml b/meta/execution-environment.yml index 525b5ceb3..bcae9ed89 100644 --- a/meta/execution-environment.yml +++ b/meta/execution-environment.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: 1 dependencies: python: meta/ee-requirements.txt diff --git a/meta/runtime.yml b/meta/runtime.yml index 0880017bd..24a9ae0ce 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + requires_ansible: '>=2.11.0' action_groups: docker: diff --git a/plugins/connection/docker.py b/plugins/connection/docker.py index 6c8b84aff..6e7d07908 100644 --- a/plugins/connection/docker.py +++ b/plugins/connection/docker.py @@ -4,7 +4,8 @@ # (c) 2015, Leendert Brouwer (https://github.com/objectified) # (c) 2015, Toshio Kuratomi # Copyright (c) 2017 Ansible Project -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/connection/docker_api.py b/plugins/connection/docker_api.py index ce7c47ad5..888c62e42 100644 --- a/plugins/connection/docker_api.py +++ b/plugins/connection/docker_api.py @@ -1,5 +1,6 @@ # Copyright (c) 2019-2020, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/connection/nsenter.py b/plugins/connection/nsenter.py index 17bef1f9e..61cfbcda6 100644 --- a/plugins/connection/nsenter.py +++ b/plugins/connection/nsenter.py @@ -2,7 +2,8 @@ # Based on Ansible local connection plugin by: # (c) 2012 Michael DeHaan # (c) 2015, 2017 Toshio Kuratomi -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/doc_fragments/docker.py b/plugins/doc_fragments/docker.py index 81a2163a8..b311c47dd 100644 --- a/plugins/doc_fragments/docker.py +++ b/plugins/doc_fragments/docker.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/inventory/docker_containers.py b/plugins/inventory/docker_containers.py index af0a0fd01..c94b0e122 100644 --- a/plugins/inventory/docker_containers.py +++ b/plugins/inventory/docker_containers.py @@ -4,7 +4,8 @@ # Copyright (c) 2016, Paul Durivage # Copyright (c) 2016, Chris Houseknecht # Copyright (c) 2016, James Tanner -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) diff --git a/plugins/inventory/docker_machine.py b/plugins/inventory/docker_machine.py index 01a72b675..3bae4411f 100644 --- a/plugins/inventory/docker_machine.py +++ b/plugins/inventory/docker_machine.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (c) 2019, Ximon Eighteen -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/inventory/docker_swarm.py b/plugins/inventory/docker_swarm.py index a71b676d4..b48a1b0c1 100644 --- a/plugins/inventory/docker_swarm.py +++ b/plugins/inventory/docker_swarm.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- # Copyright (c) 2018, Stefan Heitmueller # Copyright (c) 2018 Ansible Project -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) diff --git a/plugins/module_utils/_api/_import_helper.py b/plugins/module_utils/_api/_import_helper.py index b5b6d1f5d..9ff1cad5e 100644 --- a/plugins/module_utils/_api/_import_helper.py +++ b/plugins/module_utils/_api/_import_helper.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/api/client.py b/plugins/module_utils/_api/api/client.py index b930cb95f..45ea74971 100644 --- a/plugins/module_utils/_api/api/client.py +++ b/plugins/module_utils/_api/api/client.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/api/daemon.py b/plugins/module_utils/_api/api/daemon.py index dc0bffbef..9e7adbf3f 100644 --- a/plugins/module_utils/_api/api/daemon.py +++ b/plugins/module_utils/_api/api/daemon.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/auth.py b/plugins/module_utils/_api/auth.py index 633398d44..a172ced55 100644 --- a/plugins/module_utils/_api/auth.py +++ b/plugins/module_utils/_api/auth.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/constants.py b/plugins/module_utils/_api/constants.py index 24cb8985f..23e10b136 100644 --- a/plugins/module_utils/_api/constants.py +++ b/plugins/module_utils/_api/constants.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/credentials/constants.py b/plugins/module_utils/_api/credentials/constants.py index 8312852c7..c52bc564e 100644 --- a/plugins/module_utils/_api/credentials/constants.py +++ b/plugins/module_utils/_api/credentials/constants.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/credentials/errors.py b/plugins/module_utils/_api/credentials/errors.py index 706dd7e82..0047e8e4c 100644 --- a/plugins/module_utils/_api/credentials/errors.py +++ b/plugins/module_utils/_api/credentials/errors.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/credentials/store.py b/plugins/module_utils/_api/credentials/store.py index ba54ca10c..e1bd28e3b 100644 --- a/plugins/module_utils/_api/credentials/store.py +++ b/plugins/module_utils/_api/credentials/store.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/credentials/utils.py b/plugins/module_utils/_api/credentials/utils.py index 76503ad92..08699efb3 100644 --- a/plugins/module_utils/_api/credentials/utils.py +++ b/plugins/module_utils/_api/credentials/utils.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/errors.py b/plugins/module_utils/_api/errors.py index d96fb6ac5..039487362 100644 --- a/plugins/module_utils/_api/errors.py +++ b/plugins/module_utils/_api/errors.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/tls.py b/plugins/module_utils/_api/tls.py index f8fa69d0d..33406b85a 100644 --- a/plugins/module_utils/_api/tls.py +++ b/plugins/module_utils/_api/tls.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/transport/basehttpadapter.py b/plugins/module_utils/_api/transport/basehttpadapter.py index 8d7574c3f..2afa60aea 100644 --- a/plugins/module_utils/_api/transport/basehttpadapter.py +++ b/plugins/module_utils/_api/transport/basehttpadapter.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/transport/npipeconn.py b/plugins/module_utils/_api/transport/npipeconn.py index eca977a4a..72a5c5899 100644 --- a/plugins/module_utils/_api/transport/npipeconn.py +++ b/plugins/module_utils/_api/transport/npipeconn.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/transport/npipesocket.py b/plugins/module_utils/_api/transport/npipesocket.py index d2e1826ae..f9d3ed669 100644 --- a/plugins/module_utils/_api/transport/npipesocket.py +++ b/plugins/module_utils/_api/transport/npipesocket.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/transport/sshconn.py b/plugins/module_utils/_api/transport/sshconn.py index 1687b1eff..47dc35db5 100644 --- a/plugins/module_utils/_api/transport/sshconn.py +++ b/plugins/module_utils/_api/transport/sshconn.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/transport/ssladapter.py b/plugins/module_utils/_api/transport/ssladapter.py index 0b3e60284..a3182bcd4 100644 --- a/plugins/module_utils/_api/transport/ssladapter.py +++ b/plugins/module_utils/_api/transport/ssladapter.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/transport/unixconn.py b/plugins/module_utils/_api/transport/unixconn.py index ca82dce44..f46372f9a 100644 --- a/plugins/module_utils/_api/transport/unixconn.py +++ b/plugins/module_utils/_api/transport/unixconn.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/types/daemon.py b/plugins/module_utils/_api/types/daemon.py index 0fc5ae93f..619644281 100644 --- a/plugins/module_utils/_api/types/daemon.py +++ b/plugins/module_utils/_api/types/daemon.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/build.py b/plugins/module_utils/_api/utils/build.py index 3cb4263c0..9b5d1874f 100644 --- a/plugins/module_utils/_api/utils/build.py +++ b/plugins/module_utils/_api/utils/build.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/config.py b/plugins/module_utils/_api/utils/config.py index 432d04060..eed538b47 100644 --- a/plugins/module_utils/_api/utils/config.py +++ b/plugins/module_utils/_api/utils/config.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/decorators.py b/plugins/module_utils/_api/utils/decorators.py index 13ba1c0ec..ec2d258a1 100644 --- a/plugins/module_utils/_api/utils/decorators.py +++ b/plugins/module_utils/_api/utils/decorators.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/fnmatch.py b/plugins/module_utils/_api/utils/fnmatch.py index 702c98f17..f6e77a5f8 100644 --- a/plugins/module_utils/_api/utils/fnmatch.py +++ b/plugins/module_utils/_api/utils/fnmatch.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/json_stream.py b/plugins/module_utils/_api/utils/json_stream.py index c3fab7269..f3a74bac3 100644 --- a/plugins/module_utils/_api/utils/json_stream.py +++ b/plugins/module_utils/_api/utils/json_stream.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/ports.py b/plugins/module_utils/_api/utils/ports.py index bebef7fa7..194aaa7aa 100644 --- a/plugins/module_utils/_api/utils/ports.py +++ b/plugins/module_utils/_api/utils/ports.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/proxy.py b/plugins/module_utils/_api/utils/proxy.py index ed9345a81..ed20ff53a 100644 --- a/plugins/module_utils/_api/utils/proxy.py +++ b/plugins/module_utils/_api/utils/proxy.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/socket.py b/plugins/module_utils/_api/utils/socket.py index 9fc95cd6e..b47210223 100644 --- a/plugins/module_utils/_api/utils/socket.py +++ b/plugins/module_utils/_api/utils/socket.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/_api/utils/utils.py b/plugins/module_utils/_api/utils/utils.py index 271673735..6401fbab3 100644 --- a/plugins/module_utils/_api/utils/utils.py +++ b/plugins/module_utils/_api/utils/utils.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/common.py b/plugins/module_utils/common.py index e889baee8..a8ce7b616 100644 --- a/plugins/module_utils/common.py +++ b/plugins/module_utils/common.py @@ -1,5 +1,6 @@ # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/common_api.py b/plugins/module_utils/common_api.py index 0ab2111f4..1ab898361 100644 --- a/plugins/module_utils/common_api.py +++ b/plugins/module_utils/common_api.py @@ -1,6 +1,7 @@ # Copyright 2016 Red Hat | Ansible # Copyright (c) 2022 Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/module_container/base.py b/plugins/module_utils/module_container/base.py index 70f0afe02..f9f95e4ec 100644 --- a/plugins/module_utils/module_container/base.py +++ b/plugins/module_utils/module_container/base.py @@ -1,6 +1,7 @@ # Copyright (c) 2022 Felix Fontein # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/module_utils/module_container/docker_api.py b/plugins/module_utils/module_container/docker_api.py index fe20dbc1e..31fde5283 100644 --- a/plugins/module_utils/module_container/docker_api.py +++ b/plugins/module_utils/module_container/docker_api.py @@ -1,6 +1,7 @@ # Copyright (c) 2022 Felix Fontein # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/module_utils/module_container/module.py b/plugins/module_utils/module_container/module.py index e354347a8..4656a1127 100644 --- a/plugins/module_utils/module_container/module.py +++ b/plugins/module_utils/module_container/module.py @@ -1,6 +1,7 @@ # Copyright (c) 2022 Felix Fontein # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/module_utils/socket_handler.py b/plugins/module_utils/socket_handler.py index 8a1801116..c582d6d88 100644 --- a/plugins/module_utils/socket_handler.py +++ b/plugins/module_utils/socket_handler.py @@ -1,5 +1,6 @@ # Copyright (c) 2019-2021, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/socket_helper.py b/plugins/module_utils/socket_helper.py index ace098e03..a0885f721 100644 --- a/plugins/module_utils/socket_helper.py +++ b/plugins/module_utils/socket_helper.py @@ -1,5 +1,6 @@ # Copyright (c) 2019-2021, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/swarm.py b/plugins/module_utils/swarm.py index 160ae0206..bcafd678b 100644 --- a/plugins/module_utils/swarm.py +++ b/plugins/module_utils/swarm.py @@ -1,6 +1,7 @@ # (c) 2019 Piotr Wojciechowski (@wojciechowskipiotr) # (c) Thierry Bouvet (@tbouvet) -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/util.py b/plugins/module_utils/util.py index 6d1a14bd7..37917133f 100644 --- a/plugins/module_utils/util.py +++ b/plugins/module_utils/util.py @@ -1,5 +1,6 @@ # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index bf5948959..9e376d371 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- # Copyright: (c) 2021, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later """Provide version object to compare version numbers.""" diff --git a/plugins/modules/current_container_facts.py b/plugins/modules/current_container_facts.py index fd9cf754f..2d3002719 100644 --- a/plugins/modules/current_container_facts.py +++ b/plugins/modules/current_container_facts.py @@ -2,7 +2,8 @@ # # (c) 2020 Matt Clay # (c) 2020 Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_compose.py b/plugins/modules/docker_compose.py index 93ebb09e7..f5b8c7679 100644 --- a/plugins/modules/docker_compose.py +++ b/plugins/modules/docker_compose.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_config.py b/plugins/modules/docker_config.py index 4d3ecad15..c5ffbe9f2 100644 --- a/plugins/modules/docker_config.py +++ b/plugins/modules/docker_config.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_container.py b/plugins/modules/docker_container.py index 4946c3cdb..491b5c503 100644 --- a/plugins/modules/docker_container.py +++ b/plugins/modules/docker_container.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_container_exec.py b/plugins/modules/docker_container_exec.py index aa267949b..76409963a 100644 --- a/plugins/modules/docker_container_exec.py +++ b/plugins/modules/docker_container_exec.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright (c) 2021, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_container_info.py b/plugins/modules/docker_container_info.py index ad2268772..21686a3dc 100644 --- a/plugins/modules/docker_container_info.py +++ b/plugins/modules/docker_container_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_host_info.py b/plugins/modules/docker_host_info.py index 22e3cd505..b60e9fd90 100644 --- a/plugins/modules/docker_host_info.py +++ b/plugins/modules/docker_host_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # (c) 2019 Piotr Wojciechowski -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_image.py b/plugins/modules/docker_image.py index 71ad43a83..5eca0d7bc 100644 --- a/plugins/modules/docker_image.py +++ b/plugins/modules/docker_image.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_image_info.py b/plugins/modules/docker_image_info.py index d7282dc48..1b3aafbf9 100644 --- a/plugins/modules/docker_image_info.py +++ b/plugins/modules/docker_image_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_image_load.py b/plugins/modules/docker_image_load.py index 119b1559c..2988c1ca8 100644 --- a/plugins/modules/docker_image_load.py +++ b/plugins/modules/docker_image_load.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_login.py b/plugins/modules/docker_login.py index 8c5f9c554..d58d23965 100644 --- a/plugins/modules/docker_login.py +++ b/plugins/modules/docker_login.py @@ -4,7 +4,8 @@ # Chris Houseknecht, # James Tanner, # -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_network.py b/plugins/modules/docker_network.py index ba49b6bfd..4228eb835 100644 --- a/plugins/modules/docker_network.py +++ b/plugins/modules/docker_network.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_network_info.py b/plugins/modules/docker_network_info.py index 18a65924e..7375cba44 100644 --- a/plugins/modules/docker_network_info.py +++ b/plugins/modules/docker_network_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_node.py b/plugins/modules/docker_node.py index 6aac6e93c..fd5ba86bd 100644 --- a/plugins/modules/docker_node.py +++ b/plugins/modules/docker_node.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # (c) 2019 Piotr Wojciechowski -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function diff --git a/plugins/modules/docker_node_info.py b/plugins/modules/docker_node_info.py index 5fa7a3f92..e1b365b67 100644 --- a/plugins/modules/docker_node_info.py +++ b/plugins/modules/docker_node_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # (c) 2019 Piotr Wojciechowski -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_plugin.py b/plugins/modules/docker_plugin.py index d4011df81..80e9cfbce 100644 --- a/plugins/modules/docker_plugin.py +++ b/plugins/modules/docker_plugin.py @@ -3,7 +3,8 @@ # # Copyright: (c) 2021 Red Hat | Ansible Sakar Mehra<@sakarmehra100@gmail.com | @sakar97> # Copyright: (c) 2019, Vladimir Porshkevich (@porshkevich) -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_prune.py b/plugins/modules/docker_prune.py index 21e7ffa12..798fe4430 100644 --- a/plugins/modules/docker_prune.py +++ b/plugins/modules/docker_prune.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_secret.py b/plugins/modules/docker_secret.py index 80a6d1173..3dd326481 100644 --- a/plugins/modules/docker_secret.py +++ b/plugins/modules/docker_secret.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_stack.py b/plugins/modules/docker_stack.py index e020a33c7..031afe2e8 100644 --- a/plugins/modules/docker_stack.py +++ b/plugins/modules/docker_stack.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # Copyright (c) 2018 Dario Zanzico (git@dariozanzico.com) -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/modules/docker_stack_info.py b/plugins/modules/docker_stack_info.py index ef588c537..1cafcdc26 100644 --- a/plugins/modules/docker_stack_info.py +++ b/plugins/modules/docker_stack_info.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # Copyright (c) 2020 Jose Angel Munoz (@imjoseangel) -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/docker_stack_task_info.py b/plugins/modules/docker_stack_task_info.py index 19073c184..b09a738ed 100644 --- a/plugins/modules/docker_stack_task_info.py +++ b/plugins/modules/docker_stack_task_info.py @@ -2,7 +2,8 @@ # -*- coding: utf-8 -*- # Copyright (c) 2020 Jose Angel Munoz (@imjoseangel) -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) diff --git a/plugins/modules/docker_swarm.py b/plugins/modules/docker_swarm.py index bffe56ae5..a20807d8a 100644 --- a/plugins/modules/docker_swarm.py +++ b/plugins/modules/docker_swarm.py @@ -1,7 +1,8 @@ #!/usr/bin/python # Copyright 2016 Red Hat | Ansible -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_swarm_info.py b/plugins/modules/docker_swarm_info.py index ccb65e11f..091989aa3 100644 --- a/plugins/modules/docker_swarm_info.py +++ b/plugins/modules/docker_swarm_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # (c) 2019 Piotr Wojciechowski -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function diff --git a/plugins/modules/docker_swarm_service.py b/plugins/modules/docker_swarm_service.py index d68e5fce1..f8df5d4f5 100644 --- a/plugins/modules/docker_swarm_service.py +++ b/plugins/modules/docker_swarm_service.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # (c) 2017, Dario Zanzico (git@dariozanzico.com) -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_swarm_service_info.py b/plugins/modules/docker_swarm_service_info.py index e4b4c1d55..bb2f8f30f 100644 --- a/plugins/modules/docker_swarm_service_info.py +++ b/plugins/modules/docker_swarm_service_info.py @@ -1,7 +1,8 @@ #!/usr/bin/python # # (c) 2019 Hannes Ljungberg -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_volume.py b/plugins/modules/docker_volume.py index fd5e775f6..6fe37eb4e 100644 --- a/plugins/modules/docker_volume.py +++ b/plugins/modules/docker_volume.py @@ -2,7 +2,8 @@ # coding: utf-8 # # Copyright 2017 Red Hat | Ansible, Alex Grönholm -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/modules/docker_volume_info.py b/plugins/modules/docker_volume_info.py index c60808e12..51372b960 100644 --- a/plugins/modules/docker_volume_info.py +++ b/plugins/modules/docker_volume_info.py @@ -2,7 +2,8 @@ # coding: utf-8 # # Copyright 2017 Red Hat | Ansible, Alex Grönholm -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/plugins/plugin_utils/common.py b/plugins/plugin_utils/common.py index 2f48543a0..f3c7c05c7 100644 --- a/plugins/plugin_utils/common.py +++ b/plugins/plugin_utils/common.py @@ -1,5 +1,6 @@ # Copyright (c) 2019-2020, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/plugin_utils/common_api.py b/plugins/plugin_utils/common_api.py index b96cb1bef..eda28d481 100644 --- a/plugins/plugin_utils/common_api.py +++ b/plugins/plugin_utils/common_api.py @@ -1,5 +1,6 @@ # Copyright (c) 2019-2020, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/plugins/plugin_utils/socket_handler.py b/plugins/plugin_utils/socket_handler.py index 4bc667be2..204996f24 100644 --- a/plugins/plugin_utils/socket_handler.py +++ b/plugins/plugin_utils/socket_handler.py @@ -1,5 +1,6 @@ # Copyright (c) 2019-2020, Felix Fontein -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/config.yml b/tests/config.yml index 1bc926e74..45d0017a1 100644 --- a/tests/config.yml +++ b/tests/config.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # See template for more information: # https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/config/config.yml modules: diff --git a/tests/ee/all.yml b/tests/ee/all.yml index bf0659e5e..2467bd6f2 100644 --- a/tests/ee/all.yml +++ b/tests/ee/all.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost vars: docker_test_image_alpine: quay.io/ansible/docker-test-containers:alpine3.8 diff --git a/tests/ee/roles/current_container_facts/tasks/main.yml b/tests/ee/roles/current_container_facts/tasks/main.yml index 301584970..c2b495291 100644 --- a/tests/ee/roles/current_container_facts/tasks/main.yml +++ b/tests/ee/roles/current_container_facts/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Retrieve information on current container community.docker.current_container_facts: register: result diff --git a/tests/ee/roles/docker_plain/tasks/main.yml b/tests/ee/roles/docker_plain/tasks/main.yml index 25c1a02b0..fce086312 100644 --- a/tests/ee/roles/docker_plain/tasks/main.yml +++ b/tests/ee/roles/docker_plain/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # Create random name prefix (for containers, networks, ...) - name: Create random container name prefix set_fact: diff --git a/tests/ee/roles/docker_stack/tasks/main.yml b/tests/ee/roles/docker_stack/tasks/main.yml index 44b6295cf..a555053de 100644 --- a/tests/ee/roles/docker_stack/tasks/main.yml +++ b/tests/ee/roles/docker_stack/tasks/main.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # Currently the docker_stack* modules are not supported in the EE since we'd need to install the Docker CLI client diff --git a/tests/integration/targets/connection/aliases b/tests/integration/targets/connection/aliases index 136c05e0d..a61a9c9d7 100644 --- a/tests/integration/targets/connection/aliases +++ b/tests/integration/targets/connection/aliases @@ -1 +1,4 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + hidden diff --git a/tests/integration/targets/connection/test.sh b/tests/integration/targets/connection/test.sh index 334a16361..94823897b 100755 --- a/tests/integration/targets/connection/test.sh +++ b/tests/integration/targets/connection/test.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -eux diff --git a/tests/integration/targets/connection/test_connection.yml b/tests/integration/targets/connection/test_connection.yml index a662e576a..c67557e41 100644 --- a/tests/integration/targets/connection/test_connection.yml +++ b/tests/integration/targets/connection/test_connection.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: "{{ target_hosts }}" gather_facts: no serial: 1 diff --git a/tests/integration/targets/connection_docker/aliases b/tests/integration/targets/connection_docker/aliases index 8beddaedf..b918fe573 100644 --- a/tests/integration/targets/connection_docker/aliases +++ b/tests/integration/targets/connection_docker/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 skip/docker # coverage does not work if we're inside a docker container, since we cannot access this container's /tmp dir from the new container destructive diff --git a/tests/integration/targets/connection_docker/meta/main.yml b/tests/integration/targets/connection_docker/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/connection_docker/meta/main.yml +++ b/tests/integration/targets/connection_docker/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/connection_docker/runme.sh b/tests/integration/targets/connection_docker/runme.sh index de9233af1..3c8176137 100755 --- a/tests/integration/targets/connection_docker/runme.sh +++ b/tests/integration/targets/connection_docker/runme.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # If you use another image, you possibly also need to adjust # ansible_python_interpreter in test_connection.inventory. diff --git a/tests/integration/targets/connection_docker/setup.yml b/tests/integration/targets/connection_docker/setup.yml index a709d2c79..9f257bfc5 100644 --- a/tests/integration/targets/connection_docker/setup.yml +++ b/tests/integration/targets/connection_docker/setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost connection: local vars: diff --git a/tests/integration/targets/connection_docker/shutdown.yml b/tests/integration/targets/connection_docker/shutdown.yml index e01d12100..db8274e32 100644 --- a/tests/integration/targets/connection_docker/shutdown.yml +++ b/tests/integration/targets/connection_docker/shutdown.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost connection: local vars: diff --git a/tests/integration/targets/connection_docker_api/aliases b/tests/integration/targets/connection_docker_api/aliases index 8beddaedf..b918fe573 100644 --- a/tests/integration/targets/connection_docker_api/aliases +++ b/tests/integration/targets/connection_docker_api/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 skip/docker # coverage does not work if we're inside a docker container, since we cannot access this container's /tmp dir from the new container destructive diff --git a/tests/integration/targets/connection_docker_api/meta/main.yml b/tests/integration/targets/connection_docker_api/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/connection_docker_api/meta/main.yml +++ b/tests/integration/targets/connection_docker_api/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/connection_docker_api/runme.sh b/tests/integration/targets/connection_docker_api/runme.sh index a21bcc09e..d8459caa4 100755 --- a/tests/integration/targets/connection_docker_api/runme.sh +++ b/tests/integration/targets/connection_docker_api/runme.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # If you use another image, you possibly also need to adjust # ansible_python_interpreter in test_connection.inventory. diff --git a/tests/integration/targets/connection_docker_api/setup.yml b/tests/integration/targets/connection_docker_api/setup.yml index a709d2c79..9f257bfc5 100644 --- a/tests/integration/targets/connection_docker_api/setup.yml +++ b/tests/integration/targets/connection_docker_api/setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost connection: local vars: diff --git a/tests/integration/targets/connection_docker_api/shutdown.yml b/tests/integration/targets/connection_docker_api/shutdown.yml index e01d12100..db8274e32 100644 --- a/tests/integration/targets/connection_docker_api/shutdown.yml +++ b/tests/integration/targets/connection_docker_api/shutdown.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost connection: local vars: diff --git a/tests/integration/targets/connection_nsenter/aliases b/tests/integration/targets/connection_nsenter/aliases index 60b42aae1..ca11ece61 100644 --- a/tests/integration/targets/connection_nsenter/aliases +++ b/tests/integration/targets/connection_nsenter/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group5 skip/docker # this requires unfettered access to the container host skip/rhel7.9 # nsenter does not work out of the box diff --git a/tests/integration/targets/connection_nsenter/meta/main.yml b/tests/integration/targets/connection_nsenter/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/connection_nsenter/meta/main.yml +++ b/tests/integration/targets/connection_nsenter/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/connection_nsenter/runme.sh b/tests/integration/targets/connection_nsenter/runme.sh index 6f8ec2d37..f6c8ae860 100755 --- a/tests/integration/targets/connection_nsenter/runme.sh +++ b/tests/integration/targets/connection_nsenter/runme.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -euo pipefail diff --git a/tests/integration/targets/connection_nsenter/setup.yml b/tests/integration/targets/connection_nsenter/setup.yml index a709d2c79..9f257bfc5 100644 --- a/tests/integration/targets/connection_nsenter/setup.yml +++ b/tests/integration/targets/connection_nsenter/setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost connection: local vars: diff --git a/tests/integration/targets/connection_nsenter/shutdown.yml b/tests/integration/targets/connection_nsenter/shutdown.yml index e01d12100..db8274e32 100644 --- a/tests/integration/targets/connection_nsenter/shutdown.yml +++ b/tests/integration/targets/connection_nsenter/shutdown.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: localhost connection: local vars: diff --git a/tests/integration/targets/connection_posix/aliases b/tests/integration/targets/connection_posix/aliases index f5e09799b..db0dd32de 100644 --- a/tests/integration/targets/connection_posix/aliases +++ b/tests/integration/targets/connection_posix/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + needs/target/connection hidden diff --git a/tests/integration/targets/connection_posix/test.sh b/tests/integration/targets/connection_posix/test.sh index 96eaa85f3..84a789ee2 100755 --- a/tests/integration/targets/connection_posix/test.sh +++ b/tests/integration/targets/connection_posix/test.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -eux diff --git a/tests/integration/targets/docker_compose/aliases b/tests/integration/targets/docker_compose/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_compose/aliases +++ b/tests/integration/targets/docker_compose/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_compose/meta/main.yml b/tests/integration/targets/docker_compose/meta/main.yml index a033c656f..9c66b89cf 100644 --- a/tests/integration/targets/docker_compose/meta/main.yml +++ b/tests/integration/targets/docker_compose/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker_compose - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_compose/tasks/main.yml b/tests/integration/targets/docker_compose/tasks/main.yml index 448616ec8..7202b905d 100644 --- a/tests/integration/targets/docker_compose/tasks/main.yml +++ b/tests/integration/targets/docker_compose/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_compose/tasks/run-test.yml b/tests/integration/targets/docker_compose/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_compose/tasks/run-test.yml +++ b/tests/integration/targets/docker_compose/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_compose/tasks/tests/options.yml b/tests/integration/targets/docker_compose/tasks/tests/options.yml index a1b00ee51..8da8edc31 100644 --- a/tests/integration/targets/docker_compose/tasks/tests/options.yml +++ b/tests/integration/targets/docker_compose/tasks/tests/options.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: pname: "{{ cname_prefix }}" diff --git a/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml b/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml index 46103f2e1..9bf97e925 100644 --- a/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml +++ b/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: pname: "{{ cname_prefix }}" diff --git a/tests/integration/targets/docker_config/aliases b/tests/integration/targets/docker_config/aliases index cdf1b9b1c..8c9ef4e3f 100644 --- a/tests/integration/targets/docker_config/aliases +++ b/tests/integration/targets/docker_config/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group3 destructive diff --git a/tests/integration/targets/docker_config/meta/main.yml b/tests/integration/targets/docker_config/meta/main.yml index a2419b9ad..f47f38185 100644 --- a/tests/integration/targets/docker_config/meta/main.yml +++ b/tests/integration/targets/docker_config/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_config/tasks/main.yml b/tests/integration/targets/docker_config/tasks/main.yml index ea3fbde5b..77e34f680 100644 --- a/tests/integration/targets/docker_config/tasks/main.yml +++ b/tests/integration/targets/docker_config/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_config/tasks/test_docker_config.yml b/tests/integration/targets/docker_config/tasks/test_docker_config.yml index 4b77b5382..a02ef5e9f 100644 --- a/tests/integration/targets/docker_config/tasks/test_docker_config.yml +++ b/tests/integration/targets/docker_config/tasks/test_docker_config.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - shell: "docker info --format '{% raw %}{{json .}}{% endraw %}' | python -m json.tool" diff --git a/tests/integration/targets/docker_container/aliases b/tests/integration/targets/docker_container/aliases index 6e8edef75..552d81ec7 100644 --- a/tests/integration/targets/docker_container/aliases +++ b/tests/integration/targets/docker_container/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group5 destructive diff --git a/tests/integration/targets/docker_container/files/env-file b/tests/integration/targets/docker_container/files/env-file index b15f1b64c..874f17a9e 100644 --- a/tests/integration/targets/docker_container/files/env-file +++ b/tests/integration/targets/docker_container/files/env-file @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + TEST3=val3 TEST4=val4 diff --git a/tests/integration/targets/docker_container/filter_plugins/ipaddr_tools.py b/tests/integration/targets/docker_container/filter_plugins/ipaddr_tools.py index 29f6552e4..f6840a3a4 100644 --- a/tests/integration/targets/docker_container/filter_plugins/ipaddr_tools.py +++ b/tests/integration/targets/docker_container/filter_plugins/ipaddr_tools.py @@ -1,19 +1,6 @@ -# (c) 2020, Felix Fontein -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . +# Copyright (c) 2020, Felix Fontein +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/integration/targets/docker_container/meta/main.yml b/tests/integration/targets/docker_container/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_container/meta/main.yml +++ b/tests/integration/targets/docker_container/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_container/tasks/main.yml b/tests/integration/targets/docker_container/tasks/main.yml index 4a1204f3f..3e8608897 100644 --- a/tests/integration/targets/docker_container/tasks/main.yml +++ b/tests/integration/targets/docker_container/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_container/tasks/run-test.yml b/tests/integration/targets/docker_container/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_container/tasks/run-test.yml +++ b/tests/integration/targets/docker_container/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/comparisons.yml b/tests/integration/targets/docker_container/tasks/tests/comparisons.yml index fadf4dc39..fbf39aaaa 100644 --- a/tests/integration/targets/docker_container/tasks/tests/comparisons.yml +++ b/tests/integration/targets/docker_container/tasks/tests/comparisons.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-comparisons' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/compatibility.yml b/tests/integration/targets/docker_container/tasks/tests/compatibility.yml index de8758aaa..d19693476 100644 --- a/tests/integration/targets/docker_container/tasks/tests/compatibility.yml +++ b/tests/integration/targets/docker_container/tasks/tests/compatibility.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-hi' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/image-ids.yml b/tests/integration/targets/docker_container/tasks/tests/image-ids.yml index 3ec56d0b3..d2fe8b320 100644 --- a/tests/integration/targets/docker_container/tasks/tests/image-ids.yml +++ b/tests/integration/targets/docker_container/tasks/tests/image-ids.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-iid' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml b/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml index 8cb08e3cf..72db64d97 100644 --- a/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml +++ b/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-mounts' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/network.yml b/tests/integration/targets/docker_container/tasks/tests/network.yml index 55555ad6b..c889b2b96 100644 --- a/tests/integration/targets/docker_container/tasks/tests/network.yml +++ b/tests/integration/targets/docker_container/tasks/tests/network.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-network' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/options.yml b/tests/integration/targets/docker_container/tasks/tests/options.yml index 57056b8f3..882cdeb2a 100644 --- a/tests/integration/targets/docker_container/tasks/tests/options.yml +++ b/tests/integration/targets/docker_container/tasks/tests/options.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-options' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/ports.yml b/tests/integration/targets/docker_container/tasks/tests/ports.yml index 3488a2e68..9ab639b88 100644 --- a/tests/integration/targets/docker_container/tasks/tests/ports.yml +++ b/tests/integration/targets/docker_container/tasks/tests/ports.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-options' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml b/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml index d51501535..f44ee75c2 100644 --- a/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml +++ b/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # Regression test for https://github.com/ansible/ansible/pull/45700 - name: Registering container name set_fact: diff --git a/tests/integration/targets/docker_container/tasks/tests/start-stop.yml b/tests/integration/targets/docker_container/tasks/tests/start-stop.yml index ec9de7c52..9fb0d143d 100644 --- a/tests/integration/targets/docker_container/tasks/tests/start-stop.yml +++ b/tests/integration/targets/docker_container/tasks/tests/start-stop.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-hi' }}" diff --git a/tests/integration/targets/docker_container/tasks/tests/update.yml b/tests/integration/targets/docker_container/tasks/tests/update.yml index bfff1070e..96a5db22a 100644 --- a/tests/integration/targets/docker_container/tasks/tests/update.yml +++ b/tests/integration/targets/docker_container/tasks/tests/update.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container name set_fact: cname: "{{ cname_prefix ~ '-update' }}" diff --git a/tests/integration/targets/docker_container_exec/aliases b/tests/integration/targets/docker_container_exec/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_container_exec/aliases +++ b/tests/integration/targets/docker_container_exec/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_container_exec/meta/main.yml b/tests/integration/targets/docker_container_exec/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_container_exec/meta/main.yml +++ b/tests/integration/targets/docker_container_exec/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_container_exec/tasks/main.yml b/tests/integration/targets/docker_container_exec/tasks/main.yml index b3d57745c..92946390a 100644 --- a/tests/integration/targets/docker_container_exec/tasks/main.yml +++ b/tests/integration/targets/docker_container_exec/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_container_info/aliases b/tests/integration/targets/docker_container_info/aliases index 6e8edef75..552d81ec7 100644 --- a/tests/integration/targets/docker_container_info/aliases +++ b/tests/integration/targets/docker_container_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group5 destructive diff --git a/tests/integration/targets/docker_container_info/meta/main.yml b/tests/integration/targets/docker_container_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_container_info/meta/main.yml +++ b/tests/integration/targets/docker_container_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_container_info/tasks/main.yml b/tests/integration/targets/docker_container_info/tasks/main.yml index 0923717a1..79e17c730 100644 --- a/tests/integration/targets/docker_container_info/tasks/main.yml +++ b/tests/integration/targets/docker_container_info/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_host_info/aliases b/tests/integration/targets/docker_host_info/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_host_info/aliases +++ b/tests/integration/targets/docker_host_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_host_info/meta/main.yml b/tests/integration/targets/docker_host_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_host_info/meta/main.yml +++ b/tests/integration/targets/docker_host_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_host_info/tasks/main.yml b/tests/integration/targets/docker_host_info/tasks/main.yml index ad51293f0..cad7cb725 100644 --- a/tests/integration/targets/docker_host_info/tasks/main.yml +++ b/tests/integration/targets/docker_host_info/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_host_info/tasks/test_host_info.yml b/tests/integration/targets/docker_host_info/tasks/test_host_info.yml index 55619c07f..ebc47ef3c 100644 --- a/tests/integration/targets/docker_host_info/tasks/test_host_info.yml +++ b/tests/integration/targets/docker_host_info/tasks/test_host_info.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Create random container/volume name set_fact: cname: "{{ 'ansible-docker-test-%0x' % ((2**32) | random) }}" diff --git a/tests/integration/targets/docker_image/aliases b/tests/integration/targets/docker_image/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_image/aliases +++ b/tests/integration/targets/docker_image/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_image/meta/main.yml b/tests/integration/targets/docker_image/meta/main.yml index e08907d60..0252a892f 100644 --- a/tests/integration/targets/docker_image/meta/main.yml +++ b/tests/integration/targets/docker_image/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker_registry - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_image/tasks/main.yml b/tests/integration/targets/docker_image/tasks/main.yml index 2be493eb1..3fa752f24 100644 --- a/tests/integration/targets/docker_image/tasks/main.yml +++ b/tests/integration/targets/docker_image/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_image/tasks/run-test.yml b/tests/integration/targets/docker_image/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_image/tasks/run-test.yml +++ b/tests/integration/targets/docker_image/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_image/tasks/test.yml b/tests/integration/targets/docker_image/tasks/test.yml index a432f5d72..4e0313d60 100644 --- a/tests/integration/targets/docker_image/tasks/test.yml +++ b/tests/integration/targets/docker_image/tasks/test.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Create random name prefix set_fact: name_prefix: "{{ 'ansible-docker-test-%0x' % ((2**32) | random) }}" diff --git a/tests/integration/targets/docker_image/tasks/tests/basic.yml b/tests/integration/targets/docker_image/tasks/tests/basic.yml index b5e304dc5..c851ea448 100644 --- a/tests/integration/targets/docker_image/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_image/tasks/tests/basic.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### ## basic ########################################################### #################################################################### diff --git a/tests/integration/targets/docker_image/tasks/tests/docker_image.yml b/tests/integration/targets/docker_image/tasks/tests/docker_image.yml index fe61b3012..ba914ae6d 100644 --- a/tests/integration/targets/docker_image/tasks/tests/docker_image.yml +++ b/tests/integration/targets/docker_image/tasks/tests/docker_image.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering image name set_fact: iname: "{{ name_prefix ~ '-options' }}" diff --git a/tests/integration/targets/docker_image/tasks/tests/options.yml b/tests/integration/targets/docker_image/tasks/tests/options.yml index c873b4e6d..96eb14c51 100644 --- a/tests/integration/targets/docker_image/tasks/tests/options.yml +++ b/tests/integration/targets/docker_image/tasks/tests/options.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering image name set_fact: iname: "{{ name_prefix ~ '-options' }}" diff --git a/tests/integration/targets/docker_image/templates/Dockerfile b/tests/integration/targets/docker_image/templates/Dockerfile index c50329448..57f2c5389 100644 --- a/tests/integration/targets/docker_image/templates/Dockerfile +++ b/tests/integration/targets/docker_image/templates/Dockerfile @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + FROM {{ docker_test_image_busybox }} ENV foo /bar WORKDIR ${foo} diff --git a/tests/integration/targets/docker_image/templates/EtcHostsDockerfile b/tests/integration/targets/docker_image/templates/EtcHostsDockerfile index f1b54e3bc..676a8f46f 100644 --- a/tests/integration/targets/docker_image/templates/EtcHostsDockerfile +++ b/tests/integration/targets/docker_image/templates/EtcHostsDockerfile @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + FROM {{ docker_test_image_busybox }} # This should fail building if docker cannot resolve some-custom-host RUN ping -c1 some-custom-host diff --git a/tests/integration/targets/docker_image/templates/MyDockerfile b/tests/integration/targets/docker_image/templates/MyDockerfile index 68bca8a2a..84602f33d 100644 --- a/tests/integration/targets/docker_image/templates/MyDockerfile +++ b/tests/integration/targets/docker_image/templates/MyDockerfile @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + FROM {{ docker_test_image_alpine }} ENV INSTALL_PATH /newdata RUN mkdir -p $INSTALL_PATH diff --git a/tests/integration/targets/docker_image/templates/StagedDockerfile b/tests/integration/targets/docker_image/templates/StagedDockerfile index fc4623a39..39f2f7cdd 100644 --- a/tests/integration/targets/docker_image/templates/StagedDockerfile +++ b/tests/integration/targets/docker_image/templates/StagedDockerfile @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + FROM {{ docker_test_image_busybox }} AS first ENV dir /first WORKDIR ${dir} diff --git a/tests/integration/targets/docker_image_info/aliases b/tests/integration/targets/docker_image_info/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_image_info/aliases +++ b/tests/integration/targets/docker_image_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_image_info/meta/main.yml b/tests/integration/targets/docker_image_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_image_info/meta/main.yml +++ b/tests/integration/targets/docker_image_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_image_info/tasks/main.yml b/tests/integration/targets/docker_image_info/tasks/main.yml index 559daaefc..5ff72d875 100644 --- a/tests/integration/targets/docker_image_info/tasks/main.yml +++ b/tests/integration/targets/docker_image_info/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_image_load/aliases b/tests/integration/targets/docker_image_load/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_image_load/aliases +++ b/tests/integration/targets/docker_image_load/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_image_load/meta/main.yml b/tests/integration/targets/docker_image_load/meta/main.yml index a2419b9ad..f47f38185 100644 --- a/tests/integration/targets/docker_image_load/meta/main.yml +++ b/tests/integration/targets/docker_image_load/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_image_load/tasks/main.yml b/tests/integration/targets/docker_image_load/tasks/main.yml index 2be493eb1..3fa752f24 100644 --- a/tests/integration/targets/docker_image_load/tasks/main.yml +++ b/tests/integration/targets/docker_image_load/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_image_load/tasks/run-test.yml b/tests/integration/targets/docker_image_load/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_image_load/tasks/run-test.yml +++ b/tests/integration/targets/docker_image_load/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_image_load/tasks/test.yml b/tests/integration/targets/docker_image_load/tasks/test.yml index fbe9beaaa..41a3970e2 100644 --- a/tests/integration/targets/docker_image_load/tasks/test.yml +++ b/tests/integration/targets/docker_image_load/tasks/test.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Create random name prefix set_fact: name_prefix: "{{ 'ansible-docker-test-%0x' % ((2**32) | random) }}" diff --git a/tests/integration/targets/docker_image_load/tasks/tests/basic.yml b/tests/integration/targets/docker_image_load/tasks/tests/basic.yml index 58719e9f3..b8bb2fad1 100644 --- a/tests/integration/targets/docker_image_load/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_image_load/tasks/tests/basic.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - set_fact: image_names: - "{{ docker_test_image_hello_world }}" diff --git a/tests/integration/targets/docker_login/aliases b/tests/integration/targets/docker_login/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_login/aliases +++ b/tests/integration/targets/docker_login/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_login/meta/main.yml b/tests/integration/targets/docker_login/meta/main.yml index 21d7a58f9..c8a41c085 100644 --- a/tests/integration/targets/docker_login/meta/main.yml +++ b/tests/integration/targets/docker_login/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker_registry diff --git a/tests/integration/targets/docker_login/tasks/main.yml b/tests/integration/targets/docker_login/tasks/main.yml index 115c31e6c..3fa752f24 100644 --- a/tests/integration/targets/docker_login/tasks/main.yml +++ b/tests/integration/targets/docker_login/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_login/tasks/run-test.yml b/tests/integration/targets/docker_login/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_login/tasks/run-test.yml +++ b/tests/integration/targets/docker_login/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_login/tasks/test.yml b/tests/integration/targets/docker_login/tasks/test.yml index b60b70915..dbca8462d 100644 --- a/tests/integration/targets/docker_login/tasks/test.yml +++ b/tests/integration/targets/docker_login/tasks/test.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - include_tasks: run-test.yml with_fileglob: diff --git a/tests/integration/targets/docker_login/tasks/tests/docker_login.yml b/tests/integration/targets/docker_login/tasks/tests/docker_login.yml index 6b7dc701b..d7a3b3fc2 100644 --- a/tests/integration/targets/docker_login/tasks/tests/docker_login.yml +++ b/tests/integration/targets/docker_login/tasks/tests/docker_login.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Log out server docker_login: diff --git a/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml b/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml index 2ad0b66f9..7dad53beb 100644 --- a/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml +++ b/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Log out server 1 docker_login: diff --git a/tests/integration/targets/docker_network/aliases b/tests/integration/targets/docker_network/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_network/aliases +++ b/tests/integration/targets/docker_network/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_network/meta/main.yml b/tests/integration/targets/docker_network/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_network/meta/main.yml +++ b/tests/integration/targets/docker_network/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_network/tasks/main.yml b/tests/integration/targets/docker_network/tasks/main.yml index d172b1dd1..2368ead9b 100644 --- a/tests/integration/targets/docker_network/tasks/main.yml +++ b/tests/integration/targets/docker_network/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_network/tasks/run-test.yml b/tests/integration/targets/docker_network/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_network/tasks/run-test.yml +++ b/tests/integration/targets/docker_network/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_network/tasks/tests/basic.yml b/tests/integration/targets/docker_network/tasks/tests/basic.yml index e6290715b..7c4f35c20 100644 --- a/tests/integration/targets/docker_network/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_network/tasks/tests/basic.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container and network names set_fact: cname_1: "{{ name_prefix ~ '-container-1' }}" diff --git a/tests/integration/targets/docker_network/tasks/tests/ipam.yml b/tests/integration/targets/docker_network/tasks/tests/ipam.yml index d3fccdbd0..53c252196 100644 --- a/tests/integration/targets/docker_network/tasks/tests/ipam.yml +++ b/tests/integration/targets/docker_network/tasks/tests/ipam.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering network names set_fact: nname_ipam_0: "{{ name_prefix ~ '-network-ipam-0' }}" diff --git a/tests/integration/targets/docker_network/tasks/tests/options.yml b/tests/integration/targets/docker_network/tasks/tests/options.yml index f8b74b5f5..93aa4fa84 100644 --- a/tests/integration/targets/docker_network/tasks/tests/options.yml +++ b/tests/integration/targets/docker_network/tasks/tests/options.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering network name set_fact: nname_1: "{{ name_prefix ~ '-network-1' }}" diff --git a/tests/integration/targets/docker_network/tasks/tests/overlay.yml b/tests/integration/targets/docker_network/tasks/tests/overlay.yml index cd7f805fe..fe01e2e29 100644 --- a/tests/integration/targets/docker_network/tasks/tests/overlay.yml +++ b/tests/integration/targets/docker_network/tasks/tests/overlay.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering network name set_fact: nname_1: "{{ name_prefix ~ '-network-1' }}" diff --git a/tests/integration/targets/docker_network/tasks/tests/substring.yml b/tests/integration/targets/docker_network/tasks/tests/substring.yml index bdee190e9..6276ed2f6 100644 --- a/tests/integration/targets/docker_network/tasks/tests/substring.yml +++ b/tests/integration/targets/docker_network/tasks/tests/substring.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering container and network names set_fact: nname_1: "{{ name_prefix ~ '-network-foo' }}" diff --git a/tests/integration/targets/docker_network_info/aliases b/tests/integration/targets/docker_network_info/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_network_info/aliases +++ b/tests/integration/targets/docker_network_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_network_info/meta/main.yml b/tests/integration/targets/docker_network_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_network_info/meta/main.yml +++ b/tests/integration/targets/docker_network_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_network_info/tasks/main.yml b/tests/integration/targets/docker_network_info/tasks/main.yml index 34f46559a..f67f6b8a3 100644 --- a/tests/integration/targets/docker_network_info/tasks/main.yml +++ b/tests/integration/targets/docker_network_info/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_node/aliases b/tests/integration/targets/docker_node/aliases index f225f5867..b82889d74 100644 --- a/tests/integration/targets/docker_node/aliases +++ b/tests/integration/targets/docker_node/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group2 destructive needs/root diff --git a/tests/integration/targets/docker_node/meta/main.yml b/tests/integration/targets/docker_node/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_node/meta/main.yml +++ b/tests/integration/targets/docker_node/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_node/tasks/main.yml b/tests/integration/targets/docker_node/tasks/main.yml index a91efc59e..c8368e73c 100644 --- a/tests/integration/targets/docker_node/tasks/main.yml +++ b/tests/integration/targets/docker_node/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_node/tasks/test_node.yml b/tests/integration/targets/docker_node/tasks/test_node.yml index bdc01afb8..eade0edc5 100644 --- a/tests/integration/targets/docker_node/tasks/test_node.yml +++ b/tests/integration/targets/docker_node/tasks/test_node.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_node_info/aliases b/tests/integration/targets/docker_node_info/aliases index ca7c91285..d8a79cb7b 100644 --- a/tests/integration/targets/docker_node_info/aliases +++ b/tests/integration/targets/docker_node_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group2 destructive diff --git a/tests/integration/targets/docker_node_info/meta/main.yml b/tests/integration/targets/docker_node_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_node_info/meta/main.yml +++ b/tests/integration/targets/docker_node_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_node_info/tasks/main.yml b/tests/integration/targets/docker_node_info/tasks/main.yml index 5b6516534..604a95498 100644 --- a/tests/integration/targets/docker_node_info/tasks/main.yml +++ b/tests/integration/targets/docker_node_info/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_node_info/tasks/test_node_info.yml b/tests/integration/targets/docker_node_info/tasks/test_node_info.yml index 3ee5549b3..c78c3cca8 100644 --- a/tests/integration/targets/docker_node_info/tasks/test_node_info.yml +++ b/tests/integration/targets/docker_node_info/tasks/test_node_info.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_plugin/aliases b/tests/integration/targets/docker_plugin/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_plugin/aliases +++ b/tests/integration/targets/docker_plugin/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_plugin/meta/main.yml b/tests/integration/targets/docker_plugin/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_plugin/meta/main.yml +++ b/tests/integration/targets/docker_plugin/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_plugin/tasks/main.yaml b/tests/integration/targets/docker_plugin/tasks/main.yaml index 783988246..f3f484a9d 100644 --- a/tests/integration/targets/docker_plugin/tasks/main.yaml +++ b/tests/integration/targets/docker_plugin/tasks/main.yaml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Create random name prefix set_fact: name_prefix: "cvmfs/overlay2-graphdriver" diff --git a/tests/integration/targets/docker_plugin/tasks/run-test.yml b/tests/integration/targets/docker_plugin/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_plugin/tasks/run-test.yml +++ b/tests/integration/targets/docker_plugin/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_plugin/tasks/tests/basic.yml b/tests/integration/targets/docker_plugin/tasks/tests/basic.yml index e94133d7e..45f9ca50e 100644 --- a/tests/integration/targets/docker_plugin/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_plugin/tasks/tests/basic.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering plugin name set_fact: plugin_name: "{{ name_prefix }}" diff --git a/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml b/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml index ca5896b22..7e2c0575d 100644 --- a/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml +++ b/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Register plugin name and alias set_fact: plugin_name: "{{ name_prefix }}" diff --git a/tests/integration/targets/docker_prune/aliases b/tests/integration/targets/docker_prune/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_prune/aliases +++ b/tests/integration/targets/docker_prune/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_prune/meta/main.yml b/tests/integration/targets/docker_prune/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_prune/meta/main.yml +++ b/tests/integration/targets/docker_prune/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_prune/tasks/main.yml b/tests/integration/targets/docker_prune/tasks/main.yml index 2a8ab4509..9af3fd38c 100644 --- a/tests/integration/targets/docker_prune/tasks/main.yml +++ b/tests/integration/targets/docker_prune/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_secret/aliases b/tests/integration/targets/docker_secret/aliases index cdf1b9b1c..8c9ef4e3f 100644 --- a/tests/integration/targets/docker_secret/aliases +++ b/tests/integration/targets/docker_secret/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group3 destructive diff --git a/tests/integration/targets/docker_secret/meta/main.yml b/tests/integration/targets/docker_secret/meta/main.yml index a2419b9ad..f47f38185 100644 --- a/tests/integration/targets/docker_secret/meta/main.yml +++ b/tests/integration/targets/docker_secret/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_secret/tasks/main.yml b/tests/integration/targets/docker_secret/tasks/main.yml index 68d3df8dc..39e9c378b 100644 --- a/tests/integration/targets/docker_secret/tasks/main.yml +++ b/tests/integration/targets/docker_secret/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_secret/tasks/test_secrets.yml b/tests/integration/targets/docker_secret/tasks/test_secrets.yml index 3d8197688..ee313ea64 100644 --- a/tests/integration/targets/docker_secret/tasks/test_secrets.yml +++ b/tests/integration/targets/docker_secret/tasks/test_secrets.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_stack/aliases b/tests/integration/targets/docker_stack/aliases index ca7c91285..d8a79cb7b 100644 --- a/tests/integration/targets/docker_stack/aliases +++ b/tests/integration/targets/docker_stack/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group2 destructive diff --git a/tests/integration/targets/docker_stack/meta/main.yml b/tests/integration/targets/docker_stack/meta/main.yml index a2419b9ad..f47f38185 100644 --- a/tests/integration/targets/docker_stack/meta/main.yml +++ b/tests/integration/targets/docker_stack/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_stack/tasks/main.yml b/tests/integration/targets/docker_stack/tasks/main.yml index 5ed63f3ed..22139b7a7 100644 --- a/tests/integration/targets/docker_stack/tasks/main.yml +++ b/tests/integration/targets/docker_stack/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_stack/tasks/test_stack.yml b/tests/integration/targets/docker_stack/tasks/test_stack.yml index 8d0136ace..6325ab37d 100644 --- a/tests/integration/targets/docker_stack/tasks/test_stack.yml +++ b/tests/integration/targets/docker_stack/tasks/test_stack.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_stack/templates/stack_compose_base.yml b/tests/integration/targets/docker_stack/templates/stack_compose_base.yml index b5162d68d..bf502357c 100644 --- a/tests/integration/targets/docker_stack/templates/stack_compose_base.yml +++ b/tests/integration/targets/docker_stack/templates/stack_compose_base.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: '3' services: busybox: diff --git a/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml b/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml index 1b81c71b3..18a0eb910 100644 --- a/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml +++ b/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: '3' services: busybox: diff --git a/tests/integration/targets/docker_stack/vars/main.yml b/tests/integration/targets/docker_stack/vars/main.yml index 7751c86ea..179add7bd 100644 --- a/tests/integration/targets/docker_stack/vars/main.yml +++ b/tests/integration/targets/docker_stack/vars/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + stack_compose_base: version: '3' services: diff --git a/tests/integration/targets/docker_stack_info/aliases b/tests/integration/targets/docker_stack_info/aliases index ca7c91285..d8a79cb7b 100644 --- a/tests/integration/targets/docker_stack_info/aliases +++ b/tests/integration/targets/docker_stack_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group2 destructive diff --git a/tests/integration/targets/docker_stack_info/meta/main.yml b/tests/integration/targets/docker_stack_info/meta/main.yml index a2419b9ad..f47f38185 100644 --- a/tests/integration/targets/docker_stack_info/meta/main.yml +++ b/tests/integration/targets/docker_stack_info/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_stack_info/tasks/main.yml b/tests/integration/targets/docker_stack_info/tasks/main.yml index b499f80d1..b397bd1aa 100644 --- a/tests/integration/targets/docker_stack_info/tasks/main.yml +++ b/tests/integration/targets/docker_stack_info/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml b/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml index ca93377f5..8790649bd 100644 --- a/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml +++ b/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml b/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml index b5162d68d..bf502357c 100644 --- a/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml +++ b/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: '3' services: busybox: diff --git a/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml b/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml index 1b81c71b3..18a0eb910 100644 --- a/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml +++ b/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: '3' services: busybox: diff --git a/tests/integration/targets/docker_stack_info/vars/main.yml b/tests/integration/targets/docker_stack_info/vars/main.yml index 7751c86ea..179add7bd 100644 --- a/tests/integration/targets/docker_stack_info/vars/main.yml +++ b/tests/integration/targets/docker_stack_info/vars/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + stack_compose_base: version: '3' services: diff --git a/tests/integration/targets/docker_stack_task_info/aliases b/tests/integration/targets/docker_stack_task_info/aliases index ca7c91285..d8a79cb7b 100644 --- a/tests/integration/targets/docker_stack_task_info/aliases +++ b/tests/integration/targets/docker_stack_task_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group2 destructive diff --git a/tests/integration/targets/docker_stack_task_info/meta/main.yml b/tests/integration/targets/docker_stack_task_info/meta/main.yml index a2419b9ad..f47f38185 100644 --- a/tests/integration/targets/docker_stack_task_info/meta/main.yml +++ b/tests/integration/targets/docker_stack_task_info/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_tmp_dir diff --git a/tests/integration/targets/docker_stack_task_info/tasks/main.yml b/tests/integration/targets/docker_stack_task_info/tasks/main.yml index 0990e90b0..3b8f6c5c2 100644 --- a/tests/integration/targets/docker_stack_task_info/tasks/main.yml +++ b/tests/integration/targets/docker_stack_task_info/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml b/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml index 6843fbc8f..86297eab1 100644 --- a/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml +++ b/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml index b5162d68d..bf502357c 100644 --- a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml +++ b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: '3' services: busybox: diff --git a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml index 1b81c71b3..18a0eb910 100644 --- a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml +++ b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + version: '3' services: busybox: diff --git a/tests/integration/targets/docker_stack_task_info/vars/main.yml b/tests/integration/targets/docker_stack_task_info/vars/main.yml index 7751c86ea..179add7bd 100644 --- a/tests/integration/targets/docker_stack_task_info/vars/main.yml +++ b/tests/integration/targets/docker_stack_task_info/vars/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + stack_compose_base: version: '3' services: diff --git a/tests/integration/targets/docker_swarm/aliases b/tests/integration/targets/docker_swarm/aliases index 3bab2a23b..0bec1dcfa 100644 --- a/tests/integration/targets/docker_swarm/aliases +++ b/tests/integration/targets/docker_swarm/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group1 destructive needs/root diff --git a/tests/integration/targets/docker_swarm/meta/main.yml b/tests/integration/targets/docker_swarm/meta/main.yml index 1257e9e0c..051802fef 100644 --- a/tests/integration/targets/docker_swarm/meta/main.yml +++ b/tests/integration/targets/docker_swarm/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_openssl diff --git a/tests/integration/targets/docker_swarm/tasks/cleanup.yml b/tests/integration/targets/docker_swarm/tasks/cleanup.yml index e99946e0e..02c1c342d 100644 --- a/tests/integration/targets/docker_swarm/tasks/cleanup.yml +++ b/tests/integration/targets/docker_swarm/tasks/cleanup.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: CLEANUP | Leave Docker Swarm docker_swarm: state: absent diff --git a/tests/integration/targets/docker_swarm/tasks/main.yml b/tests/integration/targets/docker_swarm/tasks/main.yml index 597b71a85..923254723 100644 --- a/tests/integration/targets/docker_swarm/tasks/main.yml +++ b/tests/integration/targets/docker_swarm/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_swarm/tasks/run-test.yml b/tests/integration/targets/docker_swarm/tasks/run-test.yml index e69de29bb..bc97374ba 100644 --- a/tests/integration/targets/docker_swarm/tasks/run-test.yml +++ b/tests/integration/targets/docker_swarm/tasks/run-test.yml @@ -0,0 +1,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) +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/tests/basic.yml b/tests/integration/targets/docker_swarm/tasks/tests/basic.yml index 4e9005fc8..dafa8586d 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/basic.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - debug: msg: Running tests/basic.yml diff --git a/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml b/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml index ab94d5077..5f85f0ff2 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - debug: msg: Running tests/options-ca.yml - name: options-ca diff --git a/tests/integration/targets/docker_swarm/tasks/tests/options.yml b/tests/integration/targets/docker_swarm/tasks/tests/options.yml index c23ab3a65..5580b4d21 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/options.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/options.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - debug: msg: Running tests/options.yml diff --git a/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml b/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml index a900953e0..323fe491b 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - debug: msg: Running tests/remote-addr-pool.yml diff --git a/tests/integration/targets/docker_swarm_info/aliases b/tests/integration/targets/docker_swarm_info/aliases index 6eae8bd8d..47e1924a3 100644 --- a/tests/integration/targets/docker_swarm_info/aliases +++ b/tests/integration/targets/docker_swarm_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group1 destructive diff --git a/tests/integration/targets/docker_swarm_info/meta/main.yml b/tests/integration/targets/docker_swarm_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_swarm_info/meta/main.yml +++ b/tests/integration/targets/docker_swarm_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_swarm_info/tasks/main.yml b/tests/integration/targets/docker_swarm_info/tasks/main.yml index 2aeaa8e5e..02ed7d8bf 100644 --- a/tests/integration/targets/docker_swarm_info/tasks/main.yml +++ b/tests/integration/targets/docker_swarm_info/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml b/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml index 349d7cc51..5835b3d0f 100644 --- a/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml +++ b/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Make sure we're not already using Docker swarm docker_swarm: diff --git a/tests/integration/targets/docker_swarm_service/aliases b/tests/integration/targets/docker_swarm_service/aliases index cdf1b9b1c..8c9ef4e3f 100644 --- a/tests/integration/targets/docker_swarm_service/aliases +++ b/tests/integration/targets/docker_swarm_service/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group3 destructive diff --git a/tests/integration/targets/docker_swarm_service/files/env-file-1 b/tests/integration/targets/docker_swarm_service/files/env-file-1 index b15f1b64c..874f17a9e 100644 --- a/tests/integration/targets/docker_swarm_service/files/env-file-1 +++ b/tests/integration/targets/docker_swarm_service/files/env-file-1 @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + TEST3=val3 TEST4=val4 diff --git a/tests/integration/targets/docker_swarm_service/files/env-file-2 b/tests/integration/targets/docker_swarm_service/files/env-file-2 index eff99aca7..bc7febeda 100644 --- a/tests/integration/targets/docker_swarm_service/files/env-file-2 +++ b/tests/integration/targets/docker_swarm_service/files/env-file-2 @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + TEST3=val5 TEST5=val5 diff --git a/tests/integration/targets/docker_swarm_service/meta/main.yml b/tests/integration/targets/docker_swarm_service/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_swarm_service/meta/main.yml +++ b/tests/integration/targets/docker_swarm_service/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_swarm_service/tasks/main.yml b/tests/integration/targets/docker_swarm_service/tasks/main.yml index 019248bb3..084b35858 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/main.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_swarm_service/tasks/run-test.yml b/tests/integration/targets/docker_swarm_service/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/run-test.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml index 75bbd4b4c..030a25ab8 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering container name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml index 938b8a4f3..84e73e6a7 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml index af82c42ba..bac9c15bb 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - block: - name: Create a swarm service without name register: output diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml index 441547d98..40c57e9cc 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering service name set_fact: service_name: "{{ name_prefix ~ '-mounts' }}" diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml index 26a822b68..2e9c8f6a4 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml index cc1a44547..ad56ab6e1 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml index cc4290dee..342c8e40b 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml index 8a4810671..af1e5cfab 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml index cf7e1668d..a2dc03f6a 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml index 8d97d7e92..85d47054a 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml index 889f91b73..acaea8cf1 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering container name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml index a912c0990..1f48b0aa5 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Registering service name set_fact: diff --git a/tests/integration/targets/docker_swarm_service/vars/main.yml b/tests/integration/targets/docker_swarm_service/vars/main.yml index 2ab75f646..124d1451e 100644 --- a/tests/integration/targets/docker_swarm_service/vars/main.yml +++ b/tests/integration/targets/docker_swarm_service/vars/main.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later service_expected_output: args: [sleep, '1800'] diff --git a/tests/integration/targets/docker_swarm_service_info/aliases b/tests/integration/targets/docker_swarm_service_info/aliases index cdf1b9b1c..8c9ef4e3f 100644 --- a/tests/integration/targets/docker_swarm_service_info/aliases +++ b/tests/integration/targets/docker_swarm_service_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group3 destructive diff --git a/tests/integration/targets/docker_swarm_service_info/meta/main.yml b/tests/integration/targets/docker_swarm_service_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_swarm_service_info/meta/main.yml +++ b/tests/integration/targets/docker_swarm_service_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_swarm_service_info/tasks/main.yml b/tests/integration/targets/docker_swarm_service_info/tasks/main.yml index 66b4b8188..d2a319618 100644 --- a/tests/integration/targets/docker_swarm_service_info/tasks/main.yml +++ b/tests/integration/targets/docker_swarm_service_info/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml b/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml index 48e70a492..dd728eba4 100644 --- a/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml +++ b/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml @@ -1,4 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later - name: Generate service base name set_fact: diff --git a/tests/integration/targets/docker_volume/aliases b/tests/integration/targets/docker_volume/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_volume/aliases +++ b/tests/integration/targets/docker_volume/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_volume/meta/main.yml b/tests/integration/targets/docker_volume/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_volume/meta/main.yml +++ b/tests/integration/targets/docker_volume/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_volume/tasks/main.yml b/tests/integration/targets/docker_volume/tasks/main.yml index c796fb574..9318c97de 100644 --- a/tests/integration/targets/docker_volume/tasks/main.yml +++ b/tests/integration/targets/docker_volume/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/docker_volume/tasks/run-test.yml b/tests/integration/targets/docker_volume/tasks/run-test.yml index a29993701..6ded8b500 100644 --- a/tests/integration/targets/docker_volume/tasks/run-test.yml +++ b/tests/integration/targets/docker_volume/tasks/run-test.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Loading tasks from {{ item }}" include_tasks: "{{ item }}" diff --git a/tests/integration/targets/docker_volume/tasks/tests/basic.yml b/tests/integration/targets/docker_volume/tasks/tests/basic.yml index 7ee562614..843d38396 100644 --- a/tests/integration/targets/docker_volume/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_volume/tasks/tests/basic.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Registering volume name set_fact: vname: "{{ name_prefix ~ '-basic' }}" diff --git a/tests/integration/targets/docker_volume_info/aliases b/tests/integration/targets/docker_volume_info/aliases index 02b78723c..72da0f468 100644 --- a/tests/integration/targets/docker_volume_info/aliases +++ b/tests/integration/targets/docker_volume_info/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive diff --git a/tests/integration/targets/docker_volume_info/meta/main.yml b/tests/integration/targets/docker_volume_info/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/docker_volume_info/meta/main.yml +++ b/tests/integration/targets/docker_volume_info/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/docker_volume_info/tasks/main.yml b/tests/integration/targets/docker_volume_info/tasks/main.yml index e7007b72c..259a1d633 100644 --- a/tests/integration/targets/docker_volume_info/tasks/main.yml +++ b/tests/integration/targets/docker_volume_info/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/generic_ssh_connection/aliases b/tests/integration/targets/generic_ssh_connection/aliases index 2642b1f63..d9f0c35f1 100644 --- a/tests/integration/targets/generic_ssh_connection/aliases +++ b/tests/integration/targets/generic_ssh_connection/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive needs/root diff --git a/tests/integration/targets/generic_ssh_connection/meta/main.yml b/tests/integration/targets/generic_ssh_connection/meta/main.yml index b69559bec..3e398747e 100644 --- a/tests/integration/targets/generic_ssh_connection/meta/main.yml +++ b/tests/integration/targets/generic_ssh_connection/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_paramiko diff --git a/tests/integration/targets/generic_ssh_connection/tasks/main.yml b/tests/integration/targets/generic_ssh_connection/tasks/main.yml index 61ddc0404..7d04cd52d 100644 --- a/tests/integration/targets/generic_ssh_connection/tasks/main.yml +++ b/tests/integration/targets/generic_ssh_connection/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/inventory_docker_containers/aliases b/tests/integration/targets/inventory_docker_containers/aliases index d4bad10d4..974bb386a 100644 --- a/tests/integration/targets/inventory_docker_containers/aliases +++ b/tests/integration/targets/inventory_docker_containers/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group4 destructive needs/root diff --git a/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml b/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml index 60a5b0568..570f96ab1 100644 --- a/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml +++ b/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml @@ -1,2 +1,6 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_containers docker_host: unix://var/run/docker.sock diff --git a/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml b/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml index ec8db12e9..d9e5dd0da 100644 --- a/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml +++ b/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_containers docker_host: unix://var/run/docker.sock connection_type: ssh diff --git a/tests/integration/targets/inventory_docker_containers/meta/main.yml b/tests/integration/targets/inventory_docker_containers/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/inventory_docker_containers/meta/main.yml +++ b/tests/integration/targets/inventory_docker_containers/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml b/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml index 34708a52a..f9bd4976d 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local gather_facts: yes diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml b/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml index bd0ed1a54..b83ec2796 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local vars: diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml index bf54223f2..1acd8dc7d 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local # otherwise Ansible will complain that it cannot connect via ssh to 127.0.0.1:22 gather_facts: no diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml index 12ea02c42..403612e15 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local # otherwise Ansible will complain that it cannot connect via ssh to 127.0.0.1:22 gather_facts: no diff --git a/tests/integration/targets/inventory_docker_containers/runme.sh b/tests/integration/targets/inventory_docker_containers/runme.sh index 0ea425b8e..fff8bc16d 100755 --- a/tests/integration/targets/inventory_docker_containers/runme.sh +++ b/tests/integration/targets/inventory_docker_containers/runme.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later [[ -n "$DEBUG" || -n "$ANSIBLE_DEBUG" ]] && set -x diff --git a/tests/integration/targets/inventory_docker_machine/aliases b/tests/integration/targets/inventory_docker_machine/aliases index 1a7a54b47..0235483d7 100644 --- a/tests/integration/targets/inventory_docker_machine/aliases +++ b/tests/integration/targets/inventory_docker_machine/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + disabled shippable/posix/group2 destructive diff --git a/tests/integration/targets/inventory_docker_machine/docker-machine b/tests/integration/targets/inventory_docker_machine/docker-machine index be5d00c59..73987d6da 100644 --- a/tests/integration/targets/inventory_docker_machine/docker-machine +++ b/tests/integration/targets/inventory_docker_machine/docker-machine @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Mock Docker Machine wrapper for testing purposes +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + [ "$MOCK_ERROR_IN" == "$1" ] && echo >&2 "Mock Docker Machine error" && exit 1 case $1 in env) diff --git a/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml index caf34787b..8c7537d7f 100644 --- a/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml @@ -1 +1,5 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_machine diff --git a/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml index 00efaec9b..5d1d6a157 100644 --- a/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml @@ -1,2 +1,6 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_machine daemon_env: require diff --git a/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml index 0fe420197..78b950889 100644 --- a/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml @@ -1,2 +1,6 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_machine daemon_env: optional diff --git a/tests/integration/targets/inventory_docker_machine/meta/main.yml b/tests/integration/targets/inventory_docker_machine/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/inventory_docker_machine/meta/main.yml +++ b/tests/integration/targets/inventory_docker_machine/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml b/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml index 9f526fb44..2a566f91c 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local tasks: diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml b/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml index 78042b629..2b7a19d02 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local tasks: diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml b/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml index b272c0947..73dd2506e 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local tasks: diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml b/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml index d75c69b26..2ba96a4ac 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 gather_facts: no tasks: diff --git a/tests/integration/targets/inventory_docker_machine/runme.sh b/tests/integration/targets/inventory_docker_machine/runme.sh index 074e64fc2..34593c6be 100755 --- a/tests/integration/targets/inventory_docker_machine/runme.sh +++ b/tests/integration/targets/inventory_docker_machine/runme.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later SCRIPT_DIR=$(dirname "$0") diff --git a/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml index 046f47828..4ae086cf1 100644 --- a/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_machine daemon_env: skip running_required: false diff --git a/tests/integration/targets/inventory_docker_swarm/aliases b/tests/integration/targets/inventory_docker_swarm/aliases index f225f5867..b82889d74 100644 --- a/tests/integration/targets/inventory_docker_swarm/aliases +++ b/tests/integration/targets/inventory_docker_swarm/aliases @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + shippable/posix/group2 destructive needs/root diff --git a/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml b/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml index 03e11820f..a3735cb18 100644 --- a/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml +++ b/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml @@ -1,2 +1,6 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_swarm docker_host: unix://var/run/docker.sock diff --git a/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml b/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml index 03d3c554c..ce2251c78 100644 --- a/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml +++ b/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + plugin: community.docker.docker_swarm docker_host: unix://var/run/docker.sock verbose_output: false diff --git a/tests/integration/targets/inventory_docker_swarm/meta/main.yml b/tests/integration/targets/inventory_docker_swarm/meta/main.yml index 07da8c6dd..a8913f435 100644 --- a/tests/integration/targets/inventory_docker_swarm/meta/main.yml +++ b/tests/integration/targets/inventory_docker_swarm/meta/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml index 9cf87159c..e63124f37 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local gather_facts: yes diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml index 6fe0f874a..6f1222137 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local vars: diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml index 600a89b1d..d73057f66 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local # otherwise Ansible will complain that it cannot connect via ssh to 127.0.0.1:22 gather_facts: no diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml index b2a794d35..53ffa97d3 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - hosts: 127.0.0.1 connection: local # otherwise Ansible will complain that it cannot connect via ssh to 127.0.0.1:22 gather_facts: no diff --git a/tests/integration/targets/inventory_docker_swarm/runme.sh b/tests/integration/targets/inventory_docker_swarm/runme.sh index b93d386ae..a02563567 100755 --- a/tests/integration/targets/inventory_docker_swarm/runme.sh +++ b/tests/integration/targets/inventory_docker_swarm/runme.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later [[ -n "$DEBUG" || -n "$ANSIBLE_DEBUG" ]] && set -x diff --git a/tests/integration/targets/setup_docker/aliases b/tests/integration/targets/setup_docker/aliases index 65e831523..76d0a1a6f 100644 --- a/tests/integration/targets/setup_docker/aliases +++ b/tests/integration/targets/setup_docker/aliases @@ -1 +1,4 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + needs/target/setup_epel diff --git a/tests/integration/targets/setup_docker/defaults/main.yml b/tests/integration/targets/setup_docker/defaults/main.yml index 661a309ee..5656fdb15 100644 --- a/tests/integration/targets/setup_docker/defaults/main.yml +++ b/tests/integration/targets/setup_docker/defaults/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_cli_version: '0.0' docker_api_version: '0.0' docker_py_version: '0.0' diff --git a/tests/integration/targets/setup_docker/handlers/main.yml b/tests/integration/targets/setup_docker/handlers/main.yml index a389f91df..3b2720d56 100644 --- a/tests/integration/targets/setup_docker/handlers/main.yml +++ b/tests/integration/targets/setup_docker/handlers/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Remove pip packages pip: state: present diff --git a/tests/integration/targets/setup_docker/meta/main.yml b/tests/integration/targets/setup_docker/meta/main.yml index 2be15776b..7853ebcbd 100644 --- a/tests/integration/targets/setup_docker/meta/main.yml +++ b/tests/integration/targets/setup_docker/meta/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_remote_constraints - setup_pkg_mgr diff --git a/tests/integration/targets/setup_docker/tasks/Alpine.yml b/tests/integration/targets/setup_docker/tasks/Alpine.yml index cdd7894c9..56f36fd34 100644 --- a/tests/integration/targets/setup_docker/tasks/Alpine.yml +++ b/tests/integration/targets/setup_docker/tasks/Alpine.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker apk: name: docker diff --git a/tests/integration/targets/setup_docker/tasks/Archlinux.yml b/tests/integration/targets/setup_docker/tasks/Archlinux.yml index 40331145f..9b8b1a798 100644 --- a/tests/integration/targets/setup_docker/tasks/Archlinux.yml +++ b/tests/integration/targets/setup_docker/tasks/Archlinux.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker community.general.pacman: name: docker diff --git a/tests/integration/targets/setup_docker/tasks/Debian.yml b/tests/integration/targets/setup_docker/tasks/Debian.yml index c368bc12c..f3b9fdd0f 100644 --- a/tests/integration/targets/setup_docker/tasks/Debian.yml +++ b/tests/integration/targets/setup_docker/tasks/Debian.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Get OS version shell: uname -r register: os_version diff --git a/tests/integration/targets/setup_docker/tasks/Fedora.yml b/tests/integration/targets/setup_docker/tasks/Fedora.yml index 62440f75e..e30eddaac 100644 --- a/tests/integration/targets/setup_docker/tasks/Fedora.yml +++ b/tests/integration/targets/setup_docker/tasks/Fedora.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Import GPG key rpm_key: key: https://download.docker.com/linux/fedora/gpg diff --git a/tests/integration/targets/setup_docker/tasks/RedHat-7.yml b/tests/integration/targets/setup_docker/tasks/RedHat-7.yml index ec492042d..5b4cecf44 100644 --- a/tests/integration/targets/setup_docker/tasks/RedHat-7.yml +++ b/tests/integration/targets/setup_docker/tasks/RedHat-7.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # The RHEL extras repository must be enabled to provide the container-selinux package. # See: https://docs.docker.com/engine/installation/linux/docker-ee/rhel/#install-using-the-repository diff --git a/tests/integration/targets/setup_docker/tasks/RedHat-8.yml b/tests/integration/targets/setup_docker/tasks/RedHat-8.yml index a7c7d586b..48626bad6 100644 --- a/tests/integration/targets/setup_docker/tasks/RedHat-8.yml +++ b/tests/integration/targets/setup_docker/tasks/RedHat-8.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # The RHEL extras repository must be enabled to provide the container-selinux package. # See: https://docs.docker.com/engine/installation/linux/docker-ee/rhel/#install-using-the-repository diff --git a/tests/integration/targets/setup_docker/tasks/RedHat-9.yml b/tests/integration/targets/setup_docker/tasks/RedHat-9.yml index a7c7d586b..48626bad6 100644 --- a/tests/integration/targets/setup_docker/tasks/RedHat-9.yml +++ b/tests/integration/targets/setup_docker/tasks/RedHat-9.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # The RHEL extras repository must be enabled to provide the container-selinux package. # See: https://docs.docker.com/engine/installation/linux/docker-ee/rhel/#install-using-the-repository diff --git a/tests/integration/targets/setup_docker/tasks/Suse.yml b/tests/integration/targets/setup_docker/tasks/Suse.yml index 52cdc1ba4..a7afc7275 100644 --- a/tests/integration/targets/setup_docker/tasks/Suse.yml +++ b/tests/integration/targets/setup_docker/tasks/Suse.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker 17 community.general.zypper: name: "{{ docker_packages if needs_docker_daemon else docker_cli_packages }}" diff --git a/tests/integration/targets/setup_docker/tasks/main.yml b/tests/integration/targets/setup_docker/tasks/main.yml index b4eaa4d7f..d06297459 100644 --- a/tests/integration/targets/setup_docker/tasks/main.yml +++ b/tests/integration/targets/setup_docker/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_docker/vars/Debian.yml b/tests/integration/targets/setup_docker/vars/Debian.yml index 66f3ac9f8..65c54fc34 100644 --- a/tests/integration/targets/setup_docker/vars/Debian.yml +++ b/tests/integration/targets/setup_docker/vars/Debian.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_prereq_packages: - apt-transport-https - ca-certificates diff --git a/tests/integration/targets/setup_docker/vars/Fedora.yml b/tests/integration/targets/setup_docker/vars/Fedora.yml index ed97d539c..bc97374ba 100644 --- a/tests/integration/targets/setup_docker/vars/Fedora.yml +++ b/tests/integration/targets/setup_docker/vars/Fedora.yml @@ -1 +1,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) +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/RedHat-7.yml b/tests/integration/targets/setup_docker/vars/RedHat-7.yml index 100a878d1..fed0e6eee 100644 --- a/tests/integration/targets/setup_docker/vars/RedHat-7.yml +++ b/tests/integration/targets/setup_docker/vars/RedHat-7.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_prereq_packages: - yum-utils - device-mapper-persistent-data diff --git a/tests/integration/targets/setup_docker/vars/RedHat-8.yml b/tests/integration/targets/setup_docker/vars/RedHat-8.yml index 7a3792ca1..c6ca886d3 100644 --- a/tests/integration/targets/setup_docker/vars/RedHat-8.yml +++ b/tests/integration/targets/setup_docker/vars/RedHat-8.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_prereq_packages: - yum-utils - device-mapper-persistent-data diff --git a/tests/integration/targets/setup_docker/vars/RedHat-9.yml b/tests/integration/targets/setup_docker/vars/RedHat-9.yml index 06bd248aa..24324f1bd 100644 --- a/tests/integration/targets/setup_docker/vars/RedHat-9.yml +++ b/tests/integration/targets/setup_docker/vars/RedHat-9.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_prereq_packages: - yum-utils - device-mapper-persistent-data diff --git a/tests/integration/targets/setup_docker/vars/Suse.yml b/tests/integration/targets/setup_docker/vars/Suse.yml index 1974462a7..e28362bcc 100644 --- a/tests/integration/targets/setup_docker/vars/Suse.yml +++ b/tests/integration/targets/setup_docker/vars/Suse.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_packages: - docker>=17 diff --git a/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml b/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml index 84130934e..a7111a4d3 100644 --- a/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml +++ b/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_pip_extra_packages: # Installing requests >=2.12.0 on Ubuntu 14.04 breaks certificate validation. We restrict to an older version # to ensure out get_url tests work out fine. This is only an issue if pyOpenSSL is also installed. diff --git a/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml b/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml index 06f33c614..b56260bcc 100644 --- a/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml +++ b/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_prereq_packages: - ca-certificates - curl diff --git a/tests/integration/targets/setup_docker/vars/default.yml b/tests/integration/targets/setup_docker/vars/default.yml index ed97d539c..bc97374ba 100644 --- a/tests/integration/targets/setup_docker/vars/default.yml +++ b/tests/integration/targets/setup_docker/vars/default.yml @@ -1 +1,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) +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/main.env b/tests/integration/targets/setup_docker/vars/main.env index 0fd377050..d6a5a0654 100644 --- a/tests/integration/targets/setup_docker/vars/main.env +++ b/tests/integration/targets/setup_docker/vars/main.env @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # Docker images for runme.sh based tests DOCKER_TEST_IMAGE_PYTHON3=python:3-alpine diff --git a/tests/integration/targets/setup_docker/vars/main.yml b/tests/integration/targets/setup_docker/vars/main.yml index 8d4b74c5f..1aecbfc81 100644 --- a/tests/integration/targets/setup_docker/vars/main.yml +++ b/tests/integration/targets/setup_docker/vars/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_test_image_digest_v1: e004c2cc521c95383aebb1fb5893719aa7a8eae2e7a71f316a4410784edb00a9 docker_test_image_digest_v2: ee44b399df993016003bf5466bd3eeb221305e9d0fa831606bc7902d149c775b docker_test_image_digest_base: quay.io/ansible/docker-test-containers diff --git a/tests/integration/targets/setup_docker_compose/defaults/main.yml b/tests/integration/targets/setup_docker_compose/defaults/main.yml index 0bccf7964..b02f6c61b 100644 --- a/tests/integration/targets/setup_docker_compose/defaults/main.yml +++ b/tests/integration/targets/setup_docker_compose/defaults/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + skip_docker_compose: false docker_compose_packages: - docker-compose diff --git a/tests/integration/targets/setup_docker_compose/meta/main.yml b/tests/integration/targets/setup_docker_compose/meta/main.yml index f51ffea84..51770fcbb 100644 --- a/tests/integration/targets/setup_docker_compose/meta/main.yml +++ b/tests/integration/targets/setup_docker_compose/meta/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_docker - setup_remote_constraints diff --git a/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml b/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml index f397b97a7..3b0e78b08 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package apk: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml b/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml index 084646068..041550cec 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package pacman: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/Debian.yml b/tests/integration/targets/setup_docker_compose/tasks/Debian.yml index 675fe3b80..2bc83f202 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Debian.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Debian.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package apt: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml b/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml index fbc26e80e..81f5a8f64 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package dnf: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml b/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml index b889b1fcb..d76164fc5 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package yum: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml b/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml index 5e5de6f53..a1fc86223 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package dnf: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml b/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml index 5e5de6f53..a1fc86223 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package dnf: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/Suse.yml b/tests/integration/targets/setup_docker_compose/tasks/Suse.yml index 41a702b5e..3c090440f 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Suse.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Suse.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install docker-compose as system package community.general.zypper: name: "{{ docker_compose_packages }}" diff --git a/tests/integration/targets/setup_docker_compose/tasks/main.yml b/tests/integration/targets/setup_docker_compose/tasks/main.yml index b352c42b5..f18074a2f 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/main.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_docker_compose/tasks/setup.yml b/tests/integration/targets/setup_docker_compose/tasks/setup.yml index c82fb817c..0eaba6569 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/setup.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Include distribution specific variables include_vars: "{{ lookup('first_found', params) }}" vars: diff --git a/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml b/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml index bc5b92ae2..78f49fafe 100644 --- a/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml +++ b/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + skip_docker_compose: true diff --git a/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml b/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml index bc5b92ae2..78f49fafe 100644 --- a/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml +++ b/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + skip_docker_compose: true diff --git a/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml b/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml index 37161ea1e..2cebb1d53 100644 --- a/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml +++ b/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_compose_packages: [] diff --git a/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml b/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml index 37161ea1e..2cebb1d53 100644 --- a/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml +++ b/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_compose_packages: [] diff --git a/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml b/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml index bc5b92ae2..78f49fafe 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + skip_docker_compose: true diff --git a/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml b/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml index 3d1010ca5..8414cd413 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_compose_pip_packages: [] diff --git a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml index bc5b92ae2..78f49fafe 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + skip_docker_compose: true diff --git a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml index bc5b92ae2..78f49fafe 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + skip_docker_compose: true diff --git a/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml b/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml index 3d1010ca5..8414cd413 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml @@ -1,2 +1,5 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + docker_compose_pip_packages: [] diff --git a/tests/integration/targets/setup_docker_compose/vars/default.yml b/tests/integration/targets/setup_docker_compose/vars/default.yml index ed97d539c..bc97374ba 100644 --- a/tests/integration/targets/setup_docker_compose/vars/default.yml +++ b/tests/integration/targets/setup_docker_compose/vars/default.yml @@ -1 +1,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) +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/aliases b/tests/integration/targets/setup_docker_registry/aliases index 688c8884b..96190b092 100644 --- a/tests/integration/targets/setup_docker_registry/aliases +++ b/tests/integration/targets/setup_docker_registry/aliases @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + needs/target/setup_docker needs/target/setup_openssl diff --git a/tests/integration/targets/setup_docker_registry/files/nginx.conf b/tests/integration/targets/setup_docker_registry/files/nginx.conf index bfba52041..f09378fc4 100644 --- a/tests/integration/targets/setup_docker_registry/files/nginx.conf +++ b/tests/integration/targets/setup_docker_registry/files/nginx.conf @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + events { worker_connections 16; } diff --git a/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd b/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd index 1291ae77a..e5a69381f 100644 --- a/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd +++ b/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd @@ -1 +1,4 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + testuser:{PLAIN}hunter2 diff --git a/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml b/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml index c4735b027..a54e7b9ec 100644 --- a/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml +++ b/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: "Make sure all images are removed" docker_image: name: "{{ item }}" diff --git a/tests/integration/targets/setup_docker_registry/handlers/main.yml b/tests/integration/targets/setup_docker_registry/handlers/main.yml index 23030182a..7bcf81a2b 100644 --- a/tests/integration/targets/setup_docker_registry/handlers/main.yml +++ b/tests/integration/targets/setup_docker_registry/handlers/main.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Remove test registry include_tasks: ../handlers/cleanup.yml diff --git a/tests/integration/targets/setup_docker_registry/meta/main.yml b/tests/integration/targets/setup_docker_registry/meta/main.yml index 2d30cdf96..a3fa1b016 100644 --- a/tests/integration/targets/setup_docker_registry/meta/main.yml +++ b/tests/integration/targets/setup_docker_registry/meta/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: #- setup_docker -- done in setup.yml, to work around cleanup problems! - setup_openssl diff --git a/tests/integration/targets/setup_docker_registry/tasks/main.yml b/tests/integration/targets/setup_docker_registry/tasks/main.yml index 320df2467..697334b36 100644 --- a/tests/integration/targets/setup_docker_registry/tasks/main.yml +++ b/tests/integration/targets/setup_docker_registry/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml b/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml index 19c6a42e5..ddd16ce24 100644 --- a/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml +++ b/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # Set up first nginx frontend for registry - name: Start nginx frontend for registry docker_volume: diff --git a/tests/integration/targets/setup_docker_registry/tasks/setup.yml b/tests/integration/targets/setup_docker_registry/tasks/setup.yml index a13d10921..f9869afcd 100644 --- a/tests/integration/targets/setup_docker_registry/tasks/setup.yml +++ b/tests/integration/targets/setup_docker_registry/tasks/setup.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Register registry cleanup # This must be done **before** docker is set up (see next task), to ensure that the # registry is removed **before** docker itself is removed. This is necessary as the diff --git a/tests/integration/targets/setup_epel/tasks/main.yml b/tests/integration/targets/setup_epel/tasks/main.yml index 21627cfa1..f17ad0c35 100644 --- a/tests/integration/targets/setup_epel/tasks/main.yml +++ b/tests/integration/targets/setup_epel/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_openssl/meta/main.yml b/tests/integration/targets/setup_openssl/meta/main.yml index 2be15776b..7853ebcbd 100644 --- a/tests/integration/targets/setup_openssl/meta/main.yml +++ b/tests/integration/targets/setup_openssl/meta/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_remote_constraints - setup_pkg_mgr diff --git a/tests/integration/targets/setup_openssl/tasks/main.yml b/tests/integration/targets/setup_openssl/tasks/main.yml index 33030ab70..65d386604 100644 --- a/tests/integration/targets/setup_openssl/tasks/main.yml +++ b/tests/integration/targets/setup_openssl/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_openssl/vars/Alpine.yml b/tests/integration/targets/setup_openssl/vars/Alpine.yml index a8eca6b47..6ca484bc6 100644 --- a/tests/integration/targets/setup_openssl/vars/Alpine.yml +++ b/tests/integration/targets/setup_openssl/vars/Alpine.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + cryptography_package_name: py-cryptography cryptography_package_name_python3: py3-cryptography diff --git a/tests/integration/targets/setup_openssl/vars/Archlinux.yml b/tests/integration/targets/setup_openssl/vars/Archlinux.yml index 1593cfb61..b3e3dad34 100644 --- a/tests/integration/targets/setup_openssl/vars/Archlinux.yml +++ b/tests/integration/targets/setup_openssl/vars/Archlinux.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + cryptography_package_name: python-cryptography cryptography_package_name_python3: python-cryptography diff --git a/tests/integration/targets/setup_openssl/vars/Debian.yml b/tests/integration/targets/setup_openssl/vars/Debian.yml index 5ddc85e43..df2841123 100644 --- a/tests/integration/targets/setup_openssl/vars/Debian.yml +++ b/tests/integration/targets/setup_openssl/vars/Debian.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + cryptography_package_name: python-cryptography cryptography_package_name_python3: python3-cryptography diff --git a/tests/integration/targets/setup_openssl/vars/FreeBSD.yml b/tests/integration/targets/setup_openssl/vars/FreeBSD.yml index cd7f36a74..c4823d567 100644 --- a/tests/integration/targets/setup_openssl/vars/FreeBSD.yml +++ b/tests/integration/targets/setup_openssl/vars/FreeBSD.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + cryptography_package_name: py27-cryptography cryptography_package_name_python3: py36-cryptography diff --git a/tests/integration/targets/setup_openssl/vars/RedHat.yml b/tests/integration/targets/setup_openssl/vars/RedHat.yml index 5ddc85e43..df2841123 100644 --- a/tests/integration/targets/setup_openssl/vars/RedHat.yml +++ b/tests/integration/targets/setup_openssl/vars/RedHat.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + cryptography_package_name: python-cryptography cryptography_package_name_python3: python3-cryptography diff --git a/tests/integration/targets/setup_openssl/vars/Suse.yml b/tests/integration/targets/setup_openssl/vars/Suse.yml index 5ddc85e43..df2841123 100644 --- a/tests/integration/targets/setup_openssl/vars/Suse.yml +++ b/tests/integration/targets/setup_openssl/vars/Suse.yml @@ -1,3 +1,6 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + cryptography_package_name: python-cryptography cryptography_package_name_python3: python3-cryptography diff --git a/tests/integration/targets/setup_paramiko/meta/main.yml b/tests/integration/targets/setup_paramiko/meta/main.yml index d20e3de80..5ecc2fd8e 100644 --- a/tests/integration/targets/setup_paramiko/meta/main.yml +++ b/tests/integration/targets/setup_paramiko/meta/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_remote_constraints - setup_openssl # so cryptography is installed diff --git a/tests/integration/targets/setup_paramiko/tasks/main.yml b/tests/integration/targets/setup_paramiko/tasks/main.yml index 41af930f2..f895e77fd 100644 --- a/tests/integration/targets/setup_paramiko/tasks/main.yml +++ b/tests/integration/targets/setup_paramiko/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: Install paramiko pip: name: "paramiko{% if cryptography_version.stdout is version('2.5.0', '<') %}<2.5.0{% endif %}" diff --git a/tests/integration/targets/setup_pkg_mgr/tasks/main.yml b/tests/integration/targets/setup_pkg_mgr/tasks/main.yml index 66735fed1..2ef558436 100644 --- a/tests/integration/targets/setup_pkg_mgr/tasks/main.yml +++ b/tests/integration/targets/setup_pkg_mgr/tasks/main.yml @@ -1,4 +1,7 @@ --- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_remote_constraints/aliases b/tests/integration/targets/setup_remote_constraints/aliases index 1ad133ba0..ff1ac0e0e 100644 --- a/tests/integration/targets/setup_remote_constraints/aliases +++ b/tests/integration/targets/setup_remote_constraints/aliases @@ -1 +1,4 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + needs/file/tests/utils/constraints.txt diff --git a/tests/integration/targets/setup_remote_constraints/meta/main.yml b/tests/integration/targets/setup_remote_constraints/meta/main.yml index 1810d4bec..eed4695a3 100644 --- a/tests/integration/targets/setup_remote_constraints/meta/main.yml +++ b/tests/integration/targets/setup_remote_constraints/meta/main.yml @@ -1,2 +1,6 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + dependencies: - setup_remote_tmp_dir diff --git a/tests/integration/targets/setup_remote_constraints/tasks/main.yml b/tests/integration/targets/setup_remote_constraints/tasks/main.yml index d4f8148c8..85a71ad06 100644 --- a/tests/integration/targets/setup_remote_constraints/tasks/main.yml +++ b/tests/integration/targets/setup_remote_constraints/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml b/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml index 229037c8b..4fe2d1658 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: delete temporary directory include_tasks: default-cleanup.yml diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml index 39872d749..7391e8176 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: delete temporary directory file: path: "{{ remote_tmp_dir }}" diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml index 1e0f51b89..8dfa93bc9 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + - name: create temporary directory tempfile: state: directory diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml index 93d786f0f..b60bbaa6c 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + #################################################################### # WARNING: These are designed specifically for Ansible tests # # and should not be used as examples of how to write Ansible roles # diff --git a/tests/requirements.yml b/tests/requirements.yml index a242e3246..1e33dc9fc 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + integration_tests_dependencies: - ansible.posix - community.internal_test_tools diff --git a/tests/sanity/extra/extra-docs.json b/tests/sanity/extra/extra-docs.json index c2e612e5f..b582c4dcb 100644 --- a/tests/sanity/extra/extra-docs.json +++ b/tests/sanity/extra/extra-docs.json @@ -1,4 +1,5 @@ { + "license": "SPDX-License-Identifier: GPL-3.0-or-later", "include_symlinks": false, "prefixes": [ "docs/docsite/" diff --git a/tests/sanity/extra/extra-docs.py b/tests/sanity/extra/extra-docs.py index f2746e51b..673104923 100755 --- a/tests/sanity/extra/extra-docs.py +++ b/tests/sanity/extra/extra-docs.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # Copyright (c) Ansible Project -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later """Check extra collection docs with antsibull-docs.""" from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/sanity/extra/no-unwanted-files.json b/tests/sanity/extra/no-unwanted-files.json index c789a7fd3..658814fc5 100644 --- a/tests/sanity/extra/no-unwanted-files.json +++ b/tests/sanity/extra/no-unwanted-files.json @@ -1,4 +1,5 @@ { + "license": "SPDX-License-Identifier: GPL-3.0-or-later", "include_symlinks": true, "prefixes": [ "plugins/" diff --git a/tests/sanity/extra/no-unwanted-files.py b/tests/sanity/extra/no-unwanted-files.py index 49806f2e2..51444ab75 100755 --- a/tests/sanity/extra/no-unwanted-files.py +++ b/tests/sanity/extra/no-unwanted-files.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # Copyright (c) Ansible Project -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later """Prevent unwanted files from being added to the source tree.""" from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index f1a910e3d..9fd56979f 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + .azure-pipelines/scripts/publish-codecov.py replace-urlopen .azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax .azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt index f1a910e3d..9fd56979f 100644 --- a/tests/sanity/ignore-2.11.txt +++ b/tests/sanity/ignore-2.11.txt @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + .azure-pipelines/scripts/publish-codecov.py replace-urlopen .azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax .azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt index 5d5b2fd4c..303f2fc1c 100644 --- a/tests/sanity/ignore-2.12.txt +++ b/tests/sanity/ignore-2.12.txt @@ -1,2 +1,5 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + .azure-pipelines/scripts/publish-codecov.py replace-urlopen plugins/modules/current_container_facts.py validate-modules:return-syntax-error diff --git a/tests/sanity/ignore-2.13.txt b/tests/sanity/ignore-2.13.txt index 2dc9aec2e..5bebcfeaa 100644 --- a/tests/sanity/ignore-2.13.txt +++ b/tests/sanity/ignore-2.13.txt @@ -1 +1,4 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + .azure-pipelines/scripts/publish-codecov.py replace-urlopen diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt index 2dc9aec2e..5bebcfeaa 100644 --- a/tests/sanity/ignore-2.14.txt +++ b/tests/sanity/ignore-2.14.txt @@ -1 +1,4 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + .azure-pipelines/scripts/publish-codecov.py replace-urlopen diff --git a/tests/sanity/ignore-2.9.txt b/tests/sanity/ignore-2.9.txt index 4d39d8bb6..3e20a738c 100644 --- a/tests/sanity/ignore-2.9.txt +++ b/tests/sanity/ignore-2.9.txt @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + .azure-pipelines/scripts/publish-codecov.py replace-urlopen .azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax .azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax diff --git a/tests/unit/compat/builtins.py b/tests/unit/compat/builtins.py index f60ee6782..b0cc61867 100644 --- a/tests/unit/compat/builtins.py +++ b/tests/unit/compat/builtins.py @@ -1,19 +1,6 @@ -# (c) 2014, Toshio Kuratomi -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . +# Copyright (c) 2014, Toshio Kuratomi +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # Make coding more python3-ish from __future__ import (absolute_import, division, print_function) diff --git a/tests/unit/compat/mock.py b/tests/unit/compat/mock.py index 0972cd2e8..f8f565dcf 100644 --- a/tests/unit/compat/mock.py +++ b/tests/unit/compat/mock.py @@ -1,19 +1,6 @@ -# (c) 2014, Toshio Kuratomi -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . +# Copyright (c) 2014, Toshio Kuratomi +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # Make coding more python3-ish from __future__ import (absolute_import, division, print_function) diff --git a/tests/unit/compat/unittest.py b/tests/unit/compat/unittest.py index 98f08ad6a..1872e5833 100644 --- a/tests/unit/compat/unittest.py +++ b/tests/unit/compat/unittest.py @@ -1,19 +1,6 @@ -# (c) 2014, Toshio Kuratomi -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . +# Copyright (c) 2014, Toshio Kuratomi +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # Make coding more python3-ish from __future__ import (absolute_import, division, print_function) diff --git a/tests/unit/plugins/connection/test_docker.py b/tests/unit/plugins/connection/test_docker.py index e811c8243..682c3212b 100644 --- a/tests/unit/plugins/connection/test_docker.py +++ b/tests/unit/plugins/connection/test_docker.py @@ -1,19 +1,6 @@ -# (c) 2020 Red Hat, Inc. -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . +# Copyright (c) 2020 Red Hat, Inc. +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later # Make coding more python3-ish from __future__ import (absolute_import, division, print_function) diff --git a/tests/unit/plugins/inventory/test_docker_containers.py b/tests/unit/plugins/inventory/test_docker_containers.py index 46742daca..1c831b21f 100644 --- a/tests/unit/plugins/inventory/test_docker_containers.py +++ b/tests/unit/plugins/inventory/test_docker_containers.py @@ -1,5 +1,6 @@ # Copyright (c), Felix Fontein , 2020 -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/api/test_client.py b/tests/unit/plugins/module_utils/_api/api/test_client.py index ca4d7e503..c0a8ed393 100644 --- a/tests/unit/plugins/module_utils/_api/api/test_client.py +++ b/tests/unit/plugins/module_utils/_api/api/test_client.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/fake_api.py b/tests/unit/plugins/module_utils/_api/fake_api.py index 5418cd50f..b794ff3d1 100644 --- a/tests/unit/plugins/module_utils/_api/fake_api.py +++ b/tests/unit/plugins/module_utils/_api/fake_api.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/fake_stat.py b/tests/unit/plugins/module_utils/_api/fake_stat.py index 3b34eda99..97547328b 100644 --- a/tests/unit/plugins/module_utils/_api/fake_stat.py +++ b/tests/unit/plugins/module_utils/_api/fake_stat.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/test_auth.py b/tests/unit/plugins/module_utils/_api/test_auth.py index 767b85fb8..b3b5a3512 100644 --- a/tests/unit/plugins/module_utils/_api/test_auth.py +++ b/tests/unit/plugins/module_utils/_api/test_auth.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/test_errors.py b/tests/unit/plugins/module_utils/_api/test_errors.py index 2c1846ad8..96b5bd9e0 100644 --- a/tests/unit/plugins/module_utils/_api/test_errors.py +++ b/tests/unit/plugins/module_utils/_api/test_errors.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/transport/test_sshconn.py b/tests/unit/plugins/module_utils/_api/transport/test_sshconn.py index 62fb0e34d..e9189f3e6 100644 --- a/tests/unit/plugins/module_utils/_api/transport/test_sshconn.py +++ b/tests/unit/plugins/module_utils/_api/transport/test_sshconn.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/transport/test_ssladapter.py b/tests/unit/plugins/module_utils/_api/transport/test_ssladapter.py index 763f37f88..428163e61 100644 --- a/tests/unit/plugins/module_utils/_api/transport/test_ssladapter.py +++ b/tests/unit/plugins/module_utils/_api/transport/test_ssladapter.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_build.py b/tests/unit/plugins/module_utils/_api/utils/test_build.py index 6b98f6448..50eb703d0 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_build.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_build.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_config.py b/tests/unit/plugins/module_utils/_api/utils/test_config.py index c3ce49fe5..9448f3849 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_config.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_config.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_decorators.py b/tests/unit/plugins/module_utils/_api/utils/test_decorators.py index fd166b9fb..8ba1ec5f0 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_decorators.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_decorators.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_json_stream.py b/tests/unit/plugins/module_utils/_api/utils/test_json_stream.py index bd35d3890..2d7f300fa 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_json_stream.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_json_stream.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_ports.py b/tests/unit/plugins/module_utils/_api/utils/test_ports.py index 67351da78..c1a08a126 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_ports.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_ports.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_proxy.py b/tests/unit/plugins/module_utils/_api/utils/test_proxy.py index 10af5f619..0eb242702 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_proxy.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_proxy.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/_api/utils/test_utils.py b/tests/unit/plugins/module_utils/_api/utils/test_utils.py index 2ca0589b2..7679ba439 100644 --- a/tests/unit/plugins/module_utils/_api/utils/test_utils.py +++ b/tests/unit/plugins/module_utils/_api/utils/test_utils.py @@ -4,7 +4,8 @@ # # Copyright (c) 2016-2022 Docker, Inc. # -# It is licensed under the Apache 2.0 license (see Apache-2.0.txt in this collection) +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/module_utils/test_util.py b/tests/unit/plugins/module_utils/test_util.py index 1560dc3b3..dd32df479 100644 --- a/tests/unit/plugins/module_utils/test_util.py +++ b/tests/unit/plugins/module_utils/test_util.py @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/modules/conftest.py b/tests/unit/plugins/modules/conftest.py index 9d8c52e6c..0ed3dd447 100644 --- a/tests/unit/plugins/modules/conftest.py +++ b/tests/unit/plugins/modules/conftest.py @@ -1,5 +1,6 @@ # Copyright (c) 2017 Ansible Project -# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/plugins/modules/test_docker_network.py b/tests/unit/plugins/modules/test_docker_network.py index 4b36a52c6..89f509676 100644 --- a/tests/unit/plugins/modules/test_docker_network.py +++ b/tests/unit/plugins/modules/test_docker_network.py @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + """Unit tests for docker_network.""" from __future__ import (absolute_import, division, print_function) diff --git a/tests/unit/plugins/modules/test_docker_swarm_service.py b/tests/unit/plugins/modules/test_docker_swarm_service.py index 1fae8daf4..d12f653dd 100644 --- a/tests/unit/plugins/modules/test_docker_swarm_service.py +++ b/tests/unit/plugins/modules/test_docker_swarm_service.py @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + from __future__ import (absolute_import, division, print_function) __metaclass__ = type diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 24d2b6b08..acb2afc14 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + unittest2 ; python_version < '2.7' importlib ; python_version < '2.7' diff --git a/tests/utils/constraints.txt b/tests/utils/constraints.txt index cc1edab2e..a3db118d2 100644 --- a/tests/utils/constraints.txt +++ b/tests/utils/constraints.txt @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + bcrypt < 3.2.0 ; python_version <= '3.6' certifi < 2022.5.18 ; python_version < '3.5' # certifi 2022.5.18 requires Python 3.5 or later cffi >= 1.14.2, != 1.14.3 # Yanked version which older versions of pip will still install diff --git a/tests/utils/shippable/cloud.sh b/tests/utils/shippable/cloud.sh index d76c32282..0d3a730d0 100755 --- a/tests/utils/shippable/cloud.sh +++ b/tests/utils/shippable/cloud.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux diff --git a/tests/utils/shippable/linux-community.sh b/tests/utils/shippable/linux-community.sh index e68bdf387..e6ce20f5c 100755 --- a/tests/utils/shippable/linux-community.sh +++ b/tests/utils/shippable/linux-community.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux diff --git a/tests/utils/shippable/linux.sh b/tests/utils/shippable/linux.sh index 9cc2f966c..1a684da0b 100755 --- a/tests/utils/shippable/linux.sh +++ b/tests/utils/shippable/linux.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux diff --git a/tests/utils/shippable/remote.sh b/tests/utils/shippable/remote.sh index bdd8ad562..a4c6b5a05 100755 --- a/tests/utils/shippable/remote.sh +++ b/tests/utils/shippable/remote.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux diff --git a/tests/utils/shippable/sanity.sh b/tests/utils/shippable/sanity.sh index 360b1c126..4818f10aa 100755 --- a/tests/utils/shippable/sanity.sh +++ b/tests/utils/shippable/sanity.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 1e5d50064..b62a750fc 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux diff --git a/tests/utils/shippable/units.sh b/tests/utils/shippable/units.sh index f204dc87e..982a10d86 100755 --- a/tests/utils/shippable/units.sh +++ b/tests/utils/shippable/units.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later set -o pipefail -eux From f70744f0e089a9750cc279c74e3a94e4a25e2b1b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Jul 2022 21:43:45 +0200 Subject: [PATCH 02/18] ignore.txt lines cannot be empty or contain only a comment. --- tests/sanity/ignore-2.10.txt | 3 --- tests/sanity/ignore-2.11.txt | 3 --- tests/sanity/ignore-2.12.txt | 3 --- tests/sanity/ignore-2.13.txt | 3 --- tests/sanity/ignore-2.14.txt | 3 --- tests/sanity/ignore-2.9.txt | 3 --- 6 files changed, 18 deletions(-) diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index 9fd56979f..f1a910e3d 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -1,6 +1,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) -# SPDX-License-Identifier: GPL-3.0-or-later - .azure-pipelines/scripts/publish-codecov.py replace-urlopen .azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax .azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt index 9fd56979f..f1a910e3d 100644 --- a/tests/sanity/ignore-2.11.txt +++ b/tests/sanity/ignore-2.11.txt @@ -1,6 +1,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) -# SPDX-License-Identifier: GPL-3.0-or-later - .azure-pipelines/scripts/publish-codecov.py replace-urlopen .azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax .azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax diff --git a/tests/sanity/ignore-2.12.txt b/tests/sanity/ignore-2.12.txt index 303f2fc1c..5d5b2fd4c 100644 --- a/tests/sanity/ignore-2.12.txt +++ b/tests/sanity/ignore-2.12.txt @@ -1,5 +1,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) -# SPDX-License-Identifier: GPL-3.0-or-later - .azure-pipelines/scripts/publish-codecov.py replace-urlopen plugins/modules/current_container_facts.py validate-modules:return-syntax-error diff --git a/tests/sanity/ignore-2.13.txt b/tests/sanity/ignore-2.13.txt index 5bebcfeaa..2dc9aec2e 100644 --- a/tests/sanity/ignore-2.13.txt +++ b/tests/sanity/ignore-2.13.txt @@ -1,4 +1 @@ -# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) -# SPDX-License-Identifier: GPL-3.0-or-later - .azure-pipelines/scripts/publish-codecov.py replace-urlopen diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt index 5bebcfeaa..2dc9aec2e 100644 --- a/tests/sanity/ignore-2.14.txt +++ b/tests/sanity/ignore-2.14.txt @@ -1,4 +1 @@ -# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) -# SPDX-License-Identifier: GPL-3.0-or-later - .azure-pipelines/scripts/publish-codecov.py replace-urlopen diff --git a/tests/sanity/ignore-2.9.txt b/tests/sanity/ignore-2.9.txt index 3e20a738c..4d39d8bb6 100644 --- a/tests/sanity/ignore-2.9.txt +++ b/tests/sanity/ignore-2.9.txt @@ -1,6 +1,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) -# SPDX-License-Identifier: GPL-3.0-or-later - .azure-pipelines/scripts/publish-codecov.py replace-urlopen .azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax .azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax From 09a8f473d889da25137c526f12e821f0bb52ddc4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Jul 2022 21:49:12 +0200 Subject: [PATCH 03/18] Cleanup. --- README.md | 4 ++++ galaxy.yml | 4 ++++ plugins/module_utils/__init__.py | 0 tests/sanity/extra/extra-docs.json | 1 - tests/sanity/extra/no-unwanted-files.json | 1 - tests/unit/compat/__init__.py | 0 tests/unit/plugins/module_utils/__init__.py | 0 tests/unit/plugins/modules/__init__.py | 0 8 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 plugins/module_utils/__init__.py delete mode 100644 tests/unit/compat/__init__.py delete mode 100644 tests/unit/plugins/module_utils/__init__.py delete mode 100644 tests/unit/plugins/modules/__init__.py diff --git a/README.md b/README.md index 480b06bba..8c3364f31 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + +[comment]: # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +[comment]: # SPDX-License-Identifier: GPL-3.0-or-later + # Docker Community Collection [![Doc](https://img.shields.io/badge/docs-brightgreen.svg)](https://docs.ansible.com/ansible/latest/collections/community/docker/) diff --git a/galaxy.yml b/galaxy.yml index 5fc64c4fc..ba8c2d834 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,3 +1,7 @@ +--- +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + # See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html namespace: community diff --git a/plugins/module_utils/__init__.py b/plugins/module_utils/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/sanity/extra/extra-docs.json b/tests/sanity/extra/extra-docs.json index b582c4dcb..c2e612e5f 100644 --- a/tests/sanity/extra/extra-docs.json +++ b/tests/sanity/extra/extra-docs.json @@ -1,5 +1,4 @@ { - "license": "SPDX-License-Identifier: GPL-3.0-or-later", "include_symlinks": false, "prefixes": [ "docs/docsite/" diff --git a/tests/sanity/extra/no-unwanted-files.json b/tests/sanity/extra/no-unwanted-files.json index 658814fc5..c789a7fd3 100644 --- a/tests/sanity/extra/no-unwanted-files.json +++ b/tests/sanity/extra/no-unwanted-files.json @@ -1,5 +1,4 @@ { - "license": "SPDX-License-Identifier: GPL-3.0-or-later", "include_symlinks": true, "prefixes": [ "plugins/" diff --git a/tests/unit/compat/__init__.py b/tests/unit/compat/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/unit/plugins/module_utils/__init__.py b/tests/unit/plugins/module_utils/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/tests/unit/plugins/modules/__init__.py b/tests/unit/plugins/modules/__init__.py deleted file mode 100644 index e69de29bb..000000000 From b60d7d61b0a5583db185b3b5a4487846fcd94c56 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 15 Jul 2022 22:55:43 +0200 Subject: [PATCH 04/18] This particular __init__.py seems to be crucial. --- tests/unit/compat/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/unit/compat/__init__.py diff --git a/tests/unit/compat/__init__.py b/tests/unit/compat/__init__.py new file mode 100644 index 000000000..e69de29bb From f1fed46fb528934f6ee510354d937571b2d45257 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Jul 2022 11:37:31 +0200 Subject: [PATCH 05/18] Try extra newline. --- .azure-pipelines/README.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.azure-pipelines/README.md b/.azure-pipelines/README.md index bfc5ed0c3..e57b4eed6 100644 --- a/.azure-pipelines/README.md +++ b/.azure-pipelines/README.md @@ -1,5 +1,6 @@ [comment]: # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) + [comment]: # SPDX-License-Identifier: GPL-3.0-or-later ## Azure Pipelines Configuration diff --git a/README.md b/README.md index 8c3364f31..367d25bc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [comment]: # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) + [comment]: # SPDX-License-Identifier: GPL-3.0-or-later # Docker Community Collection From 3ae30bc170869078f5513f94fa8100736fd6fc2b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Jul 2022 11:44:49 +0200 Subject: [PATCH 06/18] Markdown comments are a real mess. I hope this won't break Galaxy... --- .azure-pipelines/README.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/README.md b/.azure-pipelines/README.md index e57b4eed6..5e9c8e474 100644 --- a/.azure-pipelines/README.md +++ b/.azure-pipelines/README.md @@ -1,7 +1,7 @@ - -[comment]: # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) - -[comment]: # SPDX-License-Identifier: GPL-3.0-or-later + ## Azure Pipelines Configuration diff --git a/README.md b/README.md index 367d25bc6..82265bb35 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ - -[comment]: # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) - -[comment]: # SPDX-License-Identifier: GPL-3.0-or-later + # Docker Community Collection From ed93a1b284df2fc4661fc00cba76acaf8f5dbb56 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Jul 2022 23:25:52 +0200 Subject: [PATCH 07/18] More licenses. --- .gitignore | 3 +++ .../plugins/module_utils/_api/utils/testdata/certs/ca.pem | 7 +++++++ .../module_utils/_api/utils/testdata/certs/cert.pem | 7 +++++++ .../plugins/module_utils/_api/utils/testdata/certs/key.pem | 7 +++++++ 4 files changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index 740c81154..bf24998ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + /tests/output/ /changelogs/.plugin-cache.yaml diff --git a/tests/unit/plugins/module_utils/_api/utils/testdata/certs/ca.pem b/tests/unit/plugins/module_utils/_api/utils/testdata/certs/ca.pem index e69de29bb..5c7093a38 100644 --- a/tests/unit/plugins/module_utils/_api/utils/testdata/certs/ca.pem +++ b/tests/unit/plugins/module_utils/_api/utils/testdata/certs/ca.pem @@ -0,0 +1,7 @@ +# This code is part of the Ansible collection community.docker, but is an independent component. +# This particular file, and this file only, is based on the Docker SDK for Python (https://github.com/docker/docker-py/) +# +# Copyright (c) 2016-2022 Docker, Inc. +# +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 diff --git a/tests/unit/plugins/module_utils/_api/utils/testdata/certs/cert.pem b/tests/unit/plugins/module_utils/_api/utils/testdata/certs/cert.pem index e69de29bb..5c7093a38 100644 --- a/tests/unit/plugins/module_utils/_api/utils/testdata/certs/cert.pem +++ b/tests/unit/plugins/module_utils/_api/utils/testdata/certs/cert.pem @@ -0,0 +1,7 @@ +# This code is part of the Ansible collection community.docker, but is an independent component. +# This particular file, and this file only, is based on the Docker SDK for Python (https://github.com/docker/docker-py/) +# +# Copyright (c) 2016-2022 Docker, Inc. +# +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 diff --git a/tests/unit/plugins/module_utils/_api/utils/testdata/certs/key.pem b/tests/unit/plugins/module_utils/_api/utils/testdata/certs/key.pem index e69de29bb..5c7093a38 100644 --- a/tests/unit/plugins/module_utils/_api/utils/testdata/certs/key.pem +++ b/tests/unit/plugins/module_utils/_api/utils/testdata/certs/key.pem @@ -0,0 +1,7 @@ +# This code is part of the Ansible collection community.docker, but is an independent component. +# This particular file, and this file only, is based on the Docker SDK for Python (https://github.com/docker/docker-py/) +# +# Copyright (c) 2016-2022 Docker, Inc. +# +# It is licensed under the Apache 2.0 license (see LICENSES/Apache-2.0.txt in this collection) +# SPDX-License-Identifier: Apache-2.0 From 2bafb7162876ffe5297e8da6be7e6e8f73b24296 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Jul 2022 23:26:04 +0200 Subject: [PATCH 08/18] Add sanity test. --- tests/sanity/extra/licenses.json | 4 ++ tests/sanity/extra/licenses.py | 91 ++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 tests/sanity/extra/licenses.json create mode 100755 tests/sanity/extra/licenses.py diff --git a/tests/sanity/extra/licenses.json b/tests/sanity/extra/licenses.json new file mode 100644 index 000000000..50e47ca88 --- /dev/null +++ b/tests/sanity/extra/licenses.json @@ -0,0 +1,4 @@ +{ + "include_symlinks": false, + "output": "path-message" +} diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py new file mode 100755 index 000000000..36212afaa --- /dev/null +++ b/tests/sanity/extra/licenses.py @@ -0,0 +1,91 @@ +#!/usr/bin/env python +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later +"""Prevent files without a correct license identifier from being added to the source tree.""" +from __future__ import (absolute_import, division, print_function) +__metaclass__ = type + +import os +import glob +import sys + + +def format_license_list(licenses): + if not licenses: + return '(empty)' + return ', '.join(['"%s"' % license for license in licenses]) + + +def find_licenses(filename): + spdx_license_identifiers = [] + other_license_identifiers = [] + with open(filename, 'r') as f: + for line in f: + line = line.rstrip() + idx = line.find('SPDX-License-Identifier: ') + if idx >= 0: + spdx_license_identifiers.append(line[idx + len('SPDX-License-Identifier: '):]) + if 'GNU General Public License' in line: + if 'v3.0+' in line: + other_license_identifiers.append('GPL-3.0-or-later') + if 'version 3 or later' in line: + other_license_identifiers.append('GPL-3.0-or-later') + if 'Simplified BSD License' in line: + other_license_identifiers.append('BSD-2-Clause') + if 'Apache License 2.0' in line: + other_license_identifiers.append('Apache-2.0') + if 'PSF License' in line or 'Python-2.0' in line: + other_license_identifiers.append('PSF-2.0') + if 'MIT License' in line: + other_license_identifiers.append('MIT') + if len(set(spdx_license_identifiers)) < len(spdx_license_identifiers): + print('%s: found identical SPDX-License-Identifier values' % (filename, )) + if other_license_identifiers and set(other_license_identifiers) != set(spdx_license_identifiers): + print('%s: SPDX-License-Identifier yielded the license list %s, while manual guessing yielded the license list %s' % ( + filename, format_license_list(spdx_license_identifiers), format_license_list(other_license_identifiers))) + return sorted(spdx_license_identifiers) + + +def main(): + """Main entry point.""" + paths = sys.argv[1:] or sys.stdin.read().splitlines() + + no_license_allowed = [ + 'CHANGELOG.rst', + 'changelogs/changelog.yaml', + 'changelogs/fragments/*.yml', + 'tests/sanity/extra/*.json', + 'tests/sanity/ignore-2.*.txt', + 'LICENSES/*.txt', + 'COPYING', + ] + + empty_allowed = [ + '.keep', + '__init__.py', + ] + + no_license_allowed = [fn for pattern in no_license_allowed for fn in glob.glob(pattern)] + + valid_licenses = [license_file[len('LICENSES/'):-len('.txt')] for license_file in glob.glob('LICENSES/*.txt')] + + for path in paths: + if os.path.basename(path) in empty_allowed: + if os.stat(path).st_size == 0: + continue + valid_licenses_for_path = valid_licenses + if path.startswith('plugins/') and not path.startswith(('plugins/modules/', 'plugins/module_utils/')): + valid_licenses_for_path = [license for license in valid_licenses if license == 'GPL-3.0-or-later'] + licenses = find_licenses(path) + if not licenses: + if path not in no_license_allowed: + print('%s: must have at least one license' % (path, )) + else: + for license in licenses: + if license not in valid_licenses_for_path: + print('%s: found not allowed license "%s", must be one of %s' % ( + path, license, format_license_list(valid_licenses_for_path))) + +if __name__ == '__main__': + main() From a152481a435b903cad0a080a0fafa13597eac4be Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Jul 2022 23:32:46 +0200 Subject: [PATCH 09/18] Skip some files, lint. --- tests/sanity/extra/licenses.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 36212afaa..81c642993 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -71,6 +71,13 @@ def main(): valid_licenses = [license_file[len('LICENSES/'):-len('.txt')] for license_file in glob.glob('LICENSES/*.txt')] for path in paths: + if path.startswith('./'): + path = path[2:] + if path == 'tests/sanity/extra/licenses.py': + # The strings in find_licenses() confuse this code :-) + continue + if path.startswith('tests/output/') or path == '.ansible-test-timeout.json': + continue if os.path.basename(path) in empty_allowed: if os.stat(path).st_size == 0: continue @@ -87,5 +94,6 @@ def main(): print('%s: found not allowed license "%s", must be one of %s' % ( path, license, format_license_list(valid_licenses_for_path))) + if __name__ == '__main__': main() From 8f080610746651bb23b3e1df2b1caa9affcd0803 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 Jul 2022 10:23:33 +0200 Subject: [PATCH 10/18] Make sure there is a copyright line everywhere. --- .azure-pipelines/README.md | 1 + .azure-pipelines/azure-pipelines.yml | 1 + .azure-pipelines/scripts/aggregate-coverage.sh | 1 + .azure-pipelines/scripts/combine-coverage.py | 1 + .azure-pipelines/scripts/process-results.sh | 1 + .azure-pipelines/scripts/publish-codecov.py | 1 + .azure-pipelines/scripts/report-coverage.sh | 1 + .azure-pipelines/scripts/run-tests.sh | 1 + .azure-pipelines/scripts/time-command.py | 1 + .azure-pipelines/templates/coverage.yml | 1 + .azure-pipelines/templates/matrix.yml | 1 + .azure-pipelines/templates/test.yml | 1 + .github/patchback.yml | 1 + .github/workflows/docs-pr.yml | 1 + .github/workflows/ee.yml | 1 + .gitignore | 1 + README.md | 1 + changelogs/config.yaml | 1 + docs/docsite/extra-docs.yml | 1 + docs/docsite/links.yml | 1 + docs/docsite/rst/scenario_guide.rst | 1 + galaxy.yml | 1 + meta/ee-bindep.txt | 1 + meta/ee-requirements.txt | 1 + meta/execution-environment.yml | 1 + meta/runtime.yml | 1 + plugins/connection/nsenter.py | 6 +++--- plugins/doc_fragments/docker.py | 1 + plugins/module_utils/swarm.py | 4 ++-- plugins/modules/current_container_facts.py | 4 ++-- plugins/modules/docker_host_info.py | 2 +- plugins/modules/docker_login.py | 6 +++--- plugins/modules/docker_node.py | 2 +- plugins/modules/docker_node_info.py | 2 +- plugins/modules/docker_swarm_info.py | 2 +- plugins/modules/docker_swarm_service.py | 2 +- plugins/modules/docker_swarm_service_info.py | 2 +- tests/config.yml | 1 + tests/ee/all.yml | 1 + tests/ee/roles/current_container_facts/tasks/main.yml | 1 + tests/ee/roles/docker_plain/tasks/main.yml | 1 + tests/ee/roles/docker_stack/tasks/main.yml | 1 + tests/integration/targets/connection/aliases | 1 + tests/integration/targets/connection/test.sh | 1 + tests/integration/targets/connection/test_connection.yml | 1 + tests/integration/targets/connection_docker/aliases | 1 + tests/integration/targets/connection_docker/meta/main.yml | 1 + tests/integration/targets/connection_docker/runme.sh | 1 + tests/integration/targets/connection_docker/setup.yml | 1 + tests/integration/targets/connection_docker/shutdown.yml | 1 + tests/integration/targets/connection_docker_api/aliases | 1 + .../integration/targets/connection_docker_api/meta/main.yml | 1 + tests/integration/targets/connection_docker_api/runme.sh | 1 + tests/integration/targets/connection_docker_api/setup.yml | 1 + .../integration/targets/connection_docker_api/shutdown.yml | 1 + tests/integration/targets/connection_nsenter/aliases | 1 + tests/integration/targets/connection_nsenter/meta/main.yml | 1 + tests/integration/targets/connection_nsenter/runme.sh | 1 + tests/integration/targets/connection_nsenter/setup.yml | 1 + tests/integration/targets/connection_nsenter/shutdown.yml | 1 + tests/integration/targets/connection_posix/aliases | 1 + tests/integration/targets/connection_posix/test.sh | 1 + tests/integration/targets/docker_compose/aliases | 1 + tests/integration/targets/docker_compose/meta/main.yml | 1 + tests/integration/targets/docker_compose/tasks/main.yml | 1 + tests/integration/targets/docker_compose/tasks/run-test.yml | 1 + .../targets/docker_compose/tasks/tests/options.yml | 1 + .../targets/docker_compose/tasks/tests/start-stop.yml | 1 + tests/integration/targets/docker_config/aliases | 1 + tests/integration/targets/docker_config/meta/main.yml | 1 + tests/integration/targets/docker_config/tasks/main.yml | 1 + .../targets/docker_config/tasks/test_docker_config.yml | 1 + tests/integration/targets/docker_container/aliases | 1 + tests/integration/targets/docker_container/files/env-file | 1 + tests/integration/targets/docker_container/meta/main.yml | 1 + tests/integration/targets/docker_container/tasks/main.yml | 1 + .../integration/targets/docker_container/tasks/run-test.yml | 1 + .../targets/docker_container/tasks/tests/comparisons.yml | 1 + .../targets/docker_container/tasks/tests/compatibility.yml | 1 + .../targets/docker_container/tasks/tests/image-ids.yml | 1 + .../targets/docker_container/tasks/tests/mounts-volumes.yml | 1 + .../targets/docker_container/tasks/tests/network.yml | 1 + .../targets/docker_container/tasks/tests/options.yml | 1 + .../targets/docker_container/tasks/tests/ports.yml | 1 + .../tasks/tests/regression-45700-dont-parse-on-absent.yml | 1 + .../targets/docker_container/tasks/tests/start-stop.yml | 1 + .../targets/docker_container/tasks/tests/update.yml | 1 + tests/integration/targets/docker_container_exec/aliases | 1 + .../integration/targets/docker_container_exec/meta/main.yml | 1 + .../targets/docker_container_exec/tasks/main.yml | 1 + tests/integration/targets/docker_container_info/aliases | 1 + .../integration/targets/docker_container_info/meta/main.yml | 1 + .../targets/docker_container_info/tasks/main.yml | 1 + tests/integration/targets/docker_host_info/aliases | 1 + tests/integration/targets/docker_host_info/meta/main.yml | 1 + tests/integration/targets/docker_host_info/tasks/main.yml | 1 + .../targets/docker_host_info/tasks/test_host_info.yml | 1 + tests/integration/targets/docker_image/aliases | 1 + tests/integration/targets/docker_image/meta/main.yml | 1 + tests/integration/targets/docker_image/tasks/main.yml | 1 + tests/integration/targets/docker_image/tasks/run-test.yml | 1 + tests/integration/targets/docker_image/tasks/test.yml | 1 + .../integration/targets/docker_image/tasks/tests/basic.yml | 1 + .../targets/docker_image/tasks/tests/docker_image.yml | 1 + .../targets/docker_image/tasks/tests/options.yml | 1 + tests/integration/targets/docker_image/templates/Dockerfile | 1 + .../targets/docker_image/templates/EtcHostsDockerfile | 1 + .../integration/targets/docker_image/templates/MyDockerfile | 1 + .../targets/docker_image/templates/StagedDockerfile | 1 + tests/integration/targets/docker_image_info/aliases | 1 + tests/integration/targets/docker_image_info/meta/main.yml | 1 + tests/integration/targets/docker_image_info/tasks/main.yml | 1 + tests/integration/targets/docker_image_load/aliases | 1 + tests/integration/targets/docker_image_load/meta/main.yml | 1 + tests/integration/targets/docker_image_load/tasks/main.yml | 1 + .../targets/docker_image_load/tasks/run-test.yml | 1 + tests/integration/targets/docker_image_load/tasks/test.yml | 1 + .../targets/docker_image_load/tasks/tests/basic.yml | 1 + tests/integration/targets/docker_login/aliases | 1 + tests/integration/targets/docker_login/meta/main.yml | 1 + tests/integration/targets/docker_login/tasks/main.yml | 1 + tests/integration/targets/docker_login/tasks/run-test.yml | 1 + tests/integration/targets/docker_login/tasks/test.yml | 1 + .../targets/docker_login/tasks/tests/docker_login.yml | 1 + .../targets/docker_login/tasks/tests/multiple-servers.yml | 1 + tests/integration/targets/docker_network/aliases | 1 + tests/integration/targets/docker_network/meta/main.yml | 1 + tests/integration/targets/docker_network/tasks/main.yml | 1 + tests/integration/targets/docker_network/tasks/run-test.yml | 1 + .../targets/docker_network/tasks/tests/basic.yml | 1 + .../integration/targets/docker_network/tasks/tests/ipam.yml | 1 + .../targets/docker_network/tasks/tests/options.yml | 1 + .../targets/docker_network/tasks/tests/overlay.yml | 1 + .../targets/docker_network/tasks/tests/substring.yml | 1 + tests/integration/targets/docker_network_info/aliases | 1 + tests/integration/targets/docker_network_info/meta/main.yml | 1 + .../integration/targets/docker_network_info/tasks/main.yml | 1 + tests/integration/targets/docker_node/aliases | 1 + tests/integration/targets/docker_node/meta/main.yml | 1 + tests/integration/targets/docker_node/tasks/main.yml | 1 + tests/integration/targets/docker_node/tasks/test_node.yml | 1 + tests/integration/targets/docker_node_info/aliases | 1 + tests/integration/targets/docker_node_info/meta/main.yml | 1 + tests/integration/targets/docker_node_info/tasks/main.yml | 1 + .../targets/docker_node_info/tasks/test_node_info.yml | 1 + tests/integration/targets/docker_plugin/aliases | 1 + tests/integration/targets/docker_plugin/meta/main.yml | 1 + tests/integration/targets/docker_plugin/tasks/main.yaml | 1 + tests/integration/targets/docker_plugin/tasks/run-test.yml | 1 + .../integration/targets/docker_plugin/tasks/tests/basic.yml | 1 + .../targets/docker_plugin/tasks/tests/basic_with_alias.yml | 1 + tests/integration/targets/docker_prune/aliases | 1 + tests/integration/targets/docker_prune/meta/main.yml | 1 + tests/integration/targets/docker_prune/tasks/main.yml | 1 + tests/integration/targets/docker_secret/aliases | 1 + tests/integration/targets/docker_secret/meta/main.yml | 1 + tests/integration/targets/docker_secret/tasks/main.yml | 1 + .../targets/docker_secret/tasks/test_secrets.yml | 1 + tests/integration/targets/docker_stack/aliases | 1 + tests/integration/targets/docker_stack/meta/main.yml | 1 + tests/integration/targets/docker_stack/tasks/main.yml | 1 + tests/integration/targets/docker_stack/tasks/test_stack.yml | 1 + .../targets/docker_stack/templates/stack_compose_base.yml | 1 + .../docker_stack/templates/stack_compose_overrides.yml | 1 + tests/integration/targets/docker_stack/vars/main.yml | 1 + tests/integration/targets/docker_stack_info/aliases | 1 + tests/integration/targets/docker_stack_info/meta/main.yml | 1 + tests/integration/targets/docker_stack_info/tasks/main.yml | 1 + .../targets/docker_stack_info/tasks/test_stack_info.yml | 1 + .../docker_stack_info/templates/stack_compose_base.yml | 1 + .../docker_stack_info/templates/stack_compose_overrides.yml | 1 + tests/integration/targets/docker_stack_info/vars/main.yml | 1 + tests/integration/targets/docker_stack_task_info/aliases | 1 + .../targets/docker_stack_task_info/meta/main.yml | 1 + .../targets/docker_stack_task_info/tasks/main.yml | 1 + .../docker_stack_task_info/tasks/test_stack_task_info.yml | 1 + .../docker_stack_task_info/templates/stack_compose_base.yml | 1 + .../templates/stack_compose_overrides.yml | 1 + .../targets/docker_stack_task_info/vars/main.yml | 1 + tests/integration/targets/docker_swarm/aliases | 1 + tests/integration/targets/docker_swarm/meta/main.yml | 1 + tests/integration/targets/docker_swarm/tasks/cleanup.yml | 1 + tests/integration/targets/docker_swarm/tasks/main.yml | 1 + tests/integration/targets/docker_swarm/tasks/run-test.yml | 1 + .../integration/targets/docker_swarm/tasks/tests/basic.yml | 1 + .../targets/docker_swarm/tasks/tests/options-ca.yml | 1 + .../targets/docker_swarm/tasks/tests/options.yml | 1 + .../targets/docker_swarm/tasks/tests/remote-addr-pool.yml | 1 + tests/integration/targets/docker_swarm_info/aliases | 1 + tests/integration/targets/docker_swarm_info/meta/main.yml | 1 + tests/integration/targets/docker_swarm_info/tasks/main.yml | 1 + .../targets/docker_swarm_info/tasks/test_swarm_info.yml | 1 + tests/integration/targets/docker_swarm_service/aliases | 1 + .../targets/docker_swarm_service/files/env-file-1 | 1 + .../targets/docker_swarm_service/files/env-file-2 | 1 + .../integration/targets/docker_swarm_service/meta/main.yml | 1 + .../integration/targets/docker_swarm_service/tasks/main.yml | 1 + .../targets/docker_swarm_service/tasks/run-test.yml | 1 + .../targets/docker_swarm_service/tasks/tests/configs.yml | 1 + .../targets/docker_swarm_service/tasks/tests/logging.yml | 1 + .../targets/docker_swarm_service/tasks/tests/misc.yml | 1 + .../targets/docker_swarm_service/tasks/tests/mounts.yml | 1 + .../targets/docker_swarm_service/tasks/tests/networks.yml | 1 + .../targets/docker_swarm_service/tasks/tests/options.yml | 1 + .../targets/docker_swarm_service/tasks/tests/placement.yml | 1 + .../targets/docker_swarm_service/tasks/tests/resources.yml | 1 + .../docker_swarm_service/tasks/tests/restart_config.yml | 1 + .../docker_swarm_service/tasks/tests/rollback_config.yml | 1 + .../targets/docker_swarm_service/tasks/tests/secrets.yml | 1 + .../docker_swarm_service/tasks/tests/update_config.yml | 1 + .../integration/targets/docker_swarm_service/vars/main.yml | 1 + tests/integration/targets/docker_swarm_service_info/aliases | 1 + .../targets/docker_swarm_service_info/meta/main.yml | 1 + .../targets/docker_swarm_service_info/tasks/main.yml | 1 + .../tasks/test_docker_swarm_service_info.yml | 1 + tests/integration/targets/docker_volume/aliases | 1 + tests/integration/targets/docker_volume/meta/main.yml | 1 + tests/integration/targets/docker_volume/tasks/main.yml | 1 + tests/integration/targets/docker_volume/tasks/run-test.yml | 1 + .../integration/targets/docker_volume/tasks/tests/basic.yml | 1 + tests/integration/targets/docker_volume_info/aliases | 1 + tests/integration/targets/docker_volume_info/meta/main.yml | 1 + tests/integration/targets/docker_volume_info/tasks/main.yml | 1 + tests/integration/targets/generic_ssh_connection/aliases | 1 + .../targets/generic_ssh_connection/meta/main.yml | 1 + .../targets/generic_ssh_connection/tasks/main.yml | 1 + .../integration/targets/inventory_docker_containers/aliases | 1 + .../inventory_docker_containers/inventory_1.docker.yml | 1 + .../inventory_docker_containers/inventory_2.docker.yml | 1 + .../targets/inventory_docker_containers/meta/main.yml | 1 + .../playbooks/docker_cleanup.yml | 1 + .../inventory_docker_containers/playbooks/docker_setup.yml | 1 + .../playbooks/test_inventory_1.yml | 1 + .../playbooks/test_inventory_2.yml | 1 + .../targets/inventory_docker_containers/runme.sh | 1 + tests/integration/targets/inventory_docker_machine/aliases | 1 + .../targets/inventory_docker_machine/docker-machine | 1 + .../inventory_docker_machine/inventory_1.docker_machine.yml | 1 + .../inventory_docker_machine/inventory_2.docker_machine.yml | 1 + .../inventory_docker_machine/inventory_3.docker_machine.yml | 1 + .../targets/inventory_docker_machine/meta/main.yml | 1 + .../inventory_docker_machine/playbooks/pre-setup.yml | 1 + .../targets/inventory_docker_machine/playbooks/setup.yml | 1 + .../targets/inventory_docker_machine/playbooks/teardown.yml | 1 + .../inventory_docker_machine/playbooks/test_inventory_1.yml | 1 + tests/integration/targets/inventory_docker_machine/runme.sh | 1 + .../inventory_docker_machine/teardown.docker_machine.yml | 1 + tests/integration/targets/inventory_docker_swarm/aliases | 1 + .../inventory_docker_swarm/inventory_1.docker_swarm.yml | 1 + .../inventory_docker_swarm/inventory_2.docker_swarm.yml | 1 + .../targets/inventory_docker_swarm/meta/main.yml | 1 + .../inventory_docker_swarm/playbooks/swarm_cleanup.yml | 1 + .../inventory_docker_swarm/playbooks/swarm_setup.yml | 1 + .../inventory_docker_swarm/playbooks/test_inventory_1.yml | 1 + .../inventory_docker_swarm/playbooks/test_inventory_2.yml | 1 + tests/integration/targets/inventory_docker_swarm/runme.sh | 1 + tests/integration/targets/setup_docker/aliases | 1 + tests/integration/targets/setup_docker/defaults/main.yml | 1 + tests/integration/targets/setup_docker/handlers/main.yml | 1 + tests/integration/targets/setup_docker/meta/main.yml | 1 + tests/integration/targets/setup_docker/tasks/Alpine.yml | 1 + tests/integration/targets/setup_docker/tasks/Archlinux.yml | 1 + tests/integration/targets/setup_docker/tasks/Debian.yml | 1 + tests/integration/targets/setup_docker/tasks/Fedora.yml | 1 + tests/integration/targets/setup_docker/tasks/RedHat-7.yml | 1 + tests/integration/targets/setup_docker/tasks/RedHat-8.yml | 1 + tests/integration/targets/setup_docker/tasks/RedHat-9.yml | 1 + tests/integration/targets/setup_docker/tasks/Suse.yml | 1 + tests/integration/targets/setup_docker/tasks/main.yml | 1 + tests/integration/targets/setup_docker/vars/Debian.yml | 1 + tests/integration/targets/setup_docker/vars/Fedora.yml | 1 + tests/integration/targets/setup_docker/vars/RedHat-7.yml | 1 + tests/integration/targets/setup_docker/vars/RedHat-8.yml | 1 + tests/integration/targets/setup_docker/vars/RedHat-9.yml | 1 + tests/integration/targets/setup_docker/vars/Suse.yml | 1 + tests/integration/targets/setup_docker/vars/Ubuntu-14.yml | 1 + tests/integration/targets/setup_docker/vars/Ubuntu-22.yml | 1 + tests/integration/targets/setup_docker/vars/default.yml | 1 + tests/integration/targets/setup_docker/vars/main.env | 1 + tests/integration/targets/setup_docker/vars/main.yml | 1 + .../targets/setup_docker_compose/defaults/main.yml | 1 + .../integration/targets/setup_docker_compose/meta/main.yml | 1 + .../targets/setup_docker_compose/tasks/Alpine.yml | 1 + .../targets/setup_docker_compose/tasks/Archlinux.yml | 1 + .../targets/setup_docker_compose/tasks/Debian.yml | 1 + .../targets/setup_docker_compose/tasks/Fedora.yml | 1 + .../targets/setup_docker_compose/tasks/RedHat-7.yml | 1 + .../targets/setup_docker_compose/tasks/RedHat-8.yml | 1 + .../targets/setup_docker_compose/tasks/RedHat-9.yml | 1 + .../integration/targets/setup_docker_compose/tasks/Suse.yml | 1 + .../integration/targets/setup_docker_compose/tasks/main.yml | 1 + .../targets/setup_docker_compose/tasks/setup.yml | 1 + .../targets/setup_docker_compose/vars/CentOS-8.yml | 1 + .../targets/setup_docker_compose/vars/RedHat-7.yml | 1 + .../targets/setup_docker_compose/vars/RedHat-8.yml | 1 + .../targets/setup_docker_compose/vars/RedHat-9.yml | 1 + .../targets/setup_docker_compose/vars/Suse-py2.yml | 1 + .../targets/setup_docker_compose/vars/Suse-py3.yml | 1 + .../targets/setup_docker_compose/vars/Ubuntu-16.yml | 1 + .../targets/setup_docker_compose/vars/Ubuntu-18.yml | 1 + .../targets/setup_docker_compose/vars/Ubuntu.yml | 1 + .../targets/setup_docker_compose/vars/default.yml | 1 + tests/integration/targets/setup_docker_registry/aliases | 1 + .../targets/setup_docker_registry/files/nginx.conf | 1 + .../targets/setup_docker_registry/files/nginx.htpasswd | 1 + .../targets/setup_docker_registry/handlers/cleanup.yml | 1 + .../targets/setup_docker_registry/handlers/main.yml | 1 + .../integration/targets/setup_docker_registry/meta/main.yml | 1 + .../targets/setup_docker_registry/tasks/main.yml | 1 + .../targets/setup_docker_registry/tasks/setup-frontend.yml | 1 + .../targets/setup_docker_registry/tasks/setup.yml | 1 + tests/integration/targets/setup_epel/tasks/main.yml | 1 + tests/integration/targets/setup_openssl/meta/main.yml | 1 + tests/integration/targets/setup_openssl/tasks/main.yml | 1 + tests/integration/targets/setup_openssl/vars/Alpine.yml | 1 + tests/integration/targets/setup_openssl/vars/Archlinux.yml | 1 + tests/integration/targets/setup_openssl/vars/Debian.yml | 1 + tests/integration/targets/setup_openssl/vars/FreeBSD.yml | 1 + tests/integration/targets/setup_openssl/vars/RedHat.yml | 1 + tests/integration/targets/setup_openssl/vars/Suse.yml | 1 + tests/integration/targets/setup_paramiko/meta/main.yml | 1 + tests/integration/targets/setup_paramiko/tasks/main.yml | 1 + tests/integration/targets/setup_pkg_mgr/tasks/main.yml | 1 + tests/integration/targets/setup_remote_constraints/aliases | 1 + .../targets/setup_remote_constraints/meta/main.yml | 1 + .../targets/setup_remote_constraints/tasks/main.yml | 1 + .../targets/setup_remote_tmp_dir/handlers/main.yml | 1 + .../targets/setup_remote_tmp_dir/tasks/default-cleanup.yml | 1 + .../targets/setup_remote_tmp_dir/tasks/default.yml | 1 + .../integration/targets/setup_remote_tmp_dir/tasks/main.yml | 1 + tests/requirements.yml | 1 + tests/sanity/extra/licenses.py | 2 +- tests/unit/plugins/module_utils/test_util.py | 1 + tests/unit/plugins/modules/test_docker_network.py | 1 + tests/unit/plugins/modules/test_docker_swarm_service.py | 1 + tests/unit/requirements.txt | 1 + tests/utils/constraints.txt | 1 + tests/utils/shippable/cloud.sh | 1 + tests/utils/shippable/linux-community.sh | 1 + tests/utils/shippable/linux.sh | 1 + tests/utils/shippable/remote.sh | 1 + tests/utils/shippable/sanity.sh | 1 + tests/utils/shippable/shippable.sh | 1 + tests/utils/shippable/units.sh | 1 + 344 files changed, 350 insertions(+), 17 deletions(-) diff --git a/.azure-pipelines/README.md b/.azure-pipelines/README.md index 5e9c8e474..9e8ad7410 100644 --- a/.azure-pipelines/README.md +++ b/.azure-pipelines/README.md @@ -1,4 +1,5 @@ diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2c8afe1cf..338a55b29 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/aggregate-coverage.sh b/.azure-pipelines/scripts/aggregate-coverage.sh index 8c2309f0f..0ccef3532 100755 --- a/.azure-pipelines/scripts/aggregate-coverage.sh +++ b/.azure-pipelines/scripts/aggregate-coverage.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Aggregate code coverage results for later processing. +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/combine-coverage.py b/.azure-pipelines/scripts/combine-coverage.py index b56acdbd6..3b2fd993d 100755 --- a/.azure-pipelines/scripts/combine-coverage.py +++ b/.azure-pipelines/scripts/combine-coverage.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/process-results.sh b/.azure-pipelines/scripts/process-results.sh index a64fb2ac1..1a5d79ffb 100755 --- a/.azure-pipelines/scripts/process-results.sh +++ b/.azure-pipelines/scripts/process-results.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Check the test results and set variables for use in later steps. +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/publish-codecov.py b/.azure-pipelines/scripts/publish-codecov.py index 43d70dca3..58e32f6d3 100755 --- a/.azure-pipelines/scripts/publish-codecov.py +++ b/.azure-pipelines/scripts/publish-codecov.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/report-coverage.sh b/.azure-pipelines/scripts/report-coverage.sh index ca0cc5f7b..e8d82c747 100755 --- a/.azure-pipelines/scripts/report-coverage.sh +++ b/.azure-pipelines/scripts/report-coverage.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Generate code coverage reports for uploading to Azure Pipelines and codecov.io. +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/run-tests.sh b/.azure-pipelines/scripts/run-tests.sh index 8e7036c64..4ed20d550 100755 --- a/.azure-pipelines/scripts/run-tests.sh +++ b/.azure-pipelines/scripts/run-tests.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Configure the test environment and run the tests. +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/scripts/time-command.py b/.azure-pipelines/scripts/time-command.py index fb49396ea..85a7c3c17 100755 --- a/.azure-pipelines/scripts/time-command.py +++ b/.azure-pipelines/scripts/time-command.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/templates/coverage.yml b/.azure-pipelines/templates/coverage.yml index 0009e0bcb..750845117 100644 --- a/.azure-pipelines/templates/coverage.yml +++ b/.azure-pipelines/templates/coverage.yml @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/templates/matrix.yml b/.azure-pipelines/templates/matrix.yml index 119bac550..85a869a8f 100644 --- a/.azure-pipelines/templates/matrix.yml +++ b/.azure-pipelines/templates/matrix.yml @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.azure-pipelines/templates/test.yml b/.azure-pipelines/templates/test.yml index 3120ea90e..90501327d 100644 --- a/.azure-pipelines/templates/test.yml +++ b/.azure-pipelines/templates/test.yml @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.github/patchback.yml b/.github/patchback.yml index cc696f0ab..5ee7812ed 100644 --- a/.github/patchback.yml +++ b/.github/patchback.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index cc49dc096..5f561b12c 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index caf618dab..6bbb361dc 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/.gitignore b/.gitignore index bf24998ec..8e398ff23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/README.md b/README.md index 82265bb35..eee3fee56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 6f4e42193..1c0c2d208 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/docs/docsite/extra-docs.yml b/docs/docsite/extra-docs.yml index 11f96237a..c5047369c 100644 --- a/docs/docsite/extra-docs.yml +++ b/docs/docsite/extra-docs.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/docs/docsite/links.yml b/docs/docsite/links.yml index f4d87151c..8dbcfeca9 100644 --- a/docs/docsite/links.yml +++ b/docs/docsite/links.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/docs/docsite/rst/scenario_guide.rst b/docs/docsite/rst/scenario_guide.rst index 62b361992..e4b84431f 100644 --- a/docs/docsite/rst/scenario_guide.rst +++ b/docs/docsite/rst/scenario_guide.rst @@ -1,4 +1,5 @@ .. + Copyright (c) Ansible Project GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) SPDX-License-Identifier: GPL-3.0-or-later diff --git a/galaxy.yml b/galaxy.yml index ba8c2d834..46ef1bb45 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/meta/ee-bindep.txt b/meta/ee-bindep.txt index d8720ffe4..6ffd5ab02 100644 --- a/meta/ee-bindep.txt +++ b/meta/ee-bindep.txt @@ -1,2 +1,3 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/meta/ee-requirements.txt b/meta/ee-requirements.txt index a133768fd..101b74b5f 100644 --- a/meta/ee-requirements.txt +++ b/meta/ee-requirements.txt @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/meta/execution-environment.yml b/meta/execution-environment.yml index bcae9ed89..9da98891e 100644 --- a/meta/execution-environment.yml +++ b/meta/execution-environment.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/meta/runtime.yml b/meta/runtime.yml index 24a9ae0ce..4410e00c0 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/connection/nsenter.py b/plugins/connection/nsenter.py index 61cfbcda6..dd437780d 100644 --- a/plugins/connection/nsenter.py +++ b/plugins/connection/nsenter.py @@ -1,7 +1,7 @@ -# (c) 2021 Jeff Goldschrafe +# Copyright (c) 2021 Jeff Goldschrafe # Based on Ansible local connection plugin by: -# (c) 2012 Michael DeHaan -# (c) 2015, 2017 Toshio Kuratomi +# Copyright (c) 2012 Michael DeHaan +# Copyright (c) 2015, 2017 Toshio Kuratomi # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/doc_fragments/docker.py b/plugins/doc_fragments/docker.py index b311c47dd..425bb38be 100644 --- a/plugins/doc_fragments/docker.py +++ b/plugins/doc_fragments/docker.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/module_utils/swarm.py b/plugins/module_utils/swarm.py index bcafd678b..0dbc1e725 100644 --- a/plugins/module_utils/swarm.py +++ b/plugins/module_utils/swarm.py @@ -1,5 +1,5 @@ -# (c) 2019 Piotr Wojciechowski (@wojciechowskipiotr) -# (c) Thierry Bouvet (@tbouvet) +# Copyright (c) 2019 Piotr Wojciechowski (@wojciechowskipiotr) +# Copyright (c) Thierry Bouvet (@tbouvet) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/current_container_facts.py b/plugins/modules/current_container_facts.py index 2d3002719..d91d9c5eb 100644 --- a/plugins/modules/current_container_facts.py +++ b/plugins/modules/current_container_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -# (c) 2020 Matt Clay -# (c) 2020 Felix Fontein +# Copyright (c) 2020 Matt Clay +# Copyright (c) 2020 Felix Fontein # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_host_info.py b/plugins/modules/docker_host_info.py index b60e9fd90..f9f945422 100644 --- a/plugins/modules/docker_host_info.py +++ b/plugins/modules/docker_host_info.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2019 Piotr Wojciechowski +# Copyright (c) 2019 Piotr Wojciechowski # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_login.py b/plugins/modules/docker_login.py index d58d23965..511147740 100644 --- a/plugins/modules/docker_login.py +++ b/plugins/modules/docker_login.py @@ -1,8 +1,8 @@ #!/usr/bin/python # -# (c) 2016 Olaf Kilian -# Chris Houseknecht, -# James Tanner, +# Copyright (c) 2016 Olaf Kilian +# Chris Houseknecht, +# James Tanner, # # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_node.py b/plugins/modules/docker_node.py index fd5ba86bd..c96e6b1ad 100644 --- a/plugins/modules/docker_node.py +++ b/plugins/modules/docker_node.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2019 Piotr Wojciechowski +# Copyright (c) 2019 Piotr Wojciechowski # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_node_info.py b/plugins/modules/docker_node_info.py index e1b365b67..999c100d7 100644 --- a/plugins/modules/docker_node_info.py +++ b/plugins/modules/docker_node_info.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2019 Piotr Wojciechowski +# Copyright (c) 2019 Piotr Wojciechowski # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_swarm_info.py b/plugins/modules/docker_swarm_info.py index 091989aa3..ff59bab2a 100644 --- a/plugins/modules/docker_swarm_info.py +++ b/plugins/modules/docker_swarm_info.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2019 Piotr Wojciechowski +# Copyright (c) 2019 Piotr Wojciechowski # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_swarm_service.py b/plugins/modules/docker_swarm_service.py index f8df5d4f5..29ffbb355 100644 --- a/plugins/modules/docker_swarm_service.py +++ b/plugins/modules/docker_swarm_service.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2017, Dario Zanzico (git@dariozanzico.com) +# Copyright (c) 2017, Dario Zanzico (git@dariozanzico.com) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_swarm_service_info.py b/plugins/modules/docker_swarm_service_info.py index bb2f8f30f..e242624a9 100644 --- a/plugins/modules/docker_swarm_service_info.py +++ b/plugins/modules/docker_swarm_service_info.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# (c) 2019 Hannes Ljungberg +# Copyright (c) 2019 Hannes Ljungberg # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/config.yml b/tests/config.yml index 45d0017a1..5444c9e1b 100644 --- a/tests/config.yml +++ b/tests/config.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/ee/all.yml b/tests/ee/all.yml index 2467bd6f2..907866f92 100644 --- a/tests/ee/all.yml +++ b/tests/ee/all.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/ee/roles/current_container_facts/tasks/main.yml b/tests/ee/roles/current_container_facts/tasks/main.yml index c2b495291..d5096cdd7 100644 --- a/tests/ee/roles/current_container_facts/tasks/main.yml +++ b/tests/ee/roles/current_container_facts/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/ee/roles/docker_plain/tasks/main.yml b/tests/ee/roles/docker_plain/tasks/main.yml index fce086312..a8669435b 100644 --- a/tests/ee/roles/docker_plain/tasks/main.yml +++ b/tests/ee/roles/docker_plain/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/ee/roles/docker_stack/tasks/main.yml b/tests/ee/roles/docker_stack/tasks/main.yml index a555053de..5d4d56986 100644 --- a/tests/ee/roles/docker_stack/tasks/main.yml +++ b/tests/ee/roles/docker_stack/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection/aliases b/tests/integration/targets/connection/aliases index a61a9c9d7..a02a2d61a 100644 --- a/tests/integration/targets/connection/aliases +++ b/tests/integration/targets/connection/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection/test.sh b/tests/integration/targets/connection/test.sh index 94823897b..793a85dd3 100755 --- a/tests/integration/targets/connection/test.sh +++ b/tests/integration/targets/connection/test.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection/test_connection.yml b/tests/integration/targets/connection/test_connection.yml index c67557e41..157a7821b 100644 --- a/tests/integration/targets/connection/test_connection.yml +++ b/tests/integration/targets/connection/test_connection.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker/aliases b/tests/integration/targets/connection_docker/aliases index b918fe573..648248aff 100644 --- a/tests/integration/targets/connection_docker/aliases +++ b/tests/integration/targets/connection_docker/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker/meta/main.yml b/tests/integration/targets/connection_docker/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/connection_docker/meta/main.yml +++ b/tests/integration/targets/connection_docker/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker/runme.sh b/tests/integration/targets/connection_docker/runme.sh index 3c8176137..0965c5d72 100755 --- a/tests/integration/targets/connection_docker/runme.sh +++ b/tests/integration/targets/connection_docker/runme.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker/setup.yml b/tests/integration/targets/connection_docker/setup.yml index 9f257bfc5..3a6bba8ad 100644 --- a/tests/integration/targets/connection_docker/setup.yml +++ b/tests/integration/targets/connection_docker/setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker/shutdown.yml b/tests/integration/targets/connection_docker/shutdown.yml index db8274e32..a28509efc 100644 --- a/tests/integration/targets/connection_docker/shutdown.yml +++ b/tests/integration/targets/connection_docker/shutdown.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker_api/aliases b/tests/integration/targets/connection_docker_api/aliases index b918fe573..648248aff 100644 --- a/tests/integration/targets/connection_docker_api/aliases +++ b/tests/integration/targets/connection_docker_api/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker_api/meta/main.yml b/tests/integration/targets/connection_docker_api/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/connection_docker_api/meta/main.yml +++ b/tests/integration/targets/connection_docker_api/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker_api/runme.sh b/tests/integration/targets/connection_docker_api/runme.sh index d8459caa4..893b019ad 100755 --- a/tests/integration/targets/connection_docker_api/runme.sh +++ b/tests/integration/targets/connection_docker_api/runme.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker_api/setup.yml b/tests/integration/targets/connection_docker_api/setup.yml index 9f257bfc5..3a6bba8ad 100644 --- a/tests/integration/targets/connection_docker_api/setup.yml +++ b/tests/integration/targets/connection_docker_api/setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_docker_api/shutdown.yml b/tests/integration/targets/connection_docker_api/shutdown.yml index db8274e32..a28509efc 100644 --- a/tests/integration/targets/connection_docker_api/shutdown.yml +++ b/tests/integration/targets/connection_docker_api/shutdown.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_nsenter/aliases b/tests/integration/targets/connection_nsenter/aliases index ca11ece61..66434a700 100644 --- a/tests/integration/targets/connection_nsenter/aliases +++ b/tests/integration/targets/connection_nsenter/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_nsenter/meta/main.yml b/tests/integration/targets/connection_nsenter/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/connection_nsenter/meta/main.yml +++ b/tests/integration/targets/connection_nsenter/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_nsenter/runme.sh b/tests/integration/targets/connection_nsenter/runme.sh index f6c8ae860..eebbb6a39 100755 --- a/tests/integration/targets/connection_nsenter/runme.sh +++ b/tests/integration/targets/connection_nsenter/runme.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_nsenter/setup.yml b/tests/integration/targets/connection_nsenter/setup.yml index 9f257bfc5..3a6bba8ad 100644 --- a/tests/integration/targets/connection_nsenter/setup.yml +++ b/tests/integration/targets/connection_nsenter/setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_nsenter/shutdown.yml b/tests/integration/targets/connection_nsenter/shutdown.yml index db8274e32..a28509efc 100644 --- a/tests/integration/targets/connection_nsenter/shutdown.yml +++ b/tests/integration/targets/connection_nsenter/shutdown.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_posix/aliases b/tests/integration/targets/connection_posix/aliases index db0dd32de..44561e2ff 100644 --- a/tests/integration/targets/connection_posix/aliases +++ b/tests/integration/targets/connection_posix/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/connection_posix/test.sh b/tests/integration/targets/connection_posix/test.sh index 84a789ee2..f374af7ff 100755 --- a/tests/integration/targets/connection_posix/test.sh +++ b/tests/integration/targets/connection_posix/test.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_compose/aliases b/tests/integration/targets/docker_compose/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_compose/aliases +++ b/tests/integration/targets/docker_compose/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_compose/meta/main.yml b/tests/integration/targets/docker_compose/meta/main.yml index 9c66b89cf..7f44c871d 100644 --- a/tests/integration/targets/docker_compose/meta/main.yml +++ b/tests/integration/targets/docker_compose/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_compose/tasks/main.yml b/tests/integration/targets/docker_compose/tasks/main.yml index 7202b905d..41edc1e94 100644 --- a/tests/integration/targets/docker_compose/tasks/main.yml +++ b/tests/integration/targets/docker_compose/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_compose/tasks/run-test.yml b/tests/integration/targets/docker_compose/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_compose/tasks/run-test.yml +++ b/tests/integration/targets/docker_compose/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_compose/tasks/tests/options.yml b/tests/integration/targets/docker_compose/tasks/tests/options.yml index 8da8edc31..f24403170 100644 --- a/tests/integration/targets/docker_compose/tasks/tests/options.yml +++ b/tests/integration/targets/docker_compose/tasks/tests/options.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml b/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml index 9bf97e925..93aff8b0c 100644 --- a/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml +++ b/tests/integration/targets/docker_compose/tasks/tests/start-stop.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_config/aliases b/tests/integration/targets/docker_config/aliases index 8c9ef4e3f..b84dff7e6 100644 --- a/tests/integration/targets/docker_config/aliases +++ b/tests/integration/targets/docker_config/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_config/meta/main.yml b/tests/integration/targets/docker_config/meta/main.yml index f47f38185..2650229d8 100644 --- a/tests/integration/targets/docker_config/meta/main.yml +++ b/tests/integration/targets/docker_config/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_config/tasks/main.yml b/tests/integration/targets/docker_config/tasks/main.yml index 77e34f680..1a713e796 100644 --- a/tests/integration/targets/docker_config/tasks/main.yml +++ b/tests/integration/targets/docker_config/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_config/tasks/test_docker_config.yml b/tests/integration/targets/docker_config/tasks/test_docker_config.yml index a02ef5e9f..f31a2903a 100644 --- a/tests/integration/targets/docker_config/tasks/test_docker_config.yml +++ b/tests/integration/targets/docker_config/tasks/test_docker_config.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/aliases b/tests/integration/targets/docker_container/aliases index 552d81ec7..e7bdbdc2f 100644 --- a/tests/integration/targets/docker_container/aliases +++ b/tests/integration/targets/docker_container/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/files/env-file b/tests/integration/targets/docker_container/files/env-file index 874f17a9e..87bc9decd 100644 --- a/tests/integration/targets/docker_container/files/env-file +++ b/tests/integration/targets/docker_container/files/env-file @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/meta/main.yml b/tests/integration/targets/docker_container/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_container/meta/main.yml +++ b/tests/integration/targets/docker_container/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/main.yml b/tests/integration/targets/docker_container/tasks/main.yml index 3e8608897..f9c1f6632 100644 --- a/tests/integration/targets/docker_container/tasks/main.yml +++ b/tests/integration/targets/docker_container/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/run-test.yml b/tests/integration/targets/docker_container/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_container/tasks/run-test.yml +++ b/tests/integration/targets/docker_container/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/comparisons.yml b/tests/integration/targets/docker_container/tasks/tests/comparisons.yml index fbf39aaaa..65c25c38e 100644 --- a/tests/integration/targets/docker_container/tasks/tests/comparisons.yml +++ b/tests/integration/targets/docker_container/tasks/tests/comparisons.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/compatibility.yml b/tests/integration/targets/docker_container/tasks/tests/compatibility.yml index d19693476..2ec909653 100644 --- a/tests/integration/targets/docker_container/tasks/tests/compatibility.yml +++ b/tests/integration/targets/docker_container/tasks/tests/compatibility.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/image-ids.yml b/tests/integration/targets/docker_container/tasks/tests/image-ids.yml index d2fe8b320..d355c6a56 100644 --- a/tests/integration/targets/docker_container/tasks/tests/image-ids.yml +++ b/tests/integration/targets/docker_container/tasks/tests/image-ids.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml b/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml index 72db64d97..cdfbf2ece 100644 --- a/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml +++ b/tests/integration/targets/docker_container/tasks/tests/mounts-volumes.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/network.yml b/tests/integration/targets/docker_container/tasks/tests/network.yml index c889b2b96..bad742e3d 100644 --- a/tests/integration/targets/docker_container/tasks/tests/network.yml +++ b/tests/integration/targets/docker_container/tasks/tests/network.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/options.yml b/tests/integration/targets/docker_container/tasks/tests/options.yml index 882cdeb2a..2cc44d137 100644 --- a/tests/integration/targets/docker_container/tasks/tests/options.yml +++ b/tests/integration/targets/docker_container/tasks/tests/options.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/ports.yml b/tests/integration/targets/docker_container/tasks/tests/ports.yml index 9ab639b88..3db6fbb07 100644 --- a/tests/integration/targets/docker_container/tasks/tests/ports.yml +++ b/tests/integration/targets/docker_container/tasks/tests/ports.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml b/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml index f44ee75c2..b57677dd7 100644 --- a/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml +++ b/tests/integration/targets/docker_container/tasks/tests/regression-45700-dont-parse-on-absent.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/start-stop.yml b/tests/integration/targets/docker_container/tasks/tests/start-stop.yml index 9fb0d143d..d74232616 100644 --- a/tests/integration/targets/docker_container/tasks/tests/start-stop.yml +++ b/tests/integration/targets/docker_container/tasks/tests/start-stop.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container/tasks/tests/update.yml b/tests/integration/targets/docker_container/tasks/tests/update.yml index 96a5db22a..54e4193d8 100644 --- a/tests/integration/targets/docker_container/tasks/tests/update.yml +++ b/tests/integration/targets/docker_container/tasks/tests/update.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container_exec/aliases b/tests/integration/targets/docker_container_exec/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_container_exec/aliases +++ b/tests/integration/targets/docker_container_exec/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container_exec/meta/main.yml b/tests/integration/targets/docker_container_exec/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_container_exec/meta/main.yml +++ b/tests/integration/targets/docker_container_exec/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container_exec/tasks/main.yml b/tests/integration/targets/docker_container_exec/tasks/main.yml index 92946390a..2cf0e5a16 100644 --- a/tests/integration/targets/docker_container_exec/tasks/main.yml +++ b/tests/integration/targets/docker_container_exec/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container_info/aliases b/tests/integration/targets/docker_container_info/aliases index 552d81ec7..e7bdbdc2f 100644 --- a/tests/integration/targets/docker_container_info/aliases +++ b/tests/integration/targets/docker_container_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container_info/meta/main.yml b/tests/integration/targets/docker_container_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_container_info/meta/main.yml +++ b/tests/integration/targets/docker_container_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_container_info/tasks/main.yml b/tests/integration/targets/docker_container_info/tasks/main.yml index 79e17c730..80f03b853 100644 --- a/tests/integration/targets/docker_container_info/tasks/main.yml +++ b/tests/integration/targets/docker_container_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_host_info/aliases b/tests/integration/targets/docker_host_info/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_host_info/aliases +++ b/tests/integration/targets/docker_host_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_host_info/meta/main.yml b/tests/integration/targets/docker_host_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_host_info/meta/main.yml +++ b/tests/integration/targets/docker_host_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_host_info/tasks/main.yml b/tests/integration/targets/docker_host_info/tasks/main.yml index cad7cb725..e26790f3b 100644 --- a/tests/integration/targets/docker_host_info/tasks/main.yml +++ b/tests/integration/targets/docker_host_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_host_info/tasks/test_host_info.yml b/tests/integration/targets/docker_host_info/tasks/test_host_info.yml index ebc47ef3c..f7ec8b2c3 100644 --- a/tests/integration/targets/docker_host_info/tasks/test_host_info.yml +++ b/tests/integration/targets/docker_host_info/tasks/test_host_info.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/aliases b/tests/integration/targets/docker_image/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_image/aliases +++ b/tests/integration/targets/docker_image/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/meta/main.yml b/tests/integration/targets/docker_image/meta/main.yml index 0252a892f..f7ba9ab1b 100644 --- a/tests/integration/targets/docker_image/meta/main.yml +++ b/tests/integration/targets/docker_image/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/tasks/main.yml b/tests/integration/targets/docker_image/tasks/main.yml index 3fa752f24..88b23cfe7 100644 --- a/tests/integration/targets/docker_image/tasks/main.yml +++ b/tests/integration/targets/docker_image/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/tasks/run-test.yml b/tests/integration/targets/docker_image/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_image/tasks/run-test.yml +++ b/tests/integration/targets/docker_image/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/tasks/test.yml b/tests/integration/targets/docker_image/tasks/test.yml index 4e0313d60..9740e255f 100644 --- a/tests/integration/targets/docker_image/tasks/test.yml +++ b/tests/integration/targets/docker_image/tasks/test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/tasks/tests/basic.yml b/tests/integration/targets/docker_image/tasks/tests/basic.yml index c851ea448..a69542742 100644 --- a/tests/integration/targets/docker_image/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_image/tasks/tests/basic.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/tasks/tests/docker_image.yml b/tests/integration/targets/docker_image/tasks/tests/docker_image.yml index ba914ae6d..8035525bc 100644 --- a/tests/integration/targets/docker_image/tasks/tests/docker_image.yml +++ b/tests/integration/targets/docker_image/tasks/tests/docker_image.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/tasks/tests/options.yml b/tests/integration/targets/docker_image/tasks/tests/options.yml index 96eb14c51..b8eb823b8 100644 --- a/tests/integration/targets/docker_image/tasks/tests/options.yml +++ b/tests/integration/targets/docker_image/tasks/tests/options.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/templates/Dockerfile b/tests/integration/targets/docker_image/templates/Dockerfile index 57f2c5389..286094b9e 100644 --- a/tests/integration/targets/docker_image/templates/Dockerfile +++ b/tests/integration/targets/docker_image/templates/Dockerfile @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/templates/EtcHostsDockerfile b/tests/integration/targets/docker_image/templates/EtcHostsDockerfile index 676a8f46f..bc21b966b 100644 --- a/tests/integration/targets/docker_image/templates/EtcHostsDockerfile +++ b/tests/integration/targets/docker_image/templates/EtcHostsDockerfile @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/templates/MyDockerfile b/tests/integration/targets/docker_image/templates/MyDockerfile index 84602f33d..24b1c926f 100644 --- a/tests/integration/targets/docker_image/templates/MyDockerfile +++ b/tests/integration/targets/docker_image/templates/MyDockerfile @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image/templates/StagedDockerfile b/tests/integration/targets/docker_image/templates/StagedDockerfile index 39f2f7cdd..da2253425 100644 --- a/tests/integration/targets/docker_image/templates/StagedDockerfile +++ b/tests/integration/targets/docker_image/templates/StagedDockerfile @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_info/aliases b/tests/integration/targets/docker_image_info/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_image_info/aliases +++ b/tests/integration/targets/docker_image_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_info/meta/main.yml b/tests/integration/targets/docker_image_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_image_info/meta/main.yml +++ b/tests/integration/targets/docker_image_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_info/tasks/main.yml b/tests/integration/targets/docker_image_info/tasks/main.yml index 5ff72d875..5bd053ac4 100644 --- a/tests/integration/targets/docker_image_info/tasks/main.yml +++ b/tests/integration/targets/docker_image_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_load/aliases b/tests/integration/targets/docker_image_load/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_image_load/aliases +++ b/tests/integration/targets/docker_image_load/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_load/meta/main.yml b/tests/integration/targets/docker_image_load/meta/main.yml index f47f38185..2650229d8 100644 --- a/tests/integration/targets/docker_image_load/meta/main.yml +++ b/tests/integration/targets/docker_image_load/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_load/tasks/main.yml b/tests/integration/targets/docker_image_load/tasks/main.yml index 3fa752f24..88b23cfe7 100644 --- a/tests/integration/targets/docker_image_load/tasks/main.yml +++ b/tests/integration/targets/docker_image_load/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_load/tasks/run-test.yml b/tests/integration/targets/docker_image_load/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_image_load/tasks/run-test.yml +++ b/tests/integration/targets/docker_image_load/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_load/tasks/test.yml b/tests/integration/targets/docker_image_load/tasks/test.yml index 41a3970e2..3563419d2 100644 --- a/tests/integration/targets/docker_image_load/tasks/test.yml +++ b/tests/integration/targets/docker_image_load/tasks/test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_image_load/tasks/tests/basic.yml b/tests/integration/targets/docker_image_load/tasks/tests/basic.yml index b8bb2fad1..8d9de9948 100644 --- a/tests/integration/targets/docker_image_load/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_image_load/tasks/tests/basic.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/aliases b/tests/integration/targets/docker_login/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_login/aliases +++ b/tests/integration/targets/docker_login/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/meta/main.yml b/tests/integration/targets/docker_login/meta/main.yml index c8a41c085..3133a0360 100644 --- a/tests/integration/targets/docker_login/meta/main.yml +++ b/tests/integration/targets/docker_login/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/tasks/main.yml b/tests/integration/targets/docker_login/tasks/main.yml index 3fa752f24..88b23cfe7 100644 --- a/tests/integration/targets/docker_login/tasks/main.yml +++ b/tests/integration/targets/docker_login/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/tasks/run-test.yml b/tests/integration/targets/docker_login/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_login/tasks/run-test.yml +++ b/tests/integration/targets/docker_login/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/tasks/test.yml b/tests/integration/targets/docker_login/tasks/test.yml index dbca8462d..bd99acc0a 100644 --- a/tests/integration/targets/docker_login/tasks/test.yml +++ b/tests/integration/targets/docker_login/tasks/test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/tasks/tests/docker_login.yml b/tests/integration/targets/docker_login/tasks/tests/docker_login.yml index d7a3b3fc2..84ba3d871 100644 --- a/tests/integration/targets/docker_login/tasks/tests/docker_login.yml +++ b/tests/integration/targets/docker_login/tasks/tests/docker_login.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml b/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml index 7dad53beb..7ffd0978e 100644 --- a/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml +++ b/tests/integration/targets/docker_login/tasks/tests/multiple-servers.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/aliases b/tests/integration/targets/docker_network/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_network/aliases +++ b/tests/integration/targets/docker_network/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/meta/main.yml b/tests/integration/targets/docker_network/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_network/meta/main.yml +++ b/tests/integration/targets/docker_network/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/main.yml b/tests/integration/targets/docker_network/tasks/main.yml index 2368ead9b..4f4fad067 100644 --- a/tests/integration/targets/docker_network/tasks/main.yml +++ b/tests/integration/targets/docker_network/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/run-test.yml b/tests/integration/targets/docker_network/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_network/tasks/run-test.yml +++ b/tests/integration/targets/docker_network/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/tests/basic.yml b/tests/integration/targets/docker_network/tasks/tests/basic.yml index 7c4f35c20..4df2f1081 100644 --- a/tests/integration/targets/docker_network/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_network/tasks/tests/basic.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/tests/ipam.yml b/tests/integration/targets/docker_network/tasks/tests/ipam.yml index 53c252196..17cea2276 100644 --- a/tests/integration/targets/docker_network/tasks/tests/ipam.yml +++ b/tests/integration/targets/docker_network/tasks/tests/ipam.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/tests/options.yml b/tests/integration/targets/docker_network/tasks/tests/options.yml index 93aa4fa84..f05c93b3c 100644 --- a/tests/integration/targets/docker_network/tasks/tests/options.yml +++ b/tests/integration/targets/docker_network/tasks/tests/options.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/tests/overlay.yml b/tests/integration/targets/docker_network/tasks/tests/overlay.yml index fe01e2e29..f89d8f9ac 100644 --- a/tests/integration/targets/docker_network/tasks/tests/overlay.yml +++ b/tests/integration/targets/docker_network/tasks/tests/overlay.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network/tasks/tests/substring.yml b/tests/integration/targets/docker_network/tasks/tests/substring.yml index 6276ed2f6..b4b37b272 100644 --- a/tests/integration/targets/docker_network/tasks/tests/substring.yml +++ b/tests/integration/targets/docker_network/tasks/tests/substring.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network_info/aliases b/tests/integration/targets/docker_network_info/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_network_info/aliases +++ b/tests/integration/targets/docker_network_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network_info/meta/main.yml b/tests/integration/targets/docker_network_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_network_info/meta/main.yml +++ b/tests/integration/targets/docker_network_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_network_info/tasks/main.yml b/tests/integration/targets/docker_network_info/tasks/main.yml index f67f6b8a3..ac80e2edb 100644 --- a/tests/integration/targets/docker_network_info/tasks/main.yml +++ b/tests/integration/targets/docker_network_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node/aliases b/tests/integration/targets/docker_node/aliases index b82889d74..e0f021700 100644 --- a/tests/integration/targets/docker_node/aliases +++ b/tests/integration/targets/docker_node/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node/meta/main.yml b/tests/integration/targets/docker_node/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_node/meta/main.yml +++ b/tests/integration/targets/docker_node/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node/tasks/main.yml b/tests/integration/targets/docker_node/tasks/main.yml index c8368e73c..cb0f7d3d5 100644 --- a/tests/integration/targets/docker_node/tasks/main.yml +++ b/tests/integration/targets/docker_node/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node/tasks/test_node.yml b/tests/integration/targets/docker_node/tasks/test_node.yml index eade0edc5..4358fea11 100644 --- a/tests/integration/targets/docker_node/tasks/test_node.yml +++ b/tests/integration/targets/docker_node/tasks/test_node.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node_info/aliases b/tests/integration/targets/docker_node_info/aliases index d8a79cb7b..bbb6ea099 100644 --- a/tests/integration/targets/docker_node_info/aliases +++ b/tests/integration/targets/docker_node_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node_info/meta/main.yml b/tests/integration/targets/docker_node_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_node_info/meta/main.yml +++ b/tests/integration/targets/docker_node_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node_info/tasks/main.yml b/tests/integration/targets/docker_node_info/tasks/main.yml index 604a95498..7d3a1b183 100644 --- a/tests/integration/targets/docker_node_info/tasks/main.yml +++ b/tests/integration/targets/docker_node_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_node_info/tasks/test_node_info.yml b/tests/integration/targets/docker_node_info/tasks/test_node_info.yml index c78c3cca8..d6f78d561 100644 --- a/tests/integration/targets/docker_node_info/tasks/test_node_info.yml +++ b/tests/integration/targets/docker_node_info/tasks/test_node_info.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_plugin/aliases b/tests/integration/targets/docker_plugin/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_plugin/aliases +++ b/tests/integration/targets/docker_plugin/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_plugin/meta/main.yml b/tests/integration/targets/docker_plugin/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_plugin/meta/main.yml +++ b/tests/integration/targets/docker_plugin/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_plugin/tasks/main.yaml b/tests/integration/targets/docker_plugin/tasks/main.yaml index f3f484a9d..58483c241 100644 --- a/tests/integration/targets/docker_plugin/tasks/main.yaml +++ b/tests/integration/targets/docker_plugin/tasks/main.yaml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_plugin/tasks/run-test.yml b/tests/integration/targets/docker_plugin/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_plugin/tasks/run-test.yml +++ b/tests/integration/targets/docker_plugin/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_plugin/tasks/tests/basic.yml b/tests/integration/targets/docker_plugin/tasks/tests/basic.yml index 45f9ca50e..a7b9d5934 100644 --- a/tests/integration/targets/docker_plugin/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_plugin/tasks/tests/basic.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml b/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml index 7e2c0575d..c26b188a0 100644 --- a/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml +++ b/tests/integration/targets/docker_plugin/tasks/tests/basic_with_alias.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_prune/aliases b/tests/integration/targets/docker_prune/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_prune/aliases +++ b/tests/integration/targets/docker_prune/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_prune/meta/main.yml b/tests/integration/targets/docker_prune/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_prune/meta/main.yml +++ b/tests/integration/targets/docker_prune/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_prune/tasks/main.yml b/tests/integration/targets/docker_prune/tasks/main.yml index 9af3fd38c..799f17882 100644 --- a/tests/integration/targets/docker_prune/tasks/main.yml +++ b/tests/integration/targets/docker_prune/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_secret/aliases b/tests/integration/targets/docker_secret/aliases index 8c9ef4e3f..b84dff7e6 100644 --- a/tests/integration/targets/docker_secret/aliases +++ b/tests/integration/targets/docker_secret/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_secret/meta/main.yml b/tests/integration/targets/docker_secret/meta/main.yml index f47f38185..2650229d8 100644 --- a/tests/integration/targets/docker_secret/meta/main.yml +++ b/tests/integration/targets/docker_secret/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_secret/tasks/main.yml b/tests/integration/targets/docker_secret/tasks/main.yml index 39e9c378b..291f6aa9a 100644 --- a/tests/integration/targets/docker_secret/tasks/main.yml +++ b/tests/integration/targets/docker_secret/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_secret/tasks/test_secrets.yml b/tests/integration/targets/docker_secret/tasks/test_secrets.yml index ee313ea64..992c65b4c 100644 --- a/tests/integration/targets/docker_secret/tasks/test_secrets.yml +++ b/tests/integration/targets/docker_secret/tasks/test_secrets.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/aliases b/tests/integration/targets/docker_stack/aliases index d8a79cb7b..bbb6ea099 100644 --- a/tests/integration/targets/docker_stack/aliases +++ b/tests/integration/targets/docker_stack/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/meta/main.yml b/tests/integration/targets/docker_stack/meta/main.yml index f47f38185..2650229d8 100644 --- a/tests/integration/targets/docker_stack/meta/main.yml +++ b/tests/integration/targets/docker_stack/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/tasks/main.yml b/tests/integration/targets/docker_stack/tasks/main.yml index 22139b7a7..390e36ef4 100644 --- a/tests/integration/targets/docker_stack/tasks/main.yml +++ b/tests/integration/targets/docker_stack/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/tasks/test_stack.yml b/tests/integration/targets/docker_stack/tasks/test_stack.yml index 6325ab37d..aa7468b92 100644 --- a/tests/integration/targets/docker_stack/tasks/test_stack.yml +++ b/tests/integration/targets/docker_stack/tasks/test_stack.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/templates/stack_compose_base.yml b/tests/integration/targets/docker_stack/templates/stack_compose_base.yml index bf502357c..036033277 100644 --- a/tests/integration/targets/docker_stack/templates/stack_compose_base.yml +++ b/tests/integration/targets/docker_stack/templates/stack_compose_base.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml b/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml index 18a0eb910..8743f1e98 100644 --- a/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml +++ b/tests/integration/targets/docker_stack/templates/stack_compose_overrides.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack/vars/main.yml b/tests/integration/targets/docker_stack/vars/main.yml index 179add7bd..a668012fc 100644 --- a/tests/integration/targets/docker_stack/vars/main.yml +++ b/tests/integration/targets/docker_stack/vars/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/aliases b/tests/integration/targets/docker_stack_info/aliases index d8a79cb7b..bbb6ea099 100644 --- a/tests/integration/targets/docker_stack_info/aliases +++ b/tests/integration/targets/docker_stack_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/meta/main.yml b/tests/integration/targets/docker_stack_info/meta/main.yml index f47f38185..2650229d8 100644 --- a/tests/integration/targets/docker_stack_info/meta/main.yml +++ b/tests/integration/targets/docker_stack_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/tasks/main.yml b/tests/integration/targets/docker_stack_info/tasks/main.yml index b397bd1aa..c6cbb617a 100644 --- a/tests/integration/targets/docker_stack_info/tasks/main.yml +++ b/tests/integration/targets/docker_stack_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml b/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml index 8790649bd..0c10ab70e 100644 --- a/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml +++ b/tests/integration/targets/docker_stack_info/tasks/test_stack_info.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml b/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml index bf502357c..036033277 100644 --- a/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml +++ b/tests/integration/targets/docker_stack_info/templates/stack_compose_base.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml b/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml index 18a0eb910..8743f1e98 100644 --- a/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml +++ b/tests/integration/targets/docker_stack_info/templates/stack_compose_overrides.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_info/vars/main.yml b/tests/integration/targets/docker_stack_info/vars/main.yml index 179add7bd..a668012fc 100644 --- a/tests/integration/targets/docker_stack_info/vars/main.yml +++ b/tests/integration/targets/docker_stack_info/vars/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/aliases b/tests/integration/targets/docker_stack_task_info/aliases index d8a79cb7b..bbb6ea099 100644 --- a/tests/integration/targets/docker_stack_task_info/aliases +++ b/tests/integration/targets/docker_stack_task_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/meta/main.yml b/tests/integration/targets/docker_stack_task_info/meta/main.yml index f47f38185..2650229d8 100644 --- a/tests/integration/targets/docker_stack_task_info/meta/main.yml +++ b/tests/integration/targets/docker_stack_task_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/tasks/main.yml b/tests/integration/targets/docker_stack_task_info/tasks/main.yml index 3b8f6c5c2..b52fa9c7d 100644 --- a/tests/integration/targets/docker_stack_task_info/tasks/main.yml +++ b/tests/integration/targets/docker_stack_task_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml b/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml index 86297eab1..6dd583373 100644 --- a/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml +++ b/tests/integration/targets/docker_stack_task_info/tasks/test_stack_task_info.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml index bf502357c..036033277 100644 --- a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml +++ b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_base.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml index 18a0eb910..8743f1e98 100644 --- a/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml +++ b/tests/integration/targets/docker_stack_task_info/templates/stack_compose_overrides.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_stack_task_info/vars/main.yml b/tests/integration/targets/docker_stack_task_info/vars/main.yml index 179add7bd..a668012fc 100644 --- a/tests/integration/targets/docker_stack_task_info/vars/main.yml +++ b/tests/integration/targets/docker_stack_task_info/vars/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/aliases b/tests/integration/targets/docker_swarm/aliases index 0bec1dcfa..57dc7bbe3 100644 --- a/tests/integration/targets/docker_swarm/aliases +++ b/tests/integration/targets/docker_swarm/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/meta/main.yml b/tests/integration/targets/docker_swarm/meta/main.yml index 051802fef..e7ff3d68b 100644 --- a/tests/integration/targets/docker_swarm/meta/main.yml +++ b/tests/integration/targets/docker_swarm/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/cleanup.yml b/tests/integration/targets/docker_swarm/tasks/cleanup.yml index 02c1c342d..c49de8615 100644 --- a/tests/integration/targets/docker_swarm/tasks/cleanup.yml +++ b/tests/integration/targets/docker_swarm/tasks/cleanup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/main.yml b/tests/integration/targets/docker_swarm/tasks/main.yml index 923254723..16f681530 100644 --- a/tests/integration/targets/docker_swarm/tasks/main.yml +++ b/tests/integration/targets/docker_swarm/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/run-test.yml b/tests/integration/targets/docker_swarm/tasks/run-test.yml index bc97374ba..f55df21f8 100644 --- a/tests/integration/targets/docker_swarm/tasks/run-test.yml +++ b/tests/integration/targets/docker_swarm/tasks/run-test.yml @@ -1,3 +1,4 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/tests/basic.yml b/tests/integration/targets/docker_swarm/tasks/tests/basic.yml index dafa8586d..275ff16b2 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/basic.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml b/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml index 5f85f0ff2..86661ecb0 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/options-ca.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/tests/options.yml b/tests/integration/targets/docker_swarm/tasks/tests/options.yml index 5580b4d21..6ff4ceac5 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/options.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/options.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml b/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml index 323fe491b..8e229f5aa 100644 --- a/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml +++ b/tests/integration/targets/docker_swarm/tasks/tests/remote-addr-pool.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_info/aliases b/tests/integration/targets/docker_swarm_info/aliases index 47e1924a3..34334fd82 100644 --- a/tests/integration/targets/docker_swarm_info/aliases +++ b/tests/integration/targets/docker_swarm_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_info/meta/main.yml b/tests/integration/targets/docker_swarm_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_swarm_info/meta/main.yml +++ b/tests/integration/targets/docker_swarm_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_info/tasks/main.yml b/tests/integration/targets/docker_swarm_info/tasks/main.yml index 02ed7d8bf..b24184dbe 100644 --- a/tests/integration/targets/docker_swarm_info/tasks/main.yml +++ b/tests/integration/targets/docker_swarm_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml b/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml index 5835b3d0f..a521a6897 100644 --- a/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml +++ b/tests/integration/targets/docker_swarm_info/tasks/test_swarm_info.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/aliases b/tests/integration/targets/docker_swarm_service/aliases index 8c9ef4e3f..b84dff7e6 100644 --- a/tests/integration/targets/docker_swarm_service/aliases +++ b/tests/integration/targets/docker_swarm_service/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/files/env-file-1 b/tests/integration/targets/docker_swarm_service/files/env-file-1 index 874f17a9e..87bc9decd 100644 --- a/tests/integration/targets/docker_swarm_service/files/env-file-1 +++ b/tests/integration/targets/docker_swarm_service/files/env-file-1 @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/files/env-file-2 b/tests/integration/targets/docker_swarm_service/files/env-file-2 index bc7febeda..7f36b44ad 100644 --- a/tests/integration/targets/docker_swarm_service/files/env-file-2 +++ b/tests/integration/targets/docker_swarm_service/files/env-file-2 @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/meta/main.yml b/tests/integration/targets/docker_swarm_service/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_swarm_service/meta/main.yml +++ b/tests/integration/targets/docker_swarm_service/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/main.yml b/tests/integration/targets/docker_swarm_service/tasks/main.yml index 084b35858..ffc04719f 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/main.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/run-test.yml b/tests/integration/targets/docker_swarm_service/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/run-test.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml index 030a25ab8..f1008869e 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/configs.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml index 84e73e6a7..9408196c2 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/logging.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml index bac9c15bb..a2bf4d7c0 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/misc.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml index 40c57e9cc..c90b77c43 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/mounts.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml index 2e9c8f6a4..8e596a335 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/networks.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml index ad56ab6e1..fe7b87e13 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/options.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml index 342c8e40b..733ac3b9d 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/placement.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml index af1e5cfab..a216a4eba 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/resources.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml index a2dc03f6a..8c55999e6 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/restart_config.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml index 85d47054a..7e6a85b53 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/rollback_config.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml index acaea8cf1..a658d8062 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/secrets.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml b/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml index 1f48b0aa5..faae2a69d 100644 --- a/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml +++ b/tests/integration/targets/docker_swarm_service/tasks/tests/update_config.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service/vars/main.yml b/tests/integration/targets/docker_swarm_service/vars/main.yml index 124d1451e..836ee41c4 100644 --- a/tests/integration/targets/docker_swarm_service/vars/main.yml +++ b/tests/integration/targets/docker_swarm_service/vars/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service_info/aliases b/tests/integration/targets/docker_swarm_service_info/aliases index 8c9ef4e3f..b84dff7e6 100644 --- a/tests/integration/targets/docker_swarm_service_info/aliases +++ b/tests/integration/targets/docker_swarm_service_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service_info/meta/main.yml b/tests/integration/targets/docker_swarm_service_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_swarm_service_info/meta/main.yml +++ b/tests/integration/targets/docker_swarm_service_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service_info/tasks/main.yml b/tests/integration/targets/docker_swarm_service_info/tasks/main.yml index d2a319618..cd112a897 100644 --- a/tests/integration/targets/docker_swarm_service_info/tasks/main.yml +++ b/tests/integration/targets/docker_swarm_service_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml b/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml index dd728eba4..d5f4cbdbe 100644 --- a/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml +++ b/tests/integration/targets/docker_swarm_service_info/tasks/test_docker_swarm_service_info.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume/aliases b/tests/integration/targets/docker_volume/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_volume/aliases +++ b/tests/integration/targets/docker_volume/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume/meta/main.yml b/tests/integration/targets/docker_volume/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_volume/meta/main.yml +++ b/tests/integration/targets/docker_volume/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume/tasks/main.yml b/tests/integration/targets/docker_volume/tasks/main.yml index 9318c97de..b356e5618 100644 --- a/tests/integration/targets/docker_volume/tasks/main.yml +++ b/tests/integration/targets/docker_volume/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume/tasks/run-test.yml b/tests/integration/targets/docker_volume/tasks/run-test.yml index 6ded8b500..65853ddd8 100644 --- a/tests/integration/targets/docker_volume/tasks/run-test.yml +++ b/tests/integration/targets/docker_volume/tasks/run-test.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume/tasks/tests/basic.yml b/tests/integration/targets/docker_volume/tasks/tests/basic.yml index 843d38396..b65bbd9db 100644 --- a/tests/integration/targets/docker_volume/tasks/tests/basic.yml +++ b/tests/integration/targets/docker_volume/tasks/tests/basic.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume_info/aliases b/tests/integration/targets/docker_volume_info/aliases index 72da0f468..9683a6a5a 100644 --- a/tests/integration/targets/docker_volume_info/aliases +++ b/tests/integration/targets/docker_volume_info/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume_info/meta/main.yml b/tests/integration/targets/docker_volume_info/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/docker_volume_info/meta/main.yml +++ b/tests/integration/targets/docker_volume_info/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/docker_volume_info/tasks/main.yml b/tests/integration/targets/docker_volume_info/tasks/main.yml index 259a1d633..24bd7f5fe 100644 --- a/tests/integration/targets/docker_volume_info/tasks/main.yml +++ b/tests/integration/targets/docker_volume_info/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/generic_ssh_connection/aliases b/tests/integration/targets/generic_ssh_connection/aliases index d9f0c35f1..9bb86f891 100644 --- a/tests/integration/targets/generic_ssh_connection/aliases +++ b/tests/integration/targets/generic_ssh_connection/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/generic_ssh_connection/meta/main.yml b/tests/integration/targets/generic_ssh_connection/meta/main.yml index 3e398747e..6fdc1c8ec 100644 --- a/tests/integration/targets/generic_ssh_connection/meta/main.yml +++ b/tests/integration/targets/generic_ssh_connection/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/generic_ssh_connection/tasks/main.yml b/tests/integration/targets/generic_ssh_connection/tasks/main.yml index 7d04cd52d..74483e501 100644 --- a/tests/integration/targets/generic_ssh_connection/tasks/main.yml +++ b/tests/integration/targets/generic_ssh_connection/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/aliases b/tests/integration/targets/inventory_docker_containers/aliases index 974bb386a..71a4112c9 100644 --- a/tests/integration/targets/inventory_docker_containers/aliases +++ b/tests/integration/targets/inventory_docker_containers/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml b/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml index 570f96ab1..83fd6260a 100644 --- a/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml +++ b/tests/integration/targets/inventory_docker_containers/inventory_1.docker.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml b/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml index d9e5dd0da..983495071 100644 --- a/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml +++ b/tests/integration/targets/inventory_docker_containers/inventory_2.docker.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/meta/main.yml b/tests/integration/targets/inventory_docker_containers/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/inventory_docker_containers/meta/main.yml +++ b/tests/integration/targets/inventory_docker_containers/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml b/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml index f9bd4976d..293416505 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/docker_cleanup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml b/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml index b83ec2796..5eabe47cc 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/docker_setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml index 1acd8dc7d..9dbb71322 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_1.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml index 403612e15..df2e9ff55 100644 --- a/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml +++ b/tests/integration/targets/inventory_docker_containers/playbooks/test_inventory_2.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_containers/runme.sh b/tests/integration/targets/inventory_docker_containers/runme.sh index fff8bc16d..acc1d5f45 100755 --- a/tests/integration/targets/inventory_docker_containers/runme.sh +++ b/tests/integration/targets/inventory_docker_containers/runme.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/aliases b/tests/integration/targets/inventory_docker_machine/aliases index 0235483d7..e2ad87f11 100644 --- a/tests/integration/targets/inventory_docker_machine/aliases +++ b/tests/integration/targets/inventory_docker_machine/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/docker-machine b/tests/integration/targets/inventory_docker_machine/docker-machine index 73987d6da..aad9e5fe2 100644 --- a/tests/integration/targets/inventory_docker_machine/docker-machine +++ b/tests/integration/targets/inventory_docker_machine/docker-machine @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Mock Docker Machine wrapper for testing purposes +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml index 8c7537d7f..f8fc6b0c3 100644 --- a/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/inventory_1.docker_machine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml index 5d1d6a157..817c55789 100644 --- a/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/inventory_2.docker_machine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml index 78b950889..95a6e8273 100644 --- a/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/inventory_3.docker_machine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/meta/main.yml b/tests/integration/targets/inventory_docker_machine/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/inventory_docker_machine/meta/main.yml +++ b/tests/integration/targets/inventory_docker_machine/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml b/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml index 2a566f91c..b24c38184 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/pre-setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml b/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml index 2b7a19d02..02d9ad4a8 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml b/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml index 73dd2506e..8fb6fbdf0 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/teardown.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml b/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml index 2ba96a4ac..a4098eb3e 100644 --- a/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml +++ b/tests/integration/targets/inventory_docker_machine/playbooks/test_inventory_1.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/runme.sh b/tests/integration/targets/inventory_docker_machine/runme.sh index 34593c6be..b39a08c41 100755 --- a/tests/integration/targets/inventory_docker_machine/runme.sh +++ b/tests/integration/targets/inventory_docker_machine/runme.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml b/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml index 4ae086cf1..d1ce95ce2 100644 --- a/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml +++ b/tests/integration/targets/inventory_docker_machine/teardown.docker_machine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/aliases b/tests/integration/targets/inventory_docker_swarm/aliases index b82889d74..e0f021700 100644 --- a/tests/integration/targets/inventory_docker_swarm/aliases +++ b/tests/integration/targets/inventory_docker_swarm/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml b/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml index a3735cb18..4371f6c14 100644 --- a/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml +++ b/tests/integration/targets/inventory_docker_swarm/inventory_1.docker_swarm.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml b/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml index ce2251c78..35fe21bf7 100644 --- a/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml +++ b/tests/integration/targets/inventory_docker_swarm/inventory_2.docker_swarm.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/meta/main.yml b/tests/integration/targets/inventory_docker_swarm/meta/main.yml index a8913f435..5769ff1cb 100644 --- a/tests/integration/targets/inventory_docker_swarm/meta/main.yml +++ b/tests/integration/targets/inventory_docker_swarm/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml index e63124f37..da9be518a 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_cleanup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml index 6f1222137..98bd59f0e 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/swarm_setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml index d73057f66..69592bc39 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_1.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml index 53ffa97d3..f9b69c868 100644 --- a/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml +++ b/tests/integration/targets/inventory_docker_swarm/playbooks/test_inventory_2.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/inventory_docker_swarm/runme.sh b/tests/integration/targets/inventory_docker_swarm/runme.sh index a02563567..746b8592f 100755 --- a/tests/integration/targets/inventory_docker_swarm/runme.sh +++ b/tests/integration/targets/inventory_docker_swarm/runme.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/aliases b/tests/integration/targets/setup_docker/aliases index 76d0a1a6f..0a430dff1 100644 --- a/tests/integration/targets/setup_docker/aliases +++ b/tests/integration/targets/setup_docker/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/defaults/main.yml b/tests/integration/targets/setup_docker/defaults/main.yml index 5656fdb15..c120b5a3c 100644 --- a/tests/integration/targets/setup_docker/defaults/main.yml +++ b/tests/integration/targets/setup_docker/defaults/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/handlers/main.yml b/tests/integration/targets/setup_docker/handlers/main.yml index 3b2720d56..96ca226c7 100644 --- a/tests/integration/targets/setup_docker/handlers/main.yml +++ b/tests/integration/targets/setup_docker/handlers/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/meta/main.yml b/tests/integration/targets/setup_docker/meta/main.yml index 7853ebcbd..d4a5c7d05 100644 --- a/tests/integration/targets/setup_docker/meta/main.yml +++ b/tests/integration/targets/setup_docker/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/Alpine.yml b/tests/integration/targets/setup_docker/tasks/Alpine.yml index 56f36fd34..b3044b884 100644 --- a/tests/integration/targets/setup_docker/tasks/Alpine.yml +++ b/tests/integration/targets/setup_docker/tasks/Alpine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/Archlinux.yml b/tests/integration/targets/setup_docker/tasks/Archlinux.yml index 9b8b1a798..9015b0884 100644 --- a/tests/integration/targets/setup_docker/tasks/Archlinux.yml +++ b/tests/integration/targets/setup_docker/tasks/Archlinux.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/Debian.yml b/tests/integration/targets/setup_docker/tasks/Debian.yml index f3b9fdd0f..808a6e749 100644 --- a/tests/integration/targets/setup_docker/tasks/Debian.yml +++ b/tests/integration/targets/setup_docker/tasks/Debian.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/Fedora.yml b/tests/integration/targets/setup_docker/tasks/Fedora.yml index e30eddaac..e13ae0861 100644 --- a/tests/integration/targets/setup_docker/tasks/Fedora.yml +++ b/tests/integration/targets/setup_docker/tasks/Fedora.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/RedHat-7.yml b/tests/integration/targets/setup_docker/tasks/RedHat-7.yml index 5b4cecf44..87728ec6e 100644 --- a/tests/integration/targets/setup_docker/tasks/RedHat-7.yml +++ b/tests/integration/targets/setup_docker/tasks/RedHat-7.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/RedHat-8.yml b/tests/integration/targets/setup_docker/tasks/RedHat-8.yml index 48626bad6..1e259d97d 100644 --- a/tests/integration/targets/setup_docker/tasks/RedHat-8.yml +++ b/tests/integration/targets/setup_docker/tasks/RedHat-8.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/RedHat-9.yml b/tests/integration/targets/setup_docker/tasks/RedHat-9.yml index 48626bad6..1e259d97d 100644 --- a/tests/integration/targets/setup_docker/tasks/RedHat-9.yml +++ b/tests/integration/targets/setup_docker/tasks/RedHat-9.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/Suse.yml b/tests/integration/targets/setup_docker/tasks/Suse.yml index a7afc7275..945b728dc 100644 --- a/tests/integration/targets/setup_docker/tasks/Suse.yml +++ b/tests/integration/targets/setup_docker/tasks/Suse.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/tasks/main.yml b/tests/integration/targets/setup_docker/tasks/main.yml index d06297459..bdccfe517 100644 --- a/tests/integration/targets/setup_docker/tasks/main.yml +++ b/tests/integration/targets/setup_docker/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/Debian.yml b/tests/integration/targets/setup_docker/vars/Debian.yml index 65c54fc34..78f7555d5 100644 --- a/tests/integration/targets/setup_docker/vars/Debian.yml +++ b/tests/integration/targets/setup_docker/vars/Debian.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/Fedora.yml b/tests/integration/targets/setup_docker/vars/Fedora.yml index bc97374ba..f55df21f8 100644 --- a/tests/integration/targets/setup_docker/vars/Fedora.yml +++ b/tests/integration/targets/setup_docker/vars/Fedora.yml @@ -1,3 +1,4 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/RedHat-7.yml b/tests/integration/targets/setup_docker/vars/RedHat-7.yml index fed0e6eee..b1e28987c 100644 --- a/tests/integration/targets/setup_docker/vars/RedHat-7.yml +++ b/tests/integration/targets/setup_docker/vars/RedHat-7.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/RedHat-8.yml b/tests/integration/targets/setup_docker/vars/RedHat-8.yml index c6ca886d3..7609400a0 100644 --- a/tests/integration/targets/setup_docker/vars/RedHat-8.yml +++ b/tests/integration/targets/setup_docker/vars/RedHat-8.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/RedHat-9.yml b/tests/integration/targets/setup_docker/vars/RedHat-9.yml index 24324f1bd..04fcae721 100644 --- a/tests/integration/targets/setup_docker/vars/RedHat-9.yml +++ b/tests/integration/targets/setup_docker/vars/RedHat-9.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/Suse.yml b/tests/integration/targets/setup_docker/vars/Suse.yml index e28362bcc..ab71ef5d7 100644 --- a/tests/integration/targets/setup_docker/vars/Suse.yml +++ b/tests/integration/targets/setup_docker/vars/Suse.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml b/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml index a7111a4d3..d7c82455b 100644 --- a/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml +++ b/tests/integration/targets/setup_docker/vars/Ubuntu-14.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml b/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml index b56260bcc..436eb2d64 100644 --- a/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml +++ b/tests/integration/targets/setup_docker/vars/Ubuntu-22.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/default.yml b/tests/integration/targets/setup_docker/vars/default.yml index bc97374ba..f55df21f8 100644 --- a/tests/integration/targets/setup_docker/vars/default.yml +++ b/tests/integration/targets/setup_docker/vars/default.yml @@ -1,3 +1,4 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/main.env b/tests/integration/targets/setup_docker/vars/main.env index d6a5a0654..523271476 100644 --- a/tests/integration/targets/setup_docker/vars/main.env +++ b/tests/integration/targets/setup_docker/vars/main.env @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker/vars/main.yml b/tests/integration/targets/setup_docker/vars/main.yml index 1aecbfc81..e4eafc24e 100644 --- a/tests/integration/targets/setup_docker/vars/main.yml +++ b/tests/integration/targets/setup_docker/vars/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/defaults/main.yml b/tests/integration/targets/setup_docker_compose/defaults/main.yml index b02f6c61b..f701c90e3 100644 --- a/tests/integration/targets/setup_docker_compose/defaults/main.yml +++ b/tests/integration/targets/setup_docker_compose/defaults/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/meta/main.yml b/tests/integration/targets/setup_docker_compose/meta/main.yml index 51770fcbb..b6e985d7f 100644 --- a/tests/integration/targets/setup_docker_compose/meta/main.yml +++ b/tests/integration/targets/setup_docker_compose/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml b/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml index 3b0e78b08..85042fdf0 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Alpine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml b/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml index 041550cec..2e62ff052 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Archlinux.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/Debian.yml b/tests/integration/targets/setup_docker_compose/tasks/Debian.yml index 2bc83f202..1729ccabe 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Debian.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Debian.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml b/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml index 81f5a8f64..a5f3d467b 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Fedora.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml b/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml index d76164fc5..62f0e3738 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/RedHat-7.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml b/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml index a1fc86223..549868455 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/RedHat-8.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml b/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml index a1fc86223..549868455 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/RedHat-9.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/Suse.yml b/tests/integration/targets/setup_docker_compose/tasks/Suse.yml index 3c090440f..bf8db5c01 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/Suse.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/Suse.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/main.yml b/tests/integration/targets/setup_docker_compose/tasks/main.yml index f18074a2f..630885104 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/main.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/tasks/setup.yml b/tests/integration/targets/setup_docker_compose/tasks/setup.yml index 0eaba6569..08c68a89a 100644 --- a/tests/integration/targets/setup_docker_compose/tasks/setup.yml +++ b/tests/integration/targets/setup_docker_compose/tasks/setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml b/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml index 78f49fafe..c5d18002b 100644 --- a/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml +++ b/tests/integration/targets/setup_docker_compose/vars/CentOS-8.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml b/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml index 78f49fafe..c5d18002b 100644 --- a/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml +++ b/tests/integration/targets/setup_docker_compose/vars/RedHat-7.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml b/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml index 2cebb1d53..7279eac17 100644 --- a/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml +++ b/tests/integration/targets/setup_docker_compose/vars/RedHat-8.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml b/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml index 2cebb1d53..7279eac17 100644 --- a/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml +++ b/tests/integration/targets/setup_docker_compose/vars/RedHat-9.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml b/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml index 78f49fafe..c5d18002b 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Suse-py2.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml b/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml index 8414cd413..46c58b253 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Suse-py3.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml index 78f49fafe..c5d18002b 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-16.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml index 78f49fafe..c5d18002b 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Ubuntu-18.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml b/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml index 8414cd413..46c58b253 100644 --- a/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml +++ b/tests/integration/targets/setup_docker_compose/vars/Ubuntu.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_compose/vars/default.yml b/tests/integration/targets/setup_docker_compose/vars/default.yml index bc97374ba..f55df21f8 100644 --- a/tests/integration/targets/setup_docker_compose/vars/default.yml +++ b/tests/integration/targets/setup_docker_compose/vars/default.yml @@ -1,3 +1,4 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/aliases b/tests/integration/targets/setup_docker_registry/aliases index 96190b092..357972ff5 100644 --- a/tests/integration/targets/setup_docker_registry/aliases +++ b/tests/integration/targets/setup_docker_registry/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/files/nginx.conf b/tests/integration/targets/setup_docker_registry/files/nginx.conf index f09378fc4..c3b0d3342 100644 --- a/tests/integration/targets/setup_docker_registry/files/nginx.conf +++ b/tests/integration/targets/setup_docker_registry/files/nginx.conf @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd b/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd index e5a69381f..e3ff626fb 100644 --- a/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd +++ b/tests/integration/targets/setup_docker_registry/files/nginx.htpasswd @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml b/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml index a54e7b9ec..5c04ebc8b 100644 --- a/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml +++ b/tests/integration/targets/setup_docker_registry/handlers/cleanup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/handlers/main.yml b/tests/integration/targets/setup_docker_registry/handlers/main.yml index 7bcf81a2b..f1bdaaced 100644 --- a/tests/integration/targets/setup_docker_registry/handlers/main.yml +++ b/tests/integration/targets/setup_docker_registry/handlers/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/meta/main.yml b/tests/integration/targets/setup_docker_registry/meta/main.yml index a3fa1b016..4ab14ed10 100644 --- a/tests/integration/targets/setup_docker_registry/meta/main.yml +++ b/tests/integration/targets/setup_docker_registry/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/tasks/main.yml b/tests/integration/targets/setup_docker_registry/tasks/main.yml index 697334b36..55c65477d 100644 --- a/tests/integration/targets/setup_docker_registry/tasks/main.yml +++ b/tests/integration/targets/setup_docker_registry/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml b/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml index ddd16ce24..d7b55e1ce 100644 --- a/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml +++ b/tests/integration/targets/setup_docker_registry/tasks/setup-frontend.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_docker_registry/tasks/setup.yml b/tests/integration/targets/setup_docker_registry/tasks/setup.yml index f9869afcd..b3a8662ee 100644 --- a/tests/integration/targets/setup_docker_registry/tasks/setup.yml +++ b/tests/integration/targets/setup_docker_registry/tasks/setup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_epel/tasks/main.yml b/tests/integration/targets/setup_epel/tasks/main.yml index f17ad0c35..9aa12db82 100644 --- a/tests/integration/targets/setup_epel/tasks/main.yml +++ b/tests/integration/targets/setup_epel/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/meta/main.yml b/tests/integration/targets/setup_openssl/meta/main.yml index 7853ebcbd..d4a5c7d05 100644 --- a/tests/integration/targets/setup_openssl/meta/main.yml +++ b/tests/integration/targets/setup_openssl/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/tasks/main.yml b/tests/integration/targets/setup_openssl/tasks/main.yml index 65d386604..b84159b7b 100644 --- a/tests/integration/targets/setup_openssl/tasks/main.yml +++ b/tests/integration/targets/setup_openssl/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/vars/Alpine.yml b/tests/integration/targets/setup_openssl/vars/Alpine.yml index 6ca484bc6..460074797 100644 --- a/tests/integration/targets/setup_openssl/vars/Alpine.yml +++ b/tests/integration/targets/setup_openssl/vars/Alpine.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/vars/Archlinux.yml b/tests/integration/targets/setup_openssl/vars/Archlinux.yml index b3e3dad34..9fa799eb2 100644 --- a/tests/integration/targets/setup_openssl/vars/Archlinux.yml +++ b/tests/integration/targets/setup_openssl/vars/Archlinux.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/vars/Debian.yml b/tests/integration/targets/setup_openssl/vars/Debian.yml index df2841123..4a3dc629f 100644 --- a/tests/integration/targets/setup_openssl/vars/Debian.yml +++ b/tests/integration/targets/setup_openssl/vars/Debian.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/vars/FreeBSD.yml b/tests/integration/targets/setup_openssl/vars/FreeBSD.yml index c4823d567..0bf73ee86 100644 --- a/tests/integration/targets/setup_openssl/vars/FreeBSD.yml +++ b/tests/integration/targets/setup_openssl/vars/FreeBSD.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/vars/RedHat.yml b/tests/integration/targets/setup_openssl/vars/RedHat.yml index df2841123..4a3dc629f 100644 --- a/tests/integration/targets/setup_openssl/vars/RedHat.yml +++ b/tests/integration/targets/setup_openssl/vars/RedHat.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_openssl/vars/Suse.yml b/tests/integration/targets/setup_openssl/vars/Suse.yml index df2841123..4a3dc629f 100644 --- a/tests/integration/targets/setup_openssl/vars/Suse.yml +++ b/tests/integration/targets/setup_openssl/vars/Suse.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_paramiko/meta/main.yml b/tests/integration/targets/setup_paramiko/meta/main.yml index 5ecc2fd8e..7172cbe2c 100644 --- a/tests/integration/targets/setup_paramiko/meta/main.yml +++ b/tests/integration/targets/setup_paramiko/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_paramiko/tasks/main.yml b/tests/integration/targets/setup_paramiko/tasks/main.yml index f895e77fd..fc29334cd 100644 --- a/tests/integration/targets/setup_paramiko/tasks/main.yml +++ b/tests/integration/targets/setup_paramiko/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_pkg_mgr/tasks/main.yml b/tests/integration/targets/setup_pkg_mgr/tasks/main.yml index 2ef558436..a6f171bbc 100644 --- a/tests/integration/targets/setup_pkg_mgr/tasks/main.yml +++ b/tests/integration/targets/setup_pkg_mgr/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_constraints/aliases b/tests/integration/targets/setup_remote_constraints/aliases index ff1ac0e0e..27ce6b087 100644 --- a/tests/integration/targets/setup_remote_constraints/aliases +++ b/tests/integration/targets/setup_remote_constraints/aliases @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_constraints/meta/main.yml b/tests/integration/targets/setup_remote_constraints/meta/main.yml index eed4695a3..982de6eb0 100644 --- a/tests/integration/targets/setup_remote_constraints/meta/main.yml +++ b/tests/integration/targets/setup_remote_constraints/meta/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_constraints/tasks/main.yml b/tests/integration/targets/setup_remote_constraints/tasks/main.yml index 85a71ad06..7e913fc91 100644 --- a/tests/integration/targets/setup_remote_constraints/tasks/main.yml +++ b/tests/integration/targets/setup_remote_constraints/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml b/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml index 4fe2d1658..f1c55b04f 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/handlers/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml index 7391e8176..e19d903e6 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/default-cleanup.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml index 8dfa93bc9..c9d871c69 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/default.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml b/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml index b60bbaa6c..babbdad05 100644 --- a/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml +++ b/tests/integration/targets/setup_remote_tmp_dir/tasks/main.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/requirements.yml b/tests/requirements.yml index 1e33dc9fc..fa0ba1678 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,4 +1,5 @@ --- +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 81c642993..1e1fe98a3 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) Ansible Project +# Copyright (c) 2022, Felix Fontein # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later """Prevent files without a correct license identifier from being added to the source tree.""" diff --git a/tests/unit/plugins/module_utils/test_util.py b/tests/unit/plugins/module_utils/test_util.py index dd32df479..c7d36212f 100644 --- a/tests/unit/plugins/module_utils/test_util.py +++ b/tests/unit/plugins/module_utils/test_util.py @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/unit/plugins/modules/test_docker_network.py b/tests/unit/plugins/modules/test_docker_network.py index 89f509676..a937c6db4 100644 --- a/tests/unit/plugins/modules/test_docker_network.py +++ b/tests/unit/plugins/modules/test_docker_network.py @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/unit/plugins/modules/test_docker_swarm_service.py b/tests/unit/plugins/modules/test_docker_swarm_service.py index d12f653dd..1cef623bf 100644 --- a/tests/unit/plugins/modules/test_docker_swarm_service.py +++ b/tests/unit/plugins/modules/test_docker_swarm_service.py @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index acb2afc14..386c97e22 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/constraints.txt b/tests/utils/constraints.txt index a3db118d2..8d66367f2 100644 --- a/tests/utils/constraints.txt +++ b/tests/utils/constraints.txt @@ -1,3 +1,4 @@ +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/cloud.sh b/tests/utils/shippable/cloud.sh index 0d3a730d0..a2e6ebf2b 100755 --- a/tests/utils/shippable/cloud.sh +++ b/tests/utils/shippable/cloud.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/linux-community.sh b/tests/utils/shippable/linux-community.sh index e6ce20f5c..5adafa0cf 100755 --- a/tests/utils/shippable/linux-community.sh +++ b/tests/utils/shippable/linux-community.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/linux.sh b/tests/utils/shippable/linux.sh index 1a684da0b..ce3ac34df 100755 --- a/tests/utils/shippable/linux.sh +++ b/tests/utils/shippable/linux.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/remote.sh b/tests/utils/shippable/remote.sh index a4c6b5a05..41093942f 100755 --- a/tests/utils/shippable/remote.sh +++ b/tests/utils/shippable/remote.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/sanity.sh b/tests/utils/shippable/sanity.sh index 4818f10aa..04b925bbb 100755 --- a/tests/utils/shippable/sanity.sh +++ b/tests/utils/shippable/sanity.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index b62a750fc..2ca96b888 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/tests/utils/shippable/units.sh b/tests/utils/shippable/units.sh index 982a10d86..37685cb09 100755 --- a/tests/utils/shippable/units.sh +++ b/tests/utils/shippable/units.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# Copyright (c) Ansible Project # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later From 813db97217c6c6e8040220e4dc769167ee0238f2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 Jul 2022 10:27:28 +0200 Subject: [PATCH 11/18] Also check for copyright line in sanity tests. --- tests/sanity/extra/licenses.py | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 1e1fe98a3..e96c47bd9 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -17,12 +17,15 @@ def format_license_list(licenses): return ', '.join(['"%s"' % license for license in licenses]) -def find_licenses(filename): +def find_licenses(filename, relax=False): spdx_license_identifiers = [] other_license_identifiers = [] + has_copyright = False with open(filename, 'r') as f: for line in f: line = line.rstrip() + if 'Copyright' in line: + has_copyright = True idx = line.find('SPDX-License-Identifier: ') if idx >= 0: spdx_license_identifiers.append(line[idx + len('SPDX-License-Identifier: '):]) @@ -44,6 +47,8 @@ def find_licenses(filename): if other_license_identifiers and set(other_license_identifiers) != set(spdx_license_identifiers): print('%s: SPDX-License-Identifier yielded the license list %s, while manual guessing yielded the license list %s' % ( filename, format_license_list(spdx_license_identifiers), format_license_list(other_license_identifiers))) + if not has_copyright and not relax: + print('%s: found no copyright notice' % (filename, )) return sorted(spdx_license_identifiers) @@ -51,7 +56,7 @@ def main(): """Main entry point.""" paths = sys.argv[1:] or sys.stdin.read().splitlines() - no_license_allowed = [ + no_comments_allowed = [ 'CHANGELOG.rst', 'changelogs/changelog.yaml', 'changelogs/fragments/*.yml', @@ -66,7 +71,7 @@ def main(): '__init__.py', ] - no_license_allowed = [fn for pattern in no_license_allowed for fn in glob.glob(pattern)] + no_comments_allowed = [fn for pattern in no_comments_allowed for fn in glob.glob(pattern)] valid_licenses = [license_file[len('LICENSES/'):-len('.txt')] for license_file in glob.glob('LICENSES/*.txt')] @@ -84,9 +89,9 @@ def main(): valid_licenses_for_path = valid_licenses if path.startswith('plugins/') and not path.startswith(('plugins/modules/', 'plugins/module_utils/')): valid_licenses_for_path = [license for license in valid_licenses if license == 'GPL-3.0-or-later'] - licenses = find_licenses(path) + licenses = find_licenses(path, relax=path in no_comments_allowed) if not licenses: - if path not in no_license_allowed: + if path not in no_comments_allowed: print('%s: must have at least one license' % (path, )) else: for license in licenses: From b6721b6bb7d1e4136cef1218ef3d033899057aa9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 18 Jul 2022 07:29:57 +0200 Subject: [PATCH 12/18] Remove colon after 'Copyright'. --- plugins/module_utils/version.py | 2 +- plugins/modules/docker_plugin.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 9e376d371..746e6ba81 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright: (c) 2021, Felix Fontein +# Copyright (c) 2021, Felix Fontein # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/plugins/modules/docker_plugin.py b/plugins/modules/docker_plugin.py index 80e9cfbce..b84815aa1 100644 --- a/plugins/modules/docker_plugin.py +++ b/plugins/modules/docker_plugin.py @@ -1,8 +1,8 @@ #!/usr/bin/python # coding: utf-8 # -# Copyright: (c) 2021 Red Hat | Ansible Sakar Mehra<@sakarmehra100@gmail.com | @sakar97> -# Copyright: (c) 2019, Vladimir Porshkevich (@porshkevich) +# Copyright (c) 2021 Red Hat | Ansible Sakar Mehra<@sakarmehra100@gmail.com | @sakar97> +# Copyright (c) 2019, Vladimir Porshkevich (@porshkevich) # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) # SPDX-License-Identifier: GPL-3.0-or-later From 99cbc7c5d403870e514067cfbe61f0b54abe469d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 18 Jul 2022 07:30:06 +0200 Subject: [PATCH 13/18] Normalize lint script. --- tests/sanity/extra/licenses.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index e96c47bd9..912f71db2 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -57,8 +57,6 @@ def main(): paths = sys.argv[1:] or sys.stdin.read().splitlines() no_comments_allowed = [ - 'CHANGELOG.rst', - 'changelogs/changelog.yaml', 'changelogs/fragments/*.yml', 'tests/sanity/extra/*.json', 'tests/sanity/ignore-2.*.txt', @@ -71,17 +69,22 @@ def main(): '__init__.py', ] + ignore_paths = [ + 'CHANGELOG.rst', + 'changelogs/changelog.yaml', + 'tests/sanity/extra/licenses.py', # The strings in find_licenses() confuse this code :-) + '.ansible-test-timeout.json', + ] + no_comments_allowed = [fn for pattern in no_comments_allowed for fn in glob.glob(pattern)] + ignore_paths = [fn for pattern in ignore_paths for fn in glob.glob(pattern)] valid_licenses = [license_file[len('LICENSES/'):-len('.txt')] for license_file in glob.glob('LICENSES/*.txt')] for path in paths: if path.startswith('./'): path = path[2:] - if path == 'tests/sanity/extra/licenses.py': - # The strings in find_licenses() confuse this code :-) - continue - if path.startswith('tests/output/') or path == '.ansible-test-timeout.json': + if path in ignore_paths or path.startswith('tests/output/'): continue if os.path.basename(path) in empty_allowed: if os.stat(path).st_size == 0: From 4adb75360cd9837d45a9db3b2ed83366ed4178e8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 18 Jul 2022 07:37:31 +0200 Subject: [PATCH 14/18] Avoid colon after 'Copyright' in lint script. --- tests/sanity/extra/licenses.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 912f71db2..7b9035350 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -24,8 +24,10 @@ def find_licenses(filename, relax=False): with open(filename, 'r') as f: for line in f: line = line.rstrip() - if 'Copyright' in line: + if 'Copyright ' in line: has_copyright = True + if 'Copyright: ' in line: + print('%s: found copyright line with "Copyright:". Please remove the colon.' % (filename, )) idx = line.find('SPDX-License-Identifier: ') if idx >= 0: spdx_license_identifiers.append(line[idx + len('SPDX-License-Identifier: '):]) From a83a7d5b72f6241fd9f65dd9b5510beb7d6b21bf Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 19 Jul 2022 07:46:43 +0200 Subject: [PATCH 15/18] Improve license checker. --- tests/sanity/extra/licenses.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/sanity/extra/licenses.py b/tests/sanity/extra/licenses.py index 7b9035350..32d373a66 100755 --- a/tests/sanity/extra/licenses.py +++ b/tests/sanity/extra/licenses.py @@ -21,7 +21,7 @@ def find_licenses(filename, relax=False): spdx_license_identifiers = [] other_license_identifiers = [] has_copyright = False - with open(filename, 'r') as f: + with open(filename, 'r', encoding='utf-8') as f: for line in f: line = line.rstrip() if 'Copyright ' in line: @@ -58,6 +58,7 @@ def main(): """Main entry point.""" paths = sys.argv[1:] or sys.stdin.read().splitlines() + # The following paths are allowed to have no license identifier no_comments_allowed = [ 'changelogs/fragments/*.yml', 'tests/sanity/extra/*.json', @@ -66,11 +67,13 @@ def main(): 'COPYING', ] + # Files of this name are allowed to be empty empty_allowed = [ '.keep', '__init__.py', ] + # These files are completely ignored ignore_paths = [ 'CHANGELOG.rst', 'changelogs/changelog.yaml', From 1ad00467aad941ff77acf4d31cd332eb34523d41 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 19 Jul 2022 18:14:46 +0200 Subject: [PATCH 16/18] Update README.md Co-authored-by: Maxwell G <9920591+gotmax23@users.noreply.github.com> --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eee3fee56..f40028bc9 100644 --- a/README.md +++ b/README.md @@ -115,8 +115,10 @@ See the [changelog](https://github.com/ansible-collections/community.docker/tree ## Licensing -GNU General Public License v3.0 or later. +This collection is primarily licensed and distributed as a whole under the GNU General Public License v3.0 or later. -See [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. +See [LICENSES/GPL-3.0-or-later.txt](https://github.com/ansible-collections/community.docker/blob/main/LICENSES/GPL-3.0-or-later.txt) for the full text. -Parts of the collection are licensed under the [Apache 2.0 license](https://spdx.org/licenses/Apache-2.0). This applies mostly to files vendored from the [Docker SDK for Python](https://github.com/docker/docker-py/). +Parts of the collection are licensed under the [Apache 2.0 license]( https://github.com/ansible-collections/community.docker/blob/main/LICENSES/Apache-2.0.txt). This mostly applies to files vendored from the [Docker SDK for Python](https://github.com/docker/docker-py/). + +Most files in the collection that are not automatically generated have a machine readable `SDPX-License-Identifier:` comment denoting its respective license(s). From 20be1a697c51b0f269ac76ded884fd5bd469d84b Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 19 Jul 2022 18:16:17 +0200 Subject: [PATCH 17/18] Remove superfluous space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f40028bc9..3fa79f3b4 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,6 @@ This collection is primarily licensed and distributed as a whole under the GNU G See [LICENSES/GPL-3.0-or-later.txt](https://github.com/ansible-collections/community.docker/blob/main/LICENSES/GPL-3.0-or-later.txt) for the full text. -Parts of the collection are licensed under the [Apache 2.0 license]( https://github.com/ansible-collections/community.docker/blob/main/LICENSES/Apache-2.0.txt). This mostly applies to files vendored from the [Docker SDK for Python](https://github.com/docker/docker-py/). +Parts of the collection are licensed under the [Apache 2.0 license](https://github.com/ansible-collections/community.docker/blob/main/LICENSES/Apache-2.0.txt). This mostly applies to files vendored from the [Docker SDK for Python](https://github.com/docker/docker-py/). Most files in the collection that are not automatically generated have a machine readable `SDPX-License-Identifier:` comment denoting its respective license(s). From 0e5f949f4878b367e1d9646999298598dd621906 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 19 Jul 2022 18:31:42 +0200 Subject: [PATCH 18/18] Referencing target instead of symlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa79f3b4..b4feb304d 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ See the [changelog](https://github.com/ansible-collections/community.docker/tree This collection is primarily licensed and distributed as a whole under the GNU General Public License v3.0 or later. -See [LICENSES/GPL-3.0-or-later.txt](https://github.com/ansible-collections/community.docker/blob/main/LICENSES/GPL-3.0-or-later.txt) for the full text. +See [LICENSES/GPL-3.0-or-later.txt](https://github.com/ansible-collections/community.docker/blob/main/COPYING) for the full text. Parts of the collection are licensed under the [Apache 2.0 license](https://github.com/ansible-collections/community.docker/blob/main/LICENSES/Apache-2.0.txt). This mostly applies to files vendored from the [Docker SDK for Python](https://github.com/docker/docker-py/).