diff --git a/library/windows/assemble.ps1 b/library/windows/assemble.ps1
index 90266a9e6b..e5c4a01907 100644
--- a/library/windows/assemble.ps1
+++ b/library/windows/assemble.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'FIXME';
diff --git a/library/windows/async_wrapper.ps1 b/library/windows/async_wrapper.ps1
index 90266a9e6b..e5c4a01907 100644
--- a/library/windows/async_wrapper.ps1
+++ b/library/windows/async_wrapper.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'FIXME';
diff --git a/library/windows/command.ps1 b/library/windows/command.ps1
index 90266a9e6b..e5c4a01907 100644
--- a/library/windows/command.ps1
+++ b/library/windows/command.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'FIXME';
diff --git a/library/windows/copy.ps1 b/library/windows/copy.ps1
index 90266a9e6b..e5c4a01907 100644
--- a/library/windows/copy.ps1
+++ b/library/windows/copy.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'FIXME';
diff --git a/library/windows/file.ps1 b/library/windows/file.ps1
index 90266a9e6b..e5c4a01907 100644
--- a/library/windows/file.ps1
+++ b/library/windows/file.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'FIXME';
diff --git a/library/windows/ping.ps1 b/library/windows/ping.ps1
index 5550092a41..74311119c5 100644
--- a/library/windows/ping.ps1
+++ b/library/windows/ping.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'pong';
diff --git a/library/windows/slurp.ps1 b/library/windows/slurp.ps1
index 041e678d52..6f001a4924 100644
--- a/library/windows/slurp.ps1
+++ b/library/windows/slurp.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$src = '';
diff --git a/library/windows/stat.ps1 b/library/windows/stat.ps1
index b7654a1010..bf422858ab 100644
--- a/library/windows/stat.ps1
+++ b/library/windows/stat.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$path = '';
diff --git a/library/windows/win_ping.ps1 b/library/windows/win_ping.ps1
index 5550092a41..74311119c5 100644
--- a/library/windows/win_ping.ps1
+++ b/library/windows/win_ping.ps1
@@ -2,6 +2,21 @@
# WANT_JSON
# POWERSHELL_COMMON
+# This file is part of Ansible
+#
+# Ansible is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Ansible is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ansible. If not, see .
+
$params = Parse-Args $args;
$data = 'pong';