diff options
Diffstat (limited to 'dev-python/PyQt/files/license-3.6.diff')
-rw-r--r-- | dev-python/PyQt/files/license-3.6.diff | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/PyQt/files/license-3.6.diff b/dev-python/PyQt/files/license-3.6.diff deleted file mode 100644 index 427004c485fb..000000000000 --- a/dev-python/PyQt/files/license-3.6.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- build.py.orig 2003-04-26 17:28:46.000000000 +0200 -+++ build.py 2003-04-29 11:41:49.000000000 +0200 -@@ -685,31 +685,6 @@ - licType = "GPL" - licname = "GNU General Public License" - -- inform("This is the %s version of PyQt and is licensed under the %s." % (licType,licname),0) -- -- print -- print "Type 'L' to view the license." -- print "Type 'yes' to accept the terms of the license." -- print "Type 'no' to decline the terms of the license." -- print -- -- while 1: -- try: -- resp = raw_input("Do you accept the terms of the license? ") -- except: -- resp = "" -- -- resp = string.lower(string.strip(resp)) -- -- if resp == "yes": -- break -- -- if resp == "no": -- sys.exit(0) -- -- if resp == "l": -- os.system("more LICENSE") -- - inform("Building the %s version of PyQt 3.6 for Python %s on %s." % (licType,pyFullVers,sys.platform)) - - if licType != "GPL": |