summaryrefslogtreecommitdiff
path: root/src/XOR.c
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-02 17:17:56 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-02 22:29:03 -0400
commit9d73307e5c0a758a3883cf9ac1bacaf3e5caa8e8 (patch)
tree19e9731389b0f437e2f138b43c7c859a9ac3a8b0 /src/XOR.c
parent65085f1644de37f6afb8ac6b222a61b7b84b2047 (diff)
downloadpycrypto-9d73307e5c0a758a3883cf9ac1bacaf3e5caa8e8.tar.gz
XOR.c: Add attribution and replace the legal notice
I have permission to do this. See the LEGAL directory.
Diffstat (limited to 'src/XOR.c')
-rw-r--r--src/XOR.c20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/XOR.c b/src/XOR.c
index 1dc05fb..2e8594f 100644
--- a/src/XOR.c
+++ b/src/XOR.c
@@ -4,10 +4,24 @@
*
* Part of the Python Cryptography Toolkit
*
- * Distribute and use freely; there are no restrictions on further
- * dissemination and usage except those imposed by the laws of your
- * country of residence.
+ * Contributed by Barry Warsaw and others.
*
+ * =======================================================================
+ * 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.
+ * =======================================================================
*/
#include "Python.h"