mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
rev: update file header with copyright according to guidelines
This commit is contained in:
parent
ca87735e46
commit
f5d888ef47
1 changed files with 1 additions and 5 deletions
|
|
@ -2,11 +2,7 @@
|
|||
# !/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This Ansible module manages realm localization overrides in Keycloak.
|
||||
# It ensures the set of message key/value overrides for a given locale
|
||||
# either matches the provided list (state=present) or is fully removed (state=absent).
|
||||
|
||||
# Copyright (c) 2025, Jakub Danek <danek.ja@gmail.com>
|
||||
# Copyright: Contributors to the Ansible project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue