From 4598ae53761e50e62017c13e972aa73c4b3ed863 Mon Sep 17 00:00:00 2001 From: Jon Hawkesworth Date: Fri, 15 May 2015 00:40:30 +0100 Subject: [PATCH] Update attribution --- lib/ansible/modules/extras/windows/win_environment.ps1 | 2 +- lib/ansible/modules/extras/windows/win_environment.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/windows/win_environment.ps1 b/lib/ansible/modules/extras/windows/win_environment.ps1 index 3dc936f13f..1398524cfb 100644 --- a/lib/ansible/modules/extras/windows/win_environment.ps1 +++ b/lib/ansible/modules/extras/windows/win_environment.ps1 @@ -1,7 +1,7 @@ #!powershell # This file is part of Ansible # -# Copyright 2015, J Hawkesworth @jhawkesworth +# Copyright 2015, Jon Hawkesworth (@jhawkesworth) # # 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/lib/ansible/modules/extras/windows/win_environment.py b/lib/ansible/modules/extras/windows/win_environment.py index 885649c413..8d4a170169 100644 --- a/lib/ansible/modules/extras/windows/win_environment.py +++ b/lib/ansible/modules/extras/windows/win_environment.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2015, Jon Hawkesworth +# (c) 2015, Jon Hawkesworth (@jhawkesworth) # # This file is part of Ansible #