[pypy-commit] pypy default: Add a comment making it clear this file is modified, for license compliance.

dripton noreply at buildbot.pypy.org
Mon Jan 23 01:30:53 CET 2012


Author: David Ripton <dripton at ripton.net>
Branch: 
Changeset: r51678:01ed002a2b95
Date: 2012-01-21 20:17 -0500
http://bitbucket.org/pypy/pypy/changeset/01ed002a2b95/

Log:	Add a comment making it clear this file is modified, for license
	compliance.

diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -20,6 +20,8 @@
 # 2. Altered source versions must be plainly marked as such, and must not be
 #    misrepresented as being the original software.
 # 3. This notice may not be removed or altered from any source distribution.
+#
+# Note: This software has been modified for use in PyPy.
 
 from ctypes import c_void_p, c_int, c_double, c_int64, c_char_p, cdll
 from ctypes import POINTER, byref, string_at, CFUNCTYPE, cast


More information about the pypy-commit mailing list