summaryrefslogtreecommitdiff
path: root/src/winrand.c
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-02 21:08:51 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-02 22:29:15 -0400
commitcfbf1421c8cf69730f0a0681f763a64b9d7e3aa7 (patch)
tree517c3b220dfabe925a4a54c7f557e267cc3f448e /src/winrand.c
parent2c3171aba2329208eed95221b2710aaae31b0f26 (diff)
downloadpycrypto-cfbf1421c8cf69730f0a0681f763a64b9d7e3aa7.tar.gz
winrand.c: Replace the legal notice
I have permission to do this. See the LEGAL directory.
Diffstat (limited to 'src/winrand.c')
-rw-r--r--src/winrand.c21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/winrand.c b/src/winrand.c
index 35e1ab5..8a2107d 100644
--- a/src/winrand.c
+++ b/src/winrand.c
@@ -9,11 +9,22 @@
* for their hardware random number generator in the 810 and 820 chipsets,
* then define HAVE_INTEL_RNG.
*
- * Distribute and use freely; there are no restrictions on further
- * dissemination and usage except those imposed by the laws of your
- * country of residence. This software is provided "as is" without
- * warranty of fitness for use or suitability for any purpose, express
- * or implied. Use at your own risk or not at all.
+ * =======================================================================
+ * The contents of this file are dedicated to the public domain. To the
+ * extent that dedication to the public domain is not available, everyone
+ * is granted a worldwide, perpetual, royalty-free, non-exclusive license
+ * to exercise all rights associated with the contents of this file for
+ * any purpose whatsoever. No rights are reserved.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ * =======================================================================
*
*/