From 26062e515d36ac472683e5cb97f7b0c0868c1936 Mon Sep 17 00:00:00 2001 From: Jan-Luca Kiok Date: Mon, 22 Nov 2021 14:14:16 +0100 Subject: [PATCH] chore(univention_directory_manager): update copyright and attributions --- plugins/modules/univention_directory_manager.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/modules/univention_directory_manager.py b/plugins/modules/univention_directory_manager.py index 00470d4..1f9d127 100755 --- a/plugins/modules/univention_directory_manager.py +++ b/plugins/modules/univention_directory_manager.py @@ -1,8 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright: (c) 2020, Univention GmbH -# Written by Lukas Zumvorde +# Copyright: (c) 2020-2021, Univention GmbH +# Written by Lukas Zumvorde , Jan-Luca Kiok # Based on univention_apps module written by Alexander Ulpts # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) @@ -65,6 +65,7 @@ options: author: - Lukas Zumvorde + - Jan-Luca Kiok ''' EXAMPLES = '''