diff options
author | Jon Hawkesworth <jhawkesworth@users.noreply.github.com> | 2015-05-15 00:40:30 +0100 |
---|---|---|
committer | Jon Hawkesworth <jhawkesworth@users.noreply.github.com> | 2015-05-15 00:40:30 +0100 |
commit | ccd9a4eb6abd85f62d72a33ca270173ef0703e68 (patch) | |
tree | dc8fa0523409219690a8a19702f5a7303695dd7b | |
parent | 44fa32f2dcba8bcf93a68861434802094555bcfa (diff) | |
download | ansible-modules-extras-ccd9a4eb6abd85f62d72a33ca270173ef0703e68.tar.gz |
Update attribution
-rw-r--r-- | windows/win_environment.ps1 | 2 | ||||
-rw-r--r-- | windows/win_environment.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/win_environment.ps1 b/windows/win_environment.ps1 index 3dc936f1..1398524c 100644 --- a/windows/win_environment.ps1 +++ b/windows/win_environment.ps1 @@ -1,7 +1,7 @@ #!powershell # This file is part of Ansible # -# Copyright 2015, J Hawkesworth @jhawkesworth <figs@unity.demon.co.uk> +# Copyright 2015, Jon Hawkesworth (@jhawkesworth) <figs@unity.demon.co.uk> # # 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_environment.py b/windows/win_environment.py index 885649c4..8d4a1701 100644 --- a/windows/win_environment.py +++ b/windows/win_environment.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2015, Jon Hawkesworth <figs@unity.demon.co.uk> +# (c) 2015, Jon Hawkesworth (@jhawkesworth) <figs@unity.demon.co.uk> # # This file is part of Ansible # |