summaryrefslogtreecommitdiff
path: root/leakcheck
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2011-03-02 19:40:02 -0500
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2011-03-02 19:40:02 -0500
commitc7b3c891bc5a51d59503362fee4fda2f07f326fb (patch)
tree284591ecb2c44dfefd3d9a0452cb8d6774238e5e /leakcheck
parent59057dc1fbc16683fafb14a9e05e7f0f01bb76f7 (diff)
downloadpyopenssl-c7b3c891bc5a51d59503362fee4fda2f07f326fb.tar.gz
Update the leak check script copyright headers as well.
Diffstat (limited to 'leakcheck')
-rw-r--r--leakcheck/context-info-callback.py3
-rw-r--r--leakcheck/context-passphrase-callback.py3
-rw-r--r--leakcheck/context-verify-callback.py3
-rw-r--r--leakcheck/crypto.py3
-rw-r--r--leakcheck/thread-crash.py3
5 files changed, 11 insertions, 4 deletions
diff --git a/leakcheck/context-info-callback.py b/leakcheck/context-info-callback.py
index d4c9fa5..6a3925c 100644
--- a/leakcheck/context-info-callback.py
+++ b/leakcheck/context-info-callback.py
@@ -1,4 +1,5 @@
-# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
+# Copyright (C) Jean-Paul Calderone
+# See LICENSE for details.
#
# Stress tester for thread-related bugs in global_info_callback in
# src/ssl/context.c. In 0.7 and earlier, this will somewhat reliably
diff --git a/leakcheck/context-passphrase-callback.py b/leakcheck/context-passphrase-callback.py
index 0f0933c..ba71655 100644
--- a/leakcheck/context-passphrase-callback.py
+++ b/leakcheck/context-passphrase-callback.py
@@ -1,4 +1,5 @@
-# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
+# Copyright (C) Jean-Paul Calderone
+# See LICENSE for details.
#
# Stress tester for thread-related bugs in global_passphrase_callback in
# src/ssl/context.c. In 0.7 and earlier, this will somewhat reliably
diff --git a/leakcheck/context-verify-callback.py b/leakcheck/context-verify-callback.py
index 5e49d7a..0ae586b 100644
--- a/leakcheck/context-verify-callback.py
+++ b/leakcheck/context-verify-callback.py
@@ -1,4 +1,5 @@
-# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
+# Copyright (C) Jean-Paul Calderone
+# See LICENSE for details.
#
# Stress tester for thread-related bugs in global_verify_callback in
# src/ssl/context.c. This will reliably segfault if context.c isn't a
diff --git a/leakcheck/crypto.py b/leakcheck/crypto.py
index eb00182..07b77e5 100644
--- a/leakcheck/crypto.py
+++ b/leakcheck/crypto.py
@@ -1,3 +1,6 @@
+# Copyright (C) Jean-Paul Calderone
+# See LICENSE for details.
+
import sys
from OpenSSL.crypto import TYPE_DSA, Error, PKey, X509
diff --git a/leakcheck/thread-crash.py b/leakcheck/thread-crash.py
index 26048a5..a1ebbdd 100644
--- a/leakcheck/thread-crash.py
+++ b/leakcheck/thread-crash.py
@@ -1,4 +1,5 @@
-# Copyright (C) Jean-Paul Calderone 2008, All rights reserved
+# Copyright (C) Jean-Paul Calderone
+# See LICENSE for details.
#
# Stress tester for thread-related bugs in ssl_Connection_send and
# ssl_Connection_recv in src/ssl/connection.c for usage of a single