TBR: ref: more of the simple veyron->vanadium changes.

Change-Id: I92fdb3304a4b21ba3b6f80be1929f2b28dbe1847
diff --git a/services/identity/identity.vdl b/services/identity/identity.vdl
index 81c2397..102026c 100644
--- a/services/identity/identity.vdl
+++ b/services/identity/identity.vdl
@@ -13,7 +13,7 @@
 //
 // WARNING: There is no binding between the channel over which the access token
 // was obtained (typically https) and the channel used to make the RPC (a
-// veyron virtual circuit).
+// vanadium virtual circuit).
 // Thus, if Mallory possesses the access token associated with Alice's account,
 // she may be able to obtain a blessing with Alice's name on it.
 type OAuthBlesser interface {
diff --git a/services/identity/identity.vdl.go b/services/identity/identity.vdl.go
index d86092b..e93f49b 100644
--- a/services/identity/identity.vdl.go
+++ b/services/identity/identity.vdl.go
@@ -27,7 +27,7 @@
 //
 // WARNING: There is no binding between the channel over which the access token
 // was obtained (typically https) and the channel used to make the RPC (a
-// veyron virtual circuit).
+// vanadium virtual circuit).
 // Thus, if Mallory possesses the access token associated with Alice's account,
 // she may be able to obtain a blessing with Alice's name on it.
 type OAuthBlesserClientMethods interface {
@@ -87,7 +87,7 @@
 //
 // WARNING: There is no binding between the channel over which the access token
 // was obtained (typically https) and the channel used to make the RPC (a
-// veyron virtual circuit).
+// vanadium virtual circuit).
 // Thus, if Mallory possesses the access token associated with Alice's account,
 // she may be able to obtain a blessing with Alice's name on it.
 type OAuthBlesserServerMethods interface {
@@ -150,7 +150,7 @@
 var descOAuthBlesser = ipc.InterfaceDesc{
 	Name:    "OAuthBlesser",
 	PkgPath: "v.io/x/ref/services/identity",
-	Doc:     "// OAuthBlesser exchanges OAuth access tokens for\n// an email address from an OAuth-based identity provider and uses the email\n// address obtained to bless the client.\n//\n// OAuth is described in RFC 6749 (http://tools.ietf.org/html/rfc6749),\n// though the Google implementation also has informative documentation at\n// https://developers.google.com/accounts/docs/OAuth2\n//\n// WARNING: There is no binding between the channel over which the access token\n// was obtained (typically https) and the channel used to make the RPC (a\n// veyron virtual circuit).\n// Thus, if Mallory possesses the access token associated with Alice's account,\n// she may be able to obtain a blessing with Alice's name on it.",
+	Doc:     "// OAuthBlesser exchanges OAuth access tokens for\n// an email address from an OAuth-based identity provider and uses the email\n// address obtained to bless the client.\n//\n// OAuth is described in RFC 6749 (http://tools.ietf.org/html/rfc6749),\n// though the Google implementation also has informative documentation at\n// https://developers.google.com/accounts/docs/OAuth2\n//\n// WARNING: There is no binding between the channel over which the access token\n// was obtained (typically https) and the channel used to make the RPC (a\n// vanadium virtual circuit).\n// Thus, if Mallory possesses the access token associated with Alice's account,\n// she may be able to obtain a blessing with Alice's name on it.",
 	Methods: []ipc.MethodDesc{
 		{
 			Name: "BlessUsingAccessToken",
diff --git a/services/mgmt/device/doc.go b/services/mgmt/device/doc.go
index 5d6b478..af2dfc7 100644
--- a/services/mgmt/device/doc.go
+++ b/services/mgmt/device/doc.go
@@ -1,7 +1,7 @@
 // Package device contains the implementation for the veyron2/mgmt/device APIs.
 //
 // The device manager is a server that is expected to run on every
-// Veyron-enabled device, and it handles both device management and management
+// Vanadium-enabled device, and it handles both device management and management
 // of the applications running on the device.
 //
 // The device manager is responsible for installing, updating, and launching
diff --git a/services/mgmt/device/impl/app_service.go b/services/mgmt/device/impl/app_service.go
index 8abc3e9..66e040b 100644
--- a/services/mgmt/device/impl/app_service.go
+++ b/services/mgmt/device/impl/app_service.go
@@ -37,7 +37,7 @@
 //       current                          - symbolic link to the current version
 //       instances(711d)/
 //         instance-<id a>(711d)/         - instances are labelled with ids
-//           credentials(700d)/           - holds veyron credentials (unless running
+//           credentials(700d)/           - holds vanadium credentials (unless running
 //                                          through security agent)
 //           root(700a)/                  - workspace that the instance is run from
 //             packages                   - symbolic link to version's packages
diff --git a/services/wsprd/app/messaging.go b/services/wsprd/app/messaging.go
index 336fdf5..8f5e147 100644
--- a/services/wsprd/app/messaging.go
+++ b/services/wsprd/app/messaging.go
@@ -25,7 +25,7 @@
 type MessageType int32
 
 const (
-	// Making a veyron client request, streaming or otherwise.
+	// Making a vanadium client request, streaming or otherwise.
 	VeyronRequestMessage MessageType = 0
 
 	// Serving this  under an object name.