From ade721cc5d3383dd78278041429db30f004a8e02 Mon Sep 17 00:00:00 2001
From: Chris Church <chris@ninemoreminutes.com>
Date: Wed, 18 Nov 2015 17:52:05 -0500
Subject: [PATCH] Remove note about only using win_copy for small files.

---
 windows/win_copy.py | 10 ----------
 1 file changed, 10 deletions(-)
 mode change 100644 => 100755 windows/win_copy.py

diff --git a/windows/win_copy.py b/windows/win_copy.py
old mode 100644
new mode 100755
index acc6c9ef2e0..a222a928f09
--- a/windows/win_copy.py
+++ b/windows/win_copy.py
@@ -44,16 +44,6 @@ options:
     required: true
     default: null
 author: "Jon Hawkesworth (@jhawkesworth)"
-notes:
-   - The "win_copy" module is best used for small files only.
-     This module should **not** be used for files bigger than 3Mb as
-     this will result in a 500 response from the winrm host
-     and it will not be possible to connect via winrm again until the
-     windows remote management service has been restarted on the 
-     windows host.
-     Files larger than 1Mb will take minutes to transfer.
-     The recommended way to transfer large files is using win_get_url 
-     or collecting from a windows file share folder.  
 '''
 
 EXAMPLES = '''