From f5d888ef47dd52cdeb4935903d7b33f92e322e0d Mon Sep 17 00:00:00 2001 From: Jakub Danek Date: Fri, 26 Sep 2025 09:23:06 +0200 Subject: [PATCH] rev: update file header with copyright according to guidelines --- plugins/modules/keycloak_realm_localization.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/modules/keycloak_realm_localization.py b/plugins/modules/keycloak_realm_localization.py index 86db6e7ff8..3614c9e229 100644 --- a/plugins/modules/keycloak_realm_localization.py +++ b/plugins/modules/keycloak_realm_localization.py @@ -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 +# 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