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 #