summaryrefslogtreecommitdiff
blob: c6b8b8edff523895216fadc53b52a9857d22e7cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- build.py.orig	2003-04-26 16:51:47.000000000 +0200
+++ build.py	2003-04-29 11:24:28.000000000 +0200
@@ -574,31 +574,6 @@
         licType = "GPL"
         licname = "GNU General Public License"
 
-    inform("This is the %s version of SIP 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 SIP 3.6 for Python %s on %s." % (licType,pyFullVers,sys.platform))
 
     # We can't be sure that we can run programs under Windows (because it might