Update docs for 1.4.0 release
diff --git a/docs/dyn/compute_v1.licenses.html b/docs/dyn/compute_v1.licenses.html
index cb62619..fbba2a3 100644
--- a/docs/dyn/compute_v1.licenses.html
+++ b/docs/dyn/compute_v1.licenses.html
@@ -83,7 +83,7 @@
   <pre>Returns the specified license resource.
 
 Args:
-  project: string, Name of the project scoping this request. (required)
+  project: string, Project ID for this request. (required)
   license: string, Name of the license resource to return. (required)
 
 Returns:
@@ -91,9 +91,9 @@
 
     { # A license resource.
     "chargesUseFee": True or False, # If true, the customer will be charged license fee for running software that contains this license on an instance.
-    "kind": "compute#license", # Type of resource.
-    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
-    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "kind": "compute#license", # [Output Only] Type of resource. Always compute#license for licenses.
+    "name": "A String", # Name of the resource. The name must be 1-63 characters long, and comply with RCF1035.
+    "selfLink": "A String", # [Output Only] Server defined URL for the resource.
   }</pre>
 </div>