Merge pull request #875 from p12tic/spdx-identifiers

Add SPDX license identifiers to each source file
This commit is contained in:
Povilas Kanapickas 2024-03-08 12:35:02 +02:00 committed by GitHub
commit ac5034065d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 19 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# SPDX-License-Identifier: GPL-2.0
# https://docs.docker.com/compose/compose-file/#service-configuration-reference
# https://docs.docker.com/samples/
# https://docs.docker.com/compose/gettingstarted/

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
import copy
import os
import argparse

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
import copy
import os
import argparse

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# pylint: disable=protected-access
import argparse

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
# pylint: disable=redefined-outer-name
import unittest

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
import os
from setuptools import setup

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
from pathlib import Path
import subprocess
import os

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
"""
test_podman_compose_config.py

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
from pathlib import Path
import subprocess
import unittest

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
"""
test_podman_compose_up_down.py

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
"""
test_podman_compose_up_down.py