1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-31 09:26:20 +00:00

Fix CI/CD issues for ssl_certificate_deploy module

- Add SPDX license headers for compliance
- Add maintainer entry to BOTMETA.yml
- Ensure proper copyright information
This commit is contained in:
Mangesh Shinde 2025-09-15 22:25:52 +05:30
parent 75c4e6484f
commit 8e3e73f46b
2 changed files with 5 additions and 0 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# SPDX-FileCopyrightText: 2024 Mangesh Shinde <mangesh.shinde@example.com>
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright: (c) 2024, Mangesh Shinde <mangesh.shinde@example.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)