ref: Changes most simple uses of veyron to vanadium.
Change-Id: Iff7932446e512ef1c4cdd4b6efa96077a4e757e4
diff --git a/services/mgmt/device/deviced/main.go b/services/mgmt/device/deviced/main.go
index 21a6513..e2af6d4 100644
--- a/services/mgmt/device/deviced/main.go
+++ b/services/mgmt/device/deviced/main.go
@@ -16,7 +16,7 @@
rootCmd := cmdline.Command{
Name: "deviced",
- Short: "Veyron device manager setup",
+ Short: "Vanadium device manager setup",
Long: `
deviced can be used to launch, configure, or manage the device manager.
`,
diff --git a/services/mgmt/device/impl/association_state.go b/services/mgmt/device/impl/association_state.go
index 45709a4..e3700e9 100644
--- a/services/mgmt/device/impl/association_state.go
+++ b/services/mgmt/device/impl/association_state.go
@@ -11,7 +11,7 @@
)
// BlessingSystemAssociationStore manages a persisted association between
-// Veyron blessings and system account names.
+// Vanadium blessings and system account names.
type BlessingSystemAssociationStore interface {
// SystemAccountForBlessings returns a system name from the blessing to
// system name association store if one exists for any of the listed
diff --git a/services/mgmt/device/impl/device_installer.go b/services/mgmt/device/impl/device_installer.go
index 1965d92..618b172 100644
--- a/services/mgmt/device/impl/device_installer.go
+++ b/services/mgmt/device/impl/device_installer.go
@@ -66,7 +66,7 @@
// dmRoot is the directory name where the device manager installs itself.
const dmRoot = "dmroot"
-// InstallFrom takes a veyron object name denoting an application service where
+// InstallFrom takes a vanadium object name denoting an application service where
// a device manager application envelope can be obtained. It downloads the
// latest version of the device manager and installs it.
func InstallFrom(origin string) error {
@@ -97,7 +97,7 @@
}
// VeyronEnvironment returns only the environment variables that are specific
-// to the Veyron system.
+// to the Vanadium system.
func VeyronEnvironment(env []string) []string {
return filterEnvironment(env, allowedVarsRE, deniedVarsRE)
}
diff --git a/services/mgmt/device/impl/impl_test.go b/services/mgmt/device/impl/impl_test.go
index 2e709fc..b3978bd 100644
--- a/services/mgmt/device/impl/impl_test.go
+++ b/services/mgmt/device/impl/impl_test.go
@@ -97,7 +97,7 @@
}
// TestSuidHelper is testing boilerplate for suidhelper that does not
-// create a runtime because the suidhelper is not a Veyron application.
+// create a runtime because the suidhelper is not a Vanadium application.
func TestSuidHelper(t *testing.T) {
if os.Getenv("VEYRON_SUIDHELPER_TEST") != "1" {
return
diff --git a/services/mgmt/pprof/client/proxy.go b/services/mgmt/pprof/client/proxy.go
index 8f5472e..e3af843 100644
--- a/services/mgmt/pprof/client/proxy.go
+++ b/services/mgmt/pprof/client/proxy.go
@@ -1,7 +1,7 @@
-// Package client implement a client-side proxy of a veyron server's pprof
+// Package client implement a client-side proxy of a vanadium server's pprof
// interface.
// It is functionally equivalent to http://golang.org/pkg/net/http/pprof/,
-// except that the data comes from a remote veyron server, and the handlers are
+// except that the data comes from a remote vanadium server, and the handlers are
// not registered in DefaultServeMux.
package client
diff --git a/services/mgmt/profile/profile.vdl b/services/mgmt/profile/profile.vdl
index 7da1abe..a047a63 100644
--- a/services/mgmt/profile/profile.vdl
+++ b/services/mgmt/profile/profile.vdl
@@ -1,5 +1,5 @@
// Package profile contains implementation and internal interfaces and
-// types used by the implementation of Veyron profiles.
+// types used by the implementation of Vanadium profiles.
package profile
import "v.io/v23/services/mgmt/build"
diff --git a/services/mgmt/profile/profile.vdl.go b/services/mgmt/profile/profile.vdl.go
index 89f96e2..7222e3a 100644
--- a/services/mgmt/profile/profile.vdl.go
+++ b/services/mgmt/profile/profile.vdl.go
@@ -2,7 +2,7 @@
// Source: profile.vdl
// Package profile contains implementation and internal interfaces and
-// types used by the implementation of Veyron profiles.
+// types used by the implementation of Vanadium profiles.
package profile
import (
diff --git a/services/mgmt/repository/repository.vdl b/services/mgmt/repository/repository.vdl
index fe59e3a..445c51e 100644
--- a/services/mgmt/repository/repository.vdl
+++ b/services/mgmt/repository/repository.vdl
@@ -1,5 +1,5 @@
// Package repository contains implementation of the interface for
-// storing and serving various veyron management objects.
+// storing and serving various vanadium management objects.
package repository
import (
diff --git a/services/mgmt/repository/repository.vdl.go b/services/mgmt/repository/repository.vdl.go
index 5e13811..29701eb 100644
--- a/services/mgmt/repository/repository.vdl.go
+++ b/services/mgmt/repository/repository.vdl.go
@@ -2,7 +2,7 @@
// Source: repository.vdl
// Package repository contains implementation of the interface for
-// storing and serving various veyron management objects.
+// storing and serving various vanadium management objects.
package repository
import (
diff --git a/services/mgmt/sysinit/init_linux.go b/services/mgmt/sysinit/init_linux.go
index d258c77..9ddb062 100644
--- a/services/mgmt/sysinit/init_linux.go
+++ b/services/mgmt/sysinit/init_linux.go
@@ -93,7 +93,7 @@
// the Upstart system.
type UpstartService ServiceDescription
-var upstartTemplate = `# This file was auto-generated by the Veyron SysInit tool.
+var upstartTemplate = `# This file was auto-generated by the Vanadium SysInit tool.
# Date: {{.Date}}
#
# {{.Service}} - {{.Description}}
@@ -164,7 +164,7 @@
// the Systemd system.
type SystemdService ServiceDescription
-const systemdTemplate = `# This file was auto-generated by the Veyron SysInit tool.
+const systemdTemplate = `# This file was auto-generated by the Vanadium SysInit tool.
# Date: {{.Date}}
#
# {{.Service}} - {{.Description}}
@@ -261,7 +261,7 @@
type DockerService ServiceDescription
const dockerTemplate = `#!/bin/bash
-# This file was auto-generated by the Veyron SysInit tool.
+# This file was auto-generated by the Vanadium SysInit tool.
# Date: {{.Date}}
#
# {{.Service}} - {{.Description}}
diff --git a/services/mgmt/sysinit/sysinit.go b/services/mgmt/sysinit/sysinit.go
index ca73c84..31c961d 100644
--- a/services/mgmt/sysinit/sysinit.go
+++ b/services/mgmt/sysinit/sysinit.go
@@ -1,6 +1,6 @@
// Package sysinit provides config generation for a variety of platforms and
// "init" systems such as upstart, systemd etc. It is intended purely for
-// bootstrapping into the Veyron system proper.
+// bootstrapping into the Vanadium system proper.
package sysinit
// InstallSystemInit defines the interface that all configs must implement.