Updated copyright notices where appropriate and refreshed generated docs.
diff --git a/docs/dyn/urlshortener.v1.url.html b/docs/dyn/urlshortener.v1.url.html
index 23a753d..47ec765 100644
--- a/docs/dyn/urlshortener.v1.url.html
+++ b/docs/dyn/urlshortener.v1.url.html
@@ -17,12 +17,12 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Expands a short URL or gets creation time and analytics.<br>
<br>
Args:<br>
- shortUrl: string, The short URL, including the protocol. (required)<br>
projection: string, Additional information to return.<br>
Allowed values<br>
ANALYTICS_CLICKS - Returns only click counts.<br>
ANALYTICS_TOP_STRINGS - Returns only top string counts.<br>
- FULL - Returns the creation timestamp and all available analytics.</tt></dd></dl>
+ FULL - Returns the creation timestamp and all available analytics.<br>
+ shortUrl: string, The short URL, including the protocol. (required)</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates a new short URL.<br>
<br>