From a0a51ffd6611e90ef17bf4f0f8b253d5dba380cc Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Sun, 18 Oct 2015 17:06:28 +0200 Subject: [PATCH] added credits, fixed documentation --- windows/win_acl.ps1 | 2 ++ windows/win_acl.py | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/windows/win_acl.ps1 b/windows/win_acl.ps1 index fa45f023be8..fb12ae6cee3 100644 --- a/windows/win_acl.ps1 +++ b/windows/win_acl.ps1 @@ -2,6 +2,8 @@ # This file is part of Ansible # # Copyright 2015, Phil Schwartz +# Copyright 2015, Trond Hindenes +# Copyright 2015, Hans-Joachim Kliemeck # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/windows/win_acl.py b/windows/win_acl.py index df815db0a0f..76c6ffb7293 100644 --- a/windows/win_acl.py +++ b/windows/win_acl.py @@ -1,7 +1,9 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2015, Phil Schwartz +# Copyright 2015, Phil Schwartz +# Copyright 2015, Trond Hindenes +# Copyright 2015, Hans-Joachim Kliemeck # # This file is part of Ansible # @@ -40,7 +42,7 @@ options: default: none state: description: - - Specify whether to add (present) or remove (absent) the specified access rule + - Specify whether to add C(present) or remove C(absent) the specified access rule required: no choices: - present @@ -99,7 +101,7 @@ options: - NoPropagateInherit - InheritOnly default: "None" -author: Phil Schwartz (@schwartzmx), Trond Hindenes (@trondhindenes) +author: Phil Schwartz (@schwartzmx), Trond Hindenes (@trondhindenes), Hans-Joachim Kliemeck (@h0nIg) ''' EXAMPLES = '''