Skip to content

Commit

Permalink
Add SPDX headers (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: kaliko <[email protected]>
  • Loading branch information
mxjeff and kaliko authored Nov 10, 2023
1 parent 0aa647e commit b665909
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions certbot_dns_infomaniak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2021-2022 Rene Luria <[email protected]>
# SPDX-License-Identifier: Apache-2.0
"""
This plugin enables usage of Infomaniak public API to complete``dns-01`` challenges.
"""
4 changes: 4 additions & 0 deletions certbot_dns_infomaniak/dns_infomaniak.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2021-2022 Rene Luria <[email protected]>
# SPDX-FileCopyrightText: 2021-2022 Yannik Roth <[email protected]>
# SPDX-FileCopyrightText: 2021 Romain Autran <[email protected]>
# SPDX-License-Identifier: Apache-2.0
"""DNS Authenticator for Infomaniak"""
import json
import logging
Expand Down
2 changes: 2 additions & 0 deletions certbot_dns_infomaniak/dns_infomaniak_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2021-2022 Rene Luria <[email protected]>
# SPDX-License-Identifier: Apache-2.0
"""Tests for certbot_dns_infomaniak.dns_infomaniak."""

import unittest
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2021-2022 Rene Luria <[email protected]>
# SPDX-FileCopyrightText: 2021-2022 Yannik Roth <[email protected]>
# SPDX-License-Identifier: Apache-2.0
from setuptools import setup
from setuptools import find_packages
from os import path
Expand Down

0 comments on commit b665909

Please sign in to comment.