summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2013-09-01 15:39:55 +0200
committerAndreas Metzler <ametzler@downhill.at.eu.org>2013-09-01 15:39:55 +0200
commit50fee4bef8f093f580e9b7122fe6b24a6d6d2c54 (patch)
tree15456477ebae788f26b2ad7cdac2ffdc580fa57f
parent7e30fa8f226eb606d4330c6bbfcff16890a3b520 (diff)
downloadexim4-50fee4bef8f093f580e9b7122fe6b24a6d6d2c54.tar.gz
tests/CVE-2010-4344.py is GPLv2. Add license header.
-rw-r--r--debian/changelog1
-rw-r--r--debian/tests/CVE-2010-4344.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 73f5b91..bb37409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ exim4 (4.80-8) UNRELEASED; urgency=low
(without either .html or .gz suffix). Closes: #394975
* Merge autopkgtests from Ubuntu (Thanks Yolanda Robla for the pointer)
Closes: #710018
+ + tests/CVE-2010-4344.py is GPLv2 - Add license header.
-- Andreas Metzler <ametzler@debian.org> Wed, 02 Jan 2013 19:47:00 +0100
diff --git a/debian/tests/CVE-2010-4344.py b/debian/tests/CVE-2010-4344.py
index 455c8fa..1158326 100644
--- a/debian/tests/CVE-2010-4344.py
+++ b/debian/tests/CVE-2010-4344.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# Copyright 2010, Canonical, Ltd.
# Author: Kees Cook <kees@ubuntu.com>
+# License: GPLv2
+
import socket, sys
HOST = sys.argv[1]