mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
Fix CI/CD license and BOTMETA issues
- Remove colon from Copyright line per license-check requirements - Add maintainer entry to BOTMETA.yml with correct GitHub username - Ensure consistency between author and maintainer fields
This commit is contained in:
parent
8e3e73f46b
commit
facb63eaa6
2 changed files with 2 additions and 2 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
|
@ -9,7 +9,7 @@ files:
|
|||
plugins/:
|
||||
supershipit: quidame
|
||||
plugins/modules/web_infrastructure/ssl_certificate_deploy.py:
|
||||
maintainers: shindman
|
||||
maintainers: mangesh-shinde
|
||||
changelogs/: {}
|
||||
changelogs/fragments/:
|
||||
support: community
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# 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>
|
||||
# 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)
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue